/* 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-style: normal;
	
}
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;}
/* start editing from here */
a{
	text-decoration: none;
	color: #583922;
	font-weight: 400;
}
.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%;
	background-image: url(../images/bg.png);
	background-color: #FFFFFF;
}
.wrapper{
	margin-top: 4%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 4%;
}
.wrap{
	margin:0 auto;
	width:80%;
	background: url('../images/bg1.png');
}
.wrap_inner{
	padding:0 4%;	
	text-align:center;
}
.para{
	color: #736761;
	line-height: 1.8em;
	font-size: 1em;
	text-align: left;
}	
h2{
	letter-spacing: 1px;
	color: #564C48;
	font-family: 'News Cycle', sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.8em;
	text-transform: capitalize;
	text-shadow: 0 1px 0 #423935;
}

.logo{
	padding: 4%;
}
/*  GRID 1 OF THREE  */
.grids_1_of_3{
	text-align:center;
	padding: 4% 0;
}
.grid_1_of_3{
	display: block;
	float: left;





	margin-left: 3.3%
%
%;
	border: 1px solid #583922;
}
.grid_1_of_3.bg1{
	background-color: #FFFFFF;
	margin-right: 5%;
}
.grid_1_of_3.bg2{
	background-color: #FFFFFF;
}
.grid_1_of_3.bg3{
	background-color: #FFFFFF;
	float: right;
}
.grid_1_of_3:first-child {
	margin-left: 0;
} 
.images_1_of_3 {
	width: 30%;
	position: relative;
	height: 455px;
}
.images_1_of_3  h3{
	letter-spacing: 1px;
	background-color: #583922;
	color: #fff;
	font-family: 'News Cycle', sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #AFB932;
	padding: 4%;
}
.images_1_of_3  p  {
	padding: 4% 4% 0 4%;
	color: #583922;
	line-height: 1.8em;
	font-size: 0.8725em;
	font-weight: bold;
}
.plus_btn{
	display: block;
	color: #FFFFFF;
}
.plus_btn span{
	cursor:pointer;
	position: absolute;
	width:64px;
	height:64px;
	right: 0;
	bottom:0;
	background: url('../images/plus_btn.png');
}
.plus_btn span:hover{
	background-image: url(../images/plus_btn_h.png);
}
/* content_btm  */
.content_btm {
	text-align: left;
	padding-bottom: 4%;
}
.col_1_of_3{
	display: block;
	float: right;
}
.col_1_of_3:first-child { 
	margin-left: 0; 
}
.span_1_of_3 {
	width: 33.333%;
}
.span_1_of_3  h2{
	margin-bottom: 0.5em;
}
.text1-nav ul li{
	display:inline;
}
.text1-nav ul li a{
	display: block;
	font-size: 1em;
	color: #736761;
	letter-spacing: 0px;
	line-height: 2.8em;
	font-weight: bold;
}
.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: #7E310E;
}
.span_1_of_3  h4{
	color: #949B3F;
	letter-spacing: 1px;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 0.5em;
}
.button.top{
	margin-top:4%;
}
.button.top1{
	margin-top:2%;
}
.button a{
	background: #564C48;
	border: 1px solid #5A4F4F;
	display: inline-block;
	padding: 10px 24px;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.button a:hover{
	background: #B1BD23;
	border: 1px solid #B1B62B;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.grids_btm {
	padding-bottom: 4%;
	display: inline-block;
	border-top: 1px ridge rgb(241, 241, 241);
	margin-left: auto;
	margin-right: auto;
}
.grids:first-child{
	margin-left: 8%;
	float: left;
	width: 45%;
}
.grids{
	text-align: left;
	margin-left: 3px;
	width: 45%;
	float: left;
}
.images_3_of_1{
	width: 25%;
	background-color: #FFFFFF;
	padding: 2%;
	background-image: url(../images/bg1.png);
	background-repeat: repeat;
	float: left;
}
.images_1_of_1{
	padding: 2%;
	float: left;
	width: 15%;
}
.images_1_of_1 p{
	text-align: center;
	font-size: 4em;
	color: #ffffff;
	line-height: 1.5em;
}
.grid_1_of_1{
	padding: 4%;
	float: left;
	width: 42%;
}
.grid_1_of_1 h3{
	letter-spacing: 1px;
	color: #664227;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.8em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #423935;
}
.grid_1_of_1 p {
	color: #6D605C;
	line-height: 1.8em;
	font-size: 1em;
}
/*footer1*/
.footer1{
	padding-top: 3%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 3%;
}
.copy{
	text-align:center;
}
.copy p{
	font-size: 0.8725em;
	color: #736761;
	line-height: 1.8em;
	text-transform: uppercase;
}
.copy p a{
	color: #583922;
}
.copy p a:hover{
	color: #736761;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start about */
.main{
	padding:2% 0 4%;
	text-align:left;
	border-top: 1px ridge rgb(241, 241, 241);
}
.about {
	text-align:left;
}
.cont-grid {
	float: left;
	width: 63.333%;
}
.cont-grid span{
	color: #949B3F;
	letter-spacing: 1px;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: capitalize;
}
.abt-para p{
	margin-top: 2%;
}
.cont-grid-img{
	width: 30.33333%;
	float: right;
}
.about-p{
	margin-top:20px;
}
/* start service*/
.ser-main{
	text-align:left;
}
.ser-main.top{
	margin-top: 3%;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list h5{
	line-height: 1.8em;
	font-size: 1.2em;
	color: #53A3C7;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
}
/*start Contact*/
.col{
	display: block;
}
.contact_info{
	float: right;
	width: 72.33333%;
}
.company_address {
	float: left;
	margin-right: 3%;
	width: 24.3333%;
}
.col.span_1_of_2 h2{
	margin-bottom: 4%;
}
.contact-form{
	position:relative;
	margin-top: 2%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color: #736761;
	display:block;
	font-size: 0.8725em;
	padding-bottom:5px;
}
.company_address p{
	padding:2px 0;
	color: #736761;
	font-size: 0.8725em;
	line-height: 1.8em;
}
.company_address p span{
	color: #583922;
	cursor: pointer;
}
.company_address p span:hover{
	color: #564C48;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.map{
	margin: 2% 0;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size:0.8725em;
	color: #555;
	padding: 8px;
	display: block;
	width: 98%;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	outline: none;
	-webkit-appearance: none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	-webkit-transition:0.9s;
	-o-transition:0.9s;
	-moz-transition:0.9s;
	transition:0.9s;
	border: 1px solid rgba(51, 157, 207, 0.05);
	box-shadow: 0px 0px 2px #5E504A;
	-webkit-box-shadow:0px 0px 2px #5E504A;
	-moz-box-shadow:0px 0px 2px #5E504A;
	-o-box-shadow:0px 0px 2px #5E504A;
}
.contact-form input[type="submit"]{
	cursor: pointer;
	text-transform:capitalize;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	background: #564C48;
	border: 1px solid #5A4F4F;
	display: inline-block;
	padding: 10px 24px;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.contact-form input[type="submit"]:hover{
	outline:none;
	background: #B1BD23;
	border: 1px solid #B1B62B;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/*start details */
.details{
	display: block;
}
.det_pic{
	margin: 2% 0;
}
/*start 404*/
.page{
	padding:8% 0;
	text-align:center;
}
.page h3{
	color: #CEDB32;
	font-family: 'News Cycle', sans-serif;
	text-shadow: 0 1px 0 #A2A2A2;
	font-size: 12em;
}
.city-links{
	color: #FFFFFF;
	padding: 4px;
	font-size: 11px;
}
.city-links a{
	color: #FFFFFF;
	font-size: 10px;
}
.city-links a:hover{
	text-decoration: none;
	font-size: 10px;
	
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
	width: 90%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
	width: 90%;
	}
	.images_1_of_3 {
		height: 420px;
	}
	h2{
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
	width: 90%;
	}
	.images_1_of_3 h3 {
		font-size: 1.5em;
	}
	.grids_btm {
		display: block;
	}
	.grids {
		text-align: left;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 3%;
		clear: both;
		display: inline-block;
	}
	
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.span_1_of_3 {
		width: 99.3333%;
	}
	.col_1_of_3 {
		float: none;
		margin-left: 0%;
	}
	.ser-grid-list {
		width: 45.33333%;
	}
	.company_address {
		float: none;
		margin-right: 0%;
		width: 99.3333%;
	}
	.contact_info {
		float: none;
		width: 99.33333%;
	}
	
}
@media only screen and (max-width: 480px) {
	.wrap{
	width: 90%;
	}
	.images_1_of_3 {
		width: 99.333%;
	}
	.cont-grid {
		float: none;
		width:100%;
		margin-right: 0%;
	}
	.cont-grid-img {
		float: none;
		width:100%;
		margin-top: 3%;
	}
	.grid_1_of_3 {
		margin-left: 0%;
		margin-bottom: 4%;
	}
	.grid_1_of_1 h3 {
		letter-spacing:0px;
		font-size: 1em;
	}
		.images_1_of_1 p {
		font-size: 3em;
	}
	
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.grid_1_of_1 h3 {
		letter-spacing:0px;
		font-size: 0.8725em;
	}
	.images_1_of_1 p {
		font-size: 2em;
	}
	.grid_1_of_1 p {
		color: #B6B6B6;
		line-height: 1.5em;
		font-size: 0.725em;
	}
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}#aboveFooter {
	background-color: #583922;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}
.subHeading {
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	color: #564C48;
	text-align: left;
}
.threePicText{
	font-size: 18px;
	color: #583922;
	padding: 4%;
	text-align: left;
	font-family: 'News Cycle', sans-serif;
	font-style: normal;
	font-weight: 400;
}
@media all and (min-width:1281px) {
	.wrap{
	max-width: 1280px;
	}
}
