/*css*/
@import "../css/grid.css";
@import "../css/superfish.css";
@import "../css/touchTouch.css";
@import "../css/form.css";
@import "../css/stuck.css";
@import "../css/owl.carousel.css";

/*Cabin*/
@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,700);
/*Cabin*/
@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,700);
/*Open Sans*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

input::-ms-clear {
	 display: none;
}

html, body { }

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; width:100%; font-size:0; line-height:0;}
.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	overflow:hidden;
	width: 100%; 
}
.wrap {
	position: relative;
	text-align: center;
}
.wrapper-after:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}
.txt_upp{text-transform: uppercase;}

.lh24{line-height: 24px;}
.lh42{line-height: 42px !important;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{ margin-right:0 !important;margin-left:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marLeft1{margin-left: 19px;}

.marRight0{margin-right: 0 !important;}
.marRight1{margin-right: 13px;}
.marRight2{margin-right: 69px;}

.padTop1{padding-top: 20px;}

.padBot1{padding-bottom: 60px;}
.padBot2{padding-bottom: 41px;}

.mar1{margin: -1px 10px 0; display: inline-block !important; color: #808080 !important;}
.mar2{margin: 0 10px;}

.marTop0{margin-top: 0px;}
.marTop1{margin-top: -107px;}
.marTop2{margin-top: -6px !important;}
.marTop3{margin-top: 26px !important;}
.marTop4{margin-top: 26px !important;}
.marTop5{margin-top: 30px !important;}
.marTop6{margin-top: 30px !important;}
.marTop7{margin-top: 38px;}
.marTop8{margin-top: 17px;}

.indent1{width: 100%; margin-top: 30px;}
.indent2{width: 100%; margin-top: 55px;}


.pos_rel{position: relative;}

.marBot1{margin-bottom: -12px;}
.vline2{
	display: inline-block;
	width: 1px;
	height: 28px;
	margin: 0 13px;
	margin-top: -4px;
	background: #cfcfcf;
}
.hline2{
	position: relative;
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.hline2.v2{padding-bottom: 25px;margin-top: 33px;margin-bottom: 28px;}
.hline2.v3{padding-bottom: 42px;margin-top: 0px;margin-bottom: -24px;}
.hline3{
	position: position: absolute;;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	left: 0;
	top: 10px;
}
.hline4{
	position: relative;
	width: 100%;
	margin-top: 46px;
	padding-bottom: 61px;
	border-bottom: 1px solid #e1e1e1;
}
.hline4.v2{padding-bottom: 25px;margin-bottom: 17px;}

.box, .box2, .box3{overflow: hidden;}
.bold{font-weight: bold;}
.fw400{font-weight: 400;}
.fw600{font-weight: 600;}

.color1{color: #434343;}
.color2{color: #5A8E54;}


.bg1{background: #76489C !important;}
.bg2{background: #5A8E54 !important;}
.bg3{background: #5C5D5F !important;}

.bg4{
	padding: 0;
	background: #f8f8f8 !important;
	overflow: hidden;
	margin-top: 10px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}

.bg5{background: #5A8E54 !important;}
.bg6{background: #76489C !important;}
.bg7{background: #76489C !important;}





/* Global properties ======================================================== */
html, body { margin:0; padding:0; height:100%;}

body {
	min-width:300px;
	background: #f4f4f5;
	color:#a0a0a0;
	font:13px/22px "Cabin", Arial, Helvetica, sans-serif ;
}
.fs_14{font-size: 14px;}
#back-top {
	position: fixed;
	bottom: 40px;
	left: 51%;
	z-index: 1000;
	display: none;
	margin-left: 620px;
	width: 36px;
	height: 36px;
	background: url(../images/up-arrow.png) 50% 50% no-repeat;
	color: #c5c5c5;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;

}
#back-top i{line-height: 73px; font-size: 22px; display: none}
#back-top:hover {
	color: #5A8E54;
	background: url(../images/up-arrow.png) 50% 50% no-repeat #ddd;
}
.main{
	padding:0 0 0 0;
	width:100%;
	height: auto; 
	 /*background: #f2f1e6; */
	 margin:0 auto;
}
.div-content{
	margin:0 auto;
	padding-top: 0px;
	padding-bottom: 79px;
	width:100%;
	background: #fff;
	overflow: hidden;
}
.div-content.content_page{padding-bottom: 98px;}


/***********************************************************************/
/*===============================>H-logo-properties=========================*/
h1{
	position: relative;
	display: inline-block;
	margin:0;
	margin-top: 0;
	float: left;
}
h1 img{max-width: inherit;}


h2 {
	font:300 36px/42px 'Cabin', Arial, sans-serif;
	color:#4a4a4a;
	margin-top: 30px;
}
h2.v2{margin-top: 7px;}
h2.v3{margin-top: -11px;}
h2.v4{margin-top: 71px;}

h3 {
	font:28px/32px 'Cabin', Arial, sans-serif;
	color:#5a5a5a;
	margin-top: 80px;
}


h4 {
	font:300 20px/25px 'Cabin', Arial, sans-serif;
	color:#f25f43;
	margin-top: 37px;
	text-transform: uppercase;
}


#search-results h4{color: #000; padding-bottom: 12px;}
span.search{color: #2ebbea !important;}
#search-results h4 a:hover{color: #2ebbea;}
h5{ 
	margin-top: 10px;
	margin-bottom: 0;
	color:#333333;
	text-transform: uppercase;
	font:14px/22px 'Cabin', Arial, sans-serif;
}

.txt1 {
	margin-top: 20px;
	font:300 35px/52px 'Cabin', Arial, sans-serif;
	color: #5b5b5b;
	padding-bottom: 19px;
	border-bottom: 1px solid #fff;
}
.txt1 span{
	margin-top: 1px;
	font:300 55px/70px 'Cabin', Arial, sans-serif;
	color: #5A8E54;
}
.txt2 {
	margin-top: 25px;
	font:13px/22px 'Cabin', Arial, sans-serif;
	color: #6f6f6f;
	text-transform: uppercase;
}
.txt3 {
	margin-top: 25px;
	font:32px/32px 'Open Sans', Arial, sans-serif;
	color: #fff;
}
.txt4 {
	margin-top: 17px;
	font:14px/22px 'Cabin', Arial, sans-serif;
	color: #878787;
}
.txt5 {
	margin-top: 25px;
	font:100 60px/60px 'Cabin', Arial, sans-serif;
	color: #5A8E54;
}
.txt6 {
	margin-top: 21px;
	font:300 32px/40px 'Cabin', Arial, sans-serif;
	color: #73758e;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.txt7 {
	margin-top: 21px;
	font:16px/22px 'Cabin', Arial, sans-serif;
	color: #8e8e8e;
}
.txt8 {
	margin-top: 20px;
	font:18px/22px 'Cabin', Arial, sans-serif;
	color: #424242;
	letter-spacing: -1px;
}
.txt9 {
	margin-top: 51px;
	font:100 50px/60px 'Cabin', Arial, sans-serif;
	color: #3e3d44;
	margin-left: 17px;
}
.txt10 {
	margin-top: 17px;
	font:300 16px/26px 'Cabin', Arial, sans-serif;
	color: #a2a2a2;
	text-transform: uppercase;
	margin-left: 18px;
}
.txt11 {
	margin-top: 49px;
	font:300 30px/34px 'Cabin', Arial, sans-serif;
	color: #5C5D5F;
}
.txt12 {
	margin-top: 17px;
	font:300 16px/26px 'Cabin', Arial, sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.txt13 {
	margin-top: 23px;
	font:30px/26px 'Cabin', Arial, sans-serif;
	color: #76489C;
	text-transform: uppercase;
}
.txt13 span{
	font:18px/26px 'Cabin', Arial, sans-serif;
	margin-top: 4px;
	display: inline-block;
}
.txt14 {
	margin-top: 17px;
	font:18px/20px 'Cabin', Arial, sans-serif;
	color: #5A8E54;
	text-transform: uppercase;
}
.txt15 {
	margin-top: 0px;
	font:15px/26px 'Cabin', Arial, sans-serif;
	color: #727272;
}
.txt16 {
	margin-top: 20px;
	font:13px/22px 'Cabin', Arial, sans-serif;
	color: #a0a0a0;
	text-transform: uppercase;
}



p{margin-top: 17px;}
img{ margin-bottom: 0px;max-width:100%; height:auto;}

.img1{
	margin-top: 10px;
	float: left;
	margin-right: 30px;
}
.img2{
	margin-top: 0px;
	float: left;
	margin-right: 30px;
}
.img3{
	margin-top: 78px;
	float: left;
	margin-right: 30px;
}
.img4{
	margin-top: 8px;
	float: left;
	margin-right: 30px;
}


a { 
	text-decoration:none; 
	cursor:pointer;
	color: inherit;
}

a.link1{}
a.link1:hover{color: #000;}

a.link2{}
a.link2:hover{color: #5A8E54;}

a.link3{color: #5A8E54;}
a.link3:hover{color: #000;}

a.link4{color: #5A8E54;}
a.link4:hover{color: #000;}


.logo_link img{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.logo_link{margin-top: 15px; margin-right: 27px; display: inline-block;}
.logo_link:hover img{opacity: 0.6;}


a:hover{
	color: #5A8E54;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.num_section{
	position: relative;
	margin-top: 35px;
	width: 70px;
	height: 70px;
	font:600 30px/70px 'Cabin', Arial, sans-serif;
	color:#fff; 
	background: #323841;
	text-align: center;
	border-radius: 500px;
}


.date_section{
	position: relative;
	width: 70px;
	height: 70px;
	/*height: 126px;*/
	background-color: #8dbf41;
	float: left;
	margin-right: 31px;
	text-align: center;
	margin-top: 32px;
	color: #fff;
	text-transform: uppercase;
}
.day{font:30px/30px 'Cabin', Arial, sans-serif; margin-top: 9px; display: inline-block;}
.month{font:18px/18px 'Cabin', Arial, sans-serif; margin-top: 0;}




/************Header************/
header{
	position: relative;
	z-index: 9;
	padding: 0;
	padding-top: 13px;
	padding-bottom: 31px;
}
header.content_header{
	/*margin-bottom: 79px;*/
	border-bottom: 1px solid #e1e1e1;
}

/************Content***********/



blockquote{
	margin-top: 0px;
	position: relative;
	background: url(../images/bq_sign.png) 0 5px no-repeat;
	padding-top: 0px;
	margin-top: 19px;
	display: block;
	padding-left: 53px;
	margin-bottom: 32px;
}


.box-1{
	padding-top: 40px;
	height: 550px;
	background: url(../images/bg1.jpg) 50% 50% repeat-x #e2e2e3;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}

.box-2{
	background: #f7f7f7;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 40px 0 40px;
}
.box-2.v2{padding: 40px 0 27px;}

.box-3{
	padding-top: 48px;
	height: 361px;
	background: url(../images/bg2.jpg) 50% 50% repeat-x #e8f6f7;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}
.box-4{
	background: #fbfbfb;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 31px 0 77px;
}

.box-5{
	position: relative;
	padding-top: 10px;
	height: 315px;
	/*background: url(../images/object1.jpg) 50% bottom no-repeat #fff;*/
	background: url(../images/object1.jpg) 50% 9px no-repeat #fff;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7e7;
}

.box-6{
	padding-top: 48px;
	height: 361px;
	background: url(../images/aboutbg1.jpg) 50% 50% repeat-x #e8f6f7;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}

.box-7{
	padding-top: 48px;
	height: 361px;
	background: url(../images/aboutbg2.jpg) 50% 50% repeat-x #e8f6f7;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}

.box-8{
	padding-top: 48px;
	height: 361px;
	background: url(../images/careersbg1.jpg) 50% 50% repeat-x #e8f6f7;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}


/* ============================= lists ====================== */
.listWithMarker {
	margin: 0;
	margin-top: 27px;
}
.listWithMarker li {
	display: block;
	margin-bottom: 16px;
	padding-left: 39px;
	background: url(../images/list_marker.png) 1px 2px no-repeat;
}
.listWithMarker li a {
	color: #424242;
	text-decoration: none;
	font: 18px/24px 'Cabin', Arial, sans-serif;
}
.listWithMarker li a:hover, .listWithMarker li.current a {
	color: #5A8E54;
}



.list_footer{
	float: right;
	margin-top: 17px;
}
.list_footer li{
	float: left;
	margin-left: 32px;
	position: relative;
}
.list_footer li:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 1px;
	height: 12px;
	right: -15px;
	top: 4px;
	background: #cfcfd0;
}
.list_footer li.last:before{display: none;}
.list_footer li a{font:300 16px/20px "Cabin", Arial, sans-serif; color: #5b5b5b;}
.list_footer li a:hover, .list_footer li.current a {
	color: #7e3f98;
}
/* ============================= end lists ====================== */

.banner1{
	position: relative;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 14px 7px 21px 27px;
	background: #76489C;
	margin-top: 30px;
}
.banner1.v2{
	margin-top: 25px;
	padding: 16px 7px 41px 27px;
}
.banner1:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 10px;
	height: 100%;
	right: -10px;
	bottom: 0;
	background: url(../images/banner_corner.png) no-repeat 0 bottom;
}
.banner1 img{
	float: left;
	margin-right: 30px;
	margin-top: 7px;
}


.more_btn, .more_btn2{
	position: relative;
	display: inline-block;
	margin-top: 28px;
	padding: 14px 24px;
	background: #fff;
	color: #2c2c2c;
	text-decoration:none; 
	font: 15px/20px "Cabin", Arial, sans-serif;
	margin-left: 6px;
}
.more_btn:hover{
	color: #fff;
	background: #7e3f98 !important;
}

.more_btn2{
	margin-top: 37px;
	padding: 14px 20px;
	font: 14px/20px "Cabin", Arial, sans-serif;
	background: #fff;
	margin-left: 0;
}
.more_btn2.v2{background: #f5f5f5;}
.more_btn2:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 9px;
	height: 40px;
	right: -9px;
	bottom: 0;
	background: url(../images/more_corner.png) no-repeat 0 0;
}
.more_btn2:hover{
	color: #fff;
	background: #5c5c5c !important;
}

.more_btn3{
	position: relative;
	display: inline-block;
	margin-top: 106px;
	padding: 17px 24px 17px 61px;
	color: #fff;
	text-decoration:none; 
	font:bold 24px/24px "Cabin", Arial, sans-serif;
	background: url(../images/sign2.png) 24px 50% no-repeat #76489C;
	margin-left: 6px;
	border-radius: 5px;
	text-transform: uppercase;
	float: right;
}
.more_btn3:hover{
	color: #fff;
	background: url(../images/sign2.png) 17px 50% no-repeat #5c5c5c;
}
.more_btn4{
	position: relative;
	margin-top: 34px;
	color: #6d6d6d;
	text-decoration:none; 
	font:16px/24px "Cabin", Arial, sans-serif;
	padding-left: 30px;
	background: url(../images/icon1.png) 0 0 no-repeat;
}
.more_btn4:hover{color: #5A8E54;}


.more_btn5{
	position: relative;
	display: inline-block;
	margin-top: 106px;
	padding: 17px 24px 17px 61px;
	color: #fff;
	text-decoration:none; 
	font:bold 24px/24px "Cabin", Arial, sans-serif;
	background: #76489C;
	margin-left: 6px;
	border-radius: 5px;
	text-transform: uppercase;
	float: right;
}
.more_btn5:hover{background: #222; color: #fff;}

figure{display: block; margin-top: 7px;margin-bottom: 20px;}
figure.img_inner {
	display: block;
	overflow: hidden;
	height: auto;
	line-height: 0;
	margin: 0;
	margin-top: 24px;
}
figure iframe {
	width: 100%;
	height: 610px;
}
address{
	display: block;
	margin-top: 35px;
	font-style: normal;
	margin-bottom: 21px;
	font:13px/22px 'Cabin', Arial, sans-serif;
	color: #a0a0a0;
	text-transform: uppercase;
}
address dl dt{
	margin-bottom: 0px;
	display: inline-block;
	/*color: #454545;*/
	margin-bottom: 18px;
	font:18px/20px 'Cabin', Arial, sans-serif;
	color: #5A8E54;
}
address dd span{
	position: relative;
	display: inline-block;
	width: 82px;
}



/*********************************start magnifier2*************************************/
.magnifier2 {
		position:relative;
		/* display:block; */
		display: inline-block;
		width: 100%;
}
.magnifier2 img{
}
.zoom{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/

		box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: url(../images/img_zoom_icon.png) 50% 50% no-repeat;
	-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
}
a.magnifier2:hover .zoom{
	opacity: 1;
}
a.magnifier2 .zoom{
	opacity: 0;
}
/*********************************end magnifier2*************************************/
/************Footer************/
footer{
	position: relative;
	display: block; 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #f4f4f5;
}
footer:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: -8px;
	background: #f5f5f5;
}
.footer_priv{
	padding: 29px 0 30px;
}

p.txt_priv{
	color:#6a6969;
	font:300 14px/20px "Cabin", Arial, sans-serif;
	margin-top: 20px;
	float: left;
	letter-spacing: 0px;
	text-transform: uppercase;
}



.priv_section1{float: left;}
.priv_section2{float: right;}

/*-----------css start table ---------------*/
.table-1 {
	background:#fff;
	border: 1px solid #cacaca;
	line-height: 31px;
	width: 100%;
	vertical-align: middle;
	margin-top: 24px;
	border: 1px solid #e7e7e7;
	font:18px/22px 'Cabin', Arial, sans-serif;
	color: #424242;
	margin-bottom: 30px;
}
.table-1 td {
	vertical-align: middle;
	border-right: 1px solid #e7e7e7;
	padding: 9px 0 9px;
}

.last td {
	padding: 9px 0 28px;
}
.table-1 th {
	vertical-align: middle;
	border-right: 1px solid #e7e7e7;
	text-align: left;
	padding: 27px 0 10px;
	color: #5a5a5a;
	font:16px/22px 'Cabin', Arial, sans-serif;
	text-transform: uppercase;
}
.table-1 tr {
	vertical-align: middle;
}
.col-1{width: 70%; padding-left: 30px !important;}
.col-2{width: 30%; padding-left: 30px !important;}

/*-----------css end table ---------------*/







/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
	.div-content{width:100%;}
	address dd span{width: 85px;}

	figure.img_inner{float: none; margin-right: 0;}
	figure iframe {width: 100%;}
	.txt3 {font:22px/25px 'Open Sans', Arial, sans-serif;}
	.box-3{padding-top: 10px;}
	.txt9 {margin-top: 31px;font: 100 30px/40px 'Cabin', Arial, sans-serif;}
	.more_btn3 {font: bold 20px/24px "Cabin", Arial, sans-serif;}


}


@media only screen and (max-width: 979px) {
	.address figure iframe {
		max-width:100%;
		width: 100%;
	}
	
	figure iframe {width: 100%;}
	address dd span{width: 76px;}
	address{font:12px/22px 'Cabin', Arial, sans-serif;}

	.magnifier2 {width: 100%;}
	.banner1{padding-left: 10px;}
	.banner1 img{margin-right: 8px;}
	.txt6 {font: 300 22px/40px 'Cabin', Arial, sans-serif;margin-bottom: -16px;}
	.box3{overflow: visible;}
	.more_btn3 {font: bold 14px/18px "Cabin", Arial, sans-serif;}
	.img2{width: 100%;margin-bottom: 10px;}
	.bg4{padding: 20px;}
	.img4{margin-bottom: 10px;}

	.more_btn4{
		font:12px/24px "Cabin", Arial, sans-serif;
		padding-left: 0px;
		background: none;
	}



}


@media only screen and (max-width: 767px) {

	img{width: 100%;}
	img.no_resize{width: auto;}
	.box{overflow: visible;}
	.mobile_txt_cntr{text-align: center;}
	figure.img_inner {margin-bottom: 10px;}
	.marTopMobile1{margin-top: 30px;}
	.more_btn3{margin-top: 10px;}
	.img3{margin-top: 20px; margin-bottom: 10px;}
	h3{margin-top: 30px;}

	.priv_section1{float: right;}
	.priv_section2{float: left;}


}


@media only screen and (max-width: 479px) {
	/*.main{width: 300px;}*/
	/*h1 img{width: 100%;}*/
	#owl {padding: 10px 10px 20px;}
	.owl-pagination {margin-right: 0;}
	.txt1 {font: 300 30px/42px 'Cabin', Arial, sans-serif;}
	.txt10{display: none;}
	.more_btn3{margin-top: 30px;}
	p.txt_priv {font: 300 13px/20px "Cabin", Arial, sans-serif;}
	.col-2{padding-left: 5px !important;}

}
@media only screen and (max-width: 320px) {


}