/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* #Base 960 Grid
// ================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin: 0;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px;
}
.container .two.columns {
  width: 100px;
}
.container .three.columns {
  width: 160px;
}
.container .four.columns {
  width: 220px; 
}

.container .five.columns {
  width: 280px;
}
.container .six.columns {
  width: 340px;
}
.container .seven.columns {
  width: 400px;
}
.container .eight.columns {
  width: 460px;
}
.container .nine.columns {
  width: 520px;
}
.container .ten.columns {
  width: 580px;
}
.container .eleven.columns {
  width: 640px;
}
.container .twelve.columns {
  width: 700px;
}
.container .thirteen.columns {
  width: 760px;
}
.container .fourteen.columns {
  width: 820px;
}
.container .fifteen.columns {
  width: 880px;
}
.container .sixteen.columns {
  width: 940px;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
/* Offsets */
.container .offset-by-one {
  padding-left: 60px;
}
.container .offset-by-two {
  padding-left: 120px;
}
.container .offset-by-three {
  padding-left: 180px;
}
.container .offset-by-four {
  padding-left: 240px;
}
.container .offset-by-five {
  padding-left: 300px;
}
.container .offset-by-six {
  padding-left: 360px;
}
.container .offset-by-seven {
  padding-left: 420px;
}
.container .offset-by-eight {
  padding-left: 480px;
}
.container .offset-by-nine {
  padding-left: 540px;
}
.container .offset-by-ten {
  padding-left: 600px;
}
.container .offset-by-eleven {
  padding-left: 660px;
}
.container .offset-by-twelve {
  padding-left: 720px;
}
.container .offset-by-thirteen {
  padding-left: 780px;
}
.container .offset-by-fourteen {
  padding-left: 840px;
}
.container .offset-by-fifteen {
  padding-left: 900px;
}

.img-booking {
  position: absolute;
  margin-top: -20rem;
  overflow: hidden;
  width: 100%;
}
/* #Tablet (Portrait)
// ==================================================
// Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one.column,
  .container .one.columns {
    width: 28px;
  }
  .container .two.columns {
    width: 76px;
  }
  .container .three.columns {
    width: 124px;
  }
  .container .four.columns {
    width: 172px;
  }
  .container .five.columns {
    width: 220px;
  }
  .container .six.columns {
    width: 268px;
  }
  .container .seven.columns {
    width: 316px;
  }
  .container .eight.columns {
    width: 364px;
  }
  .container .nine.columns {
    width: 412px;
  }
  .container .ten.columns {
    width: 460px;
  }
  .container .eleven.columns {
    width: 508px;
  }
  .container .twelve.columns {
    width: 556px;
  }
  .container .thirteen.columns {
    width: 604px;
  }
  .container .fourteen.columns {
    width: 652px;
  }
  .container .fifteen.columns {
    width: 700px;
  }
  .container .sixteen.columns {
    width: 748px;
  }
  .container .one-third.column {
    width: 236px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }
  .container .offset-by-two {
    padding-left: 96px;
  }
  .container .offset-by-three {
    padding-left: 144px;
  }
  .container .offset-by-four {
    padding-left: 192px;
  }
  .container .offset-by-five {
    padding-left: 240px;
  }
  .container .offset-by-six {
    padding-left: 288px;
  }
  .container .offset-by-seven {
    padding-left: 336px;
  }
  .container .offset-by-eight {
    padding-left: 384px;
  }
  .container .offset-by-nine {
    padding-left: 432px;
  }
  .container .offset-by-ten {
    padding-left: 480px;
  }
  .container .offset-by-eleven {
    padding-left: 528px;
  }
  .container .offset-by-twelve {
    padding-left: 576px;
  }
  .container .offset-by-thirteen {
    padding-left: 624px;
  }
  .container .offset-by-fourteen {
    padding-left: 672px;
  }
  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}
/*  #Mobile (Portrait)
// ==================================================
// Note: Design for a width of 320px  */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }
  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
// ==================================================
// Note: Design for a width of 480px  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }
}
/* #Clearing
// ==================================================
// Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.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;
}
/* You can also use a <br class="clear" /> to clear columns */
/*.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}*/
/* RESETS
// ================================================== */
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,
center,
dl,
dt,
dd,
ol,
ul,
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;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before {
  content: '';
  content: none;
}
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* ESTILOS BASICOS
// ================================================== */
body {
  background: #fff;
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
::-moz-selection {
  background: #294456;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #294456;
  color: #fff;
  text-shadow: none;
}
/* Iconos
// ================================================== */
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons/entypo.eot');
  src: url('../fonts/icons/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/icons/entypo.woff') format('woff'), url('../fonts/icons/entypo.ttf') format('truetype'), url('../fonts/icons/entypo.svg#EntypoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Tipografia
// ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Happy Monkey', Arial, Helvetica, Serif;
  text-transform: uppercase;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  color: #333 ;
}
h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 4px;
}
h5 {
  font-size: 1.1rem;
  line-height: 2rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
  line-height: 1.5rem;
  text-align: left;
  color: #333333;
  font-family: 'Asap';
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 2rem;
  color: #777;
}
p.small {
  font-size: 0.7rem;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #e7dddb;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: 1px solid #f4c7bc;
  border-width: 1px 0 0;
  clear: both;
  margin: 18px 0 18px;
  height: 0;
}
/* LINKS
// ================================================== */
a,
a:visited {
  color: #969857;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #969857;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
  color: #252525;
}
/* Imagenes
// ================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* BOTONES
// ================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #2b2003;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: bold;
  text-decoration: none;
  
  cursor: pointer;
  margin-bottom: 14px;
  line-height: normal;
  padding: 10px 22px;
  font-family: 'Asap', serif;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  background:#54410D;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 0;
  border-bottom: 2px solid  #54410D;
  background: #54410D;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button-base,
button.button-base {
  background:  #E8ECB9 !important;
  color: #fff!important;
  border-color:  #E8ECB9;
}
.button-base:hover,
button.button-base:hover {
  background:  #E8ECB9 !important;
  color: #CA3F52!important;
  border-color:  #E8ECB9 !important;
}
.sistema-header,
.sistema-footer {
  background: #304f63;
}
.sistema-header p.prueba,
.sistema-footer p.prueba {
  color: #fff;
  font-size: 1rem;
  text-align: left;
  padding: 16px 0;
}
.wrapper,
.container {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
.hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
.altheading {
  font-family: 'Lora', serif;
}
.box {
  box-sizing: border-box;
  padding: 1rem;
}
.bg-base {
  background: #4e81a1;
}
.icon {
  font-family: 'icons' !important;
}
.separate {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.left-image {
  float: left;
  margin: 0.7rem 0.7rem 0.1rem 0;
}
.right-image {
  float: right;
  margin: 0.7rem 0 0.7rem 0.1rem;
}
.img-thumbnail {
  background: #fff;
  padding: 3px;
  border: 1px solid #e7dddb;
}
/* ESTILOS DE MAQUETACION
// ================================================== */
body {
  position: relative;
  background: #ffffff;
}
body .principalbanner {
  z-index: 9999;
}
body .principalbanner .banner {
  background: #e3a181;
}
header {
  height: 162px;
  background: #fff;
}
header .row {
  margin: 0;
}
/*header .top-bar {
  
  height: 42px;
  overflow: hidden;
  background: #fff;
}*/
header .top-bar ul {
  list-style-type: none;
  display: inline;
  margin-left: 290px;
}
header .top-bar ul li {
  display: inline;
  padding-right: 1rem;
}
header .top-bar ul a {
      font-size: 0.8rem;
    color: #7e770c;
    line-height: 2.5rem;
    font-family: 'Asap',Helvetica,sans-serif;
}
header .top-bar ul a:hover {
  color: #7e770c;
}
header .top-bar .social-likes {
  display: inline-block;
  float: right;
  padding: 0.5rem 0 0 0;
}
header .top-bar .social-likes .headshare {
  display: inline-block;
  padding-top: 2px;
}
header .top-bar .social-likes a.lang {
  display: inline-block;
  background: #fff;
  color: #252525;
  padding: 6px 8px;
  float: right;
  box-shadow: 0 2px 7px 0 #D2D2D2;
}
header .top-bar .social-likes a.lang:hover {
  background: #b0bfc9;
}
header .top-bar .social-likes a.lang img.mx {
  margin-bottom: -3px;
}
header h1 {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: -22px;
}
header h1 a {
  display: block;
  padding: 12px 0 0px;
}
#slider {
  position: relative;
  width: 100%;
  z-index: 80;
  overflow: hidden;
}
#slider .flexslider {
  background: none;
  border: none;
  margin: 0 0 -12px 0;
  box-shadow: none;
}
#slider .flex-control-paging {
  position: absolute;
  bottom: 1.4rem;
}
#slider .flex-control-paging a {
  background: #d87c4f;
}
#slider .flex-control-paging a.flex-active {
  background: #294456;
}
#slider .wsp_default_skin .flex-caption {
  width: auto;
  position: relative;
  height: 35px;
  bottom: 12rem;
  text-align: right;
  right: 15rem;
  background: none;
  color: white;
  font-family: 'Cantata One', serif;
  font-size: 2rem;
  text-shadow: 0 1px 2px #333;
}
#slider .wsp_default_skin .flex-caption strong {
  color: #fff;
  font-weight: normal;
}
.slidercontentp1 {
  margin-top: 10rem;
}
.ssp_slider_default .flex-direction-nav li {
  margin: 0;
}
ul#crumbs {
  background: #e7dddb;
  display: block;
  box-sizing: border-box;
  padding: 0.7rem;
}
ul#crumbs a {
  color: #3a6078;
  text-decoration: underline;
}
ul#crumbs a:hover {
  color: #e3a181;
}
ul#crumbs li {
  display: inline-block;
  margin: 0;
}
ul#crumbs li:after {
  content: " / ";
  margin: 0 0.5rem;
  color: #c8b2ad;
}
ul#crumbs li:after:last-child {
  content: " ";
}
.booking {
  background: #1D8BA9;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 3px #104b5b inset;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
#booking h3 {
  display: none;
}
#booking input,
#booking select {
  width: 100%;
  background: #f5cec5;
  color: #252525;
}
#booking #contmodal {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.31);
  box-sizing: border-box;
  padding: 2rem;
}
#booking #contmodal h2,
#booking #contmodal p {
  margin: 0 0 10px 0;
}
#booking #contmodal .loading-bar {
  background: url(../img/ajax-loader.gif) top center no-repeat;
  display: block;
  height: 22px;
  margin: 0;
}
#booking .modal {
  z-index: 999;
  position: relative;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  text-align: center;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
#booking label {
  color: #fefaf9;
}
#booking table {
  display: inline-block;
}
#booking table tr {
  border: 0;
  background: none;
  box-sizing: border-box;
}
#booking table td {
  border: 0;
  box-sizing: border-box;
  padding: 0;
}
#booking div {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 6px 0 0;
  overflow: hidden;
}
#booking .block {
  width: 48%;
}
#booking .block-small {
  width: 36%;
}
#booking .block-button {
  width: auto;
}
#booking .hotelss {
  width: 24%;
}
#booking .fechass {
  width: 42%;
}
#booking .selectss {
  width: 33%;
  vertical-align: top;
}
#booking .accioness {
  width: 24%;
}
#booking .web-form {
  position: relative;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box;
}
#booking .button,
#booking button {
  position: absolute;
  top: 30%;
  right: 0;
  text-transform: uppercase;
}
#booking .en-button {
  top: 18%;
}
#movilForm .container {
  width: 100%;
}
#movilForm .row {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E6E6E6;
}
#movilForm select {
  width: 27%;
  margin-right: 1em;
  display: inline;
}
#movilForm .sm-block {
  display: inline-block;
  width: 27%;
  margin-right: 0.8rem;
}
#movilForm .sm-block select {
  width: 100%;
}
#movilForm label,
#movilForm legend {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
#movilForm #CodeProm {
  width: 96%;
}
#movilForm input,
#movilForm select {
  padding: 0.5rem 0.3rem;
  border-radius: 0!important;
  background: #ccc;
}
.hotel-box {
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  float: left;
  margin: 0 5% 0 0;
  min-height: 363px;
}
.hotel-box:nth-child(3n) {
  margin-right: 0;
}
.hotel-box h3 {
  font-size: 16px;
  font-weight: 400;
}
.hotel-box p {
  text-align: justify;
  line-height: 1rem;
}
.hotel-box img {
  width: 100%;
}
.hotel-box span {
  display: block;
  color: #e3a181;
  margin: 4px 0;
}
.hotel-box p {
  line-height: 0.9rem;
}
.hotel-box a {
  float: right;
  font-style: italic;
}
.content {
  padding: 2rem 0;
}
aside .button,
aside button,
aside input[type="submit"],
aside input[type="reset"],
aside input[type="button"] {
  margin-bottom: 8px;
}
aside .alfie-wp-weather-object {
  padding: 0;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #E4E4E4;
}
aside .weather-main-info .alfie-city {
  text-align: left;
  color: #3a6078;
  font-weight: normal;
}
aside .weather-main-info .alfie-temperature {
  color: #3a6078;
}
aside .weather-main-info .alfie-temperature,
aside .weather-main-info .alfie-country {
  float: left;
  padding-left: 90px;
}
aside .condition-main-image {
  top: 12px;
  height: 82px;
}
aside .widget-sidebar h4 {
  display: none;
}
footer {
  background:#7e770c;
  overflow: hidden;
  color: #fff;
  font-size: 0.7rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ffffff;
}

footer .hotels-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.6%;
  margin: 1rem 0;
  border-right: 1px solid #35586e;
}
footer .hotels-nav li:last-child {
  border-right: none;
}
footer .fwidget {
  border-bottom: none;
  height: 5rem;
  color: #f5cec5;
}
footer .fwidget h4 {
  display: none;
}
footer .weather-main-info .alfie-city {
  text-align: left;
  color: #fefaf9;
  font-weight: normal;
}
footer .weather-main-info .alfie-temperature {
  color: #fefaf9;
}
footer .weather-main-info .alfie-temperature,
footer .weather-main-info .alfie-country,
footer .weather-main-info .alfie-city {
  float: left;
  padding-left: 90px;
}
footer .condition-main-image {
  height: 6rem;
  top: 6px;
}
footer ul#menu-soporte {
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
}
footer ul#menu-soporte li {
  display: inline;
 
}

footer ul#menu-soporte li a {
  color: #fff;
  padding: 0 0.2rem;
  margin: 0 4px 0 0;
  font-size: 0.8rem;
  font-family: 'Asap';
}
footer ul#menu-soporte li a:hover {
  color: #fff;
}
footer .social {
  text-align: right;
  padding: 0.8rem 0;
}
footer .social img {
  margin-bottom: -6px;
}
footer .social a {
  color: #3a6078;
  margin-left: 10px;
  display: inline-block;
}
footer .copyright p {
  font-size: 0.8rem;
  margin: 0;
  margin: 24px 0;
  color: #FFFFFF;
  text-align: right;
  font-family: 'Asap';
}
footer .copyright p a {
  color: #FFFFFF;
  font-family: 'Asap';
}
#ratesBlock {
  margin: 2rem 0 0;
  padding: 2rem 0;
  background: #e3a181 url(../img/texturea.png) repeat;
}
#suscriptBlock {
  margin: 0;
  padding: 2rem 0;
  background: #477694;
  box-shadow: inset 0 6px 4px #233948;
}
#suscriptBlock h2 {
  color: #fff;
}
#suscriptBlock .formblock {
  float: left;
  text-align: left;
  display: inline-block;
  margin-right: 2%;
  width: 14%;
}
#suscriptBlock .formblock:last-child {
  margin-right: 0;
  vertical-align: bottom;
  padding-top: 14px;
}
#reserveBlock,
#eventsBlock,
#locationBlock {
  margin: 0;
  padding: 2rem 0;
  background: #fefaf9;
}
#locationBlock p {
  width: 28%;
}
#locationBlock img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}
#offerBlock {
  margin: 0;
  padding: 2rem 0;
  background: #f7f4f3;
  box-shadow: inset 0 6px 4px #dfd1cf;
}
#offerBlock h2 {
  color: #ffffff;
}
#contactBlock {
  margin: 0;
  padding: 2rem 0;
  background: #e3a181;
}
#contactBlock p {
  width: 47%;
}
#contactBlock .formulariocontacto {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
#ratesBlock .animateblock h1,
#reserveBlock .animateblock h1,
#eventsBlock .animateblock h1,
#locationBlock .animateblock h1,
#offerBlock .animateblock h1,
#contactBlock .animateblock h1,
#suscriptBlock .animateblock h1 {
  display: none;
}
.logo{margin-top: 7px;    width: 37%;}


/* ==================================================  ==================================================  ================================================== */

/* #Media Queries
// ================================================== */
/* #NAVBAR Desktop Hack */
@media only screen and (min-width: 768px) {
  header {
    z-index: 90;
    position: relative;
    margin-bottom: 3rem;
    background: #fff;/* url(img/bg-header.png) repeat-x;*/
    
  box-shadow: 0 2px 7px 0 #D2D2D2;
  }
  .main-nav {
    clear: both;
    position: absolute;
    top: 121px;
    right: 0;
  }
  #navbar {
    list-style-type: none;
    margin: 0;
    color:#ffffff;
    margin-top: -74px;
  }
  #navbar li {
    display: inline-block;
    line-height: 1.5rem;
    margin: 0 0 0 1px;
    /*border-left:1px solid lighten(@bodyBackground,8%); &:first-child{border-left:none;}*/
  }
  #navbar li:last-child {
    display: none;
  }
  #navbar li .dropdown {
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    z-index: 999;
    margin: 0 0 0 0px;
    background: #3a6078;
    text-decoration: none;
  }
  #navbar li ul {
    margin: 0;
  }
  #navbar li ul li {
    border: none;
  }
  #navbar li ul li a {
    padding: 6px 8px;
    text-align: left;
    color: #fefaf9;
  }
  #navbar li ul li a:hover {
    color: #ffffff;
  }
  #navbar li:hover .dropdown {
    visibility: visible;
  }
  #navbar li:hover li {
    display: block!important;
  }
  #navbar li a {
    background: none;
    padding: 0 0 0 16px;
    font-size: 1rem;
    color: #2b2003;
    margin: 0 1px 0 0;
  }
  #navbar li a:hover {
    background: none;
    text-decoration: none;
    color: #2b2003;
  }
  #navbar li a {
       background: none;
    font-family: 'Asap', serif;
    padding: 0 8px;
    font-size: 0.8rem;
    color: #2b2003;
    text-transform: uppercase;

  }
  #navbar li a:hover {
    text-decoration: none;
    color: #2b2003;
  }
  .dropdown {
    width: 12rem;
  }
  .dropdown li a {
    display: block;
  }
  #slider {
    margin: 0 auto;
    background: #f5dfd4;
    width: 1024px;
  }
  .booking {
    height: 116px;
    padding: 34px 0 0;
  }
  #booking .web-form {
    margin-top: -14px;
  }
  .content {
    padding: 1rem 0;
    margin-top: -3rem;
    z-index: 999;
  }
  .maincontent ul {
    list-style-type: disc;
    padding-left: 2rem;
  }
  .formsection .field input,
  .formsection .field textarea {
    width: 65%!important;
  }
}
/* #Tablet (Portrait)
  // ==================================================
  // Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .social-likes {
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
  }
  .principalbanner,
  .social-share {
    display: none;
  }
  .offer-block figcaption {
    font-size: 1rem;
  }
  .panel img {
    width: 100%;
  }
  .hblock {
    width: 236px;
  }
  .module input {
    margin-bottom: 0.7rem;
  }
  .fourblock a {
    min-height: 25rem;
  }
  .fourblock a h3,
  .fourblock a h4 {
    text-align: center;
  }
  .promo-event img {
    height: 7rem;
    width: 14rem;
  }
  .promo-event .event-date {
    width: 2.2rem;
    font-size: 0.7rem;
    padding: 0.2rem;
    line-height: 1.2rem;
  }
  .promo-event .event-info {
    width: 9.3rem;
  }
  .home-widget {
    margin: 1.7rem 0 0 0.5rem;
  }
  .vertical-booking .selectss select {
    width: 4rem;
  }
  .vertical-booking #txtPromotionCode {
    width: 9rem;
  }
  .vertical-booking td {
    float: left;
  }
  .vertical-booking td,
  .vertical-booking th {
    padding: 8px 2px;
  }
  .vertical-booking h3 {
    font-size: 24px;
  }
  .feature {
    background: #e0e0e0;
    padding: 0;
    margin-bottom: 2rem;
    overflow: hidden;
    height: 25rem;
  }
  .feature .fblock {
    float: left;
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    padding: 10px;
    height: 25rem;
  }
  .feature .fblock img {
    height: 100%;
  }
  .feature .fblock h2 {
    font-size: 1.2rem;
  }
  .feature .fblock:first-child {
    padding: 0;
  }
  header h1 {
    text-align: left;
  }
  header h1 img.logo {
    height: 5rem;
  }
  #navbar li a {
    text-transform: capitalize;
  }
  #slider {
    width: 820px;
  }
  #booking .block-small {
    display: none;
  }
  .module-header h4 {
    font-size: 1.1rem!important;
  }
  .promo-event .event-info h3 {
    font-size: 12px;
  }
  footer .hotels-nav li {
    padding: 0 0.2%;
    border: none;
  }
  .calendario-item .eventimg img {
    width: 171px;
    height: 131px;
  }
}
/*  #Mobile (Portrait)
  // ==================================================
  // Note: Design for a width of 320px  */
@media only screen and (max-width: 767px) {
  .maincontent h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: 'Oswald', sans-serif;
  }
  .maincontent h2,
  .maincontent h3,
  .maincontent h4,
  .maincontent h5 {
    font-size: 1.3rem;
  }
  .maincontent p {
    text-align: justify;
    font-size: 0.7rem;
  }
  .v-movil {
    display: block;
  }
  .v-desktop {
    display: none;
  }
  .dropdown a {
    color: #fff;
  }
  .social-share {
    display: none;
  }
  .top-bar .container {
    width: 94%!important;
  }
  .principalbanner {
    display: none;
  }
  .content {
    padding: 0;
  }
  .tinynav {
    display: block;
    margin: 5px 0 0 0;
    z-index: 999999;
    position: absolute;
  }
  #menu-action-menu {
    display: none;
  }
  .social-shr {
    width: 44%;
  }
  .social-likes {
    position: absolute;
    top: 0;
    right: 0;
  }
  .flexslider {
    margin-bottom: 0!important;
  }
  .hblock {
    width: 100%;
    padding-bottom: 2rem;
  }
  .hblock img {
    width: 100%;
    height: 10rem;
  }
  .hblock h4 {
    font-size: 1rem;
  }
  .threeblock {
    width: 100%;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #d87c4f;
  }
  .threeblock img {
    width: 40%;
    float: left;
    margin: 10px 13px 0 0;
  }
  .threeblock p {
    overflow: hidden;
  }
  .principalbanner {
    display: none;
  }
  .calendario-item .eventimg img {
    width: 96px;
    height: 90px;
  }
  .calendario-item .event-body h5 {
    font-size: 18px;
  }
  .panel .media-img {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .hblock .alink {
    float: right;
    float: none;
    text-align: center;
    display: block;
    font-size: 0.8rem;
  }
  button,
  .button {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1rem;
  }
  a.button.v-movil.popup-with-form {
    font-size: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    position: relative!important;
    display: block;
    box-sizing: border-box;
  }
  header h1.columns {
    margin: 0.4rem 0;
    text-align: center;
  }
  header h1.columns img {
    height: 5rem;
    margin-bottom: 0.2rem;
  }
  header .top-bar ul {
    position: relative;
    right: 1rem;
  }
  #slider {
    margin-bottom: 1rem;
  }
  #slider .flex-control-nav {
    display: none;
  }
  .booking {
    background: none;
  }
  #booking {
    margin-top: 1rem;
    background: none;
  }
  #booking .web-form {
    display: none;
  }
  #booking .button {
    top: 6px;
  }
  #movilForm button.switch {
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
  footer {
    padding-top: 0;
    background: #e3a181;
  }
  footer ul#menu-soporte {
    padding: 0.3rem 0;
    margin: 6px 0;
  }
  footer ul#menu-soporte li {
    display: block;
    border-right: none;
    text-transform: uppercase;
    border-right: 0;
    line-height: 2.6rem;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ba846a;
  }
  footer ul#menu-soporte li a {
    display: block;
    padding: 0.6rem 0;
    font-size: 0.7rem;
    color: #4b2d02;
    text-align: center;
  }
  footer ul#menu-soporte li a:active {
    color: #3a6078 !important;
    background: #fae4df;
  }
  footer .social {
    text-align: center;
    color: #3a6078;
  }
  footer .social a {
    margin: 0 12px 0 0;
    color: #3a6078;
  }
  footer .copyright p {
    text-align: center!important;
    color: #3a6078;
    margin-top: 0;
  }
  footer .copyright p a {
    color: #2d4a5c;
  }
  footer .fwidget {
    display: none;
  }
  footer .fblock {
    background: none;
    box-shadow: none;
  }
  footer .fblock a:after {
    content: attr(data-social);
  }
}
#section {
  padding: 20px 0 20px!important;
}
.content {
  margin-top: 0!important;
  line-height:1.1rem;
}
.content table td {padding:2px 4px;}
.dvPayments table {width:100%;}
.dvPayments table tr{margin-bottom:4px;}
.fblock.row {
    padding: 10px 0;
    background-color: #7e770c;}