/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	text-align: center;
}
/* start editing from here */
a{
	text-decoration: none;
	text-align: left;
	color: #000000;
}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid .eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.h_bg{
 	background: #000000;
}
.logo{
	float:left;
}
.cssmenu {
	float: right;
}
.cssmenu > ul > li {
  display:inline-block;
  position: relative;
}
.cssmenu > ul > li.active a{
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
.cssmenu > ul > li span img {
	vertical-align: middle;
}
.cssmenu > ul > li > a {
	 color:#FFFFFF;
 	 display:block;
	 font-family: 'Duru Sans', sans-serif;
	 font-size: 13px;
	 line-height: 3.8em;
	 padding: 15px 20px;
	 -webkit-transition: color .15s;
	 -moz-transition: color .15s;
	 -o-transition: color .15s;
	 transition: color .15s;
}
.cssmenu > ul > li > a:hover {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-top: 4px solid #CC0000;
	border-bottom: 4px solid #CC0000;
	color:#CC0000;
}
.cssmenu > ul > li > ul {
	font-family: 'Duru Sans', sans-serif;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	padding: 8px;
	background: #CC0000;
	color:#ffffff;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-top: 34px;
	margin-left: -90px;
	width: 180px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 65px;
  visibility: visible;
}
.cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #CC0000 transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
.cssmenu > ul ul > li {
  position: relative;
}
.cssmenu ul ul a {
  color: #FFFFFF;
  font-family: 'Duru Sans', sans-serif;
  font-size: 13px;
 background: #CC0000;
  padding: 8px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.cssmenu ul ul a:hover {
  background-color: #888888;
}
.cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 8px;
  background-color: #CC0000;
  text-align: left;
  width: 160px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
.cssmenu ul ul a:hover {
	background: #CC0000;
 	color: #000000;
}
/*slider*/
#camera_wrap_4 {
	position: relative;
	height: 300px;
}
/*main*/
.main_bg{
	background: #CC0000;
	background-image: url(../../../johnson/images/brushed.gif)
}
.main{
	padding: 4%;
}
.content{
	margin: 0% 0;
}
.content h2{
	font-family: 'Duru Sans', sans-serif;
	font-size: 2em;
	color: #CC0000;
	letter-spacing: -0px;
	text-transform: uppercase;
	text-shadow: 0 2px 0 #666666;
}
.content h3{
	font-family: 'Duru Sans', sans-serif;
	font-size: 10em;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #AD8156;
}
.content h4{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 4em;
	color: #FFFFFF;
	letter-spacing: -4px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #AD8156;
}
.rd_more{
	margin-top: 2%;
}
.button1{
	background:#ffffff;
	color: #312934;
	margin-right: -2px;
}
.button2:hover{
	background:#ffffff;
	color: #312934;
	margin-right: -2px;
}
.button1:hover{
	background: #312934;
	color: #ffffff;
}
.button2{
	background: #312934;
	color: #ffffff;
}
.btn_s{
	font-family: 'Duru Sans', sans-serif;
	border: none;
	cursor: pointer;
	padding: 20px 46px;
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*main_bg1*/
.main_bg1{
	background: #2a232d;
}
/*  GRID OF THREE */
.grid_1_of_3{
	display: block;
	margin-left: 4%;
}
.grid_1_of_3:first-child {
	margin-left: 0;
	color: #050505;
} 
.images_1_of_3 {
	float:right;
	width:30.333%;
	border-bottom: 1px solid rgba(155, 130, 168, 0.13);
}
.images_1_of_3  img {
	margin: 4% 0;
}
.images_1_of_3  h2{
	font-family: 'Duru Sans', sans-serif;
	font-size:2.4em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.images_1_of_3  h3{
	margin: 4% 0;
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.4em;
	color: #c2bcc5;
	text-transform:capitalize;
}
.images_1_of_3  p  {
	color: #070707;
	font-size: 0.8125em;
	line-height: 1.8em;
	text-align: center;
}
.rd_more1 {
	margin: 6% 0;
}
.btn{
	background: none;
	color: #FFFFFF;
	font-family: 'Duru Sans', sans-serif;
	border: none;
	cursor: pointer;
	padding:4px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
	outline: none;
}
.btn:hover{
	color:#FFB56F;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}
/*main_bg2*/
.main_bg2{
	background: #312934;
	background-image:url(../images/brushed.gif)
}
.grid_1_of_2{
	display: block;
	margin-left: 0%;
}
.grid_1_of_2:first-child {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	color: #000000
`;
} 
.c_left {
	width: 60.333%;
		float:left;
}
.c_right{
	width: 32.333%;
	float:left;
	margin-left: 30
}
.grid_1_of_2  h2{
	margin-bottom: 3%;
	font-family: 'Duru Sans', sans-serif;
	font-size: 2.4em;
	color: #CC0000;
	text-transform: uppercase;
}
.grid_1_of_2 h2:hover{
	color: #000000;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}
.grid_1_of_2 p{
	margin-top: 2%;
	color: #000000;
	line-height: 1.5em;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.list {
  margin: 4px 20px 0 0;
}
.list li {
  display: block;
  margin-top: 26px;
}
.list li:first-child {
  margin-top: 0;
}
.list span {
  font-weight: bold;
  float: left;
  margin-top: 15px;
  color: #fff;
}
.list strong {
  font-weight: bold;
  font-size: 42px;
  line-height: 1em;
  float: right;
  display: inline-block;
  margin-bottom: 5px;
  width: 124px;
  text-align: left;
  color: #fff;
  letter-spacing: -2px;
}
.list em {
  font-weight: bold;
  color: #fff;
  font-style: normal;
  text-align: left;
  float: right;
  display: inline-block;
  position: relative;
  width: 53px !important;
  margin-top: 20px;
}
.list em:before {
  position: absolute;
  top: -18px;
  left: 14px;
  color: #fad261;
  font-family: FontAwesome;
  font-size: 14px;
}
.list .icon-caret-down:before {
  color: #6d5c73;
  top: -15px;
}
.progress {
  background: #fff;
  height: 7px;
}
.progress-bar {
	background: #FFB56F;
	height: 7px;
}
/*btm*/
.footer_bg{
	background: #CC0000;
}
.footer{
	padding: 2%;
	text-align: center;
	color: #FFFFFF;
}
.nav{
	margin-bottom: 4%;
}
.nav li{
	display: inline-block;
}
.nav li a{
	display:block;
	padding: 4px;
	font-size: 1em;
	color: #fff;
	font-family: 'Duru Sans', sans-serif;
	text-transform:uppercase;
}

.imageFloat{
	float:left;
	margin:6px;
}

.nav li a:hover{
	color:#2a232d;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}
.footer h2{
	font-family: 'Duru Sans', sans-serif;
	font-size: 3em;
	color: #FFFFFF;
	letter-spacing: -0px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #AD8156;
}
.footer h3 {
	margin-bottom: 4%;
	font-family: 'Duru Sans', sans-serif;
	font-size: 2.4em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer a h2:hover{
	color: #2a232d;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	font-size: 3em;
	text-align: center;
}
.copy{
	margin-top: 4%;
}
.copy p{
	line-height:1.8em;
	color: #fff;
	font-family: 'Duru Sans', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}
.copy p a{
	color:#2a232d;
}
.copy p a:hover{
	color:#ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}
/**** About ****/
.about-data{
	float:left;
	width:66.333%;
	margin-right:4%;
}
.sidebar{
	float:left;
	width: 28.333%;
}
.about-desc{
	float: left;
	width: 56.333%;
	margin-left: 6%;
}
.about-img{
	margin-top: 2%;
	float:left;
	width: 36.333%;
}
.about-img img{
	padding: 5px;
	background: #AAA1AF;
}
.about-data h2{
	margin-bottom: 4%;
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.sidebar h2{
	margin-bottom: 4%;
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.about-desc h4{
	line-height:1.8em;
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.4em;
	color: #c2bcc5;
	text-transform: capitalize;
}
.about-data p{
	margin-top: 2%;
	color: #AAA1AF;
	font-size: 0.8125em;
	line-height: 1.8em;
}
.text1-nav{
	margin-top: 6%;
}
.text1-nav ul li{
	display:inline;
}
.text1-nav ul li a{
	display:block;
	font-size: 0.924em;
	color: #AAA1AF;
	letter-spacing: 0px;
	line-height: 2.8em;
}
.text1-nav ul li:before{
	margin-top: 12px;
	margin-right: 10px;
	content: url('../images/arrow.png');
	float: left;
}
.text1-nav ul li a:hover{
	color: #FFB56F;
}
/***Services*/
.services {
	margin-top:10%;
	display: inline-block;
}
.boxes h2{
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.boxes li p{
	margin-top: 6%;
	color: #000000;
	font-size: 0.8125em;
	line-height: 1.8em;
}
.lb-album .btn1{
	margin-top: 10px;
}
.boxes li.btn1{
	padding: 0 10px 10px;
}
.lb-album{
	margin: 0 auto;
}
.lb-album li{
	float: left;
	width: 25%;
	margin-left:2%;
	margin-right:5%;
	margin-top:1%;
	position: relative;
}
.lb-album li:first-child{
	margin-left:0;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a img{
	padding: 5px;
	background: #AAA1AF;
}
.lb-album li > a{
	position: relative;
}
.lb-album li > a span{
	position: absolute;
	bottom:70px;
	left:110px;
	width:36px;
	height:36px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a img:hover{
	opacity:0.6;
}
.lb-album li > a:hover span{
	opacity:1;
	background:url(../images/zoom.png) no-repeat;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background:rgba(24, 23, 23, 0.91);
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	position: absolute;
	right:33%;
	top:6%;
	width:27px;
	height:27px;
	background:url('../images/close.png') no-repeat;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: scaleDown 1.2s ease-in-out;
	-moz-animation: scaleDown 1.2s ease-in-out;
	-o-animation: scaleDown 1.2s ease-in-out;
	-ms-animation: scaleDown 1.2s ease-in-out;
	animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(10,10); opacity: 0; }
  100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
  0% { -moz-transform: scale(10,10); opacity: 0; }
  100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
  0% { -o-transform: scale(10,10); opacity: 0; }
  100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
  0% { -ms-transform: scale(10,10); opacity: 0; }
  100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
  0% { transform: scale(10,10); opacity: 0; }
  100% { transform: scale(1,1); opacity: 1; }
}
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
/***Contact*/
form{
	margin-top: 2%;
}
.col{
	display: block;
	float:left;
	margin-left: 4%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.333%;
}
.span_1_of_3 {
	width: 32.333%;
}
.span_1_of_3 h3	{
	margin-bottom: 4%;
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.6em;
	color: #CC0000;
	text-transform: uppercase;
}
.span_2_of_3 h3	{
	margin-bottom: 4%;
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.6em;
	color: #CC0000;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color: #CC0000;
	display:block;
	font-size:0.8125em;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	background: #E2DDE6;
	border: 1px solid #ECEBEC;
	font-family: Arial, Geneva,Helvetica, sans-serif;
	color: #000000;
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	text-transform:capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	background: none;
	color: #FFFFFF;
	font-family: 'Duru Sans', sans-serif;
	border: none;
	cursor: pointer;
	padding: 4px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-form input[type="submit"]:hover{
	color: #CC0000;
}
.company_address p{
	color: #000000;
	font-size: 0.8125em;
	line-height: 1.8em;
}
.company_address p span{
	cursor:pointer;
	color: #FFB56F;
}
.company_address p span:hover{
	text-decoration:none;
	color: #AAA1AF;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}
.map{
	margin: 12% 0;
}
/*details*/
.details h2{
	font-family: 'Duru Sans', sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.det-pic{
	padding:4% 0;
}
.det-pic img{
	padding: 5px;
	background: #AAA1AF;
}
.det-para {
	margin: 0% 0 2%;
}
.det-para p{
	color: #AAA1AF;
	font-size: 0.8125em;
	line-height: 1.8em;
}
/*404*/
.page{
	padding:0 0;
	text-align:center;
}
.page h2{
	font-size: 12em;
	color: #c2bcc5;
}
.main_bg2 .wrap .main .grid_1_of_2 blockquote blockquote .style2 span #waterjet {
}

/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.cssmenu ul ul ul {
		display: none;
	}
	.images_1_of_3 h2 {
		font-size: 2em;
	}
	.images_1_of_3 h3 {
		font-size:1em;
	}
	.grid_1_of_2 h2 {
	font-size: 2.5em;
	color: #CC0000;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.content h3 {
		font-size: 5em;
	}
	.content h4 {
		font-size: 3em;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.images_1_of_3 {
		float: none;
		width: 100%;
		border-bottom:none;
	}
	.grid_1_of_2 {
		margin-left: 0%;
	}
	.c_left {
		float: none;
		width: 100%;
	}
	.c_right {
		float: center;
		width: 100%;
	}
	.grid_1_of_2 h2 {
		margin-top: 0%;
	}
	.grid_1_of_2 p {
		margin-top: 0%;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.logo{
		float: none;
		text-align:center;
		margin-bottom: 4%;
	}
	.cssmenu {
		float: none;
		text-align:center;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
}
