/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700);
@import url(//fonts.googleapis.com/css?family=Open:300,400,700);
@import url(//fonts.googleapis.com/css?family=Oxygen);
@import url(//fonts.googleapis.com/css?family=Mr+Dafoe);


html, body {
	background: #303430 url(../images/bg-1.gif) 0 0 repeat;
	font: 16px/22px 'Open', sans-serif;
	font-family: 'Open', sans-serif;
	/*font: 16px/22px Arial, sans-serif;
	font-family: 'Ubuntu', sans-serif;*/
	color: #797979;
	min-width:300px;
}

* { -webkit-text-size-adjust: none;}

a { color: inherit; text-decoration: none;}
a:hover { text-decoration: none;}
a[href^="tel:"] {color: inherit;text-decoration:none;}
.a-hov { transition: all 0.4s ease;}
.a-hov:hover { color: #dd3f19;}

.video-intro {
    position: fixed;
    top: 8em;
    right: 0px;
    text-decoration: none;
    color: #dd3f19;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 14px;
	font-weight: 800;
    padding: 1em;
	z-index: 9;
}

.video-intro:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
ul li a { transition: all 0.4s ease;}

h1, h2, h3, h4, h5, h6 { font-family: 'Oxygen', sans-serif; color: #323232; font-weight: normal;}
h1 { font-size: 30px; line-height: 30px; padding-top: 31px; padding-bottom: 25px;}
h2 { font-size: 24px; line-height: 26px; padding-top: 31px; padding-bottom: 25px;}
/*h3 { font-size: 24px; line-height: 26px; padding-top: 59px; padding-bottom: 25px; text-transform: uppercase;}*/
h3 {}
h4 { font-size: 18px; line-height: 21px; text-transform: uppercase; padding-bottom: 15px; padding-top: 25px;}
h5 { font-size: 12px; line-height: 18px; color: #dd3f19; text-transform: uppercase; padding-top: 12px;font-family: 'Ubuntu', sans-serif;}


.title-1 { font-size: 20px; line-height: 30px; text-transform: uppercase; color: #fff; padding-top: 48px; padding-bottom: 23px;} 
.text-1 { font-size: 16px; line-height: 22px; color: #83868a;}
.text-2 { font-weight: 700; font-size: 18px; line-height: 18px; color: #fff;}
.text-3 { font-size: 12px; line-height: 18px; color: #fff;}
.text-4 { font-size: 14px; line-height: 18px; color: #83868a;}
.text-5 { color: #dd3f19; line-height: 24px; font-size: 20px;}
.text-6 { color: #dd3f19; line-height: 18px; font-size: 12px; margin-top: 10px}

.color-1 { color: #dd3f19;}
.color-2 { }
.color-3 {background-color: rgba(235, 235, 235, 0.80); padding-bottom: 20px}

.bold-font {font-weight: bold;}

h1 + .list-2 { margin-top: -18px;}
h1.v1 { padding-top: 48px; padding-bottom: 30px;}
h2.v1 { padding-top: 48px; padding-bottom: 30px;}
h2.v2 { padding-top: 60px;}
h2.v3 { padding-top: 48px; padding-bottom: 0px;}
h2 + ul.list-2 { margin-top: -15px;}
h4.v1 { padding-top: 0; margin-top: -4px;}
h4.v2 { padding-bottom: 0px; padding-top: 0; margin-top: -4px;}
h4.v3 { padding-left: 10px;}
h5 a:hover { text-decoration: underline;}
h4 a { transition: all .4s ease;}
h4 a:hover { color: #dd3f19;}

.btn {
	background: #ffffff;
	border:1px solid #d0d0d0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	transition: all 0.4s ease;
	margin-top: 30px;
	padding: 11px 33px 12px;
	color: #313131;
}
.btn:hover { background: #da3a16; border-color: #da3a16; color: #fff;}
/*.btn marg-topneg30 {margin-top: -30px;}*/
.list { margin-bottom: 12px;}
.list li {
	font-size: 16px;
	line-height: 18px;
	margin-top: 21px;
}
.list li + li { margin-top: 12px;}
.list li a { 
	color: #797979; 
	background: url(../images/arrow-3.png) 0 0 no-repeat;
	padding-left: 22px;
	display: block;
}
.list li + li { border-top: 1px solid #e6e6e6; padding-top: 13px;}
.list li a:hover { background: url(../images/arrow-2.png) 0 0 no-repeat;}


.list-1 li {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	float: left;
	padding-left: 5px;
	margin-left: 1px;
}
.list-1 li a { color: #8f8f8e; margin-left: 3px;}
.list-1 li a:hover { color: #dd3f19;}


.list-2 li {
	font-size: 12px;
	line-height: 12px;
	background: url(../images/arrow-4.png) 0 16px no-repeat;
	padding-top: 12px;
	padding-left: 13px;
}
.list-2 li + li { border-top: 1px solid #d1d1d1; margin-top: 15px; }
.list-2 li a { color: #83868a;}
.list-2 li a:hover { color: #dd3f19;}

.list-3 li {
	font-size: 16px;
	line-height: 18px;
	background: url(../images/bg-8.png) 0 4px no-repeat;
	margin-top: -4px;
	padding-left: 1px;
	margin-left: 1px;
}
.list-3 li + li {margin-top: 9px; }
.list-3 li a { color: #b2b2b2; display: inline-block; padding-left: 8px; line-height: 10px;}
.list-3 li a:hover,
.list-3 li.current a { color: #dd3f19;}

.list-8 li {
	font-size: 16px;
	line-height: 20px;
	background: url(../images/arrow-4.png) 0 16px no-repeat;
	padding-top: 8px;
	padding-left: 13px;
}

.list-9 li {margin-left: 20px;}
.list-9 li a { color: #b2b2b2; }
.list-9 li a:hover { color: #dd3f19; text-decoration:underline;}

ul.bullet li {list-style-type:disc; }
ol.number li {list-style-type:decimal; }

/*auxiliary*/

.img-ind {float: left; margin-right: 20px; margin-top: 0px;}
.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;}
.transition {transition: all 0.4s ease;}
.marg-top40 {margin-top: 40px;}
.marg-top18 {margin-top: 18px;}
.marg-bottom18 {margin-bottom: 18px;}

.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: "";line-height: 0;}
.clearfix:after { clear: both;}

.pad-left { padding-left: 10px;}
.top10 {padding-top: -20px;}

p { padding-bottom: 18px;}

.w3 {
	float: left;
	width: 312px;
	margin-left: 1px;
}
.w3:first-child { margin-left: 0;}

.w77 { width: 77%;}
.w89 { width: 89%;}
.bord-1 {	position: relative; 	padding-bottom: 49px;}
.bord-1.v1 { padding-bottom: 32px;}
.bord-1.v2 { padding-bottom: 63px;}
.bord-1.v3 { padding-bottom: 70px;}
.bord-1:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #e6e6e6;
	bottom: 0;
	left: 0;
	right: 0;
}
.bord-1.v2:after { left: 10px; right: 10px;}
.bord-1.v3:after { left: 0; right: 0;}

.bord-2 { position: relative; padding-bottom: 49px;}
.bord-2:after {
	position: absolute;
	content: "";
	border-left: 1px solid #e6e6e6;
	bottom: 0;
	top: -19px;
	left: 0;
}

.bord-3 { position: relative;}
.bord-3:after {
	position: absolute;
	content: "";
	border-left: 1px solid #515151;
	bottom: 0;
	top: 45px;
	right: 0;
}


.img-bord {	border:1px solid #d7d7d7;}
.img-bord img { width: 100%;}
.img-bord-0 {border:none;}
.img-bord-0 img { width: 100%;}

.pad-top { padding-top: 63px;}

.img-ind + div > p { margin-top: -3px;}

.link-1 a { color: #190082;}
.link-1 a:hover { color: #dd3f19;}

.link-2 a:hover { color: #dd3f19;}

.testimony-pad {padding: 0px 10px 10px 10px;}

/************Header************/

header { background: url(../images/bg-2.gif) 0 0 repeat-x;}

.header-1 .header-bot { border-bottom: 1px solid #e6e6e6; padding-bottom: 55px;}

form.search { margin-top: 16px;}
form.search input {
	background: transparent;
	border: 1px solid #656565;
	width: 221px;
	height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #6c6c6c;
	font-size: 10px;
	line-height: 16px;
	padding: 4px;
	float: left;
}
form.search a {
	display: block;
	float: left;
	width: 30px;
	height: 29px;
	background: url(../images/icon-1.png) center center no-repeat;
	margin-left: 9px;
	cursor: pointer;
}
form.search a:hover {opacity: .6;}

h3 { 
	position: relative;
	float: left; 
	font-family: 'Mr Dafoe', cursive; 
	font-size: 72px; 
	line-height: 72px; 
	color: #323232; 
	font-weight: normal; 
	margin-left: 14px; 
	margin-top: 45px;
	padding-right: 27px;
}
h3 span { color: #dd3f19;}
h3:after { 
	position: absolute;
	content: "";
	top: 24px;
	bottom: 12px;
	right: 0;
}

.box-1 {
	float: left;
	margin-top: 73px;
	margin-left: 10px;
	font: bold 10px/13px Arial, sans-serif;
	text-transform: uppercase;
}
.box-1 span {
	display: block;
	color: #dd3f19;
}

.header-bot { background: #ffffff; padding-bottom: 10px;}

.header-bot .list-1 { float: right; margin-top: 87px;}

.slider { margin-top: 30px; border: 1px solid #d8d8d8;}

.camera_wrap { margin-bottom: 0!important; height: 521px;}
.camera_caption { width: 45.7%; bottom: 30px;}
.camera_caption > div { 
	background: url(../images/bg-3.png) 0 0 repeat; 
	font-size: 21px; 
	line-height: 26px; 
	text-transform: uppercase;
	color: #fff;
	top: auto;
	padding: 34px 0px 42px 39px;
}
.camera_caption > div span { font-size: 36px; line-height: 38px; font-weight: bold; display: block;}


.camera_prev,
.camera_next { 
	bottom: 18px; 
	top: auto;
	width: 18px;
	height: 33px;
	background: none;
}
.camera_prev { left: auto; right: 49px; }
.camera_next { right: 18px;}
.camera_prev > span,
.camera_next > span {
	width: 18px;
	height: 33px;
	background: url(../images/arrows-1.png) 0 0 no-repeat;
}
.camera_azure_skin .camera_prev > span { background-position: 0 0;}
.camera_azure_skin .camera_next > span { background-position: right 0;}

.camera_prev > span:hover,
.camera_next > span:hover {
	opacity: .7;
}

/************Content***********/

.content { background: #fff; padding-bottom: 99px;}
.btn-1 {
	display: block;
	background: #313131 url(../images/bg-4.gif) 0 0 repeat-x;
	font-family: 'Oxygen', sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	padding: 21px 0px;
}
.btn-1:hover { background: #dd3e19;}

.box-2 { 
	text-align: center; 
	margin-top: 30px; 
	padding: 0 20px 0;
	color: #797979;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
}
.box-2 img { margin-bottom: 20px;}

.block-1 { margin-top: 51px;}

.tabs {}
.tabs li {
	float: left;
	background: #f1f1f1 url(../images/bg-5.gif) 0 0 repeat-x;
}
.tabs li a {
	display: block;
	border:1px solid #d1d1d1;
	color: #474747;
	font-size: 12px;
	line-height: 26px;
	padding: 10px 0px 8px;
	text-transform: uppercase;
	width: 154px;
	text-align: center;
}
.tabs li + li { margin-left: -1px;}
.tabs li a:hover, .tabs li a.current {
	background: #fff;
	color: #dd3f19;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border:1px solid #d1d1d1;
	margin-top: -1px;
	padding: 38px 31px 43px;
	font-size: 14px;
	line-height: 18px;
}
.tab_container .fleft {	width: 37%;}
.tab_container .fleft img {
	margin-right: 6px;
	margin-bottom: 8px;
}

.tab_container h4 {	padding-top: 12px;}


.box-3 { margin-top: 20px;}
.box-3 .img-bord { float: left; margin-right: 14px;}
.box-3 .img-bord + div { padding-left: 8px;}
.box-3 .img-bord-0 { float: left; margin-right: 14px;}
.box-3 .img-bord-0 + div { padding-left: 8px;}
.box-3 .inside { border:1px solid #d1d1d1; padding: 18px 19px 20px; position: relative;}

.box-3 .inside h4 { padding-top: 0;}
.block-3 { margin-top: -15px;} 
.quote { 
	display: inline-block; 
	background: url(../images/quote.png) 0 bottom no-repeat;
	width: 12px;
	height: 12px; 
	padding-right: 6px;
	margin-left: 3px;
}
.arrow { 
	position: absolute;
	width: 10px;
	height: 21px;
	background: url(../images/arrow-5.png) 0 0 no-repeat;
	left: -9px;
	top: 21px;
}

.gallery { margin-top: -52px;}
.gallery > div { margin-top: 52px;}

.block-4 { margin-top: 0px;}

	/*toTop*/

	#toTop {
		display:none;
		text-decoration:none;
		position:fixed;
		cursor:pointer;
		overflow:hidden;
		width: 58px;
		height: 58px;
		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: 20px;
	}

		#toTop:hover { opacity: .7;}

		#toTop:active, #toTop:focus {outline:none;}



	/*touch-touch*/ 
	.magnifier {
		position:relative;
		display:block;
		background: url(../images/magnifier.png) center center no-repeat #000000;

	}
	.magnifier img {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-box-shadow: 0 0 0 0 #fff;
		-moz-box-shadow: 0 0 0 0 #fff;
		box-shadow: 0 0 0 0 #fff;
	}

	.magnifier:hover img {
		opacity: 0.4;
	}

	

/************Footer************/

footer {	background: url(../images/bg-6.gif) 0 0 repeat-x;	padding-bottom: 30px;}

footer .img-ind { margin-right: 20px; margin-top: 3px;}
footer .img-ind + div { overflow: hidden;}
footer .text-2 {
	border-bottom: 1px solid #989898;
	display: inline-block;
	padding-bottom: 6px;
	margin-bottom: 2px;
}
footer .text-2 + footer .text-3 { letter-spacing: -1px;}
footer .text-1 {color: #b2b2b2;}

.b-contacts {
	font-size: 12px;
	line-height: 24px;
	color: #b2b2b2;
	text-transform: uppercase;
}
.b-contacts { margin-top: -11px;}
.b-contacts dt { margin-bottom: 10px;}
.b-contacts dd span {
	display: inline-block;
	width: 78px;
}
.b-contacts dd.last span {	width: 45px;}

.foot-bot { background: url(../images/bg-7.png) 0 0 repeat-x; margin-top: 17px;}

.logo-list {
    margin-top: 18px;
}
.logo-list li { padding-left: 18px; float: left;}
.logo-list li a img { transition: all .4s ease;}
.logo-list li a:hover img { opacity: .6;}

.logo-list-2 { margin-top: 12px;}
.logo-list-2 li { padding-left: 27px; float: left;}
.logo-list-2 li:first-child { padding-left: 0;}
.logo-list-2 li a img { transition: all .4s ease;}
.logo-list-2 li a:hover img { opacity: .6;}

footer .logo {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}
.copyright { text-transform: uppercase; font-size: 12px; line-height: 14px; color: #949494;}


.list-services { margin-top: 33px; margin-left: 29px; float: right; position: relative;}
.list-services li {
	display: inline-block;
	float: left;
}

	[class*="list-services-"] {
		text-decoration: none;
		display: block;
		height: 28px;
		width: 28px;
		background: url(../images/social_icons.png) no-repeat;
		background-position-x: -25px;
		background-position-y: 0px;
		-webkit-transition: all 0.2s ease-out;
	    -moz-transition: all 0.2s ease-out;
	    -o-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;
		margin-left: 6px;
	}
	.list-services-1 { background-position: 0px 0px;}
	.list-services-2 { background-position: -33px 0px;}
	.list-services-3 { background-position: -68px 0px;}
	.list-services-4 { background-position: -103px 0px;}

	.list-services li a:hover { opacity: .6;}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
	.w3 { width: 31.3%; margin-left: 1%; margin-right: 1%;}
	.w3:first-child { margin-left: 1%;}
	.tab_container .fleft { width: 20%;}
	.tab_container .fleft img { width: 80%;}
	.b-contacts { font-size: 11px;}
	.camera_wrap { height: 414px;}
}
@media only screen and (max-width: 767px) {
	form.search input { width: 90%; margin-bottom: 30px;}
	header nav + .fright { float: none; }
	.box-1 { margin-top: 26px;}
	.header-bot .list-1 { margin-top: 40px;}
	h3:after { display: none;}
	.camera_caption > div { font-size: 15px; line-height: 17px;}
	.camera_caption > div span { font-size: 20px; line-height: 22px;}
	.w3 { width: 100%;}
	.block-2 .w3 + .w3 { margin-top: 60px;}
	.bord-2:after { display: none;}
	.w77, .w78 { width: 100%;}
	.tabs li a { width: auto; min-width: 93px;}
	.tab_container .fleft { width: 35%;}
	.bord-3:after { display: none;}
	.foot-bot > div { float: none;}
	.logo-list { margin-left: -18px;}

	.block-4 > div .img-bord { width: 50%;  float: left; margin-right: 20px;}
	.block-4 > div .img-bord-0 { width: 50%;  float: left; margin-right: 20px;}
	.block-4 h4 { padding-top: 0;}
	.block-4 > div { margin-top: 30px;}

	.gallery > div { width: 46% !important; margin-left: 2%; margin-right: 2%;}
	.logo-list-2 li { padding-left: 5px;}
	.w1 { width: 50%;}
	.w2 { width: 90%;}
	.camera_wrap { height: 232px;}
}
@media only screen and (max-width: 479px) {
	.foot-bot > div > div { float: none; text-align: center;}

	form.search input { width: 87%;}
	.camera_caption { width: 60%; bottom: 5px;}
	.foot-bot > div { float: none;}
	.logo-list li { width: 50%; padding: 0; text-align: center; padding-bottom: 20px;}
	.list-services { width: 100%;}
	.gallery > div { width: 100% !important; margin-left: 0; margin-right: 0;}
	.logo-list-2 li { padding: 0px; width: 100%; text-align: center;}
	.camera_wrap { height: 165px;}

	footer .logo { width: 100%; display: inline-block; float: none; text-align: center; margin-top: 20px;}
	.copyright { text-align: center; }
	.list-services { 
		display: inline-block;
		text-align: center;
		float: none;
		margin: 0 auto;
		width: auto; }
	}
	.top10 {padding-top: 10px;}
@media only screen and (max-width: 320px) {
	.top10 {padding-top: 10px;}
}
