/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}
element { outline: none; }

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * General
 */

ul {
	padding: 0px;
	margin: 0.5em 0px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}



/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: rgb(247, 245, 222);
    color: #000;
    padding: 0.4em 1em;
}

.chromeframe a:hover {
	text-decoration: underline;
}


/* ==========================================================================
   Fonts
   ========================================================================== */


@font-face {
    font-family: 'TradeCnObl';
    src: url('../fonts/tradegothicltstd-cn18obl.eot');
    src: local('?'), 
   		 url('../fonts/tradegothicltstd-cn18obl.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd-cn18obl.woff') format('woff'),
         url('../fontstradegothicltstd-cn18obl.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-cn18obl.svg#TradeCnObl') format('svg');
}

@font-face {
    font-family: 'TradeBoldCn';
    src: url('../fonts/tradegothicltstd-bdcn20.eot');
    src: url('../fonts/tradegothicltstd-bdcn20.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd-bdcn20.woff') format('woff'),
         url('../fonts/tradegothicltstd-bdcn20.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-bdcn20.svg#TradeBoldCn') format('svg');
}

@font-face {
    font-family: 'TradeBold';
    src: url('../fonts/tradegothicltstd-bold.eot');
    src: local('?'),  
         url('../fonts/tradegothicltstd-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd-bold.woff') format('woff'),
         url('../fonts/tradegothicltstd-bold.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-bold.svg#TradeBold') format('svg');
}


@font-face {
    font-family: 'TradeCn';
    src: url('../fonts/tradegothicltstd-cn18.eot');
    src: url('../fonts/tradegothicltstd-cn18.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd-cn18.woff') format('woff'),
         url('../fonts/tradegothicltstd-cn18.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-cn18.svg#TradeCn') format('svg');
}


@font-face {
    font-family: 'TradeRegular';
    src: url('../fonts/tradegothicltstd.eot');
    src: local('?'), 
    	 url('../fonts/tradegothicltstd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd.woff') format('woff'),
         url('../fonts/tradegothicltstd.ttf') format('truetype'),
         url('../fonts/tradegothicltstd.svg#TradeRegular') format('svg');
}

@font-face {
    font-family: 'Monotype';
    src: url('../fonts/mtsorts.eot');
    src: local('?'), 
    	 url('../fonts/mtsorts?#iefix') format('embedded-opentype'),
         url('../fonts/mtsorts.woff') format('woff'),
         url('../fonts/mtsorts.ttf') format('truetype'),
         url('../fonts/mtsorts.svg#Monotype') format('svg');
}


p, li, label {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	line-height: 1.4em;
	color: #3b2b20;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}

h1, h2, h3, h4, h5, a {
	font-weight: normal;
}

h1 {
   font-family: 'TradeCn';
}

h2 {
   font-family: 'Tinos', serif;
}

h3 {
   font-family: 'TradeBoldCn';
   margin: 0.5em 0;
}

a {
	color: #f73f30;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: inherit ;
	line-height: inherit;
}

#page-inner .subcontent ul {
	margin: 0px 1.1em;
}


#page-inner  .subcontent li {
	list-style-image: url(../img/repeat/bullet.png);
}


/* ==========================================================================
   Estructura
   ========================================================================== */

#principal {
	border-bottom: 14px solid #33271d;
}

#header-content {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

#content-index {
	max-width: 100%;
	margin: 0 auto;
	clear: both;
}

#content {
	max-width: 982px;
	margin: 0 auto;
	clear: both;
}

#page-inner .subcontent {
	float: left;
	width:96%;
	padding: 0 2% 3em;
}



/* ==========================================================================
   Hoteles Prado del Río
   ========================================================================== */


/*Menu Primary*/

#menu-primary {
	width: 100%;
}

#menu-primary .btn-menu {
	display: none;
	color: #402d1e;
	font-family: 'TradeBoldCn';
	float: right;
	text-transform: uppercase;
	font-size: 0.94em;
}

#menu-primary .btn-menu span.text {
	float: left;
	padding-right: 3px;
}

#menu-primary .btn-menu span.img {
	background-image: url(../img/repeat/span-menu.jpg);
	background-repeat: no-repeat;
	width: 21px;
	height: 13px;
	display: block;
	float: right;
}

#menu-primary ul {
	text-align: center;
	margin: 1em 0px;
	padding-left: 25px;
}

#menu-primary ul li {
	display: inline-block;	
	text-align: center;
	padding: 0px 0px;
}

#menu-primary li a {
	color: #3b2b20;
	font-family: 'TradeCn', Helvetica, "Helvetica Neue", Arial;
	font-size: 1.1em;
	letter-spacing: 0em;
	text-transform: uppercase;
}

#pages #menu-primary li a {
	font-size: 1.08em;
}

#menu-primary li a.active {
	color: #781919;
	font-family: 'TradeBoldCn';
}

#menu-primary li.coa a.active {
	font-family: 'TradeCn';
}
#menu-primary li a:hover {
	color: #781919;
	text-decoration:underline;
}

#menu-primary li span {
	font-family: 'Monotype';
	color: #781919;
	font-size: 1em;
	line-height: 1em;
	padding: 4px 13px 0px 13px;
	float: right;
}

#logo_prado {
	background: #fff url(../img/logo_prado.jpg) no-repeat top center;
	border-radius: 0px 0px 5px 5px;
	bottom: -62px;
	margin: 0px auto;
	position: absolute;
	width: 190px;
	height: 50px;
	left: 0;
	right: 0;
	text-indent: -999em;
	z-index: 100000;
}

#logo_prado a {
	width: 100%;
	height: 100%;
	display: block;
}


/*Slideshow*/

#home-slideshow {
	/*max-width: 1400px;*/
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

#home-slideshow .content-text {
	padding-left: 17%;
	display: block;
}

#home-slideshow .text {
	position: absolute;
	z-index: 10;
	top: 35%;
}

#home-slideshow .h3 {
	color: white;
	font-family: 'TradeCnObl';
	font-size: 1.1em;
	clear: both;
	margin-top: 12em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	display: block;
	position: absolute;
	bottom: 3%;
	width: 100%;
	z-index: 10;
}

#home-slideshow .text .h1 {
	font-family: 'TradeCn';
	font-size: 2.8em;
	display: block;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
	margin: 0em 0 0.3em;
	line-height: 1.1em;
	letter-spacing: 0.04em;
}

#home-slideshow .text .h2 {
	color: white;
	display: block;
	font-family: 'Tinos', serif;
	font-size: 2.1em;
	margin: 0px 0px 0.8em;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9);
}

#home-slideshow .text .line {
	border-bottom: 2px dotted #fff;
	width: 120%;
	display: block;
}

#home-slideshow .text a {
	background-color: rgba(0,0,0,0.52);
	font-family: 'TradeCn';
	padding: 8px 6px 3px;
	border-radius: 5px;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-top: 0.6em;
	float: left;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9);
	letter-spacing: 0.04em;
}

#home-slideshow .text a:hover {
	color: #ccc;
}

#home-slideshow .img span {
	background-image: url(../img/repeat/gradient.png);
	background-repeat: repeat-x;
	height: 120px;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/*Content*/

#intro {
	max-width: 500px;
	margin: 1.8em auto;
}

#intro h2 {
	text-align: center;
	color: #781919;
	font-size: 1.7em;
	margin-bottom: 0.2em;
}

#list-hotels {
	width: 100%;
	margin-bottom: 1.8em;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

#list-hotels li {
   box-shadow:  0px 0px 2px 1px rgba(0,0,0,0.2); 
   border-radius: 5px 5px 5px 5px;
   display: inline-block;
   max-height: 312px;
   padding: 30px 0px 0px 0px;
   overflow: hidden;
   position: relative;
   margin-left: 8px;
   margin-right: 8px;
   margin-bottom: 20px;
   max-width: 200px;
}

#list-hotels li a {
	float: left;
	text-align: center;
	width: 100%;
}

#list-hotels li .logo {
	background-position: left center;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

#list-hotels li a:hover .logo{
	opacity: 1;
}

#list-hotels li .logo_meson {
	background-image: url(../img/logo_meson.png);
	width: 87px;
	height: 87px;
	background-repeat: no-repeat;
	background-size: 100%;
    opacity: .5;
	
}

#list-hotels li .logo_posada {
	background-image: url(../img/logo_posada.png);
	width: 82px;
	height: 87px;
		background-repeat: no-repeat;
	background-size: 100%;
    opacity: .5;
}

#list-hotels li .logo_balcon {
	background-image: url(../img/logo_balcon.jpg);
	width: 89px;
	height: 90px;
		background-repeat: no-repeat;
	background-size: 100%;
    opacity: .5;
}

#list-hotels li .logo_niebla {
	background-image: url(../img/logo_niebla.png);
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: 90%;
	opacity: .5;
}

#list-hotels li .logo_terraza {
	background-image: url(../img/logo_terraza.png);
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: 90%;
	opacity: .5;
}

#list-hotels .btn {
	background-color: #f73f30;
	border-radius: 7px;
	display: none;
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	bottom: 50px;
	padding: 8px 16px 3px;
	text-transform: uppercase;
	text-align: center;
	left: 30%;
	font-family: 'TradeCn';
	width: 60px;
}

#list-hotels a:hover .btn {
	display: block;
}

#list-hotels .title {
	color: #781919;
	font-family: 'TradeBoldCn';
	font-size: 1.34em;
	text-transform: uppercase;
	clear: both;
	border-bottom: 1px solid #a28780;
	line-height: 1.4em;
	padding-bottom: 6px;
}

#list-hotels .city {
	color: #a28780;
	clear: both;
	font-size: 1.3em;
	font-family: 'TradeCn';
	text-transform: uppercase;
	display: block;
	padding-top: 12px;
}

#list-hotels .img {
	display: block;
	float: left;
	margin-top: 16px;
}

/*Footer*/

footer#hotels{
	background-color: #33271d;
	padding: 0.4em 0px;
}

#nav-footer ul {
	text-align: center;
}

#nav-footer {
	max-width: 982px;
	margin: auto;
}

#nav-footer li {
	display: inline-block;
	border-right: 1px solid #e5e2e2;
	line-height: 0.84em;
	font-size: 0.83em;
	padding:0px 6px 0px 6px;
}

#nav-footer li:last-child {
	border: none;
}

#nav-footer a {
	color:  #e5e2e2;
	font-size: 1em;
	letter-spacing: 0.08em;
	font-weight: lighter;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#nav-footer a:hover {
	color:#ab9f94;
}



/* ==========================================================================
   General Hotels Home
   ========================================================================== */
   
#pages header {
	position: relative;
	width: 100%;
	display: block;
}   

#pages #menu-primary {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

#pages #menu-primary ul {
	margin: 0.6em 0px;
	
}

/*Logos Hoteles*/

.logo-hotel {
	border-radius: 0px 0px 5px 5px;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -38px;
	text-indent: -999em;
	z-index: 100000;
}
 
/* Menu secundary */

#menu-content {
	max-width: 982px;
	margin: 0 auto;
	position: relative;
}

#menu-secundary {
	width: 100%;
	padding: 9px 0px 8px;
}

#menu-secundary ul {
	text-align: center;
	margin: 0px;
}

#menu-secundary li {
	display: inline-block;
	padding-right: 15px;
}

#menu-secundary li.center {
	padding: 0px 65px;
	margin: 0 auto 0;
}

#pages #menu-secundary li a {
	font-family: 'TradeCn', Helvetica, "Helvetica Neue", Arial;
	font-size: 1.2em;
	font-weight: lighter;
	letter-spacing: 0em;
	text-transform: uppercase;
}

#pages #menu-secundary  li a.active {
	color: #ffffff;
}

#pages #menu-secundary  li a:hover {
	color: #ffffff;
}


/*Menu Idiomas*/

#menu-secundary .menu-lang {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}

#menu-secundary .menu-lang li {
	padding-right: 0px;
}

#menu-secundary .menu-lang .es {
	background-position: -250px -150px;
	background-image: url(../img/CSS_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -999em;
	width: 25px;
	opacity: 0.5;
}

#menu-secundary .menu-lang .en {
	background-position: -300px -150px;
	background-image: url(../img/CSS_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -999em;
	width: 25px;
	opacity: 0.5;
}

#menu-secundary .menu-lang .active, #menu-secundary .menu-lang a:hover {
	opacity: 1;
}

/*Main Slideshow*/

#main-slideshow {
	max-width: 1278px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

#main-slideshow .flex-control-nav {
	bottom: 6px;
}

#content-text {
	margin: 0 auto;
	max-width: 982px;
}

#content-text .text {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 50px;
	z-index: 10000;
}

.gallery-xalapa #content-text .text {
	width: 300px;
}

.gallery-xalapa #content-text .text  h2 {
	width: 70%;
}

#content-text .text  h2 {
	font-style: italic;
	font-size: 1.7em;
	color: #ffffff;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8); 
	margin: 0 auto 0.6em;
	max-width: 520px;
	text-align: center;
	width: 50%;
}

#main-slideshow .img span {
	background-image: url(../img/repeat/gradient.png);
	background-repeat: repeat-x;
	height: 120px;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#main-slideshow img {
	max-width: 1278px;
	max-height: 544px;
}

.btn-booking {
	background: #c8463c; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8463c 53%, #c23126 53%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#c8463c), color-stop(53%,#c23126)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8463c 53%,#c23126 53%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8463c 53%,#c23126 53%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8463c 53%,#c23126 53%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8463c 53%,#c23126 53%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8463c', endColorstr='#c23126',GradientType=0 ); /* IE6-9 */
	font-size: 0.85em;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.56);
	padding: 10px 16px 8px;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	max-width: 120px;
	width: 50%;
	display: block;
}

.btn-booking:hover {
	background: #b23535; /* Old browsers */
	background: -moz-linear-gradient(top,  #b23535 53%, #a81a15 53%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#b23535), color-stop(53%,#a81a15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b23535 53%,#a81a15 53%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b23535 53%,#a81a15 53%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b23535 53%,#a81a15 53%); /* IE10+ */
	background: linear-gradient(to bottom,  #b23535 53%,#a81a15 53%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23535', endColorstr='#a81a15',GradientType=0 ); /* IE6-9 */
	color: #dddddd;
}

.description {
	color: white;
	bottom: 40px;
	font-family: 'TradeCnObl';
	font-size: 1.1em;
	clear: both;
	margin-top: 12em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	position: absolute;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 10;
}

/*Estructura*/

.col-left {
	width: 60.5%;
	margin-right: 3.5%;
	float: left;
}

.col-right {
	width: 36%;
	float: right;
}

#top {
	float: left;
	margin-top: 0px;
	margin-bottom: 1.7em;
}

#bottom {
	width: 100%;
	float: left;
}

#top .col-left {
	padding-top: 30px;
}

.left-side {
	float: left;
	width: 29%;
	padding: 0px 5.5% 0px 5%;
	text-align: center;
}

#top .col-left h2 {
	color: #781919;
	font-size: 1.36em;
	margin: 0.4em 0 0.2em;
	line-height: 1.3em;
}	

#top .col-left .decor {
	width: 100%;
}

#top .col-left p {
	float: right;
	width: 60.5%;
	font-family: 'TradeRegular';
	font-size: 1.1em;
	line-height: 1.6em;
}

#top .contact {
	background-color: #f3efe5;
	padding: 0.8em 8% 0.7em;
	float: left;
	width: 84%;
}

#top .contact h3 {
	color: #551e11;
	font-size: 1.24em;
}

#top .contact ul {
	margin: 0px;
}

#top .contact li {
	display: block;
	clear: both;
	margin-bottom: 16px;
}

#top .contact li span {
	margin-right: 8px;
	line-height: 200%;
}

.icon-address {
	width: 32px;
	height: 32px;
	background-image: url(../img/icons/icon-location.svg);
	display: block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.icon-phone {
	width: 28px;
	height: 28px;
	background-image: url(../img/icons/icon-phone.svg);
	display: block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.icon-email {
	width: 28px;
	height: 28px;
	background-image: url(../img/icons/icon-email.svg);
	display: block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.icon-face {
	width: 28px;
	height: 28px;
	background-image: url(../img/icons/icon-face.svg);
	display: block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.icon-insta {
	background: url(../img/icon-instagram.svg) no-repeat center center;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 5px;
	float: left;
}

.icon-whats {
	background: url(../img/icons/icon-whats.svg) no-repeat center center;
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	    background-size: 100%;
}

.icon-airbnb {
	background: url(../img/icons/icon-airbnb.svg) no-repeat center center;
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	background-size: 100%;
}

.color {
	color: #c23126;
}

/*Services*/

.services {
	padding: 1em 4% 1.2em;
	width: 92%;	
	text-align: center;
	float: left;
	margin-bottom: 1.9em;
	border-radius: 2px;
}

.services h3 {
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'TradeCn';
	font-size: 1.4em;
}

.services ul {
	/*-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	/*-moz-column-gap:20%; /* Firefox */
	-webkit-column-gap:20%; /* Safari and Chrome */
	column-gap:20%;
	list-style: outside disc;
}

.services ul li {
	float: left;
	text-align: left;
	list-style-image: url(../img/repeat/bullet.png);
	color: #e3e3e3;
	margin-left: 1em;
	letter-spacing: 0.08em;
	padding-bottom: 0.6em;
	font-size: 0.84em;
	width: 90%;
}

/*Comments Outside*/

.comments {
	background-color: #f3efe5;
	border: 1px solid #b6b3ac;
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	margin-bottom: 1.6em;
	padding: 1.25% 0px;
}

.comments span.img {
	background-image: url(../img/CSS_sprite.png);
	background-repeat: no-repeat;
	background-position: -350px -150px;
	display: block;
	height: 30px;
	margin: 0px auto;
	width: 138px;
}

.comments-content {
	background-color: white;
	border-radius: 6px;
	width: 97.5%;
	height: 97.5%;
	margin: 0px auto;
	text-align: center;
	padding: 1em 0px;
}

.comments h3 {
	margin: 0px 0px 0.5em;
	text-transform: uppercase;
	font-size: 1.1em;
}

.comments ul {
	padding: 0px 2em;
	margin-bottom: 0px;
}

.comments a {
	text-decoration: underline;
}

.comments a:hover {
	color: #781919;
}

.comments li {
	font-style: italic;
	font-size: 0.85em;
	padding-bottom: 1em;
}

.comments span {
	text-align: center;
	clear: both;
	display: block;
	font-style: normal;
	font-weight: bold;
}

#secondary-slideshow {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

/* icons */

.text-normal {
	color: #c23126;
    font-size: .95rem;
    line-height: 2rem;
}

#top .contact li.icon {
}

/* Slider Galery*/

#slider {
	max-width: 594px;
	max-height: 374px;
	cursor: pointer;
}

#slider, #carousel {
	margin: 0 0 0px!important;
	background: #fff;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

#carousel {
	clear: both;
	margin-top: 0.3em !important;
}

#slider span.text {
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: white;
	font-family: 'TradeCnObl';
	font-size: 1.2em;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	text-shadow: 0px 0px 4px rgba(0,0,0, 1);
	width: 100%;
}

/* Map */

#mapa {
	width: 100%;
	clear: both;
	float: left;
	margin: 1.6em 0 2.6em;
}

#mapa .title {
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
}

#mapa .title h2 {
	color: #3f2d21;
	font-size: 1.2em;
	margin: 0px;
	width: 50%;
	margin: 0 auto;
}

#mapa .title h3 {
	text-transform: uppercase;
	color: #3f2d21;
	font-size: 1.6em;
	margin: 0px;
}

#mapa .mapa-content {
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

/* Footer */

#footer-pages {
	padding: 1em 0;
	width: 100%;
	float: left;
}

#footer-content {
	max-width: 982px;
	margin: 0 auto;
}

#footer-content .col-left {
	width: 60%;
	float: left;
}

#footer-content h4 {
	margin: 0px;
	font-size: 0.9em;
	color: white;
}

#footer-content .col-right ul {
	margin: 0px;
}

#footer-content .col-right a:hover {
	text-decoration: underline;
}

#footer-content p {
	letter-spacing: 0.08em;
	font-size: 0.84em;
	color: #e3e3e3;
}

#footer-content .col-right {
	width: 30%;
	float: right;
}

#footer-content h3 {
	color: white;
}

#footer-content #nav-footer {
	clear: both;
	width: 100%;
	margin-top: 0.7em;
	float: left;
}

#footer-content #nav-footer ul {
	border-top: 1px solid rgba(255, 255, 255,0.5);
	padding: 0.7em 0 0;
}

/* ==========================================================================
   General Hoteles Pages
   ========================================================================== */

#main-img {
	max-width: 1278px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
	max-height: 544px;
}

#main-img .text {
	bottom: 1.2em;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#main-img .text h2 {
	color: white;
	font-style: italic;
	font-size: 1.8em;
	text-align: center;
	margin: 0px auto;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}

#main-img .text h2 {
	width: 24%;
}

#main-img .img-content {
	float: left;
	position: relative;
}

#bread {
	padding: 0.5em 0;
	width: 100%;
	font-size: 0.96em;
	float: left;
	border-bottom: 1px solid #e7e2d6;
	margin: 0 0 1.4em;
}

#bread a, #bread span {
	color: #666666;
}

#bread p {
	color: #3f2d21;
	display: inline;
	margin: 0px;
}

#page-inner h1.title {
	color: #3f2d21;
	font-size: 1.7em;
	text-transform: uppercase;
	margin: 0.2em 0;
}

#page-inner h2.subtitle {
	color: #781919;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0.2em 0;
}

#page-inner h4 {
	color: #3f2d21;
	font-weight: bold;
}

#page-inner a:hover {
	text-decoration: underline;
}

.room {
	float: left;
	margin-bottom: 1em;
}

.room .col-left {
	width: 57%;
	margin-right: 4%;
}

.room .col-right {
	width: 39%;
}

.restaurante img {
	margin-bottom: 0.5em;
	float: left;
}

/* ==========================================================================
   Mesón del Alferez Xalapa
   ========================================================================== */


#logo_meson {
	background: #fff url(../img/logo_meson.png) no-repeat top center;
	width: 100px;
	height: 80px;
	background-size: 70px;
}

#logo_meson a {
	width: 100%;
	height: 100%;
	display: block;
}

.meson-xlp #menu-secundary {
	background: #6b2819; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b2819 0%, #5c2a1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b2819), color-stop(100%,#5c2a1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b2819 0%,#5c2a1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b2819 0%,#5c2a1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b2819 0%,#5c2a1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b2819 0%,#5c2a1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2819', endColorstr='#5c2a1c',GradientType=0 ); /* IE6-9 */
}

.meson-xlp #menu-secundary li a, .meson-xlp #menu-secundary li a:visited {
	color: #d2c7c4; 
}

.meson-xlp .services {
	background-color: #6a2819;
}

.meson-xlp #footer-pages {
	background-color: #5b2a1c;
}


/* ==========================================================================
   POSADA DEL CAFETO
   ========================================================================== */

#logo_posada {
	background: #fff url(../img/logo_posada.png) no-repeat top center;
	width: 100px;
	height:110px;
	background-size: 100%;
	    bottom: -70px;
}

#logo_posada a {
	width: 100%;
	height: 100%;
	display: block;
}

.posada #menu-secundary {
	background: #26355c; /* Old browsers */
	background: -moz-linear-gradient(top,  #26355c 0%, #28334d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26355c), color-stop(100%,#28334d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #26355c 0%,#28334d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #26355c 0%,#28334d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #26355c 0%,#28334d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #26355c 0%,#28334d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26355c', endColorstr='#28334d',GradientType=0 ); /* IE6-9 */

}

.posada #menu-secundary li a, .posada #menu-secundary li a:visited {
	color: #bec1c7; 
}

.posada .services {
	background-color: #2d3653;
}

.posada #footer-pages {
	background-color: #2d3653;
}

.posada #top .col-left h2,.posada #top .col-left .decor {
	color: #293a4e;
	
}
.posada #top .col-left h2 {font-size: 1.3em;}

.posada .decor .line-red  {border-color: #293a4e; }

.posada #top .col-left p { color: #191919;}


/* ==========================================================================
   Balcón del Alférez
   ========================================================================== */

#logo_balcon {
	background: #fff url(../img/logo_balcon.jpg) no-repeat top center;
	width: 100px;
	height: 80px;
}

#logo_balcon a {
	width: 100%;
	height: 100%;
	display: block;
}

.balcon #menu-secundary {
	background: #b92f24; /* Old browsers */
	background: -moz-linear-gradient(top,  #b92f24 0%, #ac2c21 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac2c21), color-stop(100%,#28334d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b92f24 0%, #ac2c21 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b92f24 0%, #ac2c21 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b92f24 0%, #ac2c21 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b92f24 0%, #ac2c21 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b92f24', endColorstr=' #ac2c21',GradientType=0 ); /* IE6-9 */

}

.balcon #menu-secundary li a, .balcon #menu-secundary li a:visited {
	color: #d1c6c2; 
}

.balcon .services {
	background-color: #c33026;
}

.balcon #footer-pages {
	background-color: #7e1f19;
}

.balcon #top .col-left h2, .balcon #top .col-left .decor {
	color: #c33026;
	
}
.balcon #top .col-left h2 {font-size: 1.3em;}

.balcon .decor .line-red  {border-color: #c33026; }

.balcon  #top .col-left p { color: #191919;}


/* ==========================================================================
   Hostal de Niebla
   ========================================================================== */

#logo_niebla {
	background: #fff url(../img/logo_niebla.png) no-repeat top center;
	width: 100px;
    height: 110px;
    bottom: -70px;
	background-size: 100%;
}

#logo_niebla a {
	width: 100%;
	height: 100%;
	display: block;
}

.niebla #menu-secundary {
	background-color: #00324a;

}

.niebla #menu-secundary li a, .balcon #menu-secundary li a:visited {
	color: #c5d1c2; 
}

.niebla .services {
	background-color: #00324a;
}

.niebla #footer-pages {
	background-color: #00324a;
}

.niebla #top .col-left h2, .niebla #top .col-left .decor {
	color: #254722;
	
}
.niebla #top .col-left h2 {font-size: 1.3em;}

.niebla .decor .line-red  {border-color: #254722; }

.niebla  #top .col-left p { color: #191919;}

.note {
	background: #f3efe5;
    padding: 15px;
    border: 2px solid #6a2919;
    color: #6a2919;
    font-weight: 700;
    display: block;
}

/* ==========================================================================
   Terraza del Alferez
   ========================================================================== */

#logo_terraza {
	background: #fff url(../img/logo_terraza.png) no-repeat top center;
	width: 80px;
    height: 80px;
    bottom: -40px;
	background-size: 100%;
}

#logo_terraza a {
	width: 100%;
	height: 100%;
	display: block;
}

.terraza #menu-secundary {
	background-color: #38486b;
}

.terraza #menu-secundary li a, .balcon #menu-secundary li a:visited {
	color: #bbccf1; 
}

.terraza .services {
	background-color: #38486b;
}

.terraza #footer-pages {
	background-color: #38486b;
}

.terraza #top .col-left h2, .niebla #top .col-left .decor {
	color: #254722;
	
}
.terraza #top .col-left h2 {font-size: 1.3em;}

.terraza .decor .line-red  {border-color: #254722; }

.terraza  #top .col-left p { color: #191919;}



/* ==========================================================================
   Mesón del Alférez Coatepec
   ========================================================================== */


.meson-coa #menu-secundary {
	background: #493627; /* Old browsers */
	background: -moz-linear-gradient(top,  #493627 0%, #423124 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #493627), color-stop(100%,#423124)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #493627 0%, #423124 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #493627 0%, #423124 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #493627 0%, #423124 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #493627 0%, #423124 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#493627', endColorstr=' #423124',GradientType=0 ); /* IE6-9 */

}

.meson-coa #menu-secundary li a, .balcon #menu-secundary li a:visited {
	color: #d3c4c1; 
}

.meson-coa .services {
	background-color: #3f2d21;
}

.meson-coa #footer-pages {
	background-color: #3f2d21;
}

.meson-coa #top .col-left h2 {font-size: 1.3em;}

.meson-coa #top .col-left p { color: #191919;}

#menu-primary ul li.coa {width: 209px;}
.gallery-coatepec #content-text .text h2 {width: 100%;}

.meson-coa.english #menu-secundary li:nth-child(1) {padding-left: 40px;}


/* ==========================================================================
   Helper classes
   ========================================================================== */
   
 /*
 * form
 */
 
#form {
	float: left;
	margin-top: 1.5em;
} 
 
#form h4 {
	width: 100%;
	display: block;
	float: left;
}

small {
	color: #3b2b20;
	padding-left: 5px;
}
 
.row {
	float: left;
	clear: both;
	margin-bottom: 1em;
} 
 
label {
	text-align: right;
	padding-right: 8px;
	min-width: 200px;
	display: inline-block;
}
 
input[type='text'], textarea {
	background-color: #f3efe5;
	border: 1px solid #b6b3ac;
	border-radius: 4px;
	font-size: 0.84em;
	padding: 4px 7px;
	min-width: 200px;
} 

textarea {
	min-width: 300px;
}
 
input[type='button'] {
	background: #c8463c;
	background: -moz-linear-gradient(top, #c8463c 53%, #c23126 53%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#c8463c), color-stop(53%,#c23126));
	background: -webkit-linear-gradient(top, #c8463c 53%,#c23126 53%);
	background: -o-linear-gradient(top, #c8463c 53%,#c23126 53%);
	background: -ms-linear-gradient(top, #c8463c 53%,#c23126 53%);
	background: linear-gradient(to bottom, #c8463c 53%,#c23126 53%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8463c', endColorstr='#c23126',GradientType=0 );
	font-size: 0.8em;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.56);
	padding: 10px 16px 8px;
	border-radius: 5px;
	border:  none;
} 


input[type='button']:hover {
	background: #b23535; /* Old browsers */
	background: -moz-linear-gradient(top,  #b23535 53%, #a81a15 53%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#b23535), color-stop(53%,#a81a15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b23535 53%,#a81a15 53%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b23535 53%,#a81a15 53%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b23535 53%,#a81a15 53%); /* IE10+ */
	background: linear-gradient(to bottom,  #b23535 53%,#a81a15 53%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23535', endColorstr='#a81a15',GradientType=0 ); /* IE6-9 */
	color: #dddddd;
}

   
/*
 * flex slider
 */
 
.flexslider {
	margin: 0;
	padding: 0;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-viewport li {
	position: relative;
	display: none;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	height: auto;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-direction-nav a {
	width: 40px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	top: 45%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.6;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-direction-nav .flex-prev {
	background-image: url(../img/repeat/nav-left.png);
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	height: 56px;
	left:80px;
}

.flex-direction-nav .flex-next {
	background-image: url(../img/repeat/nav-right.png);
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	height: 56px;
	right: 80px;
}

.flex-direction-nav .flex-disabled {
	opacity: 0;
}

#slider .flex-direction-nav a, #carousel .flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(../img/repeat/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

#slider .flex-direction-nav .flex-prev, #carousel .flex-direction-nav .flex-prev {
	left: -36px;
}

#slider .flex-direction-nav .flex-next, #carousel .flex-direction-nav .flex-next{
	background-position: 100% 0;
	right: -36px;
}

#slider:hover .flex-prev, #carousel:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}

#slider:hover .flex-next, #carousel:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flex-control-nav {
	bottom: 14px;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	position: absolute;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

.flex-control-nav a {
	cursor: pointer;
	color: white;
	height: 18px;
	background-image: url(../img/repeat/nav-bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 18px;
	text-indent: -9999em;
	display: block;
}

.flex-control-nav a.flex-active {
	background-position: right center;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

#carousel li {
	margin-right: 5px;
}

#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}

#carousel img {
	display: block;
	opacity: .5;
	cursor: pointer;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 *Floats
 */
 
.f-left {
	float: left;
} 

.f-right {
	float: right;
}


td p {
	margin: 0.2em 0;
}


/*
 *Effects
 */

.decor {
	font-family: 'Monotype';
	color: #781919;
	font-size: 1.2em;
	text-align: center;
	width: 300px;
	margin: auto;
}

.line-red {
	border-bottom: 1px #781919 solid;
	display: block;
	width: 40%;
	padding-top: 10px;
}

.line-white {
	border-bottom: 1px white solid;
	display: block;
	width: 30%;
	padding-top: 10px;
}

.line-white-2 {
	border-bottom: 1px white solid;
	display: block;
	width: 20%;
	padding-top: 18px;
}

.line-white-3 {
	border-bottom: 1px white solid;
	display: block;
	width: 30%;
	padding-top: 18px;
}

.line-dark {
	border-bottom: 1px #3f2d21 solid;
	display: block;
	width: 30%;
	padding-top: 10px;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
  

/* #Tablet (Portrait)
================================================== */  

 /* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 982px) { 
	#home-slideshow .content-text {padding-left: 19%;}
	#home-slideshow .text {top: 30%;}
    #home-slideshow .text .h1 {font-size: 2.5em; margin: 0em 0 0.1em;}
    #home-slideshow .text .h2 {font-size: 1.8em;}
    #home-slideshow .text .line {width: 80%;}
    #home-slideshow .h3 {display: none;}
    
    #list-hotels { text-align: center;}
    #list-hotels li { 
	    width: 190px; 
	    margin-left: 0;
    margin-right: 1.6%;
    }
    
     /* Hotel */
    #top, #bottom {padding: 0px 2%; width: 96%;}
    #top .col-left h2 {margin: 0px; font-size: 1.26em;}
    .services h3 {font-size: 1.3em;}
    .services ul {-moz-column-count: 2;-webkit-column-count: 2;column-count: 2; width: 100%;}
    #mapa .title h2 {width: 80%;}
    iframe {width: 100%;height: 300px;}
    #footer-content .col-left {margin-left: 2%; width: 58%;}
    
    /* Interiores */
	#main-img img, .subcontent img {width: 100%;}
	#main-img .text h2 {width: 40%;}
	
	/* Generales */
	.left-side {float: none; width: 100%; padding: 0px;}
	#top .col-left p {text-align: center; width: 100%;}
	.line-white {width: 20%;}
}

/*  #Mobile (Portrait) 
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) { 
	#list-hotels .title {
		border-bottom: none;
	}
	
	#list-hotels li {
		max-width: 100%;
		width: 100%;
	}
	
	#list-hotels li .text {
		padding-bottom: 8px;
    	display: block;
    }
    
    #list-hotels li .img img {
	    width: 120%;
    }
    
    #list-hotels li .list-content { 
	    float: left; 
	    width: 40%;
	    padding-top: 20px;
	    
    }
	
	#header-content {min-height: 66px;}
    #menu-primary ul {background-color:white; border-top: 1px solid #aa9987; display: none; margin-top: 66px; z-index: 1000000; width: 100%;position: absolute; padding-left:0px; }
    #menu-primary ul li {display: block; clear: both;text-align: left;padding: 5px 2%;border-bottom: 1px solid #aa9987;}
    #menu-primary li span {display: none;}
    #menu-primary .btn-menu {display: block; margin-top: 28px; margin-right: 5%;}
    #logo_prado {position: relative; float: left; bottom: -16px; background-color: transparent;background-size: 150px; width: 150px;}
	
	#home-slideshow.flexslider .slides img {width:150%;}
	#home-slideshow .text {top: 24%;}
	#home-slideshow .content-text {padding-left: 6%;}
    #home-slideshow .text .h1 {font-size: 2.2em; margin: 0em 0 0em;}
    #home-slideshow .text .h2 {font-size: 1.5em;}
    #home-slideshow .text a {font-size: 1.3em; }
    #home-slideshow .text .line {width: 60%;}
	.flex-direction-nav {display: none;}
	#home-slideshow .h3 {display: none;}
	
	#intro h2 {font-size: 1.4em;}
	
	#list-hotels li, #list-hotels li:last-child  { float: none; width: 90%; margin: 0 5% 1.4em !important; height: auto;padding: 0px;}
	
	#list-hotels li .logo {margin-bottom: 0.5em; background-repeat: no-repeat; padding-top: 1em;}
	
	/*
	#list-hotels li .logo_meson { background-image: url(../img/logo_meson_over@2x.png); width:72px; height: 72px;}
	#list-hotels li .logo_posada { background-image: url(../img/logo_posada_over@2x.png); width:72px; height: 74px;}
	#list-hotels li .logo_balcon { background-image: url(../img/logo_balcon_over@2x.png); width:73px; height: 72px;}
	#list-hotels li .logo_niebla{ background-image: url(../img/logo_niebla_over@2x.png); width:74px; height: 74px;}
	*/
	#list-hotels .img {float: right; width: 50%; margin-top: 0px;}
	#list-hotels .btn { right: 10%; left: inherit;}
	
	/* --------Hotel---------- */
	#pages header {min-height: 143px;}
	#header-wrapper {min-height: 68px;}
	#header-wrapper .logo-hotel {position: relative; float: left;bottom: -4px; background-color: transparent;background-size: 60px; width: 60px; margin-left: 1%;height: 60px;}
	#header-wrapper #logo_posada {height: 64px;}
	#pages #menu-primary .btn-menu {margin-right: 78px;}
	#pages #menu-primary ul {margin-top: 66px; padding-left: 0px;}
	
	.posada #header-wrapper {min-height: 72px;}
	#pages.posada header {min-height: 147px;}
	
	#menu-secundary .menu-lang {top: -56px;right: 10px;}
	#menu-secundary li.center {padding: 0px;}
	#menu-secundary {float: left;}
	#menu-content .menu ul {width: 100%; text-align: inherit; float: left;}
	#menu-content .menu li { display: inline; width: 33%; text-align: center; padding: 3px 0px 5px !important; float: left;}
	
	/*Mesón Coatepec*/
	.meson-coa #menu-content .menu li { font-size: 0.8em; width: 33.3%;}
	#pages.meson-coa  header{min-height: 139px;}
	.meson-coa #mapa .title h2 {width: 90%;}
	.meson-coa #content-text .text h2 {width: 90%;}
	
	#menu-content .menu li.center {display: none;}
	#pages #menu-secundary li a {font-size: 1em;}
	.english #menu-secundary li:nth-child(1) {padding-left: 0px !important; }
	#menu-primary ul li.coa {width: auto !important;}
	
	#top, #bottom {padding: 0px 2.5%; width: 95%;}
	.contact {margin-top: 1.6em;}
	
	#slider .flex-direction-nav, #carousel .flex-direction-nav {display: block;}
	#main-slideshow img {width: 140%;}
	#content-text .text {bottom: 35px;}
	#content-text .text h2 { font-size: 1.2em; margin-bottom: 0px; width: 80%;}
	
	.btn-booking {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.services h3 {font-size: 1.2em;}
	.english .services h3 {font-size: 1.1em;}
	.services ul {-moz-column-count: 2;-webkit-column-count: 2;column-count: 2; width: 100%;}
	#mapa .title h2 {font-size:1em; width: 80%;}
	
	
	
	#footer-content .col-right {float: none; margin: 0 2.5%; width: 95%;}
	#footer-content .col-right li {display: inline-block; float: left; padding-right: 10px;}
	#footer-content .col-left {margin: 0 2.5%; width: 95%;}
	#footer-pages #nav-footer ul {text-align: left;}
	
	#pages #nav-footer {display: none;}
	#nav-footer li { padding-bottom: 0px;}
	#nav-footer li.center {display: none;}
	
	/* Generales */
	.col-left, .col-right, .right-side, #top .col-left p, .room .col-left, .room .col-right {float: none; width: 100%;}
	#top .col-left p {text-align: center;}
	#top .col-left {padding-top: 10px;}
	.left-side {float: none; width: 100%; padding: 0px;}
	iframe {width: 100%;height: 300px;}
	.line-dark, .line-white, .line-white-3 {width: 20%;}
	.line-white-2 {width: 10%;}
	#page-inner .subcontent {width: 95%; padding: 0 2.5% 3em;}
	
	/* Interiores */
	#main-img img, .subcontent img {width: 100%;}
	.description {display: none;}
	#main-img .text h2 { font-size: 1.2em; margin-bottom: 0px; width: 50%;}
	#page-inner h1.title {font-size: 1.5em; margin-top: 1em;}
	#page-inner h2.subtitle {font-size: 1.1em;line-height: 1em;}
	.room img {margin-top: 1em;}
	#bread {display: none;}
	.gallery-coatepec #content-text .text h2 {width: 60%;}
	
	/*Form*/
	label {text-align: left;}

}

/* #Tablet (landscape)
================================================== */ 

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  	body {font-size: 0.9em;line-height: 1.3;} /* your css rules for ipad landscape */
  	#menu-content .menu li {font-size: 0.8em;}
}

/* #Tablet (portrait)
================================================== */ 

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	#pages #menu-primary ul {background-color:white; border-top: 1px solid #aa9987; display: none; margin-top: 44px; z-index: 1000000; width: 100%;position: absolute; padding-left: 0px;}
    #pages #menu-primary ul li {display: block; clear: both;text-align: left;padding: 5px 2%;border-bottom: 1px solid #aa9987;}
    #menu-primary ul li.coa {width: auto !important;}
    #pages #menu-primary li span {display: none;}
    #pages #menu-primary .btn-menu {display: block; margin-top: 18px; margin-right:80px;}
	#pages #header-wrapper {min-height:48px;}
	
	#menu-content .menu li {font-size: 0.8em;}
	#menu-secundary .menu-lang {top: -44px;right: 10px;}
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {  
    #list-hotels .img img {float: right;}
}

 /* #Mobile (size)
================================================== */  

@media only screen and (max-width: 480px) { 
	#home-slideshow.flexslider .slides .img {display: table-cell !important;vertical-align: middle;text-align: center; overflow: hidden;}
	#home-slideshow.flexslider .slides img {width:240%; display: block;margin: 0 auto; float: right;}
	
	#list-hotels li .list-content {
		width: 50%;
	}
}

/* #Mobile (landscape)
================================================== */ 

@media all and (orientation:landscape) and (max-width: 767px)  { 
	body {font-size: 0.8em;line-height: 1.2;}
	/*#mapa {display: none;}*/
}


/*extras*/

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}



/* ==========================================================================
   Hacks Browsers
   ========================================================================== */


html>/**/body p, x:-moz-any-link, x:default {
	font-weight: normal;
}

html>/**/body li, x:-moz-any-link, x:default {
	font-weight: normal;
}

html>/**/body label, x:-moz-any-link, x:default {
	font-weight: normal;
}

html>/**/body option, x:-moz-any-link, x:default {
	font-weight: normal;
}

html>/**/body a, x:-moz-any-link, x:default {
	font-weight: normal;
}

html>/**/body select, x:-moz-any-link, x:default {
	font-weight: normal;
	font-size: 0.84em;
	line-height: 1.6em;
}

html>/**/body .services ul li, x:-moz-any-link, x:default {
	padding-right: 20px;
	width: auto;
}

.lt-ie9 .services ul li {
	float: left;
	padding-right: 20px;
	width: auto;
}

.lt-ie9 #top .col-left h2, .lt-ie9 #mapa .title h2 {
	font-family: "Times New Roman",Georgia,Serif;
}

.ie8 #pages #menu-secundary li a {
	font-size: 1em;
}

.lt-ie9 #content-text .text h2 {
	font-size: 1.5em;
	font-weight: bold;
	max-width: 720px;
}

.lt-ie9 .btn-booking {
	width: 25%;
}

.english #menu-secundary li:nth-child(1) {
	padding-left: 30px;
}

.english #menu-secundary li.center {
	padding: 0px 60px;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
