/*
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%;font:inherit;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;}
/* start editing from here */
a{text-decoration:none;}

.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*/
@font-face {
    font-family: 'bebas_neueregular';
    src:url(../fonts/BebasNeue-webfont.ttf) format('truetype');
}
body{
	font-family:Arial, Helvetica, sans-serif;background:#007e34;
}
.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;
}
.logo {
	float: left;
}
.menu {
	float: right;
}
/*--menu--*/
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #000;
  display: inline-block;
  padding: 0 22px;
  text-decoration: none;
  font-weight: normal;
  font-size:1.5em;
  font-family: 'bebas_neueregular'; margin-top:20px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #ffff09;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  padding-top:20px;
  border-bottom: 10px solid #ffff09;
  -webkit-transition: .2s all linear;
-moz-transition: .2s all linear;
-o-transition: .2s all linear;
transition: .2s all linear;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  padding-top:20px;
  border-bottom: 10px solid #ffff09;
  -webkit-transition: .2s all linear;
-moz-transition: .2s all linear;
-o-transition: .2s all linear;
transition: .2s all linear;
}
/*--content--*/
.content-top{
	background:#C0C0C0;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width:30.2%;
}
.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%;  
	}
}
/*  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%;
	}
}
.thumb-pad2 {
	text-align: center;
	border-top: 10px solid #404140;
	border-bottom: 20px solid #DE5491;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 84px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	padding-top: 62px;
}
.thumbnail h4 {
	color: #FFF;
	font-family: 'bebas_neueregular';
	margin: 0 0 14px 0;
	font-size: 4em;
}
.thumb-pad2 figure {
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	width: 228px;
	overflow: hidden;
	display: inline-block;
}
.thumb-pad2 figure > img {
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	padding: 0;
	width: 100%;
}
.thumb-pad2 figure > .sp1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	-webkit-transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-o-transform: rotate(63deg);
	-ms-transform: rotate(63deg);
	transform: rotate(63deg);
	border-style: solid;
	border-width: 12px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #DE5491 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transition-delay: 200ms;
	opacity: 1;
}
.thumb-pad2 .thumbnail .caption {
	padding: 11px 0 0 0;
	color: #989A96;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	text-align: left;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 2.5em;
}
.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font: 15px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #FFF;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumb-pad2 .thumbnail .caption {
	color: #989A96;
}
.btn1:hover {
	color:#DE5491;
}
/*  GRID OF TWO   ============================================================================= */
.col_1_of_2{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 48.2%;
}
.span_1_of_2  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_2{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_2 {
		width: 100%; 
	}
	.col_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
}
.footer-top{ border-top:0px solid #ccc; width:90%; padding:10px 0; margin:0 auto; text-align:center;}
.content-middle{
	padding: 20px;
	padding-bottom: 0px;
	background: #FFF; width:90%; margin:0 auto;
}
.pro-txt-wrap{ border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc; padding:10px; font-weight:bold;}
.product-wrap {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 1%;
}
.content-middle h1{ font-size:30px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; margin-bottom:20px;}

.content-middle p{text-align:justify; margin-bottom:15px; line-height:22px;}
.thumb-pad3 {
	text-align: center;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumb-pad3 figure {
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 470px;
	-webkit-border-radius: 470px;
	-moz-border-radius: 470px;
	-o-border-radius: 470px;
	overflow: hidden;
	display: inline-block;
}
.thumb-pad3 figure > img {
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	padding: 0;
	width: 100%;
}
.thumb-pad3 figure > .sp1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 470px;
	-webkit-border-radius: 470px;
	-moz-border-radius: 470px;
	-o-border-radius: 470px;
	-webkit-transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-o-transform: rotate(63deg);
	-ms-transform: rotate(63deg);
	transform: rotate(63deg);
	border-style: solid;
	border-width: 12px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #DE5491 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transition-delay: 200ms;
	opacity: 1;
}
.title1 {
	font-family: 'bebas_neueregular';
	font-size:11em;
	color:#DE5491;
	margin: 0;
}
.title2 {
	font-family: 'bebas_neueregular';
	font-size:4em;
	color: #2C2D2B;
	margin: 0 0 37px 0;
}
.btn {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 20px 51px 20px 52px;
	font-family: 'bebas_neueregular';
	margin: 0;
	text-shadow: none;
	color: #FFF;
	border: none;
	text-transform: none;
	background: #007e35;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.5em;
}
.btn:hover {
	color: #FFF;
	text-decoration: none;
	background: #2C2D2B !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*  GRID OF Content and sidebar   ============================================================================= */
.cont{
	display: block;
	float:left;
}
.lsidebar{
	display: block;
	float:left;
	margin:0% 3.6% 0% 0;
} 	
.span_2_of_bottom {
	width:  67.1%;
}
.span_1_of_bottom {
	width: 29.2%;
}
.span_2_of_bottom  h2,
.span_1_of_bottom  h2 {
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #fff;
	line-height: 1.5em;
}
/***** 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) {
	.wrap{
		width:95%;
	}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.lsidebar{
		margin:0;
	}
	.span_2_of_bottom {
		width:94%;
		padding:3%;  
	}
	.span_1_of_bottom {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.lsidebar{
		margin:0;
	}
	.span_2_of_bottom {
		width:92%;
		padding:4%;
	}
	.span_1_of_bottom {
		width:92%;
		padding:4%;
	}
}
.content-bottom{
	background: #DE5491;
	padding: 3% 0;
}
.thumb-pad4 {
	text-align: center;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumb-pad4 figure {
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	border:2px solid #fff;
	overflow: hidden;
	padding: 3em;
	display: inline-block;
}
.thumb-pad4 figure > img {
	padding: 0;
	width: 100%;
}
.thumb-pad4 figure > .sp1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius:230px;
	-webkit-border-radius:230px;
	-moz-border-radius:230px;
	-o-border-radius:230px;
	-webkit-transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-o-transform: rotate(63deg);
	-ms-transform: rotate(63deg);
	transform: rotate(63deg);
	border-style: solid;
	border-width: 12px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transition-delay: 200ms;
	opacity: 1;
}
.title3 {
	font-family: 'bebas_neueregular';
	font-size:3em;
	color: #fff;
	margin: 0 0 37px 0;
}
.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font: 15px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #FFF;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding-top: 15px;
}
.btn2:hover {
	color:#333;
}
/*--footer--*/
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_4 {
	width: 23.8%;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
ul.first li {
	background:url(../images/top-link-marker.gif) no-repeat 0 5px;
	line-height: 0.8em;
	padding: 0 0 15px 13px;
}
ul.first li a {
	color: #A0A0A0;
	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;
}
.span_1_of_4 h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'bebas_neueregular';
	font-size:2em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color: #373737;
}
ul.last li span {
	font-size: 1em;
	color:#A0A0A0;
	cursor: pointer;
	margin: 10px 0;
	display: block;
}
ul.last li span:hover {
	color:#333;
}
ul.last li span {
	background:none;
}
.copy {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding:1% 0; color:#fff;
}
.copy p a {
	color:#DE5491;
}
.copy p a:hover {
	color:#333;
}
.footer-top {
	border-bottom: 0px solid #DADADA;
}
/*--about--*/
.col:first-child {
	margin-left: 0;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_about {
	margin-right: 3%;
}
.span_1_of_about h3 {
	color: #000;
	font-size:2em;
	margin: 5px 0px;
	font-family: 'bebas_neueregular';
}
.about-img {
	width: 29%;
	float: left;
	margin-right: 3%;
}
.about-desc {
	float: left;
	margin-right: 0;
}

.about-desc p {
	color:#000;
	font-size: 13px;
	line-height: 1.8em;
}
.span_1_of_about1 {
	width: 23.2%;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_about1 h3 {
	color: #fff;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.comments-custom li {
	overflow: hidden;
	margin: 0;
	padding: 0px 0 25px 0;
	border-bottom: none;
	background: none;
}
.comments-custom.unstyled .icon {
	background: url(../images/comment.png) no-repeat 0 50%;
	width: 37px;
	height: 70px;
	float: left;
	border-right: 1px solid #464545;
	padding: 0 8px 0 0;
	margin: 0 10px 0 0;
}
.right-text {
	width: 82%;
	float: left;
}
.comments-custom.unstyled .comments-custom_h {
	color:#ccc;
	font-size: 1em;
	margin: -2px 0 0 0;
}
.comments-custom.unstyled .comments-custom_txt {
	padding: 2px 0 0 0;
	font-size: 13px;
	line-height: 1.5em;
}
.comments-custom.unstyled .comments-custom_txt a {
	color: #787878;
}
.comments-custom.unstyled .comments-custom_txt a:hover{
	color:#DE5491;
}
.comments-custom time {
	font-size: 11px;
	color:#ccc;
}
.about-topgrid1 {
	width: 29%;
	float: left;
	margin-right: 5%;
}
.about-topgrid1 h3 {
	color: #FFF;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.about-topgrid1 img {
	margin-bottom: 20px;
}
.about-topgrid1 h5 {
	color: #ccc;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 15px;
}
.about-topgrid1 p {
	font-size: 0.8125em;
	color:#989A96;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
}
.about-histore {
	float: left;
	width: 30%;
}
.about-histore h3 {
	color: #FFF;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.about-histore ul li span {
	color: #ccc;
	font-size: 14px;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	float: left;
	width: 15%;
}
.about-histore ul li p {
	font-size: 0.8125em;
	color:#989A96;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
	float: right;
	width: 83%;
}
.about-services {
	width: 30%;
	float: left;
	margin-left: 5%;
}
.about-services h3 {
	color: #FFF;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.questions {
	margin: 10px 0 3px 0;
}
.questions h4 {
	color: #ccc;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}
.questions p {
	font-size: 0.8125em;
	color: #989A96;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
}
.about{
	padding:0;
}
/*--gallery--**/
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width: 23.8%;
	position: relative;
}
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 2% 0 2% 1.6%;
}
.images_1_of_4 img {
	max-width: 100%;
	display: block;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	background: rgba(64, 72, 109, 0.61);
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.images_1_of_4 .zoom-icon {
	top: -50px;
	width:100%;
	height: 182px;	
}
.images_1_of_4 a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.grid_1_of_4 h4 {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 22px;
	color:#000;
	-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;
}
.grid_1_of_4 h4:hover {
	color:#DE5491;
}
.grid_1_of_4 p {
	font-size: 13px;
	padding: 0.2em 0em 1.2em 0em;
	color: #6A6A6A;
	line-height: 1.6em;
}
.link {
	background: url(../images/list-arrow.gif) no-repeat 100% 8px;
	display: inline-block;
	padding: 0 13px 0 0;
	line-height: 19px;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	color:#fff;
}
.link:hover {
	text-decoration:none;
}
.heading4 h2{
	color: #FFF;
	font-size:2em;
	font-family: 'bebas_neueregular';
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col1{
	display: block;
	float:left;
	margin:1% 0;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_contact {
	width: 67.1%;
}
.span_1_of_contact{
	width: 29.2%;
	margin-right: 3.6%;
}
.span_2_of_contact  h3,
.span_1_of_contact  h3 {
	color: #FFF;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color:#000;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fff;
	border: none;
	outline:none;
	color:#989A96;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;

	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.company_address p{
	font-size:0.8125em;
	color:#000;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col1{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
}

/*  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%; 
	}
	.col1{ 
		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%; 
	}
	.col1 { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
.contact-left1 h3{
	margin-bottom:8px;
}
.contact-left h3 {
	color: #FFF;
	font-size:2em;
	margin-bottom:8px;
	font-family: 'bebas_neueregular';
}
.contact-left{
	margin-bottom:20px;
}
/*--404--*/
.page-not-found {
	padding: 30px 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
}
/*--responsive--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}	
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}	
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size: 8em;
	}
	.thumbnail h4 {
		font-size: 3em;
	}
	.title2 {
		font-size: 3em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 77%;
	}
	.about-bottom{
		padding-top:2%;
	}
	.grid_1_of_4 h4 {
		font-size: 13px;
	}
	.images_1_of_4 .zoom-icon {
		height: 135px;
	}
	#cssmenu a {
		padding: 0 37px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:6em;
	}
	#cssmenu a {
		padding: 0 27px;
	}
	.thumbnail h4 {
		font-size: 3em;
	}
	.title2 {
		font-size: 3em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 11px;
	}
	.images_1_of_4 .zoom-icon {
		height: 135px;
	}
	.logo {
		padding:15px 10px;
	}
	#cssmenu {
		padding-top: 24px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:6em;
	}
	#cssmenu a {
		padding: 0 19px;
		font-size: 1.2em;
	}
	.thumbnail h4 {
		font-size: 3em;
	}
	.title2 {
		font-size: 3em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 11px;
	}
	.images_1_of_4 .zoom-icon {
		height: 170px;
		left: -140px;
	}
	.logo {
		padding:15px 10px;
		width: 37%;
	}
	#cssmenu {
		padding-top: 13px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.menu {
		width:55%;
	}
	.span_1_of_about {
		width:100%;
	}
	.span_1_of_about1 {
		width:100%;
	}
	.about-topgrid1 {
		width:100%;
		float:none;
		margin-right:0%;
	}
	.about-histore {
		float:none;
		width:100%;
	}
	.about-services {
		width:100%;
		float: left;
		margin-left: 0%;
	}
	.images_1_of_4 {
		width:100%;
		position: relative;
	}
	.thumb-pad2 .thumbnail {
		margin: 0 0 50px 0;
		padding-top: 40px;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:6em;
	}
	#cssmenu a {
		padding: 0 19px;
	}
	.thumbnail h4 {
		font-size: 3em;
	}
	.title2 {
		font-size:2em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 11px;
	}
	.images_1_of_4 .zoom-icon {
		height: 170px;
		left: -60px;
	}
	.logo {
		padding:15px 10px;
		float:none;
	}
	#cssmenu {
		padding-top: 13px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.menu {
		width:100%;
		float:none;
	}
	.span_1_of_about {
		width:100%;
	}
	.span_1_of_about1 {
		width:100%;
	}
	.about-topgrid1 {
		width:100%;
		float:none;
		margin-right:0%;
	}
	.about-histore {
		float:none;
		width:100%;
	}
	.about-services {
		width:100%;
		float: left;
		margin-left: 0%;
	}
	.images_1_of_4 {
		width:100%;
		position: relative;
	}
	.span_1_of_4 {
		width:100%;
	}
	.thumb-pad2 .thumbnail {
		margin: 0 0 50px 0;
		padding-top: 40px;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:4em;
	}
	#cssmenu a {
		padding: 0 15px;
	}
	.thumbnail h4 {
		font-size: 3em;
	}
	.title2 {
		font-size:2em;
	}
	.title3 {
		font-size:1.5em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 11px;
	}
	.images_1_of_4 .zoom-icon {
		height: 170px;
		left: -10px;
	}
	.logo {
		padding:15px 10px;
		float:none;
	}
	#cssmenu {
		padding-top: 13px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.menu {
		width:100%;
		float:none;
	}
	.span_1_of_about {
		width:100%;
	}
	.span_1_of_about1 {
		width:100%;
	}
	.about-topgrid1 {
		width:100%;
		float:none;
		margin-right:0%;
	}
	.about-histore {
		float:none;
		width:100%;
	}
	.about-services {
		width:100%;
		float: left;
		margin-left: 0%;
	}
	.images_1_of_4 {
		width:100%;
		position: relative;
	}
	.span_1_of_4 {
		width:100%;
	}
	.btn {
		padding: 10px 25px 10px 25px;
	}
	.thumb-pad2 .thumbnail {
		margin: 0 0 50px 0;
		padding-top: 40px;
	}
}