/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";



html, body {
	background: #ffffff;
	font: 14px/20px Arial, sans-serif;
	color: #907e6e;
	min-width:300px;
}
body {padding-bottom: 30px;}
* {	-webkit-text-size-adjust: none;}

.bg-1 {background: url(../images/bg-2.png) center top no-repeat;}
.bg-2 { background: url(../images/bg-6.gif) 0 0 repeat; color: #c5b3a6;}
.bg-3 { background: url(../images/bg-7.gif) 0 0 repeat; margin-top: 36px; padding: 0 40px 60px;}
.bg-4 {  background: url(../images/bg-8.gif) 0 0 repeat;}
.bg-5 { background: #ffffff; margin-top: 36px; padding: 0 29px 60px 38px;margin-right: 50px; 
	-webkit-box-shadow: 2px 1px 5px 1px #f5f4f3;
	-moz-box-shadow: 2px 1px 5px 1px #f5f4f3;
	box-shadow: 2px 1px 5px 1px #f5f4f3;
}

a { color: inherit; text-decoration: none;}
a:hover { text-decoration: none;}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
.a-hov {
	display: inline-block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.a-hov:hover { color: #a2c427;}


p {padding-bottom: 20px;}

.p0 {padding-top: 0;}
.p1 { padding-top: 42px; padding-bottom: 38px;}
.p2 {padding-top: 15px;}
.p3 {padding-bottom: 10px;}
.p4 { padding: 0 19px 27px;}
.p5 { padding: 41px 0px 12px;}

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; color:#4f4740;}
h2 {font-size: 30px; line-height: 47px; letter-spacing: -1px; color: #616161; text-transform: capitalize; padding-top: 37px; padding-bottom: 16px; font-weight: 300;}
h3 {font-size: 48px; line-height: 1em; font-weight: 300; padding: 51px 0px 30px; color: #ffffff;}
h4 {font-size: 36px; line-height: 46px; color: #3e3e3e; font-weight: lighter; padding-top: 36px;}
h5 {font-size: 14px; line-height: 21px; font-weight: 600; text-transform: uppercase; padding-top: 27px; padding-bottom: 8px;}

.text-1 {display: inline-block; font-family: 'Damion', cursive; font-size: 36px; line-height: 1em; margin-top: 74px;}

.color-1 { color: #ff703b;}
.color-2 { color: #ffffff;}
.color-3 { color: #a2c427;}
.color-4 { color: #f3bd18;}
.color-5 { color: #fb8a13;}
.color-6 { color: #ffd555;}
.color-7 { color: #736963;}
.color-8 { color: #755c4d;}
.color-9 { color: #f3bd18;}
.color-10 { color: #f3bd18;}

.bord-1 { border-bottom: 1px solid #9e8b7d; padding-bottom: 26px; }
.bord-2 {border-top: 8px solid #ffffff;}
.bord-3 {border-top: 1px solid #ebe7df;}
.bord-4:first-child:after {
	display: block;
	content: ""; 
	position: absolute; 
	top: 58px;
	bottom: 55px; 
	right: -11px; 
	border-right: 1px solid #7b6757;
}
.bord-5 {border-top: 8px solid #f4be18;	-moz-box-sizing: border-box;box-sizing: border-box; margin: 0 10px;}

/*buttons*/

.btn {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/arrow-3.png) right 5px no-repeat;
	font-size: 18px; 
	line-height: 18px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-top: 22px;
	color: #755c4d;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bg-2 .btn { color: #ffffff; background: url(../images/arrow-2.png) right 5px no-repeat}
.btn:hover { color: #a2c427; }

.dropcap {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: lighter;
	font-family: 'Open Sans', sans-serif;
	float: left;
	background: #fb7c11;
	margin-right: 20px;
	margin-top: 6px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}


/*lists*/

.list-1 { margin-top: 70px;}
h2 + .list-1 {margin-top: 2px;}
.list-1 li { display: block; background: url(../images/arrow-4.png) 1px 0 no-repeat; padding: 0px 0px 10px 32px;}
.list-1 li a {
	font-size: 16px;
	line-height: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #5f5650;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list-1 li a:hover { color: #a2c427;}

/*auxiliary*/
.img-ind {float: left; margin-right: 19px; margin-top: 5px;}
.img-ind img { width: 100%;}
.wrapper img, .wrapper {width: 100%; position: relative;}
.extra-wrap {overflow:hidden;}
.grid_inside { margin: 0 -10px;}
.aligncenter {text-align: center !important;}
.alignleft {text-align: left !important;}
.it {font-style:italic; display: inline-block;}
.fleft {float: left;}
.fright {float: right;}
.h-underline:hover { text-decoration: underline;}
.underline {text-decoration: underline;}
.upp {text-transform: uppercase;}

.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table;content: "";line-height: 0;}
.clearfix:after { clear: both;}
/************Header************/
header {background: #638843 url(../images/bg-1.gif) 0 0 repeat;}

h1 { float: left; margin-top: 43px;}


/*slider*/
.row-2 {
	margin-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
	.row-2 .camera_caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 88px;
		top: -3px;
		bottom: -3px;
		width: 32%;
		margin-left: -1px;
		color: #ffffff;
		background: #ff5d0b url(../images/bg-4.png) right bottom no-repeat;
		z-index: 100;
		position: absolute;
		font-family: 'Open Sans', sans-serif;
		font-size: 45px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
	}

		.row-2 .camera_caption span {
			display: block;
			padding-left: 36px;
		}
		.row-2 .camera_wrap {margin-bottom: 0px !important; height:461px;}

		.row-2 .camera_pag {position: absolute;bottom: 6px; text-align: center; width: 301px; padding: 0px!important;}
		.row-2 .camera_pag_ul { display: inline-block;}
			.row-2 .camera_wrap .camera_pag .camera_pag_ul li {
				width: 22px;
				height: 22px;
				background: url(../images/bg-5.png) right top no-repeat;
				text-indent: -1000px;
				float: left;
			}
			.row-2 .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
			.row-2 .camera_wrap .camera_pag .camera_pag_ul li:hover {
				background: url(../images/bg-5.png) left top no-repeat;
			}

	.circle,
	.camera_caption .circle {
		display: block;
		margin: 0 auto;
		width: 78px;
		height: 78px; 
		margin-top: 38px;
		line-height: 78px; 
		vertical-align: middle;
		background: #ffad0d url(../images/bg-9.png) 0 0 repeat-x; 
		border: 1px solid #ff6a0a; 
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
		border-radius: 40px;
		color: #ffffff; 
		font-size: 18px; 
		font-weight: bold; 
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		text-transform: none;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	a.circle:hover { background: #acc835;}
	.row-2 .camera_wrap .camera_pag .camera_pag_ul li {margin: 24px 3px;}

	.bg-3 h5 {letter-spacing: -1px;}

/************Content***********/
.content {background: url(../images/bg-8.gif) 0 0 repeat; padding-bottom: 71px;}

.box-1 { text-align: center; padding: 68px 0px 60px; position: relative;}
img + h3 {padding-top: 20px;}
.box-1 h3 { padding-bottom: 38px;}
.box-1 .btn {margin-top: 37px;}

.bg-5 .bord-1 { margin-bottom: 44px; border-color:#e9e9e9;}

.block-1 {padding-bottom: 69px;}
.block-1 .text-1, .block-1 .c2 {float: left; margin-left: 39px;}
.block-1 .c2 {font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: bold; margin-top: 70px; width: 52px; line-height: 52px; height: 52px; background: #f4be18; border: none;}
.block-1 .c2.c-color-1 { background: #fb8a13;}
.block-1 .text-1:first-child { margin-left: 0;}

.row-3 {padding-bottom: 37px;}

/*about us*/

.dropcup-wrapper {padding-top: 4px; margin-top: -19px;}

.dropcup-wrapper > div { margin-top: 18px;}

.box-2 {margin-top: 25px;}
.box-2 h5 {margin-top: -1px;}
h2 + .box-2 {margin-top: 0px;}
p + h2 { padding-top: 41px;}

/*services*/

.menu_services {margin: 18px 0 12px;}
.list-serv { width: 48%; float: left;}
.menu_services .list-serv:first-child { width: 52%;}
.list-serv li {	padding: 3px 0 7px 39px;}
.list-serv li a { 
	color: #5f5650;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1em;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list-serv li a:hover { color: #a2c427;}


.serv-1 { background: url(../images/serv-1.png) 0 0 no-repeat;}
.serv-2 { background: url(../images/serv-2.png) 0 1px no-repeat;}
.serv-3 { background: url(../images/serv-3.png) -5px -1px no-repeat;}
.serv-4 { background: url(../images/serv-4.png) 0 0 no-repeat;}
.serv-5 { background: url(../images/serv-5.png) 0 7px no-repeat;}
.serv-6 { background: url(../images/serv-6.png) 0 -2px no-repeat;}
.serv-7 { background: url(../images/serv-7.png) 0 0 no-repeat;}
.serv-8 { background: url(../images/serv-8.png) 0 0 no-repeat;}


.g1 {width: 180px; float: left; margin: 6px 0 0 20px;}
.g1:first-child {margin-left: 0;}
.g1 h5 {padding-top: 14px;}

.w2 {width: 90%;}

/*products*/
.gallery {margin: -15px -10px 0;}
.g2 { width: 300px; margin: 20px 10px 0px; float: left; }
.g2 .bg-5 {margin: 0; padding: 0;}
.g2 h5 {padding-top: 14px;}

/*privacy*/
.text-page h5 {padding-top: 0; margin-top: -1px;}
.text-page a {color: #ff703b;}

/************Footer************/

.soc_icons {margin-top: 15px; display: inline-block; margin-bottom: 42px;}
.soc_icons li {display: inline-block; float: left; color: #d2d2d2;}
.soc_icons li a {
	display: inline-block; 
	margin-top: 20px; 
	margin-left: 15px;
	padding: 0px 0 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #735646;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.soc_icons > li > a:hover { color: #2b1103;}
.soc_icons > li > a > span { 
	display: block; 
	height: 35px; 
	width: 35px;
	margin: 0 auto;
	margin-bottom: 21px;
}
.soc_icons > li > a > span {
	background: url(../images/soc_icons.png);
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.soc_icons > li > a:hover [class*="soc-"] {background: url(../images/soc_icons-h.png);}

.soc_icons > li > a .soc-1 {background-position: 0 0;}
.soc_icons > li > a .soc-2 {background-position: 111px 0;}
.soc_icons > li > a .soc-3 {background-position: 36px 0;}
.soc_icons > li > a:hover .soc-1 {background-position: 0 0;}
.soc_icons > li > a:hover .soc-2 {background-position: 111px 0;}
.soc_icons > li > a:hover .soc-3 {background-position: 36px 0;}

.soc_icons li:first-child {margin-left: 0px;}
.soc_icons li:first-child a {margin-left: 0;}
.soc_icons > li > span { display: inline-block; padding-top: 72px; padding-left: 10px;}

.row-1 {margin-top: 17px; text-align: center; color: #826c59; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 38px;}
.row-1 .h-underline { padding-left: 2px;}
.row-1 span {color: #dddddd; font-size: 21px; font-weight: lighter; line-height: 33px;}


.block-2 h5 {padding-top: 0;}


/*touch-touch*/
.magnifier {
	position:relative;
	display:block;
}
.magnifier:after {
	background: url(../images/magnifier.png) center center no-repeat #000000;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.magnifier:hover:after {
	opacity:0.4;
	filter: alpha(opacity=40);
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear;
}

/*toTop*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	width: 38px;
	height: 19px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/ui.totop.png) 0 0 no-repeat;
	margin-right: -670px !important;
	right: 50%;
	bottom: 30px;
	font: bold 18px/18px Arial, sans-serif;
	color: #464646;
}

	#toTop:hover {
		display:block;
		overflow:hidden;
		float:left;
		color: #000000;
		background-position: 0 bottom;
	}

	#toTop:active, #toTop:focus {outline:none;}




/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (min-width: 995px) {
	#camera_wrap_1 {
		height: 467px!important;
	}
}
@media only screen and (max-width: 995px) {
	.row-2 .camera_caption {padding-top: 10px;}
	.row-2 .camera_caption span { padding-left: 0;}
	.row-2 .camera_pag { width: 239px;}
	.row-2 .camera_caption {font-size: 38px;}
	h4 {font-size: 26px;line-height: 36px;}
	.bg-5 {padding: 0 22px 60px;}
	.block-1 .text-1, .block-1 .c2 {margin-left: 10px;}
	.text-1 {font-size: 31px;}
	.block-1 .c2 {margin-top: 67px;}
	.g1 {
		width: 31%;
		float: left;
		margin: 6px 0 0 3%;
	}
	.w2 {width: 100%;}
	.g2 {width: 29%; margin: 20px 2% 0;}
}


@media only screen and (max-width: 767px) {
	.row-2 .camera_caption { background: none; width: 100%;}
	.row-2 .camera_caption >div:first-child {display: none;}
	.row-2 .camera_pag { width: 100%;}
	.bg-5 {margin-right: 0; padding: 0 30px 60px 37px;}
	.w1 {width: 45% !important; padding-left:2% !important; padding-right:2% !important;}
	.box-1:first-child:after { display: none;}
	.text-1 {font-size: 26px;}
	.block-1 .c2.c-color-1 { margin: 14px 47% 0;}
	.block-1 .c2.c-color-1 + .text-1 {margin: 14px 30% 0;}
	.box-1 {padding: 30px 0;}
	.dropcup-wrapper.grid_inside {margin: 0px;}
	.g2 {width: 46%; margin: 20px 2% 0;}
	.img-ind {margin-bottom: 15px;}

	.block-1 {margin-top: 74px;}
	.block-1 .text-1 { width: 100%;}
	.block-1 .text-1, .block-1 .c2 {float: none; text-align: center; margin:  10px auto 0px;}
	.block-1 .c2.c-color-1 + .text-1, .block-1 .c2.c-color-1 { margin: 10px auto 0px;}
	
}

@media only screen and (max-width: 479px) {
	.row-2 .camera_pag { width: 100%; }
	.w1 { width: 100% !important;padding-left: 0% !important; padding-right: 0% !important;}
	.block-2 .img-ind { width: 100%; float: none; margin-right: 0; margin-bottom: 15px;}
	.g2 {width: 100%; margin: 20px 0 0;}
	.list-serv, .menu_services .list-serv:first-child {width: 100%;}
	.gallery {margin: -15px 0 0!important;}
	.g1 {width: 100%; margin-left: 0; margin-bottom: 20px;}

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