@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900&display=swap');

#preload { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100vw; height: 100vh; z-index: 999999; background: #fff; }
#preload .loading {
	position: absolute; width: 60px; height: 60px; margin: auto; top: 0; bottom: 0; left: 0; right: 0;
	animation-name: loading;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}
@keyframes loading {
    0%   {
    	transform: rotate(0deg) scale(1);
    	opacity:0.6;
    }
    50%  {
    	transform: rotate(180deg)  scale(1.3);
    	opacity:1;
    }
    100% {
    	transform: rotate(360deg) scale(1);
    	opacity:0.6;
    }
}

.clearfix:after, .clearfix:before{ content:""; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; }

.row {
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
}
.row:before, .row:after{ display: none; }

svg{width: 100%;height: 100%;}
a{color: #333;outline: none;}
a:hover,a:active,a:focus,a:visited{color: #555;text-decoration: none;outline: none; }
ul.inline-ul {padding:0;margin:0;}
ul.inline-ul li { display: inline-block;padding:0;margin:0; }
html, body{
	min-width: 320px;
	font-family: 'Source Sans Pro', "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #333;
	line-height: 1.4;
}
#back-to-top {
    position: fixed;
    cursor: pointer;
    background-color: #626D71;
    /*background-image: url(../images/top.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: none!important;
    z-index: 99;
}
.full-img img {width: 100%;}
.fsize-sm{font-size: 14px;}
.fsize-md{font-size: 18px;}
.fsize-lg{font-size: 18px;}
.fsize-xl{font-size: 20px;}
.fsize-xll{font-size: 34px;}
.fweight400{font-weight: 400;}
.fweight600{font-weight: 600;}
.fweight700{font-weight: 700;}
.fweight900{font-weight: 900;}
.lineh-sm{line-height: 1;}
.lineh-md{line-height: 1.2;}
.lineh-lg{line-height: 1.6;}
.t-table{display: table;}
.t-table-row{display: table-row;}
.t-table-cell{display: table-cell;}
.v-middle{vertical-align: middle;}
.cl-light-grey, a.cl-light-grey, .cl-light-grey a{color: #989898;}
.cl-light-grey2, a.cl-light-grey2, .cl-light-grey2 a{color: #5D5D5D;}
.cl-grey, a.cl-grey, .cl-grey a{color: #333;}
.cl-green, a.cl-green, .cl-green a{color:#799000;}
.left-border-box {
	border-left: 5px solid #E1E1E1;
	padding-left: 15px;
}
.feature-img {width:100%;}
.feature-img img{width:100%;}
.form-group label {
	margin-bottom: 2px;
}
.form-group,  .box-shadow-wrap .js-form-item{
	margin-bottom: 1.6rem;
}
.form-control {
	border:0;
	border-bottom: 1px solid #E1E1E1;
	border-radius: 0;
	padding: .3rem .55rem;
    height: calc(1.3em + .55rem + 2px);
}
.form-control:focus {
	border-color:unset;
	box-shadow: none;
	border-bottom: 1px solid #B8DA00;
}
.nav.nav-tabs{display: block;}
button:focus{outline: 0;}
.hover-green-bg,
a.hover-green-bg,
.hover-green-bg a {
  text-decoration: none;
  background-image: linear-gradient(transparent calc(100% - 7px), #d5f430 2px);
  background-size: 0% 92%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s linear;
  -o-transition: background-size .4s linear;
  transition: background-size .4s linear;
}
.hover-green-bg:hover,
a.hover-green-bg:hover,
.hover-green-bg a:hover{
    background-size: 100% 92%;
}
.editor-content img {
	max-width: 100%;
}
.pagination li a,
.color-fill, a {
   -ms-transition: all .2s ease-in-out;
   -moz-transition:all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   -o-transition:all .2s ease-in-out;
   transition: all .2s ease-in-out;
}
.p-arrow a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #F5F5F5;
	vertical-align: middle;
	text-align: center;
	padding:8px 0;
}


.p-arrow a:hover , .p-arrow-wrap:hover .p-arrow a{
	background-color: #B8DA00;
}
.p-arrow a:hover .color-fill , .p-arrow-wrap:hover .p-arrow a  .color-fill{
	fill: #fff;
}
.p-arrow svg{
	width: 22px;
	height: 22px;
}
.p-arrow-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-arrow-wrap .t-table-cell > .lineh-md {
	display: inline-block;
}
.p-arrow-wrap > div.cl-green {
	padding-bottom: 5px;
}
.p-arrow-box > div { 
	display: inline-block;
}
.p-arrow-next {
	padding-left: 12px;
}
.p-arrow-prev {
	padding-right: 12px;
}
.features-wrap {
	padding-top: 0;
	padding-bottom: 30px;
}
.features-wrap .news-desc {
	/* max-height: 44px; */ 
}
.img-hover-zoom {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.img-hover-zoom img {
  -webkit-transition:  transform .4s ease-in-out;
  -o-transition:  transform .4s ease-in-out;
  transition:  transform .4s ease-in-out;
}
.img-hover-zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

ul.account > li, .subscribe-button , .account-button, .login-button{display:none!important;}
.header-btns #login-button , .header-btns #account-button{display:inline-block;} 
@media screen and (min-width: 768px){
	.p-arrow-wrap > div.cl-green {
		padding-bottom: 15px;
	}
	.p-arrow-prev {
		padding-right: 20px;
	}
	.p-arrow-next {
		padding-left: 20px;
	}
	
	ul.account > li, .subscribe-button , .account-button, .login-button{display:inline-block!important;}
	
}
/*/// GENERAL ///*/
.title{
	position: relative;
	font-size: 28px;
	line-height: 1;

}
.title-color{
	position: absolute;
    width: 60px;
    height: 25px;
    background: #d5f430;
    left: -6px;
    top: -2px;
    z-index: -1;
}
.btn-more, .btn-more-green{
	text-align: center;
    color: #333;
	font-size: 14px;
    font-weight: 400;
    padding: 12px 25px 10px;
    min-width: 110px;
    border: 1px solid #333;
    font-weight: 600;
    display: inline-block;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}
.btn-more:hover{
	color: #799000;
	background: #fff;
    border: 1px solid #fff;
}
.btn-more-green{
    border: 1px solid #B8DA00;
	background: #fff;
}
.btn-more-green:hover{
    border: 1px solid #D5F430;
	background: #D5F430;
}
.file-section-wrap {
	padding-bottom: 35px;
}
/*/// HOMEPAGE MAIN ///*/
.main{
	margin:auto;
	max-width:1400px;
}

.left-bar {
	position: fixed;
	left:0;
	top:0;
	height: 100%;
	width: 120px;
}

.left-bar-wrap div{
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.left-bar-wrap.invisible div{
	opacity: 0;
}
.left-breadcrumb {
	position: relative;
	white-space: nowrap;
    margin-bottom: 10px;
	-webkit-transform: rotate(270deg) translate(55px, -6px);
    -moz-transform: rotate(270deg) translate(55px, -6px);
    -o-transform: rotate(270deg) translate(55px, -6px);
    -ms-transform: rotate(270deg) translate(55px, -6px);
    transform: rotate(270deg) translate(55px, -6px);
    backface-visibility: hidden;
}
.left-bar-wrap{
	margin: 0;
	position: relative;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
}
.left-bar-wrap .left-breadcrumb a{ margin-left:10px;}
.share-icons{
	position: relative;
	width: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

}
.share-icons div{
	display: inline-block;
	color: #000000;
	width: 40px;
	height: 40px;
	padding:10px;
	border: 1px solid #888;
	border-radius: 20px;
	text-align: center;
	margin: 4px 0;
	transition: 0.3s;
	cursor: pointer;
}
.share-icons svg{
	width: 18px;
    height: 18px;
	fill: #333;
	transition: 0.3s;
	vertical-align: top;
}

/*/// COVER NAV ///*/
#nav-container{
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: -1;
	opacity: 0;
	transform: translate(0, -100%);
    transition: .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    top: 0;
    left: 0;
}
#nav-container.active{
	position: fixed;
	overflow: auto;
	display: block;
	opacity: 1;
	z-index: 9999;
	transform: translate(0, 0);
}
html.covered{
	overflow: hidden;
}
#nav-overlay{
	position: fixed;
	height: 100%;
	width: 100%;
	background: #D5F430;
}
#nav-main{
	position: absolute;
	display: inline-block;
	font-size: 3em;
	color: #333;
	font-weight: 200;
    text-transform: uppercase;
	letter-spacing: 0.05em;
	top: 50%;
	left: 20%;
    background: #D5F430;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#nav-sub{
	position: absolute;
	display: inline-block;
	font-size: 1em;
	color: #333;
	line-height: 2.6em;
	font-weight: 400;
    /*text-transform: capitalize;*/
	letter-spacing: 0.05em;
	top: 50%;
	right: 20%;
    background: #D5F430;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#nav-sub ul,
#nav-main ul{
	list-style: none;
	padding:0;
	margin:0.4em 0 20px;
}
#nav-sub ul li,
#nav-main ul li{
	padding:0;
	margin:0.2em 0;
}
#nav-sub ul li a,
#nav-main ul li a{
	-webkit-transition: 0.2s;
	transition: 0.2s
}
#nav-sub ul li a, #nav-main ul li a{
	position:relative;
}

#nav-sub ul li a:after,
#nav-main ul li a:after{
	content: " ";
	position: absolute;
    width: 0%;
    height: 30%;
    background: #fff; 
    left: 0px;
	bottom:0;
    z-index: -1;

}

#nav-sub ul li.current a:after,
#nav-sub ul li:hover a:after,
#nav-main ul li.current a:after,
#nav-main ul li:hover a:after{
	width: 100%;
	transition: width 0.2s;
}

#nav-sub .share-icons{
	width: 100%;
}
#nav-sub .share-icons div{
	margin-right:10px;
}
.close-wrap{
	margin: 0 100px 0 0;
    height: 80px;
    position: relative;
}
.btn-close{
	position: absolute;
    right: 30px;
    top: 50%;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}

.btn-close svg{
	fill: #333;
	width: 28px;
    height: 28px;
    padding: 4px;
    vertical-align: middle;
}
@media screen and (max-width: 1400px){ 
	
	#nav-main{
		left:13%;
	}
	#nav-sub{
		right:13%;
	}
}
@media screen and (max-width: 870px){
	#nav-container{
		position: absolute;
	}
	#nav-main{
		position: relative;
    	display: block;
    	top: 0;
    	left: 0;
    	padding: 10px 5%;
    	transform: none;
	}
	#nav-sub{
		position: relative;
    	display: block;
    	top: 0;
    	left: 0;
    	padding: 10px 5% 70px;
    	transform: none;
	}
}

/*///// TOP HEADER /////*/

.header-wrapper{
    position: relative;
    margin: 0 100px 0 0;
}
.header ul, .header ul li{
	margin-bottom: 0;
}
.main {
	margin-top: 80px;
	padding:0 20px;
}
.header {
    position: fixed;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
}

.toolbar-tray-open .header {
	top: 79px;
}
.header, .header .nav{
	height:80px;
	line-height: 80px;
	transition-property:height;
	transition:0.2s;
	transition-duration:0.2s;
}

.header.scrolled , .header.scrolled .nav { 
	height:40px;
	line-height: 40px;
	transition-property:height;
	transition-duration: 0.2s;
}
.header.scrolled  .wrap-right{ 
	height:40px;
	line-height: 40px;
	transition-property:height;
	transition-duration: 0.2s;
	transition:0.2s;
}
.header.scrolled .main_logo img{height:30px;transition: height 0.2s;}
.header .main_logo{
	position: absolute;
    top: 50%;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
    left: 17px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
}

.header .nav{
	position: absolute;
    left: 350px;
    display: block;
}
.header .nav ul li{
	margin: 0 0.6em;
}
.header .nav ul li a{
	font-weight: 400;
    color: #333;
    text-decoration: none;
    font-size: 0.9em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.header .nav ul li a:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #D5F430;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94) 0ms,-webkit-transform .3s cubic-bezier(.25,.46,.45,.94) 0ms;
}
.header .nav ul li a:hover:after{
	-webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.main_logo img {
	height: 51px;
	transition: height 0.2s;
}
.nav, .nav ul, .nav ul li, .wrap-right, .account,.account li, .header-btns, .header-btns div{
	display: inline-block;
}
@media screen and (max-width:1420px){
	.header .nav{
		display: none;
	}
}
@media screen and (max-width:856px){
	/*.header .account{
		display: none;
	} */
	.main_logo img {
		height: 40px;
	}
}
.wrap-right{
	position: absolute;
	right: 30px;
}

.account li a, .account a{
	padding: 5px 16px;
    margin: 0;
	background-color: #d5f430;
	cursor: pointer;
    line-height: 1.3em;
 	transition: 0.3s;
}
.account li a:hover, .account a:hover{
	color: #799000;
    background: #fff;
}

.header-btns{
	vertical-align: middle;
	line-height: 1em;
}
.header-btns #search, .header-btns #menu, .header-btns #login-button , .header-btns #account-button{
	width: 28px;
	height: 28px;
	padding: 4px;
	margin-left:20px;
	fill: #333;
 	transition: 0.3s;
	cursor: pointer;
}
#menu {
	height: 30px;
	width: 16px;
	position: relative;
}
#menu > div {
	background-color: #000000;
	width: 78%;
	height: 3px;
	left: 11%;
	position: absolute;

}
#menu > div:nth-child(1) {
	top:6px;
}
#menu > div:nth-child(2) {
	top: calc(50% - 1.5px);
}
#menu > div:nth-child(3) {
	bottom:5.5px;
}
#menu:hover > div {
	background-color: #333;
}
.header-btns > div {
	vertical-align: top;
}
.head-banner{
	text-align: center;
    padding: 20px 0 20px 0;
}
.head-banner img{
	vertical-align: inherit;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.top-slider{ 
	position: relative;
    height: 625px;
	margin-bottom: 100px;
	max-width:1400px;
	margin:auto;
}


 
}
.topSlider-for {
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.topSlider-nav{
	opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease;
    -webkit-transition: opacity .6s ease;
}
.topSlider-for.slick-initialized,
.topSlider-nav.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.topSlider-for{
    width: 50%;
    height: 100%;
	
}
.slick-list, .slick-track, .topSlider-for .item{
	height:100%;
}
.topSlider-for .item{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
	left: 0;
}
.topSlider-for .item .slide-img{
	height: 100%;
    background-color: white;
    background-position: top center;
   /* background-size: cover; */
	background-size: 100% auto;
    background-repeat: no-repeat;
}

.topSlider-nav{
	margin-bottom: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	user-select: auto;
	outline: none;
}

.topSlider-nav .slick-list{
	padding: 0 !important;
    position: absolute;
    width: 50%;
    height: 100%;
	
    top: 0px;
    right: 0px;
	background: #D5F430;
	outline: none;
}

.topSlider-nav .slick-list .item{
	margin: 0 50px;
	padding: 30px 0;
	outline: none;
	opacity: 0;
	-webkit-transition: opacity 0.22s;
	transition: opacity 0.22s;
}

.topSlider-nav .slick-list .item .line{
	font-size: 77px;
    line-height: 30px;
}
.topSlider-nav .slick-list .item .txt-title{
	font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 40px;
}
.topSlider-nav .slick-list .item .txt-summary{
	font-size: 18px;
    line-height: 1.8em;
    font-weight: normal;
    margin-bottom: 40px;
    padding-right: 10%;
}
.topSlider-nav .slick-list .item a{
	cursor: pointer;
}
.topSlider-nav .slick-list .item.slick-active{
	opacity: 1;
}
.cust-prev{
	position: absolute;
    bottom: 0;
    left: calc(50% - 155px);
    height: 77px;
    width: 77px;
	z-index: 999;
	cursor: pointer;
}
.cust-prev:before{
	content: "";
    background: url('../images/ic_navleft.svg') no-repeat center center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	position: absolute;
}
.cust-prev:hover:before, .cust-prev:focus:before{
    background: url('../images/ic_navleft.svg') no-repeat calc(50% - 2px) center;
}
.cust-prev:active:before{
    background: url('../images/ic_navleft.svg') no-repeat calc(50% - 4px)
}
.cust-next{
	position: absolute;
    bottom: 0;
    left: calc(50% - 76px);
    width: 77px;
    height: 77px;
    z-index: 999;
	cursor: pointer;
}
.cust-next:before{
	content: "";
    background: url('../images/ic_navright.svg') no-repeat center center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	position: absolute;
}
.cust-next:hover:before, .cust-next:focus:before{
    background: url('../images/ic_navright.svg') no-repeat calc(50% + 2px) center;
}
.cust-next:active:before{
    background: url('../images/ic_navright.svg') no-repeat calc(50% + 4px) center;
}
.cust-prev.slick-disabled, .cust-next.slick-disabled{
	opacity: 0.2;
	cursor: default;
}

.pagingInfo{
	position: absolute;
    left: calc(50% - 240px);
    z-index: 999;
    width: 77px;
    height: 77px;
    text-align: center;
    line-height: 100px;
	font-size: 14px;
	bottom:11px;
}

.scroll-more{
	position: absolute;
    bottom: -50px;
    right: 35px;
    color: #799000;
    font-weight: 200;
    font-size: 15px;
    border-bottom: 1px solid #799000;
    padding: 0 0 5px 130px;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translate(100%);
    transform: rotate(-90deg) translate(100%);
    z-index: 10;
    backface-visibility: hidden;
}


/* NEWS SECTION */
.section-news-vid{
	margin: 80px 0;
}
.home-news{
	width: calc(50% - 50px);
	display: inline-block;
}
.home-news ul{
	list-style: none;
    padding: 0 30px 0 0;
    margin: 20px 0;
}
.home-news ul li{
	padding: 25px 30px;
    border-bottom: 1px solid #eee;
}
.home-news ul li:last-child{
    border-bottom: none;
}
.home-video{
	width: calc(50% + 45px);
    display: inline-block;
    vertical-align: top;
    overflow: visible;
}
.home-video .title{
	padding-bottom:20px;
	cursor:default;
}
.video-title{
	font-size: 100px;
    font-weight: bold;
    line-height: 1.1em;
    color: #F3F3F3;
    z-index: -1;
    position: relative;
}
.video-content{
   min-width: 280px;
    width: 100%;
    /* max-width: 600px; */ 
     margin-top: 0px;  
    z-index: 10;
    position: relative;
    cursor: pointer;
}
.video-content img{
	width: 100%;
}
#vid-btn-play{
	position: absolute;
    background-color: rgba(255,255,255,.8);
    height: 70px;
    width: 70px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
	-webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
    border-radius: 100px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#vid-btn-play svg{
	position: absolute;
	width: 26px;
    height: 26px;
    fill: #B8DA00;
    transition: 0.3s;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
	-webkit-transform: translate(6%, -50%);
    -moz-transform: translate(6%, -50%);
    -o-transform: translate(6%, -50%);
    -ms-transform: translate(6%, -50%);
	transform: translate(6%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.video-content:hover #vid-btn-play{
    background-color: rgba(255,255,255,1);
}
.video-content:hover #vid-btn-playsvg{
	width: 30px;
    height: 30px;
}

/*/// FEATURE SLIDER ///*/
.section-feature {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
	padding-bottom:30px;
	border-bottom:1px solid #E1E1E1;
}
.feature-slider .slick-list{right:0;}
.section-feature .feature-title{position: relative;}
.section-feature .feature-title .txt{transform: none;}
.feature-slider .item .caption,
.feature-slider .item .caption .subtitle,
.feature-slider .item .caption .content,
.feature-slider .item .caption .btn-detail{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.feature-prev, .feature-next {display: none;}

.section-feature .feature-title {
	display: inline-block;
    position: absolute;
    color: #333;
    font-weight: 600;
    font-size: 74px;
 	top: 30px;
    left: 150px;
    z-index: 10;
}

.section-feature .feature-title .txt {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg) translate(-2em,-2em);
}
.section-feature .feature-title .title-color{
    height: 270px;
    width: 51px;
    left: -27px;
    top: 8px;
}
.feature-slider{
	/*width: calc(100% - 300px);
    margin: 160px 0 0 300px;*/
	width: 100%;
    margin-top: 20px;
	overflow: hidden;
	user-select: auto;
}
.feature-slider .slick-list{
	right: -50px;
}
.feature-slider .item{
	margin: 0 20px;
	outline: none;
}
.feature-slider .item .slide-img{
	height: 230px;
    width: 100%;
	background-size: cover;
	background-position: center center;
}
.feature-slider .item .caption{
	padding: 10px;
    margin-top: -20px;
	opacity:1;
}
.feature-slider.slick-initialized .item .caption{
	/*opacity: 0; */
}
.feature-slider .item .caption .subtitle{
	padding: 10px 16px;
    background: #d5f430;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
	opacity:1;
}
.feature-slider.slick-initialized .item .caption .subtitle{
	/*opacity:0;
    -webkit-transition: opacity .5s ease-in-out .26s,-webkit-transform .5s ease-in-out .26s;
    transition: transform .5s ease-in-out .26s,opacity .5s ease-in-out .26s,-webkit-transform .5s ease-in-out .26s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);*/
}
.feature-slider .item .caption .content{
	margin: 16px 0;
    padding: 0 16px;
	line-height: 1.3em; 
	color: #555;
	opacity:1;
}
.feature-slider.slick-initialized .item .caption .content{
	/*opacity:0;
    -webkit-transition: opacity .5s ease-in-out .23s,-webkit-transform .5s ease-in-out .23s;
    transition: transform .5s ease-in-out .23s,opacity .5s ease-in-out .23s,-webkit-transform .5s ease-in-out .23s;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); */
}
.feature-slider .item .caption .btn-detail{
	margin: 16px 16px 14px;
    padding: 8px 16px;
    border: 1px solid #989898;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 14px;
    display: inline-block;
	opacity:1;
}
.feature-slider.slick-initialized .item .caption .btn-detail{
	/*opacity:0;
    -webkit-transition: background.3s, color .3s, opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s;
    transition: background.3s, color .3s, transform .5s ease-in-out .2s,opacity .5s ease-in-out .2s,-webkit-transform .5s ease-in-out .2s;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
	cursor: pointer; */
}

.feature-slider.slick-initialized .item .caption .btn-detail:hover{
	background:#989898;
	color: #fff;
}

.feature-slider.slick-initialized .item.slick-current .caption,
.feature-slider.slick-initialized .item.slick-current .caption .subtitle,
.feature-slider.slick-initialized .item.slick-current .caption .content,
.feature-slider.slick-initialized .item.slick-current .caption .btn-detail{
	-webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.feature-prev{
	 /*
	position: absolute;
    bottom: 0;
    right: 350px;
    top: 260px;
	bottom:0px;*/
    height: 100px;
    width: 100px;
    z-index: 999;
    cursor: pointer;
}
.feature-prev:before{
	content: "";
    background: url('../images/ic_navleft.svg') no-repeat center center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	position: absolute;
}
.feature-prev:hover:before, .feature-prev:focus:before{
    background: url('../images/ic_navleft.svg') no-repeat calc(50% - 2px) center;
}
.feature-prev:active:before{
    background: url('../images/ic_navleft.svg') no-repeat calc(50% - 4px)
}
.feature-next{
	/*position: absolute;
    bottom: 0;
    right: 250px;
   top: 260px;
	bottom:0px;*/
    width: 100px;
    height: 100px;
    z-index: 999;
    cursor: pointer;
}
.feature-next:before{
	content: "";
    background: url('../images/ic_navright.svg') no-repeat center center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	position: absolute;
}
.feature-next:hover:before, .feature-next:focus:before{
    background: url('../images/ic_navright.svg') no-repeat calc(50% + 2px) center;
}
.feature-next:active:before{
    background: url('../images/ic_navright.svg') no-repeat calc(50% + 4px) center;
}
.feature-prev.slick-disabled, .feature-next.slick-disabled{
	opacity: 0.2;
}

.feature-more.btn-more-green{
	position: relative;
	padding: 14px 28px 12px;
    /*top: 284px;
	bottom:24px;
    right: 54px;*/
}
.feature-button{display:table;float:right;padding-right:40px;}
.feature-button > div{display:table-cell;position:relative; }
.feature-button > .feature-more-btn{vertical-align:middle;}
.section-ad{
	width: 100%;
	text-align: center;
	margin: 50px 0;
	padding-right: 100px;
}
.section-ad .ad-item{
	position: relative;
    display: inline-block;
    margin: 20px 20px;
}
.section-ad .ad-item img{
    max-width: 100%;
}

.section-pages-links{
	width: 100%;
	padding-right: 100px;
	margin: 80px 0;
}
.page-links-wrapper{
	position: relative;
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.page-links-wrapper .page-links{
	text-align: center;
}
.page-links-wrapper .title{
	margin-bottom: 30px;
	text-align: left;
	font-weight: 600;
}

.page-links-wrapper .page-links .item{
	display: inline-block;
    position: relative;
    width: 340px;
    height: 90px;
	text-align: left;
    background: #F5F5F5;
    vertical-align: top;
    margin-right: 0;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}
.page-links-wrapper .page-links .item .icon{
	position: relative;
    display: inline-block;
    line-height: 92px;
    padding: 0 20px 0 30px;
}
.page-links-wrapper .page-links .item .icon svg{
	width: 40px;
    height: 40px;
    vertical-align: middle;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.page-links-wrapper .page-links .item .content{
	display: inline-block;
    vertical-align: middle;
}
.page-links-wrapper .page-links .item .content .subtitle{
	position: absolute;
    display: block;
	top: 50%;
	text-transform: uppercase;
    -webkite-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    font-weight: 600;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.page-links-wrapper .page-links .item .content .description{
	position: absolute;
    top: 55%;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-right: 30px;
    line-height: 1.1em;
    font-size: 14px;
	color: #fff;
}
.page-links-wrapper .page-links .item .nav-btn{
	position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
	padding: 30px 20px;
    -webkite-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.page-links-wrapper .page-links .item .nav-btn svg{
	width: 10px;
	vertical-align: middle;
}

.page-links-wrapper .page-links .item:hover .icon svg{
	opacity: 0.5;
	fill: #fff;
}
.page-links-wrapper .page-links .item:hover .content .subtitle{
    -webkite-transform: translate(0, -100%);
    transform: translate(0, -100%);
	color: #fff;
}
.page-links-wrapper .page-links .item:hover .content .description{
	opacity: 1;
}
.page-links-wrapper .page-links .item:hover .nav-btn{
	opacity: 1;
    -webkite-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.page-links-wrapper .page-links .item#linkblk-news:hover{background: #DFA71D;}
.page-links-wrapper .page-links .item#linkblk-features:hover{background: #7C30E2;}
.page-links-wrapper .page-links .item#linkblk-video:hover{background: #E64949;}
.page-links-wrapper .page-links .item#linkblk-publications:hover{background: #17A99C;}
.page-links-wrapper .page-links .item#linkblk-events:hover{background: #395DE3;}
.page-links-wrapper .page-links .item#linkblk-jobs:hover{background: #5DCD1C;}

.pagination-prev-next {
	padding-top: 20px;
	margin-top:20px;
	border-top:1px solid #E1E1E1;
	padding-bottom: 30px;
}
.pb-4 {
	padding-bottom: 2rem!important;
}
/*/// FOOTER SECTION ///*/
footer{
	position: relative;
	width: 100%;
	margin-top: 80px;
	background-color: #333333;
	background-image:url('../images/ca_footer_pattern.png');
	background-repeat: no-repeat;
	background-size:35%;
	background-position: right bottom;
	color: #fff;
	padding: 50px 0;
	min-height: 500px;
}
footer .sitemap{
	width: 100%;
	padding: 0 100px;
	margin-bottom: 100px;
}
footer .sitemap .list{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
    margin-bottom: 40px;
	font-size: 14px;
	font-weight: 900;
}
footer .sitemap .list .list-title{
	color: #D5F430;
	margin: 10px 0;
}
footer .sitemap .list .list-items{
	margin-top: 10px;
}
footer .sitemap .list .list-items ul{
	list-style-type: none;
	padding-left: 0;
	margin-right: 60px;
}
footer .sitemap .list .list-items ul li{
	padding: 4px 0;
	color: #989898;
}

footer .sitemap .list .list-items ul li a{
	color: #989898;
}
footer .sitemap .list .list-items ul li:hover a{
	color: #ccc;
}

footer .sitemap .footer-ad{
	display: inline-block;
}

footer .sitemap .footer-ad img{
	margin: 0 20px 20px 0;
}

footer .back-top{
	position: absolute;
    top: 50px;
    right: 35px;
    font-weight: 200;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #989898;
    padding: 0 130px 5px 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translate(100%);
    transform: rotate(-90deg) translate(100%);
    z-index: 10;
    backface-visibility: hidden;
    padding-left: 2px;
    cursor: pointer;
}
footer .share-icons{
	width: inherit;
	/*position: absolute; */
	bottom: 50px;
	padding: 0 100px;
}
footer .share-icons div,
#nav-sub .share-icons div {
	background: #fff;
    border: 1px solid #fff;
	margin-right: 6px;
}
footer .disclaimer{
	font-size: 15px;
    bottom: 64px;
    right: 100px;
    position: absolute;
    color: #989898;
}
.share-icons .sh-instagram:hover{
	background-color: #F1159A!important;
	border: 1px solid #F1159A!important;
}
.share-icons .sh-facebook:hover{
	background-color: #3b5998!important;
	border: 1px solid #3b5998!important;
}
.share-icons .sh-twitter:hover{
	background-color: #1DA1F2!important;
	border: 1px solid #1DA1F2!important;
}
.share-icons .sh-linkedin:hover{
	background-color: #0e76a8!important;
	border: 1px solid #0e76a8!important;
}
.share-icons .sh-youtube:hover {
    background-color: #f00!important;
    border: 1px solid #f00!important;
}
.share-icons .sh-instagram:hover svg,
.share-icons .sh-facebook:hover svg,
.share-icons .sh-twitter:hover svg,
.share-icons .sh-linkedin:hover svg .st0,
.share-icons .sh-youtube:hover svg
{
	fill: white!important;
}
.left-breadcrumb ul {
	font-size: 0;
}
.left-breadcrumb ul li {
	font-size: 15px;
}
.left-breadcrumb ul li:after {
    padding: 6px;
    content: "/\00a0";
}
.left-breadcrumb ul li:last-child:after {
	display: none;
}
.right-menu {
	padding-top: 60px;
}
.right-menu .container,
.main-content > .container {
	max-width: 660px;
}
.grid-ad-section .ad-item{
	margin-bottom: 30px;
	display:block;
}
.grid-ad-section .ad-item {
	text-align: center;
}
.grid-ad-section .ad-item img {
	max-width: 100%;
}
.news-wrap {
	
	margin-bottom:20px;

}
.news-wrap  .row{
	padding:0px;
	padding-bottom: 20px;
	border-bottom:1px solid #E1E1E1;
	min-height: 170px
	
}
.news-wrap .col-8{padding:0px;} 
.news-wrap .fsize-lg{font-size:16px;}
.news-wrap .fsize-md{font-size:14px;}
.video-wrap {
	padding-bottom: 50px
}
.news-desc {
	/*height:65px;*/
	overflow:hidden;
} 
.news-desc img{max-width:100%!important;height:auto!important;} 
.section-pages-links-list {  
	margin-top: 30px;
}
.pagination {
	font-size: 18px;
	margin-left: -4px;
}
.pagination li {
	margin-left: 2px;
	margin-right: 2px;
}
.pagination li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #F3F3F3;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
}
.pagination li.page-arrow {
	background-color: #F5F5F5;
	color: #333;
}
.pagination li.page-arrow .color-fill {
	fill: #333;
}
.pagination li a svg {
	width:22px;
	height: 22px;
}
.pagination li.page-dot a{
	background-color: #fff!important;
	color: #333333!important;
	cursor: default;
	width: 20px;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #B8DA00;
	color: #fff;
}
.pagination li a:hover .color-fill {
	background-color: #B8DA00;
	fill: #fff;
}
.pagination li.disabled a {
	background-color: #F5F5F5!important;
	color: #CCCCCC!important;
	cursor: default;
}
.pagination li.disabled .color-fill {
	fill: #CCCCCC!important;
}
.other-info-wrap {

	padding-bottom: 30px;
}
ul.inline-ul.other-info li {
	position: relative;
	margin-right: 26px;
}
ul.inline-ul.other-info li:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -13px;
    background-color: #E1E1E1;
    height: 23px;
    width: 1px;
}
ul.inline-ul.other-info li:first-child:after {
	display: none;
}
video {
	width: 100%!important;
	height: 100%!important;
}
.pub-title {
	border-top: 2px solid #F3F3F3;
	display: block;
	padding-top: 7px;
	position: relative;
	font-size: 20px;
}
.pub-title:before {
	content: '';
	background-color: #D5F430;
	position: absolute;
	top:-2px;
	left:0;
	height: 2px;
	width: 53px;
}
.pub-wrap {
	max-width:800px;
}
.maxw300 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
.maxw300 img{
	max-width: 240px;
	width: 100%;
}
.js-form-item-year select {
  background-color: #E1E1E1;
  color: #333333;
  padding: 8px 45px 8px 15px;
  border: none;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  min-width: 160px;
  -webkit-appearance: none;
}
.js-form-item-year {
	display: inline-block;
	position: relative;
}
.js-form-item-year::before {
  content: "";
  background-image: url(../images/ico/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
}
.js-form-item-year select option {
  padding: 30px;
}
.month-wrap .t-table-cell,
.month-wrap .t-md-table-cell {
	vertical-align: top;
}
.month-wrap {
	padding-bottom: 20px;
	max-width: 880px;
}
.month-wrap .date {
	width: 120px;
}
.month-wrap .t-table-cell {
	padding-bottom: 9px;
}
.month-wrap .month span {
	margin-left: -1px;
	text-transform: uppercase;
}
.month-wrap .month {
	padding-bottom: 8px;
	vertical-align: top;
}
.jobs-wrap {
	padding-bottom: 20px;
} 
.jobs-wrap a {
	border:1px solid #EAEAEA;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	width: 310px;
	height: 200px;
}
.jobs-wrap a img.feature-img{
	width: inherit;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.jobs-img {
	padding-bottom: 20px;
}
.jobs-img div {
	border:1px solid #EAEAEA;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	width: 310px;
	height: 200px;
}
.jobs-wrap div img{
	width: inherit;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.jobs-d-wrap,
.box-shadow-wrap {
	max-width: 880px;
}
.default-a-green a {
	/*color: #799000; */
}
.default-a-green a:hover , .publication-content a:hover {
	color: #a3d129;
}
.box-shadow-wrap {
	background-color: #fff;
	padding:35px 25px;
	box-shadow: 0 0 10px rgba(0,0,0,0.11);
}
.form-group label {
	font-size: 14px;
}
.nav-tabs {
	border-bottom: 0;
	margin-bottom: 5px;
}
.nav-tabs li {
	display: inline-block;
}
.nav-tabs li a {
	padding:15px 20px;
	display: inline-block;
	color: #989898;
}
.nav-tabs li.active a, .nav-tabs li a.is-active {
	color: #799000;
	font-weight: 700;
}
.nav-tabs li a:hover {
	color: #799000;
}
.tab-pane {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow:hidden;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-o-transition: visibility 0s, opacity 0.5s linear;
	transition: visibility 0s, opacity 0.5s linear;
}
.tab-pane.active {
	visibility: visible;
	opacity: 1;
	height: auto;
}
.grey1px{
	border-top: 1px solid #E1E1E1;
	margin-top: 25px;
	margin-bottom: 25px;
}
@media screen and (min-width: 450px){
	.box-shadow-wrap {
		padding:50px;
	}
	.title{
		position: relative;
    	font-size: 32px;
		line-height: 1.2;
	}
	.pagination li {
		margin-left: 4px;
		margin-right: 4px;
	}
	.pagination li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.pagination li.page-dot a {
		width: 30px;
	}
}
@media screen and (min-width: 576px){
	.t-sm-table{display: table;}
	.t-sm-table-row{display: table-row;}
	.t-sm-table-cell{display: table-cell;}
}
@media screen and (min-width: 700px){
	.page-links-wrapper .page-links .item{
	    margin-right: 10px;
	    margin-left: 10px
	}
}
@media screen and (min-width: 768px){
	.maxw300 {
		text-align: left;
	}
	.maxw700 {
		max-width: 600px;
	}
	.t-md-table{display: table;}
	.t-md-table-row{display: table-row;}
	.t-md-table-cell{display: table-cell;}
	.month-wrap .month {
		width: 176px;
		line-height: 1;
	}
}
@media screen and (min-width: 992px){
	.t-lg-table{display: table;}
	.t-lg-table-row{display: table-row;}
	.t-lg-table-cell{display: table-cell;}
	.section-pages-links {
		font-size: 0;
	}
	.main-content {
		display: inline-block;
		width: calc(100% - 330px);
		vertical-align: top;
		font-size: 17px;
	}
	.right-menu {
		padding-top: 0;
		display: inline-block;
		width: 330px;
		vertical-align: top;
	}
	.main-content > .container {
		max-width: 100%;
	}
	.section-pages-links-list {
		padding-top: 30px;
		max-width: 1350px;
		margin: 0 auto;
		padding-right: 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.section-pages-links {
		padding-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.month-wrap .details .t-table .t-table-row:first-child .t-table-cell {
		padding-top: 6px;
	}
	.month-wrap .views-field.views-field-nothing:last-child .t-table-cell {
		padding-bottom: 40px;
	}
	.month-wrap .t-table-cell {
		padding-bottom: 12px;
	}
	.t-xl-table{display: table;}
	.t-xl-table-row{display: table-row;}
	.t-xl-table-cell{display: table-cell;}
	.section-news-details .title {
		font-size: 45px;
	}
}


/* Custom Css */
.page-node-type-publications #block-pagetitle .title-color{display:none;}
.page-node-type-publications #block-pagetitle .title{font-weight: 700;}
#views-exposed-form-events-page-1 #edit-actions{display:none;}
#views-exposed-form-events-page-1{padding-bottom: 2rem!important;}
.uppercase{text-transform:uppercase;}
#vid-btn-play img {
    position: absolute;
    width: 26px;
    height: 26px;
    fill: #B8DA00;
    transition: 0.3s;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(6%, -50%);
    -moz-transform: translate(6%, -50%);
    -o-transform: translate(6%, -50%);
    -ms-transform: translate(6%, -50%);
    transform: translate(6%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-node-type-publications #block-contentasia-page-title .title-color, .page-node-type-news #block-contentasia-page-title .title-color ,.page-node-type-features #block-contentasia-page-title .title-color{display:none;}
.page-node-type-publications #block-contentasia-page-title .title, .page-node-type-news #block-contentasia-page-title .title, .page-node-type-features #block-contentasia-page-title .title {font-weight:bold;}
.publications-img img{height:auto;}

.view-desktop{display: none;}
.view-mobile{display: inherit;}
@media screen and (min-width: 950px){
	.view-desktop{display: inherit}
	.view-mobile{display: none;}
}


.search-form{padding:20px 0px;}

.path-search h2{display:none;}
.path-search ol{list-style-type: none;padding:15px;}
.path-search .search-form{padding:15px;}
.path-search #search-form.box-shadow-wrap.col-12 label, .path-search #search-form.box-shadow-wrap.col-12 input{display:block;margin-bottom:20px;}

.toolbar-toggle-orientation{display:none!important;}
.prev-button{border-right: 1px solid #E1E1E1;}
.path-search ol li{padding-top:20px; border-bottom: 1px solid #E1E1E1;}
#block-contentasia-content .col-12.feature-img img{height:auto!important;}
.video-content.views-row{margin-bottom:40px;}
.news-wrap .container{display:table;}
.news-wrap .container .col-4 , .news-wrap .container .col-8{display:table-cell;}
.news-wrap .container .col-4{width:33.333333%;vertical-align:middle;}

.editor-content .content-full{display:none;}

@media screen and (max-width: 880px){
	.topSlider-for .item .slide-img{
		background-size:auto 100%;
		margin:auto;
	}
}

.js-form-type-password-confirm .password-strength{display:none;}
.pagination-prev-next .prev-button .t-table-cell.button-text , .pagination-prev-next .next-button .t-table-cell.button-text{width:100%;}

.content-bottom .pub-title{padding-top:30px;}
.path-video .views-element-container .row{justify-content: left;}


div.captcha{margin-bottom:1rem;}
.header-btns #login-button , .header-btns #account-button{display:none;}
@media screen and (max-width: 500px){
	.account.account-mobile{display:block;}
	.account.account-desktop{display:none;}
	.account .login-button img{display:inline-block;}
	.account .login-button {font-size:0px;}
	.header-btns #search, .header-btns #menu, .header-btns #login-button , .header-btns #account-button{margin-left:10px;}
	
	
}
 
/*slider update */
.slick-slide .text-box{height:100%;position:relative;}
.path-publications .main-content .row.pub-wrap{
	-webkit-justify-content: left;
    justify-content: left;
}
footer .right-menu.grid-ad-section{width:auto;padding-top:0px;}
footer .right-menu.grid-ad-section .container{max-width:none;}
footer .right-menu.grid-ad-section .container .row{display:inline-block;}
footer .right-menu.grid-ad-section .container .row > div{width: auto;  display: inline-block;}

/* Screening */
.company-content .company-logo{padding-bottom: 2rem!important;}
.company-content .company-logo img , .screenings .company-logo img{max-width:200px;}
.contact-table{padding-top: 2rem!important;padding-bottom:2rem!important;}
.contact-table-title{font-weight:bold;font-size:18px;margin-bottom:1rem!important;}
.contact-table a{color:#799000;}
.employee-img{margin-bottom:1rem;max-width:180px;}
.employee-item .employee-description{max-width:180px;}
.employee-name{font-weight:bold;}
.employee-description{font-size:14px;color:#989898;}
.employee-email a{color: #799000;font-size: 14px;word-break: break-all;}
.employee-item{padding-bottom:2rem!important;display:inline-block;padding-right:25px;vertical-align: top; /*width:33%;max-width:205px; */}

@media screen and (max-width: 991px){
	.employee-img , .employee-item .employee-description{width:145px;}
	.employee-item:nth-child{padding-right:10px;}
	.employee-item{/*width:180px; */}
	
}

@media screen and (max-width: 500px){
	.employee-img , .employee-item .employee-description{width:150px;}
	.employee-item:nth-child(even){padding-right:0px;}
	.employee-item:nth-child(odd){padding-right:10px;}
	.company-content .col-12{padding:0px;}
	.employee-item .employee-description{max-width:unset; }
}
.screenings .video-content{margin-bottom:1rem;display:block;}
.screenings .company-profile{margin-bottom:1rem;}
.screenings .company-name{font-size:18px;font-weight:bold;color: #799000;}
.screenings .screening-title{font-size:22px;font-weight:bold;padding-bottom:1rem;}
.screenings .programme-genre-tag{margin-top:-1rem;padding-bottom:1rem;}
.screenings .programme-genre-tag a{color:#989898}
.screenings .video-thumbnail{position:relative;}
.screenings .video-thumbnail img{width:100%;}
.screenings #vid-btn-play{top:50%;width:40px;height:40px;background-color:rgba(255,255,255,0.9);}
.screenings #vid-btn-play img{width:20px;height:20px;}
.screenings .video-thumbnail{display:block;margin-bottom:1rem;}
.screenings .showcase-title{font-weight:bold;font-size:16px;margin-bottom:6px;}
.screenings .showcase-company a{font-size:14px;margin-bottom:6px;font-weight:bold;color:#799000;}
.screenings .showcase-programme-genre-tag{font-size:14px;color:#989898;}
.screenings .hidden-body{display:none;}
.screenings form#views-exposed-form-screenings-block-1{display:none;}
.screenings .box-shadow-wrap{padding:30px;}
.screenings .box-shadow-wrap select, .screenings .box-shadow-wrap input{margin-bottom: 1.6rem;}
.screenings .screening-filter, .feature-video{margin-bottom:3rem;}
.feature-image, .showcase-item{margin-bottom:2rem;}
.screenings .employee{padding-bottom:2rem;}
@media screen and (max-width: 500px){
	.employee-img . .employee-item .employee-description{width:150px;}
	.employee-item:nth-child(even){padding-right:0px;}
	.employee-item:nth-child(odd){padding-right:10px;}
	.company-content .col-12{padding:0px;}
	.screening-filter, .screening-content{padding:0px;}
	.employee-item{/*width:150px;*/}
} 

@media screen and (max-width: 355px){
	 .screening-filter .btn-more-green{ float: unset!important;}
}

@media (max-width:1470px) and (min-width:1200px) {
  .screening-filter .btn-more-green{ float: unset!important;}
}​

.b-morelines_section_wrapper{
	text-align:center;
}

.b-morelines_section_wrapper > div:not(.b-morelines_section_button){
	text-align:left;
	height:auto!important;
}
.b-morelines_section_button{
	margin-top:30px;
	text-transform: uppercase;
	text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 25px 10px;
    min-width: 110px;
    border: 1px solid #D5F430;
   
    font-weight: 600;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.b-morelines_section_button:hover{
	background: #D5F430;
}

.b-morelines_section_wrapper.js-morelines_section_wrapper{margin-bottom:30px;}
strong{pointer-events:none;}

.audio-icon{
	background-image: url(../images/icon_listen.svg);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 33px;
	
}
audio{max-width:285px;}