/*
Theme Name: Dafo Vehicle
Theme URI: http://www.dafo.shakedeal.co.il/
Author: Tiran Moyal
Author URI: http://www.dafo.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Safety, Acid, Automobile
Text Domain: dafovehicle
*/

body{
	font-family: 'Heebo', sans-serif;
	color:#050506;
	text-align:right;
	direction:rtl;
	background:#fff;
	font-weight:400;
	font-size:16px;
}
*{
	margin:0;
	padding:0;
}
ul, li, ol{
	padding:0;
	margin:0;
	list-style:none;
}
html {
    scroll-behavior: smooth;
}
img{
	border:none;
	padding:0;
	margin:0;
}
.cls{
	clear:both;
}
a {
	color:#eb0d0d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
	color:#eb0d0d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4{
    font-weight:600;
    color:#414244;
}
iframe, object, embed {
    max-width: 100%;
}
input:focus{
	outline:none;
}
input{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}
textarea{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}
select{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}

/* for mobile menu */

.menuicon{
	display:none;
	cursor:pointer;
	padding:10px 0 0 0;
	float:right;
}
.floatingnav{
	position:fixed;
    top:0;
    right:-370px;
    width:370px;
    height:100%;
	background:#000;
    z-index:99999999;
}
.menubox{
	overflow:hidden;
	color:#f0f0f0;
	padding:60px 10px 0 10px;
	text-align:center;
}
.menubox ul li{
	padding:0 0 5px 0;
	text-align:right;
}
.menubox ul li a{
	font-weight:300;
	text-decoration:none;
	color:#fff;
	font-size:26px;
	padding-right:21px;
}
.menubox ul li a:hover{
	text-decoration:none;
	color:#d84047;
}
.menubox ul li.current_page_item a{
	text-decoration:none;
	color:#d84047;
}
.closemenu{
	padding:20px 0 0 0;
	text-align:center;
	cursor:pointer;
}

/* mobile menu end */

/* for seach box */

.searchicon{
	position:absolute;
	right:0;
	top:35px;
	cursor:pointer;
}
.searchwrap{
	max-width:1160px;
	margin:0 auto;
	padding:0 10px;
}
.headersearcharea{
    position: relative;
    z-index:99;
}
.headersearchblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding:30px 0 30px 0;
    display: none;
}
.searchclose{
    height:31px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-align:right;
}
.searchclose img:hover{
	cursor:pointer;
}
.searchareabox{
	padding:70px 0 5px 0;
	border-bottom:2px solid #000;
	overflow:hidden;
}
.searchbutton{
	float:left;
	text-align:left;
	padding:10px 0 0 0;
}
.searchfield{
	width:90%;
	float:right;
}
.searchfield input{
	font-size:24px;
	width:100%;
	border:none;
	height:45px;
	padding:0 0 0 0;
}

/* end search box */

.container{
	max-width:1500px;
	margin:0 auto;
	padding:0 10px;
}
.sticky-flame {
    position: fixed;
    height: 50rem;
    width: 40rem;
    left: 0;
    top:140px;
    background: url(images/flame.png) no-repeat center left;
    background-size: auto;
    background-size: contain;
	z-index:-1;
}
.headerarea{
	position:fixed;
	width:100%;
	height:100px;
	background:#fff;
	left:0;
	top:0;
	z-index:11111;
}
.headercontainer{
	margin:0 40px;
	position:relative;
	padding:20px 0 0 0;
}
.headerleft{
	float:left;
}
.logo img{
	width:100%;
	height:auto;
	display:block;
	max-width:216px;
}
.headerright{
	float:right;
	padding:0 20px 0 0;
}
.navigation{
	padding:10px 0 0 0;
}
.navigation ul li{
	float:right;
	display:inline-block;
	padding:0 0 0 0;
	margin:0 40px 0 0;
	position:relative;
}
.navigation ul li a{
	display:block;
	font-weight:600;
	padding:0 0 10px 0;
	font-size:21px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:8px solid #fff;
	transition: 8px .2s linear;
}
.navigation ul li a:hover{
	border-bottom:8px solid #eb0d0d;
}
.navigation ul li.current_page_item a{
	border-bottom:8px solid #eb0d0d;
}
.navigation ul li ul{
	width:240px;
	position:absolute;
	top:42px;
	right:-10px;
	z-index:999;
	padding:10px 10px;
	background:#fff;
	display:none;
	opacity:0.9;
	border-bottom:3px solid #e8e8e8;
}
.navigation ul li ul li{
	border:none;
	width:100%;
	float:none;
	padding:0 0 0 0;
	margin:0;
}
.navigation ul li ul li ul{
	position:static;
	background:none;
	display:block;
	width:98%;
	padding:0 2% 0 0;
	overflow:hidden;
}
.navigation ul li ul li ul li{
	border:none;
	width:100%;
	float:right;
	padding:0 0 0 0;
}
.navigation ul li ul li a{
	color:#000;
	display:inline-block;
	text-decoration:none;
	padding:5px 0 5px 0;
	border-bottom:8px solid #fff;
}
.navigation ul li ul li ul li a{
	color:#000;
	text-decoration:none;
	border-bottom:8px solid #fff;
	padding:5px 0 5px 0;
}
.navigation ul li.current_page_item ul li a{
	border-bottom:8px solid #fff;
	color:#000;
}
.navigation ul li ul li a:hover{
	color:#000;
	border-bottom:8px solid #eb0d0d;
	text-decoration:none;
}
.navigation ul li:hover > ul{
	display:block;
}


.hero{
	direction:ltr;
	margin-top:100px;
	margin-bottom:50px;
	overflow:hidden;
}
@media (min-width:64em){
.hero{
	height:860px;
	display:-ms-flexbox;
	display:flex;
}
}
.hero__overlay{position:relative;}
@media (min-width:64em){
.hero__overlay{
	width:50rem;
	-ms-flex-item-align:stretch;
	-ms-grid-row-align:stretch;
	align-self:stretch;
	transition:all ease-in .5s;

}
}
@media (min-width:1500px){
.hero__overlay{
	width:35%;
}
}
@media (min-width:1650px){
.hero__overlay{
	width:40%;
}
}
.hero__overlay__text{
	padding:20px;
	max-width:600px;
	width:100%;
	margin:0 auto;
}
@media (min-width:64em){
.hero__overlay__text{
	position:absolute;
	top:55%;
	left:50%;
	transform:translate(-50%,-50%);
	padding:40px;
}
}
@media (min-width:1500px){
.hero__overlay__text{
	max-width:600px;
}
}
.hero__overlay__text h1{
	margin:0;
	transition:all ease-in .5s;
}
@media (min-width:100em){
	.hero__overlay__text h1{
		font-size:45px;
		line-height:50px;
	}
}

@media (min-width:1800px){
	.hero__overlay__text h1{
		font-size:65px;
		line-height:70px;
		font-weight: 600;
		color: #414244;
	}
}
.hero__overlay__text p{
	font-size:19px;
	line-height:27px;
	letter-spacing:.09px;
	font-weight:300;
	margin:30px 0;
	transition:all ease-in .5s;
}
@media (min-width:64em){
.hero__overlay__text p{
	margin:30px 0;
}
}
@media (min-width:100em){
.hero__overlay__text p{
	font-size:22px;
	line-height:31px;
	margin:40px 0;
}
}
.hero__image{
	position:relative;
	height:300px;
	-webkit-clip-path:polygon(0 25%,100% 0,100% 100%,0 100%);
	clip-path:polygon(0 25%,100% 0,100% 100%,0 100%);
	transition:all ease-in .5s;
}
@media (min-width:64em){
.hero__image{
	height:auto;
	width:calc(100% - 500px);
	-webkit-clip-path:polygon(0 0,100% 0,100% 100%,200px 100%);
	clip-path:polygon(0 0,100% 0,100% 100%,200px 100%);
}
}
@media (min-width:1550px){
.hero__image{
	width:65%;
}
}
@media (min-width:1650px){
	.hero__image{width:60%;
}
}
.hero__image::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:linear-gradient(180deg,rgba(97,99,101,.54) 0,rgba(97,99,101,0) 100%);
}
.button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	direction:rtl;
}
.button-container .buttonblock{
    margin-bottom:20px;
}
.button {
    border: none;
    border-radius:25px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: color .08s ease-in-out;
    display: block;
    text-decoration: none;
	padding:17.5px 35px;
	line-height:15px;
	font-size:15px;
	margin:0 0 0 20px;
}
.button--primary {
    background: #eb0d0d;
    color: #fff;
}
.button--primary::after{
	background:#bb0a0a;
}
.button span {
    position: relative;
    z-index: 2;
}
.button::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    transition: width .2s ease-in-out;
}
.button--secondary {
    background: 0 0;
    border: 2px solid #eb0d0d;
    color: #eb0d0d;
    padding:15.5px 35px;
}
.button--secondary::after{
	background:#bb0a0a;
}
.button:hover{
	color:#fff;
}
.button:hover::after{
	width:100%;
}
.button:active,.button:focus{outline:0}

.applicationarea{
	padding:0 0 0 0;
	overflow:hidden;
}
.applicationarea h1{
	text-align:center;
	padding:0 0 50px 0;
	text-transform:uppercase;
	font-weight:700;
	font-size:50px;
}
.applicationinfo{
	display:flex;
	flex-wrap:wrap;
	padding:0 0 50px 0;
	overflow:hidden;
}
.block.productpage{
	margin: 20px 74px;
    width:calc((80% / 3) - 70px);
}
.product__teaser {
    width: 100%;
    position: relative;
}
.product__teaser a {
    display: block;
    width: 100%;
    height: 100%;
}
.product__teaser::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius:50%;
}
.product__teaser__image {
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-mask-image: -webkit-radial-gradient(white,#000);
}
.product__teaser img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transition: transform ease-in .3s;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
}
.product__teaser__image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(52,54,56,.6);
    z-index: 2;
    overflow: hidden;
}
.lines {
    position: absolute;
    top: 50%;
    right:-20px;
    transform: translateY(-50%);
    z-index: 9;
}
.lines::before{
	content: "";
    display:block;
    background:#eb0d0d;
    width:40px;
    transition: all .3s ease-in-out;
    height:9px;
    margin-bottom:8px;
}
.lines::after{
	height:18px;
    content: "";
    display: block;
    background: #eb0d0d;
    width:40px;
    transition: all .3s ease-in-out;
}
.product__teaser:hover .lines::before{
	width:150px;
}
.product__teaser:hover .lines::after{
	width:40px;
	left:-20px;
}
.product__title{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	display:block;
	transform:translate(-50%,-50%);
	color:#fff;
	z-index:3;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	margin:0 0 0 0;
	text-align:right;
	transition:all ease-in-out .3s;
}
.product__title h3{
	font-size:25px;
	line-height:20px;
	padding:0 35px 0 25px;
	color:#fff;
}
.product__teaser:hover .product__title {
    transform: translateX(-50%);
}
.product__teaser:hover .product__teaser__image img{
	transform:translate(-50%,-50%) scale(1.05);
}
.featuredarea{
	padding:10px 0 60px 0;
	overflow:hidden;
}
.featuredlist{
	padding:50px 0 50px 0;
	overflow:hidden;
}
.featuredlistright{
	width:48%;
	float:right;
}
.featuredimage{
	overflow:hidden;
}
.featuredimage img{
    height:auto;
    width:100%;
	display:block;
	transition: transform .4s;
}
.featuredimage img:hover{
	transform: scale(1.5);
}
.featuredlistleft{
	width:48%;
	float:left;
}
.featuredtop{
	border-top:9px solid #eb0d0d;
	padding:10px 0 30px 0;
	overflow:hidden;
	font-weight: 600;
}
.teasertype{
	float:left;
}
.teaserdate{
	float:right;
}
.featuredinfo{
	position:relative;
}
.fulllink{
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	top:0;
	left:0;
	z-index:11;
}
.featuredinfo a{
	color:#414244;
	text-decoration:none;
}
.featuredtext h2{
    margin:0 0 30px 0;
	font-size:31px;
	line-height:51px;
	letter-spacing: -1.23px;
}
.featuredtext p {
    font-weight: 300;
	font-size:20px;
    line-height:35px;
	margin:0 0 20px 0;
}
.link {
    color: #eb0d0d;
    text-transform: uppercase;
    font-size:16px;
    display: block;
    margin-bottom:30px;
    text-decoration:none;
    padding-right:30px;
	background: url(images/double-arrow-red.png) no-repeat right center;
    transition: all ease-in-out .2s;
}
.link:hover{
	padding-right:35px;
	background: url(images/double-arrow-red.png) no-repeat 99% center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.homenewsarea{
	padding:60px 0 60px 0;
	overflow:hidden;
	background: rgba(97,99,101,.1);
}
.homenewsbox{
	overflow:hidden;
	padding:0 0 0 0;
}
.homenewsboxleft{
	width:49%;
	float:right;
}
.eventsbox{
	width:49%;
	float:left;
}
.list-item{
    padding:10px 0;
	overflow:hidden;
}
.list-item__extra{
    color: #616365;
    font-size:17px;
}
.list-item__extra span {
    padding-right:10px;
	color:#616365;
}
.list-item__title{
    font-size:24px;
    line-height:30px;
    margin:0;
    font-weight:400;
    letter-spacing: -.6px;
    padding-top:5px;
	color:#414244;
}
.list-item a{
	color:#414244;
	text-decoration:none;
}
.list-item a:hover{
	color:#eb0d0d;
	text-decoration:none;
}
.readmore a{
	text-transform: uppercase;
	color:#eb0d0d;
	text-decoration: none;
	margin-top:20px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:600;
	display: block;
	position:relative;
	padding-right:35px;
	transition: all ease-in-out .2s;
}
.readmore a::before {
    content: "";
    height:28px;
    width:28px;
    border-radius: 50%;
    background: #eb0d0d;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.readmore a::after {
    content: "";
    position: absolute;
    height:12px;
    width:12px;
    top: 50%;
    right:7px;
    transform: translateY(-50%);
    background: url(images/white-arrow.png) no-repeat center center;
    background-size: auto;
    background-size: contain;
    transition: all ease-in-out .2s;
}
.readmore a:hover::before{
	background:#900;
}
.footerarea{
	background:rgba(0,0,0,.8);
	overflow:hidden;
	padding:60px 0 60px 0;
	color:#fff;
}
.footerinfo{
	overflow:hidden;
}
.footer-col01{
	width:25%;
	float:right;
	overflow:hidden;
}
.footerlink h4{
	font-weight:400;
	text-transform:uppercase;
	font-size:20px;
	line-height:20px;
	padding:0 0 15px 0;
	color:#fff;
}
.footerlink ul li{
	font-size:16px;
	padding:0 0 10px 0;
}
.footerlink a{
	color:#fff;
	text-decoration:none;
}
.footerlink a:hover{
	color:#eb0d0d;
	text-decoration:none;
}
.footerlink p{
	font-size:16px;
	padding:0 0 15px 0;
	line-height:16px;
}
.footerlogo img{
	width:100%;
	height:auto;
	display:block;
	max-width:216px;
}

/* for application page */

.topspace{
	margin-top:100px;
}
.teaser--small{
    width:30.3%;
	margin:0 1.5% 3% 1.5%;
}
.apps-image-container{
    position:relative;
	width:100%;
}
.teaser--small img{
    max-width:100%;
}
.teaser--small .apps-image-container::after{
    content: '';
    position: absolute;
    background: #eb0d0d;
    width: 7rem;
    height: 9px;
    bottom:2px;
    left: 0;
    overflow: hidden;
    z-index: 1;
    transition: width .3s ease-in-out;
}
.teaser--small .teaser__content{
    width: 100%;
	height: auto;
	transition: height ease-in-out .2s;
	color:#414244;
}
.teaser--small .teaser__content h3{
    font-size:25px;
	line-height:33px;
	padding:15px 0 0 0;
	color:#414244;
	font-weight:600;
}
.teaser--small .teaser__content p{
	padding:10px 0 0 0;
}
.teaser--small .teaser__content a{
	color:#414244;
	text-decoration:none;
}
.teaser--small:hover .apps-image-container::after{
	width:100%;
}
.teaser--small a{
	display:block;
}

/* for default page */

.pagecontentarea{
	margin:100px 0 0 0;
	overflow:hidden;
	padding:20px 0 50px 0;
}
.defaultcontainer{
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
}
.pagecontent{
	overflow:hidden;
	max-width:56rem;
	margin:0 auto;
}
.pagecontent h1{
    letter-spacing: -2px;
    font-size:57px;
    line-height:60px;
	font-weight:600;
	margin:0 0 43px 0;
	color:#414244;
	text-align:center;
}
.pagecontent h2 {
    font-size:39px;
    line-height:40px;
    letter-spacing: -1.1px;
	margin:0 0 15px 0;
	color:#414244;
}
.pagecontent h4{
    font-size:25px;
    line-height:30px;
	margin:0 0 15px 0;
	color:#414244;
}
.pagecontent p {
    font-size:17px;
    line-height:25px;
	letter-spacing: .09px;
	margin:0 0 20px 0;
}
.pagecontent img{
	width:auto;
	height:auto;
	display:block;
	max-width:100%;
	margin:0 auto 36px auto;
}

/* for brochures page */


.brochuresarea{
	padding:60px 0;
	overflow:hidden;
	background: rgba(97,99,101,.1);
}
.list-title {
    border-top:9px solid #eb0d0d;
    text-transform: uppercase;
	font-size:24px;
	line-height:24px;
	font-weight:600;
	color:#414244;
	padding:20px 0 0 0;
	margin:0 0 35px 0;
}
.genericfile{
	padding:0 0 10px 0;
	overflow:hidden;
}
.genericfile p{
	font-size:19px;
	background:url(images/document.png) no-repeat right center;
	padding:7px 45px 12px 0;
}
.genericfile p a{
	color:#414244;
	text-decoration:none;
}
.genericfile p a:hover{
	color:#eb0d0d;
	text-decoration:none;
}

/* for representativ page */


.representativearea{
	padding:60px 0 60px 0;
	overflow:hidden;
	background:rgba(235,13,13,.15);
}
.representativinfo{
	display:flex;
	flex-wrap:wrap;
}
.representitiveblock{
	width:50%;
}
.contact{
	display:-ms-flexbox;
	display:flex;-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:3rem;
	position:relative;
	padding:20px;
}
@media (min-width:48em){
.contact{
	padding:20px 40px;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:30px 0;
}
}
@media (min-width:64em){
.contact{
	padding:0;
	-ms-flex-align:center;
	align-items:center;
}
}
.contact__image__container{
	position:relative;
	width:100%;
	padding:2rem;
}
@media (min-width:31.3125em){
.contact__image__container{
	padding:0;
	width:40%;
}
}
@media (min-width:48em){
.contact__image__container{
	width:100%;
}
}
@media (min-width:64em){
.contact__image__container{
	width:35%;
}
}
.contact__image__container::after{
	content:"";
	display:block;
	padding-bottom:100%;
}
.contact__image{
	overflow:hidden;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.contact__image img{
	position:absolute;
	top:50%;
	left:50%;
	height:auto;
	width:100%;
	transform:translate(-50%,-50%);
	z-index:1;
}
.contact__info{
	width:65%;
}
.representitiveinfo{
	padding:0 30px 0 30px;
	overflow:hidden;
}
.contact__info p{
	margin:0;
	font-size:16px;
}
.contact__info__name{
	font-size:20px;
	line-height:25px;
	font-weight:400;
	margin:0;
}
@media (min-width:48em){
.contact__info__name{
	font-size:25px;
	line-height:30px;
}
}
.contact__info__role{
	color:#616365;
	padding-bottom:10px;
}
.contact__info__email,.contact__info__phone{
	color:#eb0d0d;
	font-size:15px;
	position:relative;
	word-break:break-word;
	padding:2px 30px 2px 0;
}
@media (min-width:48em){
.contact__info__email,.contact__info__phone{
	font-size:18px;
}
}
@media (min-width:48em){
.contact__info__email::before,.contact__info__phone::before{
	top:4px;
}
}
.contact__info__email a,.contact__info__phone a{
	color:#050506;
	text-decoration:none;
}
.contact__info__email{
	background:url(images/mail.png) no-repeat right center;
	top:3px;
}
@media (min-width:48em){
.contact__info__email::before{
	top:.5rem;
}
}
.contact__info__phone{
	background:url(images/phone-red.png) no-repeat right center;
}


/* for contact page */

.sociallink{
	padding:0 0 20px 0;
}
.offilelist{
	padding:0 0 30px 0;
	overflow:hidden;
}
.offilelist h3{
	font-size:20px;
	line-height:20px;
	font-weight: 600;
	color: #414244;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
.offilelist h4{
	font-size:18px;
	line-height:20px;
	font-weight: 600;
	color: #414244;
	padding:0 0 5px 0;
}
.offilelist p{
	padding:0 0 0 0;
	line-height:20px;
}

/* for employee page */

.employeearea{
	padding:0 0 60px 0;
	overflow:hidden;
}
.employeelist h2{
	border-bottom:1px solid #343638;
    padding-bottom:20px;
    margin-bottom:40px;
	margin-top:60px;
	font-weight:600;
	font-size:20px;
	line-height:24px;
	color: #414244;
}

/* for news page */

.graybg{
	background:#f6f6f6;
	overflow:hidden;
}
.newsarea{
	display:flex;
	flex-wrap:wrap;
}
.newsbox{
	width: calc(50% - 16px);
	margin:8px;
	background-color: #fff;
	position: relative;
	z-index: 0;
	transform: scale(.98);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	transform-origin: center center;
	transition: transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.newsboxitem{
    height: 340px;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background:#fff;
}
.text-content-container{
	width:50%;
	float:left;
	position:relative;
	height:340px;
}
.text-wrapper{
    padding: 25px;
}
.text-wrapper h5{
    color:#333;
    font-weight:800;
    line-height:25px;
    margin-top:7px;
    font-size:20px;
    margin-bottom:5px;
}
.text-wrapper p{
	color:#222;
	font-size:17px;
	line-height:24px;
	margin:0 0 20px 0;
}
.published{
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
}
.type{
    color:#333;
    text-transform:uppercase;
    font-size:13px;
    font-weight:600;
    display:inline-block;
}
.social-icons{
	display:none;
	position:absolute;
	bottom:20px;
	right:25px;
	font-size:18px;
}
.social-icons a{
	margin:0 0 0 5px;
}
.image-container{
	width:50%;
	float:right;
}
.newsthumbholder img{
	width:100%;
	height:auto;
	display:block;
}
.newsboxitem:hover .social-icons{
	display:block;
}
.newsboxitem .read-more-container {
    position: absolute;
    bottom:0;
    right: -165px;
    height: 50px;
    transition: all .15s cubic-bezier(.4,0,.2,1);
    transition-delay 0s;
    opacity: 0;
    line-height:50px;
    color: #fff;
    transform-origin: center center;
    width: 165px;
    box-shadow: -2px 0 15px -4px rgba(0,0,0,.38);
    transform: scale(.8);
    transition-delay: .1s;
    top:50%;
    margin-top: -25px;
    text-align:center;
	background:#eb0d0d;
}
.newsbox:hover{
	box-shadow:0 49.5px 70px -24.5px rgba(0,0,0,.3);
	z-index:5;
	transform:scale(1);
}
.newsbox:hover .read-more-container {
    opacity: .95;
    transform: scale(1);
    right: 0;
}
.view-more-button-container{
	text-align:center;
	padding:30px 0 0 0;
}
.view-more-button-container span{
	font-size:14px;
	font-weight:600;
	display:inline-block;
	padding:10px 20px 10px 20px;
	background:#eb0d0d;
	color:#fff;
	cursor:pointer;
}
.view-more-button-container span:hover{
	background:#000000;
	color:#fff;
}

/* for news details page */

.newsdetailsarea{
	margin:100px 0 0 0; 
	padding:50px 0 50px 0;
	background:#f6f6f6;
	overflow:hidden;
}
.newsdetailsbox{
	background:#fff;
	overflow:hidden;
	border:1px solid #dedede;
	border-radius:3px;
	padding:40px 50px;
}
.newsdetailstop{
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	padding:0 0 15px 0;
	margin-bottom:10px;
}
.newsdetailstopleft{
	float:left;
	padding:5px 0 0 0;
}
.newsdetailstopleft span{
	display:inline-block;
	margin:0 5px 0 0;
	font-weight:700;
	color:#777777;
}
.newsdetailstopleft span.catname{
	color:#ed0d0d;
	text-transform:uppercase;
}
.newsdetailstopright{
	float:right;
}

.newstitle{
	font-weight:800;
	color:#444;
	margin-bottom:35px;
	font-size:40px;
	line-height:60px;
}
.newfeaturedimage{
	margin:0 -50px;
	padding:0 0 50px 0;
	position:relative;
}
.newfeaturedimage img{
	width:100%;
	height:auto;
	display:block;
}
.searchresultlist{
	padding:20px 0 20px 0;
	overflow:hidden;
	margin:0 0 30px 0;
	border-bottom:2px solid #eb0d0d;
}

/* for faq */

.faqcatlist h2{
	padding:0 0 30px 0;
	overflow:hidden;
}
.faqlist{
	padding:0 0 30px 0;
	overflow:hidden;
}
.faqlist h3{
	font-weight:900;
	font-size:22px;
	line-height:22px;
	cursor:pointer;
	padding:20px 45px 20px 55px;
	background:url(images/faq-down-arrow.png) no-repeat 40px center #f7f7f7;
}
.accordionanswer .text{
	padding:20px 45px 20px 55px;
	overflow:hidden;
	color:#8a8989;
}
.accordionanswer p{
	font-size:18px;
	line-height:26px;
	padding:20px 0 0 0;
}
.faqlist h3.active{
	background:url(images/faq-up-arrow.png) no-repeat 40px center #f7f7f7;
}
#menu-hevra a {
    color: #fff;
}