/*
Author: W3layout
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://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*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background: url('../images/main_bg.png');
}
.wrap{
	margin:0 auto;
	width:80%;
}
/* header */
.header_top{
	background: url('../images/footer2_bg.jpg');
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 45px;
    box-shadow: 2px 2px 3px #000;
    z-index: 1100;
}
.header{
	padding: 1% 0%;
}
/*---top-social-icons-----*/
.social-icons {
	float: right;
	margin-bottom: 1px;
}
.social-icons li{
	float:left;
	margin-right:10px;
	display:inline-block;
}
.social-icons li a {
	height: 28px;
	width: 28px;
	display: block;
}
/* header_btm */
.header_btm{
	background:#fff;
}
.logo{
	float: left;
}
.menu{
	float: right;
}
.menu ul li{
	float: left;
}
.menu ul li.active a{
	color: #b99122;
}
.menu ul li a{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #000000;
	line-height: 4.8em;
	font-size: 14px;
	padding: 4px 20px;
	-webkit-transition: 0.9s;
	-webkit-text-stroke: 0.5px;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}
.menu ul li a:hover{
	color: #b99122;
}
/* start slider */
.camera_thumbs {
	width: 80%;
	margin: 0 auto;
}
/* start main */
.main{
	padding: 3%;
	background: #ffffff;
	border: 1px solid rgb(218, 218, 218);
	position: relative;
	margin: -4% 0;
}
/* start grids_of_3 */
.grids_1_of_3{
	padding: 20px 15px;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 30.333%; 
}
.grid3_img{
	float:left;
	margin-right: 8%;
}
.grid3_img img{
	cursor:pointer;
	padding: 10px;
	background: #b99122;
	text-align: center;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.grid3_img img:hover{
	background: #EA5A4B;
}
.grid3_txt{
	float: left;
}
.grid3_txt h3{
	-webkit-text-stroke: 1px; 
	color: #000000;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
}
.images_1_of_3  p  {
	margin-top: 4%;
	color: #000000;
	line-height: 1.8em;
	font-size: 0.925em;
}
/* start main_btm */
.main_btm {
	margin-top: 4%;
	display: block;
}
.main_btm h2{
	-webkit-text-stroke: 1px;
	text-align:center;
	font-size: 1.8em;
	color:#000000;
}
.main_btm h2 span{
	background: #b99122;
	color:#ffffff;
	padding: 10px 10px;
	text-align: center;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/*---start-gallery-----*/
.gallery{
	margin-top: 4%;
}
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color:#b99122;
	text-decoration:none;
}	
#info p {
	margin:5px 0 0 0;
}
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}
#filters li {
	float:left;
}
#filters li span {
	-webkit-text-stroke: 0.5px;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
#filters li span.active {
	background:#b99122;
	color:#fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	max-width:100%;
	position: relative;
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: rgba(0, 0, 0, 0.78);
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	text-transform: uppercase;
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
	font-size: 13px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
	}
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	
	#ads {
		display:none;
	}
	
}
/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* end gallery */
/* start footer */
.footer_bg{
	border-top:2px solid #b99122;
	background:	url('../images/footer_bg.jpg');
	padding-top: 2%;
}
.footer{
	padding: 4% 0%;
}
/* start spans_of_3 */
.spans_1_of_3{
	display:block;
}
.span_1_of_3{
	float:left;
	width: 27.999999%;
}
.span_1_of_3.right{
	margin-right: 8%;
}
.span_1_of_3 h2{
	font-size: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-text-stroke: 0.5px;
	margin-bottom: 4%;
}
.f_nav li{
	padding: 15px 0;
	border-bottom: 1px solid #444444;
			font-size: 1.1em;
	color: #adadad;
	line-height: 1.5em;
	-webkit-text-stroke: 0.5px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;

}
.f_nav li:last-child{
	border-bottom: none;
		font-size: 1.1em;
	color: #adadad;
	line-height: 1.5em;
	-webkit-text-stroke: 0.5px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;

}
.f_nav li a{
	font-size: 1.1em;
	color: #adadad;
	line-height: 1.5em;
	-webkit-text-stroke: 0.5px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_nav li a:hover{
	color: #ffffff;
}
.span_1_of_3 p{
	font-size:1.1em;
	color: #adadad;
	line-height: 1.5em;	
	-webkit-text-stroke: 0.5px;
	margin-bottom: 8%;
}
/*---Estilos motor-----*/

#motor {
  display: block;
  float: right;
  width: auto;
  clear:both;
}
#mirai_be1, #mirai_be3, #mirai_be5 {
  font-family: 'Oswald',sans-serif;
  margin: 0 0.3em 0 0;
  text-transform: uppercase;
}
#mirai_be7 input {
  background: none repeat scroll 0 0 #aa0303;
  border: 0 none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: 'Oswald',sans-serif !important;
  overflow: visible;
  padding: 0.2em 0.8em;
  text-transform: uppercase;
}
#mirai_be7 input:hover{background: none repeat scroll 0 0 #8E0505;}
#mirai_be8 {
  color: #000 !important;
  cursor: pointer;
  font-family: 'Oswald',sans-serif;
  text-decoration: none !important;
}
#mirai_be8:hover{text-decoration: underline !important;}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker td:hover a {background: #aa0303; color: #fff;}
#ui-datepicker-div {font-size: 16px !important;}


/*-------------------------------- MEDIA QUERIES ENGINE-----------------------------*/
/*---------------------------------------------------------------------------*/
 
/* Large desktop */
@media (min-width: 1200px) {}
 
/* ipad portrait - landscape */
@media (min-device-width: 768px) and (max-device-width: 979px){}
 
/* customize ipad portrait */
@media (min-device-width: 768px) and (max-device-width: 979px) and (orientation : portrait) {
  .bookingstep1 #mirai_roomSelectionContainer {
    width: 98%;
  }
  .bookingstep1 #header .content {
    width: 100%;
  }
  .offers-detail-wrapper .section {
    padding: 0 !important;
  }
  #ui-datepicker-div  {
    left: 0!important;
    width: 98%!important;
  }
}
 
/* customize ipad landscape */
@media (min-device-width: 768px) and (max-device-width: 979px) and (orientation : landscape) {}
 
/* mobile */
@media (max-device-width: 767px) {
  #motor {
  	float: none;
  	width: 100%;
  }
  #m_book {
    width: 100%;
    display: block;
    background: #aa0303!important;
    border: none!important;
    color: #fff!important;
    padding: 8px 0!important;
    text-transform: uppercase;
  }
 
  #m_cancellation {
    color: #000!important;
    border: none!important;
    background: none!important;
    padding: 0!important;
    margin: 10px 0!important;
    display: block;
    box-shadow: none!important;
  }
}


/*---social-media-----*/
.social-media {
	margin-top: 20px;
}
.social-media li{
	float:left;
	margin: 0px 10px 10px 0;
	display:inline-block;
}
.social-media li a {
	height:32px;
	width: 32px;
	display: block;
	background:url(../images/soc_media.png);
}
.social-media 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;
}
.social-media li:nth-child(1) a{
	background: url(../images/soc_media.png) 0% 0%;
}
.social-media li:nth-child(2) a{
	background: url(../images/soc_media.png) 14% 0%;
}
.social-media li:nth-child(3) a{
	background: url(../images/soc_media.png) 28% 0%;
}
.social-media li:nth-child(4) a{
	background: url(../images/soc_media.png) 42% 0%;
}
.social-media li:nth-child(5) a{
	background: url(../images/soc_media.png) 57% 0%;
}
.social-media li:nth-child(6) a{
	background: url(../images/soc_media.png) 72% 0%;
}
.social-media li:nth-child(7) a{
	background: url(../images/soc_media.png) 86% 0%;
}
.social-media li:nth-child(8) a{
	background: url(../images/soc_media.png) 100% 0%;
}
.social-media li:nth-child(9) a{
	background: url(../images/soc_media.png) 0% 50%;
}
.social-media li:nth-child(10) a{
	background: url(../images/soc_media.png) 14% 50%;
}
.social-media li:nth-child(11) a{
	background: url(../images/soc_media.png) 28% 50%;
}
.social-media li:nth-child(12) a{
	background: url(../images/soc_media.png) 42% 50%;
}
.social-media li:nth-child(13) a{
	background: url(../images/soc_media.png) 57% 50%;
}
.social-media li:nth-child(14) a{
	background: url(../images/soc_media.png) 72% 50%;
}
.social-media li:nth-child(15) a{
	background: url(../images/soc_media.png) 86% 50%;
}
.social-media li:nth-child(16) a{
	background: url(../images/soc_media.png) 100% 50%;
}
.social-media li:nth-child(17) a{
	background: url(../images/soc_media.png) 0% 100%;
}
.social-media li:nth-child(18) a{
	background: url(../images/soc_media.png) 14% 100%;
}
.social-media li:nth-child(19) a{
	background: url(../images/soc_media.png) 28% 100%;
}
.social-media li:nth-child(20) a{
	background: url(../images/soc_media.png) 42% 100%;
}
.footer_top {
	border-top:1px solid #3a3a3a;
	padding:4% 0 0;
	text-align: center;
}
.footer_top p{
	color: #adadad;
	font-size: 1em;
	line-height: 1.8em;
}
.footer_top p a{
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.footer_top p a:hover{
	color: #b99122;
}
/* start blog */
.slider_bg{
	background: url('../images/slider_bg.jpg');
	padding-top: 4%;
	height: 84px;
}
.blog_slider{
	background: url('../images/blog.jpg');
	padding: 4% 3% 8%;
	margin-top: -4%;
}
.content_left{
	float:left;
	width: 68.333333%;
	margin-right: 4%;
}
.sidebar{
	float: right;
	width: 26.333333%;
}
.blog_slider h2{
	color: #ffffff;
	font-size: 1.5em;
	-webkit-text-stroke: 1px;
	letter-spacing: 1px;
}
.blog_slider p{
	color: #ffffff;
	font-size: 1em;
	line-height: 1.8em;
}
.blog_main:first-child{
	margin-top: 0;
}
.blog_main{
	margin: 4% 0;
}
.blog_main1{
	padding: 4% 0;
	border-top:4px solid #b99122;
	border-bottom:4px solid #b99122;
}
h2.blog{
	font-size: 1.5em;
	color: #000000;
	-webkit-text-stroke: 0.4px;
}
.video {
	margin: 4% 0;
}
.video iframe{
	width: 100%;
}
.blog_img img{
	width:100%;	
	margin: 4% 0;
}
p.para{
	color: #000000;
	line-height: 1.8em;
	font-size: 0.925em;
}
p.para.top{
	margin-top: 4%;
	color: #000000;
	line-height: 1.8em;
	font-size: 0.925em;

}
.blog_date {
	margin-bottom: 4%;
}
.blog_date h2{
	font-size: 2.4em;
	color:#b99122;
	}
.blog_date_right{
	float:left;
	width: 96.333333%
}
.sidebar_txt{
	margin-top: 16%;
}
.sidebar_txt h2{
	line-height:1.8em;
	font-size:1.5em;
	color:#000000;
	border-bottom:4px solid #b99122;
	margin: 8% 0 6%;
}
.sidebar_txt p{
	color: #000000;
	line-height: 1.8em;
	font-size: 0.925em;
}
.blog_nav li a{
	color: #000000;
	line-height: 1.8em;
	font-size: 0.925em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_nav li a:hover{
	color:#b99122;
}
.blog_list li{
	width: 28.777777%;
	float:left;
	margin: 10px 0;
}
.blog_list li.right{
	margin-right: 20px;
}
.blog_list li a{
	display: block;
}
/* start Contact */
.contact{
	margin: 2% 0;
}
.company_address{
	float: left;
	width: 28.3333%;
	margin-right: 4%;
}
.company_address p{
	color: #000000;
	line-height: 1.8em;
	font-size: 0.925em;
}
.company_address h3{
	color:#b99122;
	font-size:1.4em;
	line-height:1.8em;
	margin-top: 4%;
}
.company_address p a{
	color:#b99122;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.company_address p a:hover{
	color:#000000;
}
.contact-form{
	float: left;
	width: 67.3333%;
}
.contact-form h3 {
	font-size:1.2em;
	color:#666666;
	padding:10px;
}

.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type=text] {
	margin-bottom:4%;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	float:left;
	width:46.999999%;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type=text].right{
	margin-right: 10px;
}
.contact-form input[type=text]:hover{
	border:1px solid #b99122;
}
.contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(138, 137, 137, 0.84);
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form textarea:hover{
	border:1px solid #b99122;
}
.contact-form input[type=submit]{
	margin-top:4%;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #b99122;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type=submit]:hover{
	background: #000000;
}

/***** OFERTAS *****/

.home .slider, .blog_slider {
	position: relative;
}

.blog_slider {
	padding-right: 23%;
} 

#ofertas {
	position: absolute;
	right: 0;
	top: 0;
	background: #222;
	width: 20%;
	font-size: 12px;
	min-height: 200px;
}

.home #ofertas {
	background: #333;
	margin: 0 0 1em 0;
	font-size: 16px;
	position: absolute;
	bottom: 250px;
	top: auto;
	right: auto;
	left: 30px;
	padding: .5em;
	width: 30%;
	border-radius: 2px;
	color:#FFFFFF;
}

#ofertas h3 {
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 3%;
}

#ofertas #offersPhoto .linkRss {
	display: none;
}

#ofertas #offersPhoto, #offersPhoto * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ofertas #offersPhoto {
	margin: 0;
	width: 100%;
	font-size: inherit;
}

#ofertas #offersPhoto img {
	max-width: 25%;
}

#ofertas #offersPhoto ul {
	max-width: 75%;
	padding: 0 0 0 1em;
	margin: 0;
}

#ofertas #offersPhoto li {
	color: #ADADAD;
	font-size: 1.2em;

}

#ofertas #offersPhoto .offersNumber {
	margin: .5em 0 0 0;
	font-size: 1rem;
	color: #C9C9C9;
}

#ofertas #offersPhoto a.mirai_btOffers, #ofertas #offersPhoto a.mirai_btOffers:link {
	height: 2em;
	margin-top: -2em;
}





/***** Media Quries *****/
/*  GO FULL WIDTH AT LESS THAN 1280 PIXELS */
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.contact-form input[type=text] {
		width: 45.999999%;
	}
	.camera_caption {
		width: 45%;
		left: 10%;
		top: 10%;
	}

	#ofertas {
		width: 30%;
	}

	.blog_slider {
		padding-right: 33%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 1024 PIXELS */
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.camera_caption {
		width: 45%;
		left: 10%;
		top: 10%;
	}


	.home #ofertas {
		bottom: 160px;
		position: relative;
		bottom: 0;
		top: auto;
		right: auto;
		left: 0;
		z-index: 9001;
		width: 80%;
		margin: 0 auto 60px;
	}

	.home #ofertas #offersPhoto a.mirai_btOffers, .home #ofertas #offersPhoto a.mirai_btOffers:link {
		margin: 0;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.contact-form input[type=text] {
		width: 97.999999%;
	}
	.grid3_txt h3 a {
		-webkit-text-stroke: 0px;
		font-size: 1em;
		line-height: 2.4em;
	}
	
	#ofertas #offersPhoto a.mirai_btOffers, #ofertas #offersPhoto a.mirai_btOffers:link {
		margin-top: 0em;
	}

}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.images_1_of_3 {
		width: 47.333%;
	}
	.hide{
		display: none;
	}
	#filters li span {
		padding: 6px 10px;
	}
	.content_left {
		float: none;
		width: 99.333333%;
		margin-right: 0%;
	}
	.sidebar {
		float: none;
		width: 99.333333%;
	}
	.sidebar_txt {
		margin-top: 0%;
	}
	.sidebar_txt h2 {
		margin: 2% 0 2%;
	}
	.company_address {
		float: none;
		width: 99.3333%;
		margin-right: 0%;
	}
	.contact-form {
		margin-top: 4%;
		float: none;
		width: 98.3333%;
	}
	.blog_slider {
		padding-right: 3%;
	}

	#ofertas {
		display: none;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.menu ul li a {
		font-size: 13px;
		padding: 4px 8px;
	}
	.span_1_of_3 {
		float: none;
		width: 99.999999%;
	}
	.span_1_of_3.right {
		margin-right: 0%;
	}
	#filters li span {
		padding: 4px 7px;
		font-size: 13px;
	}
	.span_1_of_3 p {
		margin-bottom: 4%;
	}
	.span_1_of_3 h2 {
		margin-bottom: 0%;
	}
	.main_btm h2 {
		font-size: 1.5em;
	}
	.main_btm h2 a {
		padding: 6px 2px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 320 PIXELS */

@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.logo {
		float: none;
		text-align:center;
	}
	.menu {
		float: none;
		text-align:center;
	}
	.contact-form input[type=text] {
		width: 92.999999%;
	}
	.contact-form textarea {
		width: 92.999999%;
	}
	.images_1_of_3 {
		margin-top:4%;
		width: 99.333%;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.blog_date_left {
		float: none;
		width: 99.333333%;
		margin-right: 0%;
	}
	.blog_date_right {
		float: left;
		width: 99.333333%;
	}
}












