/*
Author: Mauro,s Net.Com
Author URL: https://mauros-net.com.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://creativecommons.org/licenses/by/3.0/
*/
/* reset */
* { margin: 0; padding: 0; }
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.eot);
    src: url(../../fonts/Amble-Regular-webfont.ttf) format('truetype'),
		 url(../../fonts/Amble-Regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../../fonts/Amble-Regular-webfont.woff) format('woff'),
         url(../../fonts/Amble-Regular-webfont.svg#Amble-Regular-webfont) format('svg');
}
 body{
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
 } 
 
  .wrap{
	width:80%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
 }
 .header{
	background-color: #FFC01D;
 }
 .header_top{
	background-color: #FFCB43;
	border-bottom: 2px solid #FFC01D;
	background-image: url(../../images/preview_images/our_products_pattern.jpg);
	height:100px;
	/*background-repeat: repeat-x;*/
 }
 .logo{
	float:left;
	/*padding:16px 0;
	margin-top:-1px;*/
 }
 /*--menu--*/
 
.top-nav{
	float:right;
	margin:40px 0;
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a {
	color: #FFF;
	margin: 0px 20px;
	font-size: 1em;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	font-family: 'ambleregular';
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-nav ul li.active a,.top-nav ul li a:hover {
color: #104F94;
}
 /*-----------------*/
 
 /*----------------*/
 /************ Slider ***********/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
 	display: block;
	height: auto;
	float: left;
	border: 0;
	width: 100%;
  }
/******************** Main ***********/
.icon_blue{
	/*background:#EEEDED;*/
	background:#104F94;
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_2 {
	float:left;
	margin: 3% 0 0 1.6%;	
}
.well-small-market{
	padding:1.5%  1.5% 3% 1.5%;
	/*border:1px solid #104F94;
	text-align:justify;*/
}
.well-small-market p{
	font-size:0.85em;
	/*color:#5F5F5F;*/	
	color:#595959;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
	padding:0;
}
.well-small-market strong{
  color: #FFC01D;
  font-size: 0.85em;
  font-weight:bold;
}
.well-small{
	padding:1.5%  1.5% 0 1.5%;
	/*border:1px solid #104F94;
	text-align:justify;*/
}
.well-small p{
	color:#7BA6D6;
	line-height:1.8em;
	margin:1.5em 0 2em 0;
	font-size:0.90em;
}
.well-small strong{
  color: #FFC01D;
  font-size: 1.2em;
  font-weight:bold;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 3% 0 3% 1.6%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width:29%;
	padding:1.5%;
	text-align: center;
	border:1px solid #104F94;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.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);
	-moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-webkit-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:#FFC01D;
	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:#043E7F;
}
.images_1_of_3  h3{
	font-family: 'ambleregular';
	color:#DFB12D;
	font-size: 1.5em;
	padding:15px 0px;
	text-transform: uppercase;
}
.images_1_of_3  p{
	font-size: 0.85em;
	color:#7BA6D6;
	line-height: 1.8em;
	padding: 10px 0px;
}
.content_bottom{
	/*background:#232322;*/
	background:#043E7F;
}
 .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
/*#face-Iframe {
	text-align: center;
	margin:auto 0px;
}*/
.twitter-timeline_padd{
	margin-bottom:10.6%;
	border:0;
}
.container {
	padding:auto 0px;
	margin:auto 0px;
}
.face {
	/*background-color:#FFFFFF;*/
	width:280px;
	text-align: center;
}
 .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: 20.2%;
	padding-right: 15px;
  	padding-left: 15px; 
}
.span_1_of_3  h3{
	color:#FFF;
	margin-bottom:10px;;
	font-size:2em;
	font-family: 'ambleregular';
	text-transform:uppercase;
}
.span_1_of_3  p{
	font-size:0.85em;
	color:#7BA6D6;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
	padding:5px 0; 	
}
.span_1_of_3  li{
	font-size:0.85em;
	color:#7F7F7F;
	display:block;
	padding:10px 0 10px 15px;
	background:url(../images/list_marker.png) no-repeat 0px;
	font-family: 'ambleregular';
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.span_1_of_3 li:hover{
    color:#FFF;
}
.span_1_of_3 img{
	border:1px solid #FFF;
	display:block;
	max-width:100%;
}
.button{
	margin-top:15px;;
}
.button a{
		background:#DFB12D;
		padding:10px 15px;
		font-family: 'ambleregular';
		color: #FFF;
		display:inline-block;
		font-size: 0.8em;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;
}
.button a:hover{
	    background:#fff;
	    color:#104F94;
}
.read_more{
	margin-top:10px;
}
.read_more a,.more_info a{ 
    font-family: 'ambleregular';
	color:#043E7F;
	font-size:1.1em;
	/*text-transform: uppercase;*/
	padding: 0.7em 1em;
	border: 1px solid #043E7F;
	border-radius: 5px;
	/*background:url(../images/list_marker.png) no-repeat 0;
	padding-left:15px;*/
	display: inline-block;
	margin-top:1em;
	-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;
}
.read_more a:hover{
  color:#FFF;
}
.more_info a:hover{
	/*color:#000;*/ 
	background: #FFC01D;
	color: #fff;
	border: 1px solid #FFC01D;
}
/****  New Products ******/
.new-products p{
	display: inline-block;
	width:49%;
	list-style:none;
	padding-top:0;
}
.new-products p a{
	background: #FFF;
	display: block;
    margin:0 5px;
}
/********** Footer **********/
.footer{
	padding:20px 0;
	background:#104F94;
 }
.footer p{
	font-size:1.2em;
	color:#FFF;
	font-family: 'ambleregular';
 }
.footer p.address{
 	float:left;
 }
.footer p.phone{
 	float:right;
 }
 .footer p.address img,.footer p.phone img{
 	vertical-align:middle;
 }
.footer p.phone span{
 	color:#DFB12D;
 }
 footer em {
	font-style: normal;
}
.copy-right{
	padding:20px 0;
	background:#043E7F;
 }
 .copy-right p{
	font-size:0.85em;
	color:#A5A5A5;
	font-family: 'ambleregular';
	text-align:center;
 }
 .copy-right p a{
	text-decoration:underline;
	color:#DFB12D;
	-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;
 }
 .copy-right p a:hover{
 	color:#FFF;
	text-decoration:none;
 } 
 /********** About **********/
.about_info {
	padding:3% 1.5%;
}
.about_info h2{
	font-family: 'ambleregular';
	color: #ffc01d;
	font-size:2.1em;
	font-weight: 600;
	padding: 15px 0px;
	text-transform: uppercase;
}
.about_miss {
	padding:0 1.5%;
}
.about_miss h2{
	font-family: 'ambleregular';
	color: #ffc01d;;
	font-size:2.1em;
	font-weight: 600;
	padding: 15px 0px;
	text-transform: uppercase;
}
.about_info p{
	font-size: 0.85em;
	color: #5F5F5F;
	line-height: 1.8em;
	padding:5px 0px;
}
.image {
	clear: both;
	margin: 0px;
	padding:1.5% 0;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.grid_miss {
	display: block;
	float:right;
	margin: 0% 1.6% 0% 0;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
}
.about_desc{
	width: 68.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.about_desc  p {
	font-size:0.85em;
	color:#5F5F5F;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
	padding:5px 0;  	
}
.about_desc  p span{
	font-family: 'ambleregular';
	color:#C83939;
	font-size:1.5em;
}
/* Services  ============================================================================= */
.services {
	background: #FFFFFF;
	padding:50px 0;
}
.market {
	background: #FFFFFF;
	padding:50px 0;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.text strong{
	color:#FFC01D;
    font-size: 1.2em;
	font-weight:bold;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 46.2%;
	padding:1.5%; 
}
.image-plan{
	width: 100%;
	height: auto;
	margin-bottom:15px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
}
.listimg_2_of_1 {
	width:18.2%;
}
.list_2_of_1 {
	width: 78.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h3{
	color:#ffc01d;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.2em;
	font-weight:bold;
	font-family: 'ambleregular';
	text-transform:uppercase;
}
.list_2_of_1  p{
	font-size:0.85em;
	/*color:#5F5F5F;*/
	
	color:#595959;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
	padding:0;   	
}
/*---404page-----*/
.error-page{
	text-align:center;
	color: #353434;
    margin: 1.3% 0;
}
.error-page p{
	font-family: 'ambleregular';
	font-size: 4em;
	color:#104F94;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.error-page h3{
	font-family: 'ambleregular';
	font-size: 10em;
	color:#104F94;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.error-page h3 label{
	color:#FFC01D;
	font-weight:normal;
}
.error-page {
	padding:150px 0px 0 0;
	min-height:450px;
}
/*--contact-page--*/
.col{
    display: block;
    float: left;
    margin-top: 0%;
    margin-right: 0;
    margin-left: 7.6%;
    margin-bottom: 0%;
}
.contact_top {
	margin:7% 0 4% 0; 
}
.contact-form{
	position:relative;
}
.contact-map iframe {
	min-height: 285px;
	width: 100%;
	border: none;
}
.contact_top h2 {
	color: #FFC01D;
	margin-bottom: 0.5em;
	font-weight: 600;
	font-size:2.1em;
}
.contact_top p {
	line-height: 1.8em;
	color: #595959;
	font-size: 0.8em;
	margin-bottom:1em;
	width:100%;
	font-family: 'Open Sans', sans-serif;
}
.contact-map {
	margin-bottom: 2em;
}
.contact_left  h3,.contact_right h3{
	color:#104F94;
	margin-bottom:0.5em;
	font-size: 1.6em;
}
.section.group .col.span_1_of_3.contact_right h3{
	color:#104F94;
	margin-bottom:0.5em;
	font-size: 1.6em;
	text-transform:none;
}
.section.group .col.span_1_of_3.contact_left h3{
	color:#104F94;
	margin-bottom:0.5em;
	font-size: 1.6em;
	
}
.form_details input[type="text"], .form_details textarea {
	padding: 10px;
	width: 100%;
	font-size: 1em;
	margin: 10px 0px;
	border: 1px solid #8A8888;
	color: #8A8888;
	background: none;
	-webkit-appearance: none;
	float: left;
	outline: none;
	font-weight: 500;
	-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;
}
.form_details textarea:hover {
	border: 1px solid #FFC01D;
}
.form_details input[type="text"]:hover{
	border: 1px solid #FFC01D;
}
.form_details textarea {
	height:200px;
	resize:none;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}
.form_details input[type="submit"] {
	margin-top:1em;
	color: #fff;
	font-size: 0.9em;
	padding: 0.7em 1em;
	-webkit-appearance:none;
	text-transform: uppercase;
	display: inline-block;
	-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;
	border:none;
	text-transform:uppercase;
	outline: none;
	cursor: pointer;
	background:#104F94;
}
.form_details input[type="submit"]:hover {
 	text-decoration: none;
	color: #fff;
	background: #FFC01D;
}
/*.address{
	margin-left:5%;
	
	}*/
.address ul li{
	background:none
}
.col.span_1_of_3 .address ul{
	list-style:none;
}
.col.span_1_of_3 .address ul li{
	padding:5px 0;
	display:block;
	color: #333;
	font-weight: 400;
	padding: 4px 0;
	font-size:0.8em;
}
.col.span_1_of_3 .address ul li a {
	text-decoration:none;
	margin-right:1em;
}
.col.span_1_of_3 .address ul li a:hover{
	color:#FFC01D;
}
.col.span_1_of_3 .contact_right{
	padding-left:2em;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../../images/preview_images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-----------*/
.lista-roja, .lista-caracteristicas,.lista-warning,.lista-azul {
	list-style-type: none;
	margin: 10px;
	color: #636B75;
}
.lista-warning li {
	background: url("../../images/preview_images/flecha_warning.png") no-repeat 0px 2px;
	padding-left: 24px;
	margin-top: 5px;
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2em;
	color: 595959;
	text-align: justify;	
}
/*----------*/

/*-- //to-top --*/

/*--page-not-found--*/

/* Curl Bottom Right */
.curl-bottom-right {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	background:#2863A3;
	padding: 1em 1.8em;
	color: #FFF;
	font-size: 0.8em;
	width: 8%;
	font-weight:600;
	text-transform: uppercase;
	text-decoration:none;
	margin-top: 1em;
}
a.button.curl-bottom-right{
	text-decoration: none;
}
a.button.curl-bottom-right:hover{
	color:#FFCB43;
}
.curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background:#FFCB43;
  /* IE9 */
  background: linear-gradient(315deg,#fff 45%, #FFCB43 50%, #FFCB43 56%,#FFCB43 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  text-decoration: none;
}
.curl-bottom-right:hover:before, .curl-bottom-right:focus:before, .curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}


/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.header{
		height:197px;
	}
	.header_top {
		height: 100%;
		background-repeat: repeat;
	}
	.wrap{
		width:90%;
	}
	.col_1_of_3{
		width:20.5%;
	}
	.curl-bottom-right {
		width: 31%;
		padding: 0.6em;
		font-size: 0.85em;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.header{
		height:197px;
	}
	.header_top {
		height: 100%;
		background-repeat:repeat;
	}
	.wrap{
		width:90%;
	}
	.col_1_of_3{
		width:20%;
		padding:1.7%;
	}
	.pad_left{
		margin-right:1.5%;
	}
}
@media only screen and (max-width: 1024px)  {
	.wrap{
		width:90%;
	}
	.top-header {
		height: 120px;
	}
	.top-nav ul li a {
	  font-size: 0.85em;
	   margin: 0px 15px;
    }
	.col_1_of_3{
		width:25%;
		padding:3%;
	}
	.curl-bottom-right {
		width: 31%;
		padding: 0.6em;
		font-size: 0.85em;
	}
}
@media only screen and (max-width:800px) {
	.header{
		height:108px;
	}
	.header_top {
		height: 100%;
		background-repeat:repeat;
	}
	.wrap{
		width:95%;
	}
	.logo{
		padding:5px 0;
		width: 70%;
	}
	span.menu:before {
		content: url(../../images/nav.png);
		cursor: pointer;	
		height:32px;
	}
	.top-nav {
		width: 11%;
		float: right;
		margin: 0%;
	}
	.top-nav  ul{
		display:none;
	}
	.top-nav  ul li {
		font-size: 12px;
		display:inline-block;
		width: 100%;
	}
	.top-nav ul li a {
		padding:6px;
		font-size: 13px;
		width: 96%;
		background:rgba(38, 104, 175, 0.8);
		margin: 0;
	}
	.top-nav ul li.active a, .top-nav ul li a:hover {
		color: #FFCB43;
	}
	 span.menu{
		display:block;
		float:right;
		margin: 11px 15px 0 0;
	}
	.top-nav  ul{
		margin: 0;
		z-index: 999;
		position: absolute;
		width: 96%;
		text-align: center;
		top: 45px;
		left: 2%
	}
	.full-ban{
		width: 100%;
		height: auto;
	}
/*--------*/
	.images_1_of_3 h3{
		font-size:1.2em;
		padding:10px 0;
	}
	.images_1_of_3 p{
		padding:0;
	}
	.curl-bottom-right {
		width: 31%;
		padding: 0.6em;
		font-size: 0.85em;
	}	
	
}
@media only screen and (max-width:768px) {
	.wrap{
		width:95%;
	}
	.grid_1_of_3{
		margin:0 0 10px 0;
	}
	.images_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_1_of_3 h3{
		margin-bottom:0;
	}
	.col_1_of_3{
		margin: 0;
	}
	.span_1_of_3{
		width:44%;
		padding-right: 15px;
  		padding-left: 15px;
	}
	.grid_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_2_of_3{
    width: 100%;
    padding: 3%;
	}
	.error-page {
		padding: 50px 0px 0 0;
		min-height: 300px;
	}
	.contact{
		padding:0;
	}
	.col{
		margin: 0;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:95%;
	}
	.page-not-found h4 {
		font-size: 3em;
	}
	.page-not-found h3 {
		font-size: 9em;
	}
	.curl-bottom-right {
		width: 31%;
		padding: 0.6em;
		font-size: 0.85em;
	}
	.contact_top p {
		font-size: 1em;
		width: 90%;
	}
	.contact-map iframe {
		min-height: 220px;
	}
	.contact_left {
    width: 60%;
    float: left;
	}
	.contact_right {
		padding-left: 2em;
		width: 35%;
		float: left;
	}
	.form_details textarea {
		height: 150px;
	}
	.form_details input[type="submit"] {
		font-size: 0.9em;
	}
	.clearfix:before,
    .clearfix:after {
	  display: table;
	  content: " ";
	}
	.clearfix:after {
	  clear: both;
	}
}
@media only screen and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.grid_1_of_3{
		margin:0 0 10px 0;
	}
	.images_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_1_of_3 h3{
		margin-bottom:0;
	}
	.col_1_of_3{
		margin: 0;
	}
	.span_1_of_3{
		width:44%;
		padding:3%;
	}
	.grid_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_2_of_3{
		width:94%;
		padding:3%;
	}
	.error-page {
		padding: 50px 0px 0 0;
		min-height: 300px;
	}
	.contact{
		padding:0;
	}
	.col{
		margin: 0;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:95%;
	}
	.form_details input[type="text"], .form_details textarea {
		padding: 7px;
		font-size:0.9em;
		margin: 8px 0px;
	}
	.contact_right {
		padding-left: 1.5em;
		width: 40%;
	}
	.contact_top p {
		font-size: 0.9em;
	}
	.contact_left h3, .contact_right h3 {
		font-size: 1.4em;
	}
	.form_details input[type="text"], .form_details textarea {
		padding: 7px;
		font-size:0.9em;
		margin: 8px 0px;
	}
	iframe{
		width:94%;
		padding:3%;
	}
}
@media only screen and (max-width:480px) {
	.header{
		height:107px;
	}
	.header_top {
		height: 100%;
	}
	.wrap{
		width:95%;
	}
	.grid_icon{
		padding:10px;
	}
	.listview_1_of_2{
		margin:0;
	}
	.images_1_of_2{
		width:94%;
		padding:3%;
	}
	.about_info h2{
		padding:0;
		font-size:1.5em;
	}
	.about_desc p span{
		font-size:1.2em;
	}
	.images_3_of_1,.about_desc{
		width:100%;
	}
	.services{
		padding:0;
	}
	.grid{
		margin:0;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_1_of_3 li{
		padding:6px 0 6px 15px;
	}
	.footer p {
		font-size: 0.80em;
	}
	.copy-right{
		padding:10px;
	}
	.copy-right p{
	font-size:0.80em;
	}
	.error-page {
		padding:20px 0;
		min-height:0px;
	}
	.error-page p{
		font-size:2em;
	}
	.error-page h3{
		font-size:7em;
	}
	.curl-bottom-right {
		width: 31%;
		padding: 0.6em;
		font-size: 0.85em;
	}
	.page-not-found {
		margin: 14% 0 12% 0;
	}
	.page-not-found h4 {
		font-size: 2.2em;
	}
	.page-not-found h3 {
		font-size: 7em;
	}
	.curl-bottom-right {
		width: 31%;
		padding: 0.6em;
		font-size: 0.85em;
	}
	.contact-map iframe {
		min-height: 145px;
	}
	.contact_top p {
		width: 100%;
	}
	.contact_left {
		width: 100%;
		padding:0;
		margin-bottom:1em;
	}
	.contact_right {
		padding-left:0;
		width: 100%;
	}
	.form_details input[type="submit"] {
		font-size: 0.8em;
	}
}
@media only screen and (max-width:320px) {
	.wrap{
		width:95%;
	}
	.menu li a{
		margin:0 2px;
	}
	.error-page p{
		font-size:2em;
	}	
	.list_2_of_1 h3{
		font-size:1.2em;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:92%;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;
	}
}
