/*
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: 'ambleregular';
    src:url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
.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;
}
.top-nav {
	float: right;
	color: #fff;
}
.menu ul li {
	list-style: none;
	height: 108px;
	float:left;
	padding:0px 15px;
	font-family: 'ambleregular';
}
.menu ul li a {
	padding:34px 20px;
  	 height: 35px;
	line-height: 28px;
	border-top:4px solid #000;
	color: #fff;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
	text-decoration: none;
	display: block;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}
.menu li.active a, .menu li a:hover {
	color:#000;
	background:#fff;
	border-bottom:75px solid #fff;
	height: 0px;
}
.header{
	background: #03bcfd;
	background: -moz-linear-gradient(top,  #03bcfd 0%, #019bd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03bcfd), color-stop(100%,#019bd1));
	background: -webkit-linear-gradient(top,  #03bcfd 0%,#019bd1 100%);
	background: -o-linear-gradient(top,  #03bcfd 0%,#019bd1 100%);
	background: -ms-linear-gradient(top,  #03bcfd 0%,#019bd1 100%);
	background: linear-gradient(to bottom,  #03bcfd 0%,#019bd1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03bcfd', endColorstr='#019bd1',GradientType=0 );
}
.logo{
	float:left;
	margin-top: 1.5%;
}
/*--content--*/
.col_1_of_bottom:first-child {
	margin-left: 0;
}
.span_1_of_bottom {
	width:32.2%;
}
.col_1_of_bottom {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_bottom img {
	display: block;
}
.main_link1 {
	padding:20px;
	background: #03BCFD;
	background: -moz-linear-gradient(top, #03bcfd 0%, #019bd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03BCFD), color-stop(100%,#019BD1));
	background: -webkit-linear-gradient(top, #03BCFD 0%,#019BD1 100%);
	background: -o-linear-gradient(top, #03bcfd 0%,#019bd1 100%);
	background: -ms-linear-gradient(top, #03bcfd 0%,#019bd1 100%);
	background: linear-gradient(to bottom, #03BCFD 0%,#019BD1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03bcfd', endColorstr='#019bd1',GradientType=0 );
}
.main_link {
	padding:20px;
	background: #f7fbfd;
	background: -moz-linear-gradient(top,  #f7fbfd 0%, #f2fbff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fbfd), color-stop(100%,#f2fbff));
	background: -webkit-linear-gradient(top,  #f7fbfd 0%,#f2fbff 100%);
	background: -o-linear-gradient(top,  #f7fbfd 0%,#f2fbff 100%);
	background: -ms-linear-gradient(top,  #f7fbfd 0%,#f2fbff 100%);
	background: linear-gradient(to bottom,  #f7fbfd 0%,#f2fbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfd', endColorstr='#f2fbff',GradientType=0 );
}
.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:underline;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	font-family: 'ambleregular';
	display: inline-block;
	-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 {
	text-decoration:none;
}
.span_1_of_last {
	width:32.2%;
	-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_last img{
	display:block;
}
.span_1_of_last h5 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'ambleregular';
}
.span_1_of_bottom h5 {
	font-size: 1.3em;
	text-transform: uppercase;
	color:#333;
	font-family: 'ambleregular';
}
.span_1_of_last p{
	font-size: 13px;
	padding: 0.5em 0;
	color: #FFF;
	line-height: 1.5em;
	text-transform: uppercase;
}
.span_1_of_bottom p {
	font-size: 13px;
	padding: 0.5em 0;
	color: #888;
	line-height: 1.5em;
	text-transform: uppercase;
}
.btn-link2 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration:underline;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	display: inline-block;
	font-family: 'ambleregular';
	-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:none;
}
.content-top{
	background:#fff;
	padding:3% 0;
}
.row h2{
	color:#11B7F2;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:1%;
	font-family: 'ambleregular';
}
.row p strong {
	color: #CA1657;
	font-weight: 500;
}
.row p {
	font-family: 'ambleregular';
	font-weight:500;
	color: #7C8387;
	font-style: italic;
	margin-bottom:1%;
	line-height: 1.5em;
	font-size:1em;
}
.btn-8 {
	display: block;
	background-color: #E2437A;
	background-image: -moz-linear-gradient(top,#fd6d9e,#b90444);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FD6D9E),to(#B90444));
	background-image: -webkit-linear-gradient(top,#FD6D9E,#B90444);
	background-image: -o-linear-gradient(top,#fd6d9e,#b90444);
	background-image: linear-gradient(to bottom,#FD6D9E,#B90444);
	background-repeat: repeat-x;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	cursor: pointer;
	padding: 15px 50px;
	display: inline-block;
	font-family: 'ambleregular';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-8c:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}
.span_1_of_3 {
	width: 32.2%;
}
.lsidebar {
	display: block;
	float: left;
	margin:0% 1.6% 0 0;
}
.desc-info h3 {
	color: #555;
	font-size: 1.2em;
	padding: 5px 0;
	line-height: 1.6em;
}
.desc-info h3 span {
	font-size: 2em;
	color: #FB5642;
	text-transform: uppercase;
}
.desc-info p {
	font-size: 0.85em;
	color: #645445;
	line-height: 1.8em;
	padding: 5px 0;
}
.span_2_of_3 {
	width: 66.1%;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.cont {
	display: block;
	float: left;
	margin:0% 0 0% 0;
}
.col_1_of_2:first-child {
	margin-left: 0;
}
.span_1_of_2 {
	width: 49.2%;
}
.col_1_of_2 {
	display: block;
	float: left;
	margin: 0% 0 2% 1.6%;
}
.icon {
	float: left;
	padding-top: 5px;
}
.heading {
	float: left;
	width: 85%;
	margin-left: 2%;
}
.heading h3{
	padding-bottom:1%;
}
.heading h3 a {
	color:#11B7F2;
	font-family: 'ambleregular';
	font-size:1em;
	text-transform: uppercase;
	padding: 0;
}
.heading h3 a:hover {
	color:#333;
}
.content-middle{
	background: #F6F6F6;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #ECECEC;
	padding:3% 0;
}
.span_1_of_3 span {
	font-size: 2em;
	color:#11B7F2;
	text-transform: uppercase;
	font-family: 'ambleregular';
}
.span_1_of_3 h3 {
	color: #555;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 0;
	line-height: 1.6em;
}
.span_1_of_3 p {
	font-size: 0.85em;
	color: #888;
	line-height: 1.8em;
	padding: 5px 0;
}
.span_1_of_2 p {
	font-size: 0.85em;
	padding: 0;
	color: #888;
	line-height: 1.8em;
}
/*  GRID OF FOUR   ============================================================================= */
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #fff;
	border: 1px solid #E9E9E9;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.span_1_of_4 {
	width:23.6%;
}
.span_1_of_4  h3{
	color: #11B7F2;
	font-size:1em;
	text-transform: uppercase;
	padding: 0;
	line-height: 1.5em;
	margin: 7% 0 0;
	font-family: 'ambleregular';
}
/***** 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_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: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
}
.content-bottom{
	background: #F6F6F6;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C5C5C5;
	padding:3% 0;
}
.service-box {
	border-top: 5px solid #F2F2F2;
	padding: 6.5%;
	font-size:13px;
	line-height: 21px;
	color:#888;
}
.grid_icon {
	border-radius: 4em;
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	-o-border-radius: 4em;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-o-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	display: inline-block;
	padding: 15px;
	background: #03BCFD;
	background: -moz-linear-gradient(top, #03bcfd 0%, #019bd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03BCFD), color-stop(100%,#019BD1));
	background: -webkit-linear-gradient(top, #03BCFD 0%,#019BD1 100%);
	background: -o-linear-gradient(top, #03bcfd 0%,#019bd1 100%);
	background: -ms-linear-gradient(top, #03bcfd 0%,#019bd1 100%);
	background: linear-gradient(to bottom, #03BCFD 0%,#019BD1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03bcfd', endColorstr='#019bd1',GradientType=0 );
	cursor: pointer;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grid_icon:hover {
	background-color: #E2437A;
	background-image: -moz-linear-gradient(top,#fd6d9e,#b90444);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FD6D9E),to(#B90444));
	background-image: -webkit-linear-gradient(top,#FD6D9E,#B90444);
	background-image: -o-linear-gradient(top,#fd6d9e,#b90444);
	background-image: linear-gradient(to bottom,#FD6D9E,#B90444);
	background-repeat: repeat-x;
}
.bottom-grid{
	text-align:center;
	padding: 6.5%;
}
.box-unit {
	text-align:center;
	padding-bottom: 2%;
}
.box-unit p {
	font-size:0.85em;
	line-height: 21px;
	color: #888;
	width: 60%;
	margin: 0 auto;
}
.box-unit h1{
	color: #888;
	font-size: 1.3em;
	text-transform: uppercase;
	padding-bottom: 1%;
	font-family: 'ambleregular';
}
/*--footer--*/
.footer {
	z-index: 100;
	padding:3% 0;
	border-top: 1px solid #D9D9D9;
	background: #EEE;
}
/*  GRID OF FOUR   ============================================================================= */
.col_1_of_footer{
	display: block;
	float:left;
	margin:0% 0 1% 1.6%;
	background: #F0F0F0;
}
.col_1_of_footer:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.span_1_of_footer {
	width: 23.8%;
}
.span_1_of_footer  h3{
	color: #11B7F2;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0;
	line-height: 1.5em;
	font-family: 'ambleregular';
}
.span_1_of_footer  p {
	font-size: 13px;
	line-height: 21px;
	color: #888;
}
/***** 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_footer{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_footer {
		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_footer{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_footer {
		width:92%;
		padding:4%; 
	}
}
.location li, ul.address li {
	font-size: 0.85em;
	color: #888;
	display: block;
	margin: 10px 0;
}
.Testimonials_desc p span.up {
	padding-right: 10px;
}
.span_1_of_footer p span a {
	color:#11B7F2;
}
.span_1_of_footer span a:hover {
	color: #333;
}
.Testimonials_desc p span.down {
	padding-left: 10px;
}
.Testimonials_desc h5 {
	font-size: 1em;
	color: #333;
	text-align: right;
	padding-top: 10px;
}
.copy-right {
	text-align: left;
	margin: 2% 0 0;
	border-top: 1px solid #C5C5C5;
	padding: 2% 0 0;
}
.copy-right p.copy {
	float: left;
}
.copy-right p {
	font-size: 1em;
	color: #888;
}
.copy-right p span {
	font-size: 1.5em;
	color: #444;
}
.copy-right p.design {
	float: right;
}
.copy-right p.design a{
	color:#11B7F2;
}
.copy-right p.design a:hover{
	color:#333;
}
/*--about--*/
.about-top{
	background:#fff;
	padding:3% 0;
}
.cont1 {
	display: block;
	float: left;
}
.span_2_of_a {
	width: 66.1%;
}
.about_desc h2 {
	font-size:1.3em;
	color: #11B7F2;
	text-transform: uppercase;
	font-family: 'ambleregular';
	margin-bottom: 10px;
}
.about_desc p span {
	color: #60B6E6;
	font: 12px/12px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.image {
	padding-top: 3%;
}
.grid:first-child {
	margin-left: 0;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.images_3_of_1 {
	width: 35.2%;
}
.span_2_of_1 {
	width: 61.1%;
}
.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 p {
	font-size: 13px;
	padding-top: 1%;
	line-height: 1.5em;
	color: #888;
}
.more {
	padding-top:2%;
}
.btn.btn-primary {
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding:8px 20px;
	font: 13px Arial,Helvetica,sans-serif;
	color: #FFF;
	border: none;
	background-color: #E2437A;
	background-image: -moz-linear-gradient(top,#fd6d9e,#b90444);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FD6D9E),to(#B90444));
	background-image: -webkit-linear-gradient(top,#FD6D9E,#B90444);
	background-image: -o-linear-gradient(top,#fd6d9e,#b90444);
	background-image: linear-gradient(to bottom,#FD6D9E,#B90444);
	background-repeat: repeat-x;
	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:#333;
}
.about-list {
	margin: 0;
	list-style: none;
	padding-top: 6px;
}
.about-list li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.about-list li h3 {
	margin-bottom: 24px;
	color: #333;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
}
.span_2_of_3 p, .span_1_of_3 p {
	font-size: 13px;
	padding: 0.5em 0;
	color: #707070;
	line-height: 1.5em;
}
.span_1_of_a {
	width: 31.2%;
}
.lsidebar1 {
	display: block;
	float: left;
	margin: 0% 0% 0% 2.6%;
}
.about-list p{
	color:#888;
	line-height:1.5em;
	font-size:13px;
}
/*--services--*/
.col_1_of_3:first-child {
	margin-left: 0;
}
.grid_1_of_3 {
	width: 30.2%;
}
.col_1_of_3 {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.grid_1_of_3 h2 {
	font-size: 1.3em;
	color: #11B7F2;
	text-transform: uppercase;
	font-family: 'ambleregular';
	margin-bottom: 10px;
}
.grid_1_of_3 p {
	color: #888;
	font-size: 0.8125em;
	padding: 0.5em 0;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.year p {
	color: #11B7F2;
	font-size: 0.8125em;
	padding: 0.5em 0;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.year {
	float: left;
	width: 18%;
}
.grid_1_of_3 p.history {
	float: left;
	width: 82%;
	color: #888;
	font-size: 0.8125em;
	line-height: 1.8em;
}
.grid_1_of_3 .list li a {
	color: #888;
	font-size: 0.8125em;
	padding: 7px 20px;
	background: url(../images/list.png) no-repeat 0;
	display: block;
}
.grid_1_of_3 .list li a:hover{
	color: #11B7F2;
}
.caption {
	padding: 20px;
}
.caption h4 {
	color: #11B7F2;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0;
	line-height: 1.5em;
	font-family: 'ambleregular';
}
.caption p {
	font-size: 13px;
	padding: 0.5em 0;
	color: #888;
	line-height: 1.5em;
}
.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-family: 'ambleregular';
	font-size: 13px;
	color: #11B7F2;
	text-transform: uppercase;
	text-decoration: underline;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;	
}
.btn1:hover {
	text-decoration:none;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_contact {
	width: 30.2%;
}
.span_2_of_3 h2, .span_1_of_contact h2, .company_address h2{ 
	font-size: 1.3em;
	color: #11B7F2;
	text-transform: uppercase;
	font-family: 'ambleregular';
	margin-bottom: 10px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #888;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	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:#E2437A;
	border: 1px solid #E2437A;
	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;
    outline:none;
}
.contact-form input[type="submit"]:hover{
	background-color:#333;
}
.contact-form input[type="submit"]:active{
	background-color:#333;  
}
.company_address{
	padding-top:20px;
}
.company_address p{
	font-size: 0.8125em;
	color: #888;
	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%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		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_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		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_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*--404--*/
.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%;
	}	
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}	
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}	
	.top-nav ul li a {
		padding: 30px 10px;
		font-size: 1em;
	}
	.menu ul li {
		height: 95px;
	}
	.btn {
		padding: 13px 35px;
	}
	.span_1_of_4 {
		width: 23.5%;
	}
	.caption h4 {
		font-size: 0.84em;
	}
	.copy-right p {
		font-size: 14px;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}	
	.top-nav ul li a {
		padding:30px 7px;
		font-size: 0.89em;
	}
	.btn {
		padding: 13px 35px;
	}
	.span_1_of_4 {
		width: 23.5%;
	}
	.caption h4 {
		font-size: 0.84em;
	}
	.copy-right p {
		font-size: 14px;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}	
	.top-nav ul li a {
		padding: 17px 7px;
		font-size: 0.89em;
	}
	.btn {
		padding:10px 25px;
	}
	.span_1_of_4 {
		width: 23.5%;
	}
	.caption h4 {
		font-size: 0.84em;
	}
	.copy-right p {
		font-size: 14px;
	}
	.logo {
		margin-top: 0px;
		width: 100%;
		float: none;
		text-align: center;
		padding-bottom: 2%;
	}
	.row h2 {
		font-size: 1.3em;
	}
	.span_1_of_4 {
		width: 93%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid_1_of_3 {
		width:100%;
	}
	.col {
		display: block;
		float:none;
		margin: 0% 0 0% 3.6%;
	}
	.span_1_of_contact {
		width:100%;
	}
	.col_1_of_3 {
		display: block;
		float:none;
		margin:0;
	}
	.top-nav {
		float: none;
		color: #FFF;
	}
	.menu ul li {
		height: 65px;
	}
	.span_1_of_last {
		width: 100%;
		-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 {
		width: 100%;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}	
	.logo {
		margin-top: 0px;
		width: 100%;
		float: none;
		text-align: center;
		padding-bottom: 2%;
	}
	.top-nav ul li a {
		padding: 17px 7px;
		font-size: 0.89em;
	}
	.btn {
		padding:10px 25px;
	}
	.span_1_of_4 {
		width: 23.5%;
	}
	.caption h4 {
		font-size: 0.84em;
	}
	.copy-right p {
		font-size: 14px;
	}
	.row h2 {
		font-size: 1.3em;
	}
	.span_1_of_4 {
		width: 93%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid_1_of_3 {
		width:100%;
	}
	.col {
		display: block;
		float:none;
		margin: 0% 0 0% 3.6%;
	}
	.span_1_of_contact {
		width:100%;
	}
	.col_1_of_3 {
		display: block;
		float:none;
		margin:0;
	}
	.span_1_of_last {
		width: 100%;
		-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 {
		width: 100%;
	}
	.menu ul li {
		padding: 0px 11px;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.top-nav ul li a {
		padding: 5px 0px;
		font-size: 12px;
	}
	.btn {
		padding: 8px 10px;
		font-size: 1em;
		font-weight: normal;
	}
	.span_1_of_4 {
		width: 23.5%;
	}
	.caption h4 {
		font-size: 0.84em;
	}
	.copy-right p {
		font-size: 14px;
	}
	.logo {
		width:100%;
		text-align:center;
	}
	.row h2 {
		font-size: 1em;
	}
	.span_1_of_4 {
		width: 93%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid_1_of_3 {
		width:100%;
	}
	.col {
		display: block;
		float:none;
		margin: 0% 0 0% 3.6%;
	}
	.span_1_of_contact {
		width:100%;
	}
	.col_1_of_3 {
		display: block;
		float:none;
		margin:0;
	}
	.row p {
		font-size:13px;
	}
	.span_1_of_2 {
		width:100%;
	}
	.menu ul li {
		padding: 0px 7px;
	}
	.menu ul li {
		height: 45px;
	}
}