body {
	font-family: 'Open Sans', 'sans-serif';
	background:#ffffff;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.header_bg{
	background: #fff;
	background-size: 100%;
}
.breadcrumb {
	background: none;
	padding: 4% 2%;
}
.breadcrumb > .active {
	color: #A8B8D8;
}
.breadcrumb li,.breadcrumb li a{
	font-size: 14px;
	color: #ffffff;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.breadcrumb li a:hover{
	text-decoration: none;
	color:#ff7300;
}
.header{
	padding: 2%;
	z-index: 999;
}
.h_right{
	float: right;
	width: 72%;
}
.navbar-nav {
	margin-top:2%;
	margin-left: 2%;
}
.navbar-brand {
	margin-top: -7%;
}

.navbar-brand a {
	border: 0;
}

.menu li.active a{
	background: none;
	color:#ff7300;
	border-bottom:2px solid #ff7300;
}
.menu li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	border-radius: 0px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu li a:hover,.menu li.active a:hover{
	background: none;
	color: #ff7300;
	border-bottom:2px solid #ff7300;
}
.menu li.dropdown a:hover{
	background: none;
	color:#ff7300;
	border-bottom:2px solid #ff7300;
}
.menu li a.submenu{
	font-weight: 400;
	font-size: 12px;
}
.menu li a.submenu:hover {
	color:#ff7300;
	border-bottom: none;
}
.navbar-toggle {
  background-color: #000;
  border: 1px solid transparent;
}
.navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.my_search{
	margin-top: 2%;
}
.my_search input[type="text"]{
	color:#2C3547;
	box-shadow: none;
	border:1px solid rgb(226, 226, 226);
	padding: 18px 14px;
	font-size: 13px;
}
.btn{
	background: #ff7300;
	color: #ffffff;
	padding: 9px 28px;
	line-height:20px;
	text-transform: uppercase;
	border: none;
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover{
	color:#ffffff;
	background: #000;
}
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  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;
  width: 100%;
  border: 0;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.9;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background:  url("../images/arrow-left.png") no-repeat;
  }
.callbacks_nav.next {
  left: auto;
  background:  url("../images/arrow-right.png") no-repeat;
  right: 0;
 }
 
a.especiales span {
	display:none;
}
a.especiales:hover span {display: block;
   position: absolute; top: 150px; left: 25px; width: 300px;
   padding: 25px; margin:10px; z-index: 100;
   color: #fff; background: black;
   text-align: center;}
/*----*/

/* start slider 
.slider{
	margin-top: 8%;	
}
.slider_text h2{
	font-size: 5em;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.2em;
}
.slider_text h3{
	font-size: 3em;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 100;
}
.slider_img img{
	display: inline-block;
}
/* grids_of_3 */
.heading {
	background: url(../images/top1.png);
	width: 100%;
	height: 50px;
}
.heading h4 {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 1.5% 0 0 8%;
}
.main_bg{
	background: url(../images/foto_catalog.png) no-repeat;
	background-size: 100%;
}
.main{
	background: #fffffff;
}
.grids_of_3 {
	text-align: center;
	padding: 4% 2%;
}
.grids_of_3 h2{
	text-transform: uppercase;
	color: #000;
	font-size: 21px;
	font-weight: 700;
}
.grids_of_3 p{
	font-size: 14px;
	line-height: 1.8em;
	color: #434C5E;
	margin-bottom: 20px;
}
.grids_of_3 img{
	display: inline-block;
	margin: 4% 0;
}
.btn_style{
	font-size: 14px;
	color: #ffffff;
	background: #ff7300;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn_style:hover{
	background: #000;
}
/* grids_btm */
.grids_btm {
	padding: 4% 0;
}
.grid_list{
	display: block;
}
.grids_btm.top{
	padding: 4% 0;
	border-top: 1px ridge rgb(241, 241, 241);
	border-bottom: 1px ridge rgb(241, 241, 241);
}
.images_1_of_1{
	width:24%;
	float:left;
	background: #354B77;
	padding:4%;
}
.images_1_of_1 p{
	text-align: center;
	font-size: 5em;
	color: #ffffff;
	line-height:66px;
	margin: 0;
}
.grid_1_of_1{
	width:76%;
	float:left;
	background: #E5EAF3;
	padding:4%;
}
.grid_1_of_1 h3{
    color: #FFFFFF;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0;
}
.grid_1_of_1 p {
	font-size: 14px;
	line-height: 1.8em;
	color: #434C5E;
}
/* start footer */
.footer_bg{
	background: #f9f9f9;
}
.footer{
	padding:4% 0%;
}
.footer #map {
	height: 200px;
}
.span1_of_4 h4{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 5%;
}
.span1_of_4 h5{
	font-size: 1.5em;
	text-transform: capitalize;
	color: #354B77;
	margin-top: 8%;
}
.span1_of_4 p{
	margin-top: 5px;
	font-size: 13px;
	line-height: 2em;
	color: #9FA0A2;
	text-align:justify;
}
.span1_of_4 p.top{
	margin-top: 4%;
}
.span1_of_4 span a{
	border-bottom: 1px dashed rgb(235, 233, 233);
	padding-bottom: 4px;
	margin-top: 8%;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #434C5E;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_4 span a:hover{
	text-decoration:none;
	color: #ff7300;
}
.f_nav li{
	display:inline-block;
	margin: 0 8px 8px 0;
}
.f_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a img{
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
}
.f_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/*start footer_top */
.footer_btm{
	background: #f3f3f3;
}
.footer1{
	padding: 4% 0;
}
/* start soc_icons */
.soc_icons ul li{
	display:inline-block;
	margin-left: 10px;
}
.soc_icons ul li:first-child{
	margin-left: 0;
}
.soc_icons ul li a{
	display: block;
	width: 42px;
	height: 42px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.soc_icons ul li a.icon1{
	background: #39579D url('../images/icons.png') no-repeat 18px 10px;
}
.soc_icons ul li a.icon2{
	background: #02B3E9 url('../images/icons.png') no-repeat -12px 10px;
}
.soc_icons ul li a.icon3{
	background: #DB4A39 url('../images/icons.png') no-repeat -44px 10px;
}
.soc_icons ul li a.icon4{
	background: #EA4C89 url('../images/icons.png') no-repeat -78px 10px;
}
.soc_icons ul li a.icon5{
	background: #1C87BD url('../images/icons.png') no-repeat -112px 10px;
}
.soc_icons ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.copy{
	margin-top: 10px;
}
.copy p{
	color: #434C5E;
	font-size: 13px;
	line-height: 1.8em;
}
.dire p{
	color: #434C5E;
	font-size: 13px;
	line-height: 1.8em;
}
.dire p a{
	color:#ff7300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #434C5E;
	text-decoration: none;
}
/* start feature */
.features{
	padding:4% 2%;
}
.features_list1{
	margin-top: 4%;
}
.feature p{
	margin-top: 8%;
}
.feature img{
	width: 100%;
}
.feature a{
	display: block;
	font-size: 16px;
	font-style: italic;
	color: #354B77;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature a:hover{
	text-decoration: none;
	color: #ff7300;
}
/* start blog */
.blog{
	padding:4% 2%;
}
.blog_img{
	margin-top: 5px;
}
.blog_img1{
	margin-top: 6%;
}
.blog_left img{
	width:100%;
}
.blog_left h4 a{
	display:block;
	margin: 4% 0 2%;
	color: #354B77;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_left h4 a:hover{
	text-decoration: none;
	color: #ff7300;
}
.blog_right h4{
	margin:0 0 4%;
	color: #354B77;	
	text-transform: capitalize;
}
/* start ads_nav */
.ads_nav li{
	float: left;
	width: 48.3333%;
	margin-left: 3.33333%;
	margin-bottom: 10px;
}
.ads_nav li:first-child,.ads_nav li:nth-child(3){
	margin-left: 0;
}
.ads_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ads_nav li a img{
	width: 100%;
}
.ads_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* start tag_nav */
.tag_nav {
	margin: 8% 0;
}
.tag_nav li{
	margin:10px 5px 0 0;
	display: inline-block;
}
.tag_nav li a{
	display: block;
	text-transform: capitalize;
	background: #E7E7E7;
	color: #5F5F5F;
	font-size: 13px;
	padding: 8px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag_nav li a:hover{
	background: #354B77;
	color: #ffffff;
	text-decoration:none;
}
/* start news_letter */
.news_letter{
	margin: 8% 0;
}
.news_letter form input[type="text"]{
	font-family: 'Open Sans', 'sans-serif';
	font-weight:100;
	padding: 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 13px;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}
.news_letter form input[type="submit"]{
	margin-top: 4%;
	-webkit-appearance: none;
	float:right;
	font-family: 'Open Sans', 'sans-serif';
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 13px;
	color: #ffffff;
	background: #354B77;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news_letter form input[type="submit"]:hover{
	background: #ff7300;
}
/* start about */
.about{
	padding: 4% 2%;
}
.img_style{
	margin-top:10px;
}
.img_style img{
	width: 100%;
}
.about h4{
	color: #ff7300;
	font-weight: bold;
}
.para{
	font-size: 13px;
	line-height: 1.8em;
	color: #000;
}
.about_p {
	padding-right: 10px;
	margin-top: 2%;
}
.read_more {
	margin: 3% 0 2%;
}
/* start contact */
.contact{
	padding: 2%;
}
.contact_info h2{
	text-transform: uppercase;
	color: #ff7300;
	font-size: 24px;
	background-color: #f3f3f3;
	margin-bottom: 5%;
}
.contact_info img {
	padding-top: 5%;
}
#map {
	width: 100%;
	height: 300px;
}
.company_ad h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #354B77;
}
.company_ad p{
	font-size: 13px;
}
.company_ad p a {
	color: #ff7300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.company_ad p a:hover{
	text-decoration:none;
	color: #354B77;
}
.contact-form h2{
	text-transform: uppercase;
	color: #ff7300;
	font-size: 24px;
	background-color: #f3f3f3; 
	margin-bottom: 3%;
}
.contact-form p {
	margin: 5%;
	text-align:center;
	font-size: 16px;
}
.contact-form span{
	display:block;
	text-transform: capitalize;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-form textarea {
	font-family: 'Open Sans', 'sans-serif';
	padding: 10px;
	display: block;
	width: 99.3333%;
	background: #ffffff;
	outline: none;
	color: #555;
	font-size: 13px;
	border: 1px solid #bebebe;
	-webkit-appearance: none;
	resize: none;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea:focus{
	border:1px solid #ff7300;
}
.form-control{
	box-shadow: none;
	border: 1px solid #bebebe;
}
.form-control:focus {
	box-shadow: none;
}
.contact-form input[type="submit"] {
	margin-top:20px;
	font-family: 'Open Sans', 'sans-serif';
	-webkit-appearance: none;
	float: right;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 14px;
	color: #ffffff;
	background: #ff7300;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #000;
}
#success, #error {
    display:none;
}
#success span, #error span{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
#success span p {
	color: #10e10b;
}
#error span p {
	color: #b02720;
}

/* start derails */
.details{
	padding:4% 2%;
}
.details img{
	margin-bottom: 2%;
}
.search_info {
	margin-bottom: 15%;
}
.search_info h2{
	text-transform: uppercase;
	color: #ff7300;
	font-size: 24px;
	background-color: #f3f3f3;
	padding: 2%;
	margin-bottom: 5%;
}
.search_info p {
	font-size: 16px;
}
.search_info h4 {
	font-size: 18px;
}
/* catalogo */

.catalog_info h2 {
	font-size: 24px;
	padding: 2%;
	background-color: #ff7300;
	text-transform: uppercase;
	color: #fff;
	text-align:center;
	font-weight: 700;
	margin: 3.75% 0 0 0;
	width: 20%;
}
.catalog_info a {
	font-size: 14px;
	padding: 2%;
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	text-align:center;
	font-weight: 700;
	margin: 0;
	width: 20%;
	float:right;
}
.catalog_info a:hover {
	text-decoration:none;
	background-color: #343434;
}
h3.catalogo {
	font-size: 21px;
	padding: 2%;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-weight: 700;
	margin: 5.75% 0 1.75% 0;
}
.catalog {
	margin: 0 0 5.25% 0;
}
td{
	text-align: center;
	font-size: 12px;
	padding: 2%;
	background-color: #f9f9f9;
	color: #000;
	border: 1px solid #fff;
}
td.title {
	font-size: 14px;
	background-color: #f3f3f3;
	font-weight: 700;
}
td a {
	font-weight: 700;
	color: #000;
}
td a:hover {
	color:#ff7300;
}

/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px)  {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1200px) {
	.navbar-form {
		display: none;
	}	
	.navbar-nav {
		float:right;
	}
}
@media only screen and (max-width: 1024px) {
	.logo img{
		width: 60%;
	}
	.h_right {
		width: 80%;
	}
	.callbacks_nav {
		top: 45%;
	}
	.slider_text h2 {
		font-size: 4em;
	}
	.slider {
		margin-top: 2%;
	}
	.slider_text h3 {
		font-size: 2.5em;
	}
	.navbar-nav {
		margin-left: 0%;
	}
	.span1_of_4 h4 {
		font-size: 1.5em;
	}
	.images_1_of_1 p {
		line-height: 90px;
	}
}
@media only screen and (max-width: 991px) {
	.nav > li > a {
		padding: 4px 8px;
	}
	.span1_of_4 h4 {
	    margin-bottom: 3%;
	}
	.copy {
		margin-top: 0;
	}
	.copy p, .dire p{
	font-size: 11px;
	line-height: 1.6em;
	}
	.soc_icons ul li{
	margin-left: 5px;
	}
	.catalog_info h2 {
		font-size: 21px;
	}
	h3.catalogo {
		font-size:18px;
		margin: 6.75% 0 1.75% 0;
	}
}
@media only screen and (max-width: 768px) {
	.header_bg {
		background-size: 100% 100%;
		margin-bottom: 2%;
	}
	.navbar-nav {
		text-align:center;
		float: none;
		padding-top: 2em;
	}
	.navbar-brand {
	    margin-top: -3%;
	}
	.menu li.active a {
		border-bottom: none;
	}
	.menu li a:hover,.menu li.active a:hover{
		border-bottom: none;
	}
	.menu li.dropdown a:hover{
		border-bottom: none;
	}
	.grids_of_3 {
		margin: 0;
	}
	.grids_of_3 img{
		margin: 2% 0 4% 0;
	}
	.rd_more1 {
		margin-bottom: 2%;
	}
	.slider_text h2 {
		font-size: 2.8em;
	}
	.slider_text h3 {
		font-size: 2em;
	}
	.catalog_info h2 {
		font-size: 18px;
		margin: 2.75% 0 0 0;
		width: 25%;
	}
	h3.catalogo {
		font-size:18px;
		margin: 5.75% 0 1.75% 0;
	}
	.breadcrumb {
		padding: 4% 2% 2%;
	}
	.images_1_of_1 p {
		line-height: 66px;
	}
	.span1_of_4 h5 {
		margin-top: 2%;
	}
	.span1_of_4 p.top {
		margin-top: 1%;
	}
	.span1_of_4 span a {
		margin-top: 1%;
	}
	.footer1,.copy p{
		text-align:center !important;
	}
	.feature p {
		margin-top: 0%;
	}
	.feature a {
		margin-bottom: 4%;
	}
	.blog_right{
		margin-top: 4%;
	}
	.contact-form input[type="submit"] {
		margin: 15px 0;
	}
	.contact_info img {
	padding-top: 2%;
	padding-bottom: 2%;
	}
	#map {
	height: 200px;
}
	.soc_icons ul li{
	margin-left: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.copy p, .dire p{
	font-size: 13px;
	line-height: 1.8em;
	}
}
@media only screen and (max-width: 640px){
	.navbar-toggle {
		margin-top: 18px;
	}
	.slider_text h2 {
		font-size: 2.5em;
	}
	.slider_text h3 {
		font-size: 1.8em;
	}
	.rd_more1 {
		margin-bottom: 0;
	}
	.callbacks_nav {
		top: 40%;
	}
	.catalog_info h2 {
		width: 30%;
	}
}
@media only screen and (max-width: 480px) {
	.slider_text h2 {
		font-size: 2em;
	}
	.slider_text h3 {
		font-size: 1.2em;
	}
	.grid_1_of_1 h3 {
		line-height: 24px;
	}
	.grid_1_of_1 p {
		font-size: 13px;
		line-height: 1.5em;
	}
	.images_1_of_1 p {
		font-size: 5em;
		line-height: 1.44em;
	}
	.breadcrumb {
		padding: 4% 2% 0%;
	}
}
@media only screen and (max-width: 424px) {
	.navbar-brand{
		width: 80%;
	}
	.copy p, .dire p{
	font-size: 12px;
	line-height: 1.6em;
	}
	.callbacks_nav {
		top: 35%;
	}
	.catalog_info h2 {
		font-size: 16px;
		width: 45%;
		margin: 0;
	}
	h3.catalogo {
		font-size:16px;
		margin: 7.75% 0 1.75% 0;
	}
	.catalog {
	margin: 0 0 9.25% 0;
	}
	td {
		font-size:10px;
	}
	td.title {
		font-size:12px;
	}
	.copy p, .dire p{
	font-size: 11px;
	line-height: 1.6em;
	}
}
@media only screen and (max-width: 320px) {
	.slider_text h2 {
		font-size: 2.4em;
	}
	.slider_text h3 {
		font-size: 1.5em;
	}
	.slider_img img{
		width: 50%;
	}
	.grid1_of_3{
		margin-top: 30px;
	}
	.grid1_of_3 h2 {
		font-size: 26px;
	}
	.grid_1_of_1 h3 {
		font-size: 1.2em;
	}
	.images_1_of_1 p {
		font-size: 3em;
		line-height: 60px;
	}
	.hide{
		display: none;
	}
	.grid_1_of_1 {
		padding: 2%;
	}
	.breadcrumb li, .breadcrumb li a {
		font-size: 12px;
	}
	.span1_of_4 {
		margin-top: 20px;
	}
	.span1_of_4 span{
		margin: 10px 0;
	}
}


