@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
/* user style starts */
.newDv #small-dialog1{
max-width:79%;
}
h1,h2,h3,h4,h5{
font-weight: 600;
font-family: 'Open Sans', sans-serif;
color: #666;
text-transform: uppercase;
letter-spacing:1px;
}
.conFull{
width:100%!important;
text-align:center!important;
}
.span_2_of_a li{
font-size:13px;
background: url(../images/icons/marker.png)no-repeat;
line-height: 0.4em;
padding: 0 0 19px 13px;
}
h5{font-size:14px;}
.span_1_of_a h6{
font-size:14px;
font-weight:none;
padding:10px;
}
.span_3_of_1 h4{
font-weight:bold;}
/*p{
line-height:normal!important;
}*/
.brMap{
float:left;
margin-bottom:20px;
width:90%;
}
.w48P
{
width:48%;
float:left;
}
.mL4P{
margin-left:4%;
}
.vTxt{
color:#D32727;
}
.hmPgCon{
color:#D32727;
font-size:14px;
text-align:right;
margin-top:5px;
letter-spacing:1px;
float:right;
}
a.aLnk{
color:#fff;
text-decoration:none;
float:right;
font-size:12px;
}
a.aLnk:hover{
text-decoration:underline;
}
a.mLnk{
color:#DB5A5A;
margin-top:10px;
display:block;
font-size:12px;
}
a.mLnk:hover{
text-decoration:underline;
}
a.uline{
color:#DB5A5A;
}
a.uline:hover{
text-decoration:underline;
}
.title-desc span{
	color:#D32727;
}
.main{
min-height:350px;
}
.cntDv{
text-align:center;
line-height:350px;
font-size:16px;
font-weight:bold;
}
.gallery-grid h5{
padding:10px;
color:#DB5A5A;
}
.line{
border-bottom: border-bottom: 1px solid #DADADA;
}
.3ColPar{
margin-bottom:20px;
float:left;
width: 100%;
}
.3ColPar .gallery-grid{
width:33.2222%;
}
.3ColPar h5{
padding:0;
}
/* user style ends */

/* 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;}
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;}
/*h5{
font-size:15px;
color:#333;
padding:20px;
font-weight:bold;
}*/
/* start editing from here */
a{text-decoration:none;color: #D32727;}
a:hover{}
.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:verdana;
	background: #DB5A5A;
	color:#666!important;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.wrapper-box{
	background:#fff;
	padding:0 6%;
}
.banner{
	background:#fff;
	padding-bottom:3%;
}
.logo{
	float:left;
	width: 50%;/*78%;*/
}
.header-top{
	padding: 2% 0;
}
/*--menu--*/
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  height: auto;
  float: left;
	width: 93%;
}
#cssmenu > ul > li {
  float: left;
  z-index: 99;
  position: relative;
  font-family: "Fjalla One";
}
#cssmenu > ul > li > a {
  color: #fff;
  font-size:1em;
  font-weight: normal;
  line-height: 40px;
  padding:11px 19px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
 /* text-transform: uppercase;*/
}
#cssmenu li.active, #cssmenu li:hover{
	 background-color:#D32727;
}
#cssmenu li.active a, #cssmenu li a:hover{
	 color:#fff;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top:70px;
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa 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: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  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: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color:#D32727;
  color: #f0f0f0;
}
.header-bottom{
	background-color: #DB5A5A;
	margin-bottom: 20px;
}
.breadcrumb{
	background-color: #FFF3F3;
	text-align:right;
}
.breadcrumb li{
display:inline-block;
padding: 4px;
font-size: 12px;
}
.follow_icon {
	list-style: none;
	/*padding-bottom:10px;*/
}
.follow_icon li {
	display:inline-block;
	margin:5px 0 0 8px;
	/*padding-top: 1.7%;*/
}
.follow_icon li :hover{
	opacity:0.7;
}
.follow_icon li a img {
	vertical-align: middle;
}
.search_box {
	margin-top: 18px;
	border: 1px solid #D2D2D2;
	position: relative;
	float:right;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 0.85em;
	color: #ACACAC;
	width: 74%;
	padding: 9px;
	-webkit-apperance: none;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 12px;
	position: absolute;
	right: 0;
	width: 25px;
	height: 32px;
}
/*--content--*/
/*  GRID OF FOUR   ============================================================================= */
.content-top{
	margin-bottom:3%;
}
.col_1_of_4,.col_3_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child ,.col_3_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.span_1_of_4, .span_3_of_4 {
	width: 23.8%;
}
.col_3_of_4, .span_3_of_4 {
width:71.4%;
}
.span_1_of_4  h3{
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color:#373737;
}
.span_1_of_4  p, .w48P p {
	font-size:0.8em;
	padding:0.5em 0;
	color:#666;
	line-height: 1.8em;
}
/***** Media Quries *****

@media only screen and (max-width: 1024px) and (min-width: 640px) {
.newDv{
left:5%!important;}
}*/
@media only screen and (max-width: 1360px) {
	.newDv #small-dialog1{
		max-width:38%;
	}
}
@media only screen and (max-width: 1280px) {
	.newDv #small-dialog1{
		max-width:40%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.newDv #small-dialog1{
		max-width:65%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 800px) {
	.newDv #small-dialog1{
		max-width:65%;
	}
	}
@media only screen and (max-width: 640px) {
	.newDv #small-dialog1{
		max-width:83%;
	}
	}
@media only screen and (max-width: 480px) {
	.newDv #small-dialog1{
		max-width:100%;
	}
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
}
.title-img {
/*	margin-bottom: 10px;*/
}
.title {
	color: #FFF;
	width:15%;
	margin: 0;
	overflow: hidden;
	float: left;
}
.title-desc {
	float: left;
}
.title-desc p{
	font-size: 1.3em;
	font-weight: normal;
	font-family:"Fjalla One";
	color:#333;
	text-transform: uppercase;
}
h4.head {
	color: #666;
	font: 10px/10px/* Arial,Helvetica,sans-serif*/;
	margin: 0;
	margin-bottom:10px;
	letter-spacing:1px;	
}
hr {
	margin:15px 0;
	border: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #FFF;	
}
.btn.btn-primary {
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding:10px 20px;
	font: 13px Arial,Helvetica,sans-serif;
	color: #FFF;
	border: none;
	background-color: #D32727;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary:hover {
	background: none;
	color: #FFF;
	background-color: #DB5A5A;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 29.9999%;
}
.span_1_of_first {
	width: 29.2%;
	padding:1.5%; 
	background-color:#D32727;
	margin-right: 4.5%;
}
.span_1_of_3  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;  
	}
	.span_3_of_1 {
		width:98%;
	}
	.images_3_of_1 {
		width:100%!important;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3{
		width:92%;
		padding:4%;
	}
	.span_3_of_1 {
		width:98%;
	}
	.images_3_of_1 {
		width:100%!important;
	}
}
p.title1 {
	font-size:100px;
	color: #FFF;
	letter-spacing: -4px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
.title2 {
	font-size:30px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: -16px;
	letter-spacing: -1px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;		
}
.span_1_of_first hr {
	margin: 17px 0 25px 0;
	border-bottom: none;
	border-color: #8C8C8C;
}
.span_1_of_first  h4 {
	color: #FFF;
	margin-bottom: 10px;
/*	text-transform:uppercase;*/
	font-size: 15px;
}
p.para{
	color: #fff;/*999;*/
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 19px;
}
.btn-link {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size:13px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.btn-link:hover {
	color: #D32727;
}
.middle-desc{
	overflow: hidden;
	
width: 85%;
	float: left;
}
.title-desc1 p {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom:5px;
}
.sub-desc p {
	font-size: 0.8em;
	padding: 0.5em 0;
	color: #666;
	line-height: 20px;
	text-align: justify;
}
/*--content-bottom**/
/*  GRID OF THREE   ============================================================================= */
.col_1_of_bottom{
	display: block;
	float:left;
	margin: 17px 4px;
	background: #F2F6F9;
}
.col_1_of_bottom:first-child {/* margin-left: 0; */ }

.span_1_of_bottom {
	width: 29.2%;
	padding:1.5%; 
}
.span_1_of_last {
	width: 46.2%;
	padding:1.5%; 
	background: #DB5A5A;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.span_1_of_bottom:hover  {
	background:#D32727;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.span_1_of_bottom h5{
	font-size:1.3em;
	text-transform:uppercase;
}
.span_1_of_bottom:hover p{
	color:#fff;
}
.span_1_of_bottom img{
	padding-bottom:7%;
}
.span_1_of_last:hover  {
	background:#DB5A5A;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.span_1_of_last h5{
	font-size:1.3em;
	text-transform:uppercase;
	color:#fff;
}
.span_1_of_last:hover p{
	color:#fff;
}
.span_1_of_last img{
	padding-bottom:7%;
}
.span_1_of_last p {
	font-size: 13px;
	padding: 0.5em 0;
	color: #fff;
	line-height: 1.5em;
}
.btn-link2 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size: 13px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more1.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.btn-link2:hover {
	text-decoration:underline;
}
.span_1_of_bottom  p  {
	font-size:13px;
	padding:0.5em 0;
	color: #333;
	line-height: 1.5em;
	text-transform:uppercase;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width:94%;
		padding:3%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
    .logo img{
	max-width:235px!important;
	text-align:center;
	} 
     .wrap{
		width:95%;
	}		
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width:92%;
		padding:4%;
	}
}
.span_1_of_bottom .btn-link1 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size: 13px;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more1.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.span_1_of_bottom .btn-link1:hover{
	color:#fff;
} 
.main_link{
	margin-bottom:2%;
	min-height: 162px
}
.content-middle{
	margin-bottom:20px;
}
.content-bottom{
	margin-bottom:2%;
}
/*--footer--*/
.footer{
	border-top: 1px solid #DADADA;
}
.span_1_of_4 ul li, .span_1_of_a ul li {
background: url(../images/icons/marker.png)no-repeat 0px 8px;
line-height: normal;
padding: 0 0 19px 13px;
}
.span_1_of_4 ul li a, .span_1_of_a ul li {
	font-weight:normal;
	color: #666;
	font-size: 13px;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.span_1_of_4 ul li a:hover {
	color:#333;
}
ul.list3 li {
	font-size: 13px;
	background:none;
	color: #666;
}
.list3 li>img {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}
.extra-wrap {
}
.extra-wrap p {
	 font-size:13px;
}
.copy,.pwrBy {
/*	text-align: center;*/
	font-size: 12px;
/*	text-transform: uppercase;*/
	padding: 2% 0;
	float:left;
	color:#fff;
}
.pwrBy {
	float:right;
}
.copy p a {
	color:#D32727;
	font-size:13px;
}
.pwrBy a {
	color:#fff;
	font-weight:normal;
	font-style:italic;
}
.pwrBy a:hover {
	font-style:normal;
}
.footer-top {
	padding-top: 2%;
	border-bottom: 1px solid #DADADA
}
.copy p a:hover {
	color:#333;
}
/*--about--*/
.lsidebar3{
	padding:20px;
	padding-top:30px;
}
.lsidebar2{
	display: block;
	float: left;
	margin:10px;
}
.lsidebar1 {
	display: block;
	float: left;
	margin: 3% 0% 1% 4.6%
}
.span_1_of_a {
	width: 29.2%;
	float: left;
}
.span_2_of_a h3, .span_1_of_a h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	margin-top: 0.5%;
}
.testimonials {
	position: relative;
}
.testimonials h3, .sidebar h3 {
	color: #666;
	font: 12px/12px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;

}
.testimonials p {
	font-size: 13px;
	color:#666;
	line-height: 1.8em;
	text-indent: 35px;

}
.Drs p{
	padding:0 0 10px;
	text-indent: 0;
	border-bottom: 1px solid #DADADA;
}
.Drs h3{
	margin-top: 10px;
	line-height:20px;
	text-transform:none;
}
.m0{
margin:0!important;
}
.Pd{

}
.testimonials span.quotes {
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/quote.png) no-repeat;
}
.span_2_of_a {
	width: 66.1%;
}
.span_3_of_a {
	/*width: 66.1%;*/
}
.cont1 {
	display: block;
	float: left;
	margin: 1% 0 1% 0;
}
.about_desc h2 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #DB5A5A;
}
.about_desc p {
margin:0px 0;
line-height: 2em;
padding-bottom: 10px;
}
.about_desc p span {
	color: #666;
	font: 12px/12px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.image {
	padding-top:3%;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.grid:first-child {
	margin-left: 0;
	margin-right: 20px; 
}
.images_3_of_1 {
	width: 35.2%;
}
.span_2_of_1 {
	width: 61.1%;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.span_2_of_1 h4 {
	color: #60B6E6;
	font: 13px/13px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.span_2_of_a ,.span_3_of_a{/* ,p {*/
	font-size: 13px;
	padding-top: 1%;
	line-height: 1.8em;
/*	color: #fff;	*/
	text-align:justify;
	
}
.homPhy,.img
{
padding-right: 10px;
float: left;
}
.more {
	padding-top:5%;
}
.testimonials h3 span a {
	color: #000;
	font-size:13px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
	padding-left: 10px;
	text-transform: lowercase;
}
.testimonials h3 span a:hover {
	text-decoration:none;
}
.about-top{
	margin-bottom:2%;
}
/*--services--*/
.gallery-grid {
	width: 31.2222%;
	float: left;
}
.grid2 {
	margin: 0px 35px;
}
.gallery-grid h4 {
	color: #666;
	font: 15px/15px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
	font-weight: bold;
}
.gallery-grid h4:hover{
	color:#666;
}
.gallery-grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #555;
	line-height: 1.6em;
}
.gallery-grids {
	margin-bottom: 30px;
}
.services{
	padding-top:2%;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_contact {
	width: 66.1%;
	margin-bottom:4%;
}
.span_1_of_contact {
	width: 29.2%;
	padding:1.5%; 
	text-align: center;
	padding-top: 50px;
}
.span_2_of_contact  h3,
.span_1_of_contact  h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color:#A0A0A0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:97%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#D32727 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
	margin-top: 20px;
}
.contact-form input[type="submit"]:hover{
	background-color:#333;
}
.contact-form input[type="submit"]:active{
	background-color:#333;  
}
.company_address{
	padding-top:26px;
}
.company_address p{
	color: #A0A0A0;
	font-size: 13px;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.hmPgCon{
	width:100%;
	text-align:center;
	}    .logo{
	width:100%;
	text-align:center;
	} 
    .logo img{
	max-width:360px;
	} 
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {

	.wrap{
		width:95%;
	}
	.span_2_of_a, .span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
	.lsidebar1{
	display:none;}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*--404--*/
.page-not-found {
	padding: 30px 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}	
	.logo {
	/*	width: 83%;*/
	}
	.gallery-grid {
		width: 31.1%;
	}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}	
	.logo {
	/*	width: 82%;*/
	}
	.gallery-grid {
		width:30.9%;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}	
	.logo {
		/*width:78%;*/
	}
	.gallery-grid {
		width:30.3%;
	}
	#cssmenu {
		width: 82%;
	}
	.follow_icon li {
		padding-top: 2.3%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 1em;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}	
	.logo {
	/*	width:72%;*/
	}
	.gallery-grid {
		width: 29.5%;
	}
	#cssmenu {
		width:77%;
		height:auto;
	}
	.follow_icon li {
		padding-top:2.9%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 15px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}	
	.logo {
	/*	width:65%;*/
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:71%;
	}
	.follow_icon li {
		padding-top: 4%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}	
	.logo {
	/*	width:44%;*/
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:100%;
		text-align: center;
	}
	.follow_icon li {
		padding-top:0px;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
	.search_box form input[type="text"] {
		padding: 5px;
	}
	.search_box {
		margin-top: 12px;
	}
	.search_box form input[type="submit"] {
		top: -4px;
	}
	#cssmenu > ul > li {
		float:none;
		display:inline-block;
	}
	.follow_icon {
		text-align: center;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.logo {
	/*	width:54%;*/
		float:none;
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:100%;
		text-align: center;
	}
	.follow_icon li {
		padding-top:0px;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 11px;
		padding: 10px 1px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.span_1_of_a li{
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
	.search_box form input[type="text"] {
		padding: 5px;
	}
	.search_box {
		margin:5px 0;
		float:none;
	}
	.search_box form input[type="submit"] {
		top: -4px;
	}
	#cssmenu > ul > li {
		float:none;
		display:inline-block;
	}
	.follow_icon {
		text-align: center;
	}
	.images_3_of_1 {
		width:100%;
	}
	.span_2_of_1 {
		width:100%;
	}
}