html,body{
	margin:0;padding:0;
	height:100%;
	background-color:#FFF;
	color:#000;
}


.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, 
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1{
	padding:0px;
}

a{
	cursor:pointer;
	color:#1ebf39; 
}
a:hover{
	filter: brightness(1.025);
	
}
a:focus,
a:hover {
	text-decoration: none;
	color:#d85f65; 
}
a.whitetext:hover{color:#FFF;}

a.active{
	text-decoration: none;
	color:#fff; 
	font-weight: 500;
}
hr{
	margin-top:0px;
	margin-bottom:0px;
}
.container,
.row {
	margin: 0 auto;
	padding: 0
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin:auto;
	padding:0px;
}
@media(min-width:768px){
	.nav>li>a{
		height:50px;
		line-height:50px;
		text-align:center;
		padding:0px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.nav>li>a.doubleline{
		line-height:20px;
		padding-top:10px;
	}
}


/*header*/
	
	nav{
	}
	nav.navbar-inverse{
		position:absolute;
		width:100%;
		background: transparent;
		z-index:1000;
		margin-bottom:0px;
	}
	@media(max-width:767px){
		nav.navbar-inverse{
			position:fixed;
		
		}
	}
	
	
	@media(max-width:767px){
		#nav_container{
			background-color:#FFF;
			padding-top: 0px;
		}
	}
	.logo_container{
		
	}
	.logo_container img{
		height:40px;
	}
	@media(max-width:767px){
		.container>.navbar-header{
			padding:0px 0px;
		}
		.logo_container>div:first-child{
			border-right:1.5px solid #7b7b7d;
			text-align:right;
			padding-right:3%;
		}
		.logo_container>div:last-child{
			padding-left:3%;
			text-align:left;
		}
	}
	
	@media(min-width:768px){
		.logo_container{
			margin-top: 40px;
			margin-bottom: 25px;
			padding:0px 6.5%;
			display: block;
		}
		.logo_container img{
			height:85px;
		}
		
		.logo_container>div:first-child{
			border-right:1.5px solid #7b7b7d;
		}
		#navbar_menu{
			padding:0px 0px;
			height: 60px !important;
		}
		
		.navbar-nav>li{
			position:relative;
		}
		
		/*
		.navbar-nav>li::after{
			position:absolute;
			content:"";
			left:100%;
			width:1px;
			height:100%;
			top:0px;
			background:rgba(0,0,0,.05);
		}
		*/
		.navbar-nav{
			display: inline-block;
			float:none;
			
		}
		.navbar-inverse .navbar-nav>li>a{
			color:#fff;
			transition: all 300ms ease;
		}
		
		.navbar-inverse .navbar-nav>.active>a{
			background:none;
			color:#fff;
			position:relative;
		}
		.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
			background:none;
		}
		.navbar-inverse .navbar-nav>li>a:hover::after,
		.navbar-inverse .navbar-nav>li.active>a::after{
			position: absolute;
			content: " ";
			bottom: 3px;
			left: 0px;
			width: 100%;
			height: 5px;
			background-color: #f7ca19;
			border-radius:0px;
		}
		 
		.navbar-inverse .navbar-nav>li:not(.for_fb)>a:hover, 
		.navbar-inverse .navbar-nav>li:not(.for_fb).active>a:hover
		{
			color:#fff;
			background:transparent;
		}
		
		.navbar-nav>li::before{
			position: absolute;
			content: " ";
			bottom: 20%;
			right: 0px;
			width: 1px;
			height: 60%;
			background-color: rgba(255,255,255,0.2);
		}
		.navbar-nav>li:last-child::before{
			display:none;
		}
	}

	
	
	@media(min-width:768px){
		.navbar-nav>li>a{
			padding-left:25px;
			padding-right:25px;
			margin-left:  2px;
			margin-right: 2px;
		}
		.navbar-nav>li:last-child{
			margin-right:-25px;
		}
		
	}

	.navbar-nav>li>a{
		/* text-transform: uppercase; */
	}
	
	.fb_like_container{
		border:1px solid #FFF;
		border-radius:2px;
		display:inline-block;

	}
	
	.dropdown-menu{
		padding:0px;
		width:auto;
		
	}
	.dropdown-menu.right{
		right:0px;
		left:auto;
	}
	.dropdown-submenu.right{
		right: 100%;
		left: auto;
	}
	
	.dropdown-menu>li:first-child>a,
	.dropdown-submenu li>:first-child>a{
		border-top-left-radius:4px;
		border-top-right-radius:4px;
		
	}
	.dropdown-menu>li:last-child>a,
	.dropdown-submenu li:last-child>a{
		border-bottom-left-radius:4px;
		border-bottom-right-radius:4px;
	}
	.navbar-nav>li>.dropdown-menu{
		border-radius:4px;
		margin-top:0px;
	}
	
	.dropdown-menu>li>a,.dropdown-submenu a{ 
		white-space: normal;
		padding: 15px 35px 15px 15px;
		display: block;
		
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	
	@media(min-width:768px){
		.dropdown:hover .dropdown-menu {
			display: block;
			border: none;
			box-shadow: 4px 6px 4px 2px rgba(0,0,0,0.05);
		 }
	}
	 
	nav{
		
	}
	.header_link{
		position:relative;
		color:#FFF;
		padding: 0px 15px;
		text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 1px;
	}
	.header_link:hover,
	.header_link:focus{
		color:#FFF;
	}
	
	.header_link::after{
		position:absolute;
		content:"";
		left:100%;
		height:100%;
		width:1px;
		top:0px;
		background-color:#FFF;
	}
	
	.header_link:last-child::after{
		display:none;
	}
	
	#header_logo{
		display:block;
		background-image: url('/images/logo_.png?6');
		
		
		background-size: contain;
		height: 80px;
		background-repeat: no-repeat;
		background-position: left;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	@media(max-width:767px){
		#header_logo{
			margin-top: 0px;
			width: 280px;
			height: 80px;
			background-image: url('/images/logo_.png?6');
			margin-left: auto;
			background-position: center;
			margin-right: auto;
			margin-bottom:0px;
		}
	}
	
	#header_logo img{
		max-height:50px;
	}
	@media(min-width:768px){
		
		#header_logo img{
			max-height:100px;
			max-width: 280px;
		}
	}
	
	#header_logo_right{
		display:block;
		background-image: url('/images/logo_.png?7');
		
		background-size: contain;
		height: 80px;
		background-repeat: no-repeat;
		background-position: right;
		margin-top: 25px;
		
	
	}
	
	
	
	.header_logo_container{
		display:table;
		height:100px;
		
	}
	@media(max-width:767px){
		.header_logo_container{
			text-align:center;
			height:80px;
			width:100%;
		}
	}
	.header_logo_container>div{
		display:table-cell;
		vertical-align:middle;
		
	}
	@media(min-width:768px){
		
	}
	
	@media(max-width:767px){
		.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
			color:#000;
			background-color:transparent;
		}
		
		.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
			color:#000;
		}
		
		.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
			background-color:#EEE;
			color:#000;
		}
		.nav>li>a.mobile_link{
			display:inline-block;
			
		}
		
		.navbar-nav li a img{
			height:40px
		}
		
	}
	
	
	.dropdown-menu >li{
		position:relative;
		
	 }
	
	.dropdown-submenu{
		display:none;
		background-color:#FFF;
		width: 100%;
		padding-left: 20px;
	}
	
	@media(min-width:768px){
		
		.dropdown-submenu{
			display:none;
			background-color:#FFF;
			position: absolute;
			left: 100%;
			top: 0px;
			width: 100%;
			border-radius: 4px;
			box-shadow: 0 6px 12px rgba(0,0,0,.175);
			border-top-left-radius: 0px;
			border-bottom-right-radius: 0px;
			padding-left: 0px;
		}
	}
	@media(max-width:767px){
		.dropdown-submenu.active{
			display:block;
		}
	}
	
	@media(min-width:768px){
		.dropdown-menu li:hover ul{
			display:block;
		}
	}
	@media(max-width:767px){
	
	
	
	
		.navbar-nav .open .dropdown-menu{
			padding-left: 20px;
		}
	
	}
	.dropdown-submenu li:hover{
		text-decoration: none;
		
		
		background-color: none;
	}
	.dropdown-submenu li{
		list-style-type:none;
	}
	.dropdown-menu .submenu{
		position:relative;
	}
	.dropdown-menu .submenu::after{
		position: absolute;
		right:15px;
		top:0px;
		height:100%;
		line-height:50px;
		content: "\e080";
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		font-size:12px;
	}
	
	.dropdown-menu li:hover>a::before,
	.dropdown-menu .submenu:hover::before,
	.dropdown-submenu li:hover a::before{
		content: "";
		position:absolute;
		left:6px;
		width:4px;
		top:20%;
		height:60%;
		background-color:#f6c932;
	}
	
	@media(min-width:768px){
		#nav_container{
			display:block !important;
			text-align: right;
			height:50px;
		}
	}
	@media(max-width:767px){
		nav .container{
			max-width:600px;
			padding-left:0px;
			padding-right:0px;
		}
		
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
			color:#000;
		}
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
			padding:10px 15px;
		}
		
		.dropdown-menu .submenu::after{
			line-height:40px;
		}
		
		#nav_container{
			display:none;
		}
		
		
		.dropdown-menu{
			display:none;
		}
		.dropdown-menu.active{
			display:block;
		}
		.menu_toggle + .dropdown-menu{
			position:relative;
			box-shadow:none;
			border:none;
			padding-left:20px;
		}
		.menu_toggle + .dropdown-menu a{
			padding:10px 15px;
		}
		
		li.dropdown + li{
			    clear: both;
		}
	}
	
	
	@media(min-width:768px){
		.dropdown-menu li a:hover{
		
			background: none;
		}
		
			
		.dropdown-submenu li:hover a{
			text-decoration: none;
			background: none;
		}
		.dropdown-submenu li a{
			position:relative;
			display:block;
		}
	}
	
	
	
	@media(max-width:1199px){
	
		.navbar + .row{
			padding-top: 70px;
		}
	}
	@media(max-width:999px){
	
		.navbar + .row{
			padding-top: 100px;
		}
	}
	@media(max-width:767px){
	
		.navbar + .row{
			padding-top: 80px;
		}
	}
	.header_container{
		position:relative;
	}
	
	
	.top_link_item{
		color:#FFF;
		margin-left:20px;
		height:50px;
		line-height:50px;
		margin-left:40px;
	}
	.top_link_item:hover{
		color:#FFF;
	}
	
	@media(max-width:767px){
		.menulinks_container{
			box-shadow: 0 5px 5px rgba(0,0,0,0.1);
		}
	}
	
/*header*/




/*global*/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.fancybox-slide--html .fancybox-close-small{
	top:-45px;
}
.fancybox-content{
	overflow:visible;
}
.fancybox-slide--html .fancybox-close-small{
	transform:scale(1.5);
}
@media(max-width:767px){
	.container{
		max-width:480px;
		padding:0px 20px;
	}
	.mobilewrapper{
		
	}
}

.navbar{
	border-radius:0px;
	border:none;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.navbar>.row{
	padding-left:0px;
	padding-right:0px;
	padding:0px 0px;
	
}
@media(max-width:767px){
	.navbar>.row{
		padding:0px 0px;
		
	}
}
.header_bg{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	background-color: #FFF;
	
}
.header_bg, .header_container{
	height:80px;
}
@media(min-width:768px){

	.header_bg, .header_container{
		height:210px;
	}
}
@media(max-width:767px){

	.navbar>.row{
		width:100%;
		max-width:100%;
		
		
		top:0px;
		z-index:100;
		
		opacity:0.95;
	}
}
@media (min-width: 768px){
	
	.navbar-collapse{
		text-align:right;
	}
	.navbar-header{
		float:none;
	}
}
.navbar-collapse{
	border:none;
}



@media(max-width:767px){
	.navbar-nav{
		margin: auto;
	}
	.navbar-collapse{
		padding-top: 15px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-inverse .navbar-nav>li>a{
		color:#000;
	}

	.navbar-toggle{
		float: left;
		border: none;
		position: absolute;

		z-index: 10;
		border: none;
		background-color: transparent !important;
		right: 0px;
		top: 18px;
		margin-right: 0px;
		padding: 15px 15px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#1ebf39;
}

.logocontainer{
	padding: 0px 0px;
}


.alignMiddle>div {
	display: table
}
.alignMiddle>div>div {
	display: table-cell;
	vertical-align: middle
}
.lineheightn{
	line-height:24px !important;
}
.lineheightm{
	line-height:40px !important;
}
.maxwidth400{
	max-width:400px;
	width:100%;
}
.maxwidth480{
	max-width:480px;
	width:100%;
}
.maxwidth600{
	max-width:600px;
	width:100%;
}
.maxwidth750{
	max-width:750px;
	width:100%;
}
.maxwidth900{
	max-width:900px;
	width:100%;
}
.maxwidth1000{
	max-width:1000px;
	width:100%;
}
.maxwidth100p{
	max-width:100%;
	width:100%;
}
.textleft{
	text-align: left !important;
}
.textcenter {
	text-align: center
}
.textright{
	text-align: right;
}
.dleftmcenter{
	text-align: center
}
@media(min-width:768px){
	.dleftmcenter{
		text-align: left;
	}
}
.posrelative{
	position:relative;
}
.marginauto{
	margin-left:auto;
	margin-right:auto;
}
.marginleft0{
	margin-left:0px;
}
.clearboth{
	clear:both;
}
.displayib{
	display:inline-block !important;
}
.nopadding{
	padding:0px !important;
}
.boldtext {
	font-weight: 900;
}
.italictext{
	font-style: italic;
}
.extraboldtext {
	font-weight: 900;
}
@media(min-width:768px){
	.hoverzoom:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
}
.listaplha{
	list-style-type: lower-alpha;
}
.dnone{
	display:none;
}
.error_msg{
	opacity:0;
	
    line-height: 15px;
	font-size:12px;
	color:#ee0000;
}

.arrow_left{
	width: 40px;
	height:40px;
	position:absolute;
	left:0px;
	top:calc(50% - 25px);
	background-image:url('/images/icon_arrow_left.png');
	background-size:18px 37px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease;
	opacity:0.75;
}

.arrow_right{
	width: 40px;
	height:40px;
	position:absolute;
	right:0px;
	top:calc(50% - 25px);
	background-image:url('/images/icon_arrow_right.png');
	background-size:18px 37px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease; 
	opacity:0.75;
}
@media(min-width:768px){
/* 	.arrow_left{
		left:-20px;
	}
	.arrow_right{
		right:-20px;
	} */
}
.arrow_right:hover, .arrow_left:hover{
	transform:scale(1.25);
	opacity:1;
}

.content_popup{background-color:#FFF;padding:20px 20px;}
@media(min-width:768px){
	.content_popup{
		padding:20px 50px;
	}
}
@media(min-width:768px){
	.content_popup{min-width:360px;height:240px}
	
}
@media(max-width:767px){
	.content_popup{
		max-width:100%;
		margin:0px 10px;
	}
}
.content_popup>div{display:table;height:100%;width:100%}
.content_popup>div>div{display:table-cell;vertical-align:middle}
.content_popup .title{font-size:20px;line-height:30px;letter-spacing:1px;text-align:center;margin-bottom:10px;font-weight:700}
.content_popup .caption{text-align:center;margin-bottom:20px;letter-spacing:1px}

.content_popup.leftalign .title,
.content_popup.leftalign .caption{
	text-align:left;
}
.content_popup.autoHeight{
	height:auto;
}

.button.dnone{
	display:none;
}
.button{
	color:#333 !important;
	border:1px solid #f8cb1a;
	padding:10px 40px;
	border-radius:1px;
	display: inline-block;
	line-height:20px;
	background-color:#f8cb1a !important;
	text-align:center;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
}
.button.small{
	padding:2px 6px;
}
.button.long{
	padding-left: 60px;
	padding-right:60px;
}
.button.transparent{
	background-color: transparent !important;
	color:#FFF  !important;
	border:1px solid #FFF !important;
}

.button.autowidth{
	width:auto;
}
.button.mid{
	color:#0066b1 !important;
	border:1px solid #0066b1;
	padding:6px 12px;
	border-radius:4px;
	background-color:#fff;
}
.button.purple{
	color:#fff !important;
	border:1px solid #75126d;
	background-color:#75126d !important;
}
.button.blue{
	color:#fff !important;
	border:1px solid #0066b1;
	background-color:#0066b1 !important;
}
.button.orange{
	color:#fff !important;
	border:1px solid #f6931e;
	background-color:#f6931e !important;
}
.button.orangetext{
	color:#f6931e !important;
	border:1px solid #f6931e;
	background-color:#fff;
}

.button.green{
	color:#fff !important;
	border:1px solid #39b44a;
	background-color:#39b44a !important;
}

.button.greentext{
	color:#39b44a !important;
	border:1px solid #39b44a;
	background-color:#fff;
}

.button.redborder{
	color:#1ebf39 !important;
	border:1px solid #1ebf39 !important;
	background-color:transparent !important;
}

.button.red{
	color:#fff !important;
	border:1px solid #1ebf39 !important;
	background-color:#1ebf39 !important;
}


.button.autowidth{
	width:auto;
}
.button.block{
	display:block;
}

.button:hover{
	opacity:0.8;
}
.button.nobg{
	background-color:transparent;
	border:1px solid #1c74bb;
	color:#1c74bb;
}
.button.tiny{
	border-radius: 5px;
    padding: 5px 15px;
    width: auto;
    line-height: 20px;
}

.button.rightspacing{
	margin-right:15px;
}

.whitetext{
	color:#FFF;
}
.orangetext{
	color:#1c74bb;
}
.blacktext{
	color:#000;
}
.darkgreytext{
	color:#1b1b1d;
}
.greytext{
	color:#AFAFAF;
}
.redtext{
	color:#1ebf39;
}
.bluetext{
	color:#0066b1;
}
.lightgreytext{
	color:#CCC;
}

.yellowtext{
	color:#f7ca19;
}
.purpletext{
	color:#74116c;
}
.purpletext2{
	color:#75126d;
}
.purpletext3{
	color:#a22999;
}
.bg_grey{
	background-color:#f7f7f7;
}
.bg_lightgrey{
	background-color:#c0c1c3;
}
.bg_midgrey{
	background-color:#626166;
}
.bg_darkgrey{
	background-color:#515153;
}
.bg_white{
	background-color:#FFF;
}
.bg_white a{
	color:#1c74bb;
}
.bg_black{
	background-color:#000;
}
.bg_red{
	background-color:#1ebf39;
}
.bg_blue{
	background-color:#0066b1;
}
.bg_yellow{
	background-color:#f7ca19;
}
.bg_purple{
	background-color:#65338a;
}
.bg_purple2{
	background-color:#75126d;
}
/* .bg_midblue{
	background-color:#89cdff;
}*/
.bg_lightblue{
	background-color:#007ad4;
}

.bg_paleblue{
	background-color:#bfe4ff;
}

.bordertop{
	border-top:1px solid #CCC;
}

.borderightall{
	border-right:1px solid #CCC;
}

.borderleftall{
	border-left:1px solid #CCC;
}
@media(min-width:768px){
	.borderight{
		border-right:1px solid #CCC;
	}

	.borderleft{
		border-left:1px solid #CCC;
	}

}

@media(min-width:768px){
	
	 .col2_item:nth-child(2n+1){
		padding-right: calc(20px / 2 * 1);
	}
	.col2_item:nth-child(2n+2){
		padding-left: calc(20px / 2 * 1);
	}
	
	.col2_item.revserse:nth-child(2n+1){
		padding-left: calc(20px / 2 * 1);
		padding-right:0px;
	}
	.col2_item.revserse:nth-child(2n+2){
		padding-right: calc(20px / 2 * 1);
		padding-left:0px;
	}
	
	.col3_item:nth-child(3n+1){
		padding-right: calc(20px / 3 * 2);
	}
	.col3_item:nth-child(3n+2){
		padding-left: calc(20px / 3 * 1);
		padding-right: calc(20px / 3 * 1);
	}
	.col3_item:nth-child(3n){
		padding-left: calc(20px / 3 * 2);
	}
	
	
	.thickcol.col2_item:nth-child(2n+1){
		padding-right: calc(40px / 2 * 1);
	}
	.thickcol.col2_item:nth-child(2n+2){
		padding-left: calc(40px / 2 * 1);
	}
	
	.thickcol.col3_item:nth-child(3n+1){
		padding-right: calc(40px / 3 * 2);
	}
	.thickcol.col3_item:nth-child(3n+2){
		padding-left: calc(40px / 3 * 1);
		padding-right: calc(40px / 3 * 1);
	}
	.thickcol.col3_item:nth-child(3n){
		padding-left: calc(40px / 3 * 2);
	}
	
	
	
}

	.colcontainer{
		margin-left:-10px;
		margin-right:-10px;
	}
	.colcontainer.thickpadding{
		margin-left:-15px;
		margin-right:-15px;
	}
	.colcontainer.thinpadding{
		margin-left:-5px;
		margin-right:-5px;
	}
	
	.col_item{
		padding-left:10px;
		padding-right:10px;
	}
	.col_item.thickpadding{
		padding-left:15px;
		padding-right:15px;
	}
	
	.col_item.thinpadding{
		padding-left:5px;
		padding-right:5px;
	}
	
	

.homepage_slider .owl-theme .owl-nav.disabled+.owl-dots{
	margin:auto;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin: 10px 0px;
}
.owl-theme .owl-dots .owl-dot{
	outline:none;
}
.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#d5d6d8;
}
.owl-theme .owl-dots .owl-dot.active span{

	background-color:#1c74bb;
}

.autowidth{
	width:auto !important;
}
.fullwidth{
	width:100%;
}
.maxwidth{
	max-width:100%;
}
	.mb-l{margin-bottom:60px;}
	.mb-m{margin-bottom:40px;}
	.mb-s{margin-bottom:20px;}
	.mb-xs{margin-bottom:10px;}
	
	.mt-l{margin-top:60px;}
	.mt-m{margin-top:40px;}
	.mt-s{margin-top:20px;}
	.mt-xs{margin-top:10px;}

	.pb-l{padding-bottom:60px;}
	.pb-m{padding-bottom:40px;}
	.pb-s{padding-bottom:20px;}
	.pb-xs{padding-bottom:10px;}
	.pb-none{padding-bottom:0px;}
	
	.pt-l{padding-top:60px;}
	.pt-m{padding-top:40px;}
	.pt-s{padding-top:20px;}
	.pt-xs{padding-top:10px;}
	.pt-none{padding-top:0px;}
	
	.pl-l{padding-left:60px;}
	.pl-m{padding-left:40px;}
	.pl-s{padding-left:20px;}
	.pl-xs{padding-left:10px;}
	
	.pr-l{padding-right:60px;}
	.pr-m{padding-right:40px;}
	.pr-s{padding-right:20px;}
	.pr-xs{padding-right:10px;}
	
	.p-l{padding:60px;}
	.p-m{padding:40px;}
	.p-s{padding:20px;}
	.p-xs{padding:10px;}

@media(max-width:767px){
	.mb-none{
		margin-bottom:0px !important;
	}
	.mt-none{
		margin-top:0px !important;
	}
	.pt-none{
		padding-top:0px !important;
	}
	.pb-none{
		padding-bottom:0px !important;
	}
	.pl-none{
		padding-left:0px !important;
	}
}

.section_hr{
	border-top:2px solid #65338a;
	margin-bottom:40px;
	position: relative;
}
.section_hr::after{
	border-top: 20px solid #65338a !important;
    border-left: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);

}


.ol_item{
	padding-left:15px;
	color:#a22999;
}
.ol_item li{

	color:#a22999;
	padding-left:5px;
	margin-bottom:10px;
}
.ol_item li>div{
	color:#333;
}

ol li, ul li{
	
}


.cutable thead th{ 
	border-bottom:3.5px solid #f6c932 !important;
	
}
.cutable tbody td{ 
	font-weight:bold;
}
.cutable.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#FFF !important;
}
.cutable.table-striped>tbody>tr:nth-of-type(even){
	background-color:#d8cce2 !important;
}

.cutable.table>tbody>tr>td, 
.cutable.table>tbody>tr>th, 
.cutable.table>tfoot>tr>td, 
.cutable.table>tfoot>tr>th, 
.cutable.table>thead>tr>td, 
.cutable.table>thead>tr>th{
	padding:12px 8px;
}

.bottomyellow{
	border-bottom:8px solid #f6c932;
}

.underline{
	text-decoration:underline;
}
.cursorp{
	cursor:pointer;
}
/*global*/
/*font*/

.talltext{
	line-height:36px;
}
@media(max-width:991px){
	.talltext {
		line-height: 24px;
	}
}
body{
	font-size:13px;
	line-height:24px;
	letter-spacing:0px;
}
.header-text{
	font-size:16px;
	line-height:24px;
}
.s-text{
	font-size: 13px;
	line-height:20px;
}

.ssm-text {
	font-size: 17px;
	line-height: 22px
}
.sm-text {
	font-size: 20px;
	line-height: 28px
}

.m-text {
	font-size: 24px;
	line-height: 36px
}

.l-text {
	font-size: 28px;
	line-height: 36px;
	
}
.xl-text {
	font-size: 36px;
	line-height: 42px;
	
}
.xxl-text {
	font-size: 64px;
	line-height: 64px;
	letter-spacing: -1px;
	
}
@media(max-width:991px){


	
	.sm-text {
		font-size: 18px;
		line-height: 20px
	}
	.m-text {
		font-size: 20px;
		line-height: 24px
	}

	.l-text {
		font-size: 24px;
		line-height: 30px;
		
	}
}

@media(min-width:768px){
	.mw-80{
		max-width:80%;
	}
	.mw-90{
		max-width:90%;
	}
}
/*fonts*/
.displayblock,.displayb{
	display:block !important;
}

.clearfix{
	clear:both;
}


/*footer*/
	footer{
		color:#EEE;
		background-color:#333333;
		padding:40px 0px;
	}
	@media(max-width:767px){
		footer{
			padding:20px 0px;
		}
	}
	
	footer a{
		color:#EEE;
	}
	
	.footer_links_container{
		
		
	}
	.footer_links_container a{
		padding:8px 0px;
		display:block;
	}
	.footer_links_container a:hover{
		color:#EEE;
	}
	
	
	
	
	.subscribe_container{
		padding-top:0px !important;
	}
	@media(max-width:767px){
		.subscribe_container >div:first-child{
	
			margin-bottom:10px;
		}
	}
	
	#subscribe_email{
		width:80%;
		outline:none;
		float:left;
		padding: 15px;
		border: none;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		color:#333;
	}
	#subscribe_btn{
		cursor:pointer;
		width:20%;
		padding:15px;
		float:left;
		background-color: #f6c932;
		color:#333;
		border-top-right-radius:20px;
		border-bottom-right-radius:20px;
		text-align:center;
	}
	
	@media(max-width:767px){
			
		#subscribe_email{
			width:70%;
		}
		#subscribe_btn{
			width:30%;
		}
		
	}
	
	#subscribe_btn:hover{
		background-color: #ffd549;
	}
	
	footer .copyright{
		text-align:center;
		color:#CCC;
		line-height: 24px;
	}
	
	
	.contactus_container>div:last-child{
		text-align:right;
	}
	
	@media(max-width:767px){
		
		.contactus_container>div:first-child,
		.contactus_container>div:last-child{
			text-align:center;
		}
		.contactus_container>div:first-child{
			margin-bottom:10px;
		}
	}
/*footer*/

/*minsen*/
	
	.section_title{
		margin-top:20px;
		margin-bottom:20px;
		font-size:24px;
		line-height:30px;
		font-weight: 900;
		color:#1ebf39;
		padding-left:20px;
		position:relative;
	}
	
	
	@media(max-width:767px){
		
		.section_title{
			margin-top:20px;
			margin-bottom:20px;
			font-size:24px;
			line-height:30px;
			font-weight: 900;
			
		}
	}
	
	.section_title::before{
		content:"";
		position:absolute;
		width:20px;
		height:20px;
		background-color:#1ebf39;
		right:calc(100% - 20px);
		bottom:100%;
	}
	
		
		
	.arrow_left{
		width: 40px;
		height:40px;
		position:absolute;
		left:0px;
		top:calc(50% - 18.5px - 40px);
		background-image:url('../images/icon_arrow_left.png');
		background-size:18px 37px;
		background-repeat:no-repeat;
		background-position:center;
		z-index:10;
		cursor:pointer;
		transition: all 300ms ease;
		opacity:0.75;
	}

	.arrow_right{
		width: 40px;
		height:40px;
		position:absolute;
		right:0px;
		top:calc(50% - 18.5px - 40px);
		background-image:url('../images/icon_arrow_right.png');
		background-size:18px 37px;
		background-repeat:no-repeat;
		background-position:center;
		z-index:10;
		cursor:pointer;
		transition: all 300ms ease; 
		opacity:0.75;
	}

	.arrow_right:hover, .arrow_left:hover{
		transform:scale(1.25);
		opacity:1;
	}
	
/*minsen*/

/*homepage*/


	.banner_item .banner_content{
		position:absolute;
		width:100%;
		bottom:40px;
		left:0px;
	}
	@media(max-width:767px){
		.banner_item .banner_content{
			bottom:20px;
		}
	}
	@media(min-width:768px){
		.banner_item .banner_content_wrapper{
			max-width:1000px;
			width:90%;
		}
	}
	
	.banner_title{
		color:#FFF;
		background-color:#1ebf39;
		border-bottom-left-radius:10px;
		border-top-right-radius:10px;
		padding:8px;
		font-size:18px;
		line-height:18px;
		display:inline-block;
	}
	@media(min-width:768px){
		.banner_title{
			padding:15px;
			font-size:30px;
			line-height:30px;
			border-bottom-left-radius:20px;
			border-top-right-radius:20px;
		}
	}
	@media(min-width:992px){

		.banner_title{
			margin-bottom:20px;
		}
	}
	@media(min-width:1200px){

		.banner_title{
			padding:20px;
			border-bottom-left-radius:30px;
			border-top-right-radius:30px;
			font-size:45px;
			line-height:45px;
			margin-bottom:20px;
		}
	}
	
	.banner_desc{
		color:#FFF;
		margin-bottom:20px;
	}
	@media(min-width:768px){
		.banner_desc{
			margin-bottom:20px;
			
			
		}
	}
	@media(min-width:768px){
		.banner_desc{
			font-size:16px;
		}
	}
	
	@media(min-width:1200px){

		.banner_desc{
			
			margin-bottom:30px;
		}
	}
	
	
	

	.banner_owl.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -30px;
		position: relative;
	}

	@media(max-width:767px){
		.news_item{
			margin-bottom:40px;
		}
	}
	.news_item .image{
		position:relative;
		margin-bottom:30px;
	}
	.news_item .image::after{
		position:absolute;
		width:50%;
		height:5px;
		background-color:#1ebf39;
		left:0px;
		bottom: -20px;
	}
	
	.news_item .title{
	    display: -webkit-box;
		line-height: 20px;
		height:20px;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.news_item .desc{
	    display: -webkit-box;
		line-height: 18px;
		height:54px;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	@media(min-width:768px){
		#homepage_aboutus_image{
			position:absolute;
			left:0px;
			width:100%;
			height:100%;
		}
		
		#homepage_aboutus_image >div{
			height:100%;
			background-size:45%;
			background-position:left;
			background-repeat: no-repeat;
		}
	}
	@media(max-width:767px){
		#homepage_aboutus_image >div{
			padding-bottom: calc(90% * 464 / 624);
			background-size: 90%;
			background-position: center;
			background-repeat: no-repeat;
		}
	
	}
	
	.services_slider_img{
		padding:15px;
		border-radius:50%;
		border:1px solid transparent;
		transition: all 300ms ease;
		cursor:pointer;
		position:relative;
		margin-bottom:20px;
		display:block;
	}
	.services_slider_item:hover .services_slider_img{
		
		border:1px solid #1ebf39;
	}
	.services_slider_img .image{
		border-radius:50%;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		padding-bottom: 100%;
	}
	
	.services_slider_img img{
		border-radius:50%;
	}
	
	.learn_more_container{
		opacity:0;
		position:absolute;
		z-index:1;
		top:15px;
		left:15px;
		width:calc(100% - 30px);
		height:calc(100% - 30px);
		border-radius:50%;
		background:rgba(0,0,0,.5);
		
		text-align:center;
		padding-top: calc(50% - 20px);
		transition: all 300ms ease;
	}
	
	.learn_more_container .button{
		height:32px;
		line-height:20px;
		padding: 5px 10px;
		
	}
	
	.services_slider_item:hover .services_slider_img .learn_more_container{
		opacity:1;
	}
	
	.services_slider_item .title{
		position:relative;
		padding-bottom:15px;
		text-align:center;
	}
	.services_slider_item .title::after{
		position:absolute;
		content:"";
		height:4px;
		width:100px;
		bottom: 0px;
		left:calc(50% - 50px);
		background-color:#1ebf39;
		opacity:0;
		transition: all 300ms ease;
	}
	.services_slider_item:hover .title::after{
		opacity:1;
	}
	
	.services_slider{
		padding-left: 40px;
		padding-right:40px;
	}
	#homepage_whychooseus > .bg_image{
	
		background-repeat:no-repeat;
		background-image:url('/images/whychooseus_bg.jpg');
	}
	@media(min-width:768px){
		#homepage_whychooseus > .bg_image{
			position:absolute;
			top:0px;
			right:0px;
			width:50%;
			height:100%;
			background-size:cover;
			background-repeat:no-repeat;
			background-image:url('/images/whychooseus_bg.jpg');
		}
	}
	
	@media(max-width:767px){
		
		
		#homepage_whychooseus>.bg_image{
			background-size:100%;
			padding-bottom: 240px;
		}
	
	}
	
	@media(min-width:768px){
		#homepage_whychooseus .content{
			padding-right:30px;
			
		
			
		}
	}
	
	.article_item{
		box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
	}
	
	.article_item .title, .article_item .content{
		padding:20px 30px;
		
		
	}
	@media(max-width:767px){
		.article_item .title, .article_item .content{
			padding:20px 20px;
		}
	}
	.article_item .title{
		background-color:#fff;
		cursor:pointer;
	}
	.article_item .title{
		position:relative;
		padding-right:45px;
	}
	
	@media(min-width:768px){
		.article_item .content{
						
			display: -webkit-box;
			line-height: 20px;
			height:160px;
			-webkit-line-clamp:6;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	}
	.article_item .title::after{
		content: " ";
		position: absolute;
		right: 5px;
		width: 40px;
		top: 0px;
		background-image: url(../images/icon_collapsed.png);
		background-size: 40px 40px;
		background-position: center;
		background-repeat: no-repeat;
		height: 100%;
		transition: all 300ms ease;
		display:block;
		transform:rotate(180deg);
	}

	
	
	.article_item .title .subject{
		color:#1b1b1d;
	
		display:inline-block;
	}


	
	.article_item.active .title{
		background-color:#10622e;
	}
	.article_item.active .title::after{
		background-image: url(../images/icon_arrow_white.png);
		transform:rotate(0deg);
	}
	
	
	.article_item.active .title .subject{
		color:#fff;
	} 
	.article_item.active .title .date{
		color:#fff;
	}
	.article_item:not(.active) .content{
		display:none;
	}
	.article_item:first-child .content{
		display:block;
	}
	
	
	
	
	
	
	
	#homepage_clientwords{
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		
		background-image: url('/images/bg_clientwords.jpg');
		
	}
	
	#homepage_clientwords .arrow_left{
		top:110%;
		left: calc(50% - 40px);
	}
	#homepage_clientwords .arrow_right{
		top:110%;
		right: calc(50% - 40px);
	}
	
/*homepage*/
/*news*/
	
	.article_item.newsarticle_item .title,
	.article_item.newsarticle_item .active .title{
		background-color:#FFF;
	}
	.article_item.newsarticle_item.active .title{
		border-bottom: 4px solid #10622e;
	}
	.article_item.newsarticle_item .title .subject{
		color:#10622e;
	}
	.article_item.newsarticle_item .title .date{
		color:#1b1b1d;
	}
	.article_item.newsarticle_item .title, 
	.article_item.newsarticle_item .content {
		padding: 15px 25px;
	}
	.article_item.newsarticle_item.active .title::after{
		background-image: url(../images/icon_collapsed.png);
	}
	
	.news_archive_title{
		padding: 15px 25px;
		background-color:#10622e;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		
	}
	
	
	.menu_list_container{
		padding:0px 10px;
		border:1px solid #DDD;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
		border-bottom: none;
	}
	.menu_list_item{
		padding:10px 0px 10px 30px;
		display:block;
		border-bottom:1px solid #EEE;
		color:#818286;
		position:relative;
	}
	.menu_list_item:hover::before,
	.menu_list_item.selected::before{
		content: "";
		position:absolute;
		top: 5%;
		left: 0px;
		width:6px;
		height:90%;
		display: inline-block;
		background-color:#f7ca19;
	}
	.menu_list_item.selected{
		color: #10622e;
		font-weight:bold;
	}
	.menu_list_item:hover::before,
	.menu_list_item.selected::before{
		color: #10622e;
	}
	
	.paging_item{
		width:30px;
		height:30px;
		line-height:30px;
		margin-right:5px;
		background-color:#DDD;
		text-align:center;
		color:#333;
		display:inline-block;
	}
	
	.paging_item.current{
		color:#FFF;
		background-color: #10622e;
	}
	
	
	
/*news*/




/*contactus*/
	 .form_item input{
		width: 100%;
		padding: 7.5px;
		border: 1px solid #DDD;
		outline: none;
	}
	 .form_item select{
		width: 100%;
		padding: 7.5px;
		border: 1px solid #DDD;
		outline: none;
	}
	.form_item textarea{
		width: 100%;
		padding: 7.5px;
		border: 1px solid #DDD;
		height:160px;
		outline: none;
	}
	.form_item label{
		display: block;
		margin-bottom: 0px;
		line-height: 30px;
		font-weight:400;
		cursor:pointer;
	}
	.form_item input[type='radio'],.form_item input[type='checkbox']{
		width:20px;
		height:20px;
		margin-right:5px;
		outline:none;
		transform: translateY(5px);
	}
	
	.form_item input[type='radio'] + input[type='text'],
	.form_item input[type='checkbox'] + input[type='text']{
		padding:4px 7.5px !important;
	}
	
	.form_item .option_row>div:first-child{
		float:left;
		width:30px;
	}
	.form_item .option_row>div:last-child{
		float:left;
		width: calc(100% - 30px);
	}
/*contactus*/






#lang_selector{
	background: transparent;
    border: none;
    line-height: 20px;
	color:#FFF;
	padding:15px 15px;
    height: 50px;
    outline: none;
	cursor:pointer;
	display:inline-block;
	position:relative;
}

#lang_selector .lang_container{
	display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #1ebf39;
    left: 0px;
	z-index: 1;
}

#lang_selector a{
	display:block;
    color: #FFF;
    line-height: 30px;
    height: 35px;
    text-align: center;
   
}

#lang_selector:hover .lang_container{
	display:block;
	background-color:#d03443;

}


#lang_selector:hover .lang_container a{
	opacity:.85;
}








/*team*/
	@media(max-width:767px){
		.team_item{
			width:50%;
			float:left;
			margin-bottom:10px;
		}
		
		.team_item:nth-child(2n+1){
			padding-right:10px;
		}
		
		.team_item:nth-child(2n+2){
			padding-left:10px;
		}
		
		
	}
	@media(min-width:768px) and (max-width:991px){
		.team_item{
			width:25%;
			float:left;
			margin-bottom:30px;
		}
		
		.team_item:nth-child(4n+1){
			padding-right:14px;
		}
		.team_item:nth-child(4n+2),
		.team_item:nth-child(4n+3){
			padding-left:7px;
			padding-right:7px;
		}
		.team_item:nth-child(4n+4){
			padding-left:14px;
		}
		
		
	}
	@media(min-width:992px){
		.team_item{
			width:20%;
			float:left;
			margin-bottom:30px;
		}
		.team_item:nth-child(5n+1){
			padding-right:12px;
		}
		.team_item:nth-child(5n+2){
			padding-left: 3px;
			padding-right:9px;
		}
		.team_item:nth-child(5n+3){
			padding-left: 6px;
			padding-right:6px;
		}
		.team_item:nth-child(5n+4){
			padding-left: 9px;
			padding-right:3px;
		}
		.team_item:nth-child(5n+5){
			padding-left:12px;
		}
		
	}
	
	
	.team_item>div{
		
	}
	.team_item .image{
		cursor:pointer;
	}
	.team_item .image:hover{
		opacity:.9;
	}
	.team_item .image>a{
		display:block;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 3 / 2);
		
		
	}
	
	.team_item .title{
		border: 1px solid #1ebf39;
		padding:10px 0px;
		text-align:center;
		font-weight:bold;
		color:#65338a;
		cursor: pointer;
		
		line-height:25px;
		height:70px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom:10px;
		
	}
	
	.team_item:hover .title,
	.team_item:hover .title div{
		background-color:#1ebf39;
		color:#FFF;
	}
	
	#popup_profile .fancybox-button.fancybox-close-small{
		display:none;
		
	}

	#popup_profile .popup_close_btn{
	
		text-align:right;
		cursor:pointer;
	}
	#popup_profile{
		padding:40px 40px 40px 40px;
		border-radius:10px;
		text-align:center;
		position:relative;
		max-width:1000px;
	}
	
	@media(max-width:999px){
		#popup_profile{
			max-width:95%;
		}
	}
	@media(max-width:767px){
		#popup_profile{
			max-width:90%;
			padding:40px 20px;
		}
	}
	
	#popup_profile .image{
		max-width:240px;
	
	}
	#popup_profile .desc{
		text-align:left;
	}

	
/*team*/
@media(max-width:767px){
	.content_desc img{
		width:80% !important;
		height:auto !important;
		margin:auto;
		float:none !important;
		display:block !important;
		
	}
}


	.content_desc img + img{
		clear:both;
		margin-top:20px;
		
	}


.banner_container .arrow_left{
	width: 40px;
	height:40px;
	position:absolute;
	left:5px;
	top:calc(50% - 18.5px - 40px);
	background-color:#FFF;
	border-radius:50%;
	background-image:url('/images/icon_arrow_left.png');
	background-size:12px 25px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease;
	opacity:0.75;
}

.banner_container .arrow_right{
	width: 40px;
	height:40px;
	position:absolute;
	right:5px;
	top:calc(50% - 18.5px - 40px);
	background-color:#FFF;
	border-radius:50%;
	background-image:url('/images/icon_arrow_right.png');
	background-size:12px 25px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease; 
	opacity:0.75;
}
@media(min-width:768px){

}
.banner_container .arrow_right:hover, 
.banner_container .arrow_left:hover{
	transform:scale(1.25);
	opacity:1;
}

.header_container > .bg_red{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#10622e+0,d51c22+100 */
	background: #10622e; /* Old browsers */
	background: -moz-linear-gradient(left,  #10622e 0%, #b9d51c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #10622e 0%,#b9d51c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #10622e 0%,#b9d51c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10622e', endColorstr='#b9d51c',GradientType=1 ); /* IE6-9 */

}


