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;
  text-decoration: none;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Reservar */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none !important;
}
.right {
  float: right !important;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
.non-selectable {
  -webkit-user-select: none;
  /* Chrome all / Safari all */

  -moz-user-select: none;
  /* Firefox all */

  -ms-user-select: none;
  /* IE 10+ */

  -o-user-select: none;
  user-select: none;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
.show-on-phones {
  display: none !important;
}
.show-on-tablets {
  display: none !important;
}
.show-on-desktops {
  display: block !important;
}
.hide-on-phones {
  display: block !important;
}
.hide-on-tablets {
  display: block !important;
}
.hide-on-desktops {
  display: none !important;
}
/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch .hide-on-phones {
    display: block !important;
  }
  .touch .hide-on-tablets {
    display: none !important;
  }
  .touch .hide-on-desktops {
    display: block !important;
  }
  .touch .show-on-phones {
    display: none !important;
  }
  .touch .show-on-tablets {
    display: block !important;
  }
  .touch .show-on-desktops {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }
  .hide-on-tablets {
    display: block !important;
  }
  .hide-on-desktops {
    display: block !important;
  }
  .show-on-phones {
    display: block !important;
  }
  .show-on-tablets {
    display: none !important;
  }
  .show-on-desktops {
    display: none !important;
  }
}
label:not(.error) {
  color: #a2abb0;
  float: left;
  font-size: 12px;
  line-height: 20px;
}
label:not(.error):hover .checkbox:not(.disabled),
label:not(.error):hover .radio:not(.disabled) {
  border-color: #dae0e4;
}
label:not(.error):not(:first-child),
label:not(.error):last-child {
  color: #525f66;
}
input:not(.button),
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #525f66;
  background-color: #f5f6f7;
  border: 1px solid #f5f6f7;
  float: left;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  height: 32px;
  line-height: 18px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input:not(.button):focus,
textarea:focus {
  border: solid 1px #e6eaed;
  background-color: #fff;
}
textarea {
  height: 77px;
  line-height: 21px;
  min-width: 96px;
  padding: 12px;
  resize: vertical;
  z-index: 1;
}
.textarea-label {
  text-shadow: 0 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7, 0px 0 7px #f5f6f7;
}
.field {
  position: relative;
  margin-bottom: 18px;
  width: 100%;
  float: left;
}
.field label:not(.error) {
  margin: 2px;
}
.field.inline label:not(.error) {
  float: left;
  line-height: 22px;
  margin-right: 6px;
}
.field.inline .dropdown {
  float: left;
  clear: none !important;
}
.field.group label {
  clear: both;
}
.field .compact {
  margin-right: 30px;
}
.in .field label:not(.error),
.in .text-field label:not(.error) {
  color: #a2abb0;
  line-height: 29px;
  position: absolute;
  text-align: left;
  top: 1px;
  left: 8px;
  width: 70px;
  z-index: 2;
}
.in .field input,
.in .text-field input {
  padding-left: 80px;
  height: 34px;
}
.in .field textarea,
.in .text-field textarea {
  padding: 7px 8px;
  text-indent: 62px;
}
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #389cdc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.25)));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  border: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 0 20px 0 rgba(0, 0, 0, 0.02) inset;
  color: #fff !important;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  outline: none;
  padding: 0 18px;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}
.button:hover {
  text-decoration: none;
  background-color: #2793d9;
}
.button:active {
  background-color: #2591d5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22) inset, 0 0 20px 0 rgba(0, 0, 0, 0.13) inset;
}
.button.white {
  background-color: #fafbfc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #ffffff));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  box-shadow: none;
  border: solid 1px #e6eaed;
  color: #525f66 !important;
  font-size: inherit;
  font-weight: 300;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  text-shadow: 1px 1px 0 #fff;
  white-space: nowrap;
}
.button.white:hover {
  background-color: #f7f8fa;
}
.button.white:active {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.3)));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-color: #edf1f4 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) inset;
  border-color: #dae0e4;
}
a.button {
  display: inline-block;
}
.cancel {
  line-height: 34px;
  cursor: pointer;
  text-decoration: none;
  color: #a2abb0 !important;
}
.compact {
  width: auto !important;
}
/* Custom Forms ---------------------- */
.custom {
  /* Custom Checkbox and Radio Inputs */

}
.custom .select {
  float: left;
  margin-right: 8px;
}
.custom .custom.dropdown {
  clear: both;
  display: block;
  float: left;
  font-size: 14px;
  position: relative;
  width: auto;
}
.custom .custom.dropdown a.current {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fafbfc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #ffffff));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  box-shadow: none;
  border: solid 1px #e6eaed;
  color: #525f66 !important;
  font-size: inherit;
  font-weight: 300;
  height: 32px;
  padding: 0 10px;
  text-shadow: 1px 1px 0 #fff;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  width: auto;
  line-height: 30px;
  height: 30px;
  padding: 0 26px 0 10px;
}
.custom .custom.dropdown a.current:hover {
  background-color: #f7f8fa;
}
.custom .custom.dropdown a.current:active {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.3)));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-color: #edf1f4 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) inset;
  border-color: #dae0e4;
}
.custom .custom.dropdown a.current:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #a2abb0 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
.custom .custom.dropdown.open .current {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.3)));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-color: #f0f3f6 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) inset;
  border-color: #dae0e4;
}
.custom .custom.dropdown a.selector {
  display: none;
}
.custom .custom.dropdown.open ul {
  opacity: 1;
  display: block;
  z-index: 9999;
}
.custom .custom.dropdown ul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  border: solid 1px #e6eaed;
  display: none;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 2px 0 1px;
  position: absolute;
  top: 34px;
  width: auto;
  z-index: -1;
}
.custom .custom.dropdown ul li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  list-style: none;
  margin: 0 2px 1px;
  padding: 0 26px 0 8px;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.custom .custom.dropdown ul li.selected {
  background: #a2abb0 !important;
  color: #fff;
}
.custom .custom.dropdown ul li:hover {
  background-color: #f5f6f7;
}
.custom .custom.dropdown ul li.selected:hover {
  cursor: default;
}
.custom .small .custom.dropdown a.current {
  font-size: 12px;
  height: 20px;
  line-height: 19px;
}
.custom .small .custom.dropdown:before {
  right: 8px;
}
.custom .small .custom.dropdown ul {
  top: 24px;
  padding: 2px 0 1px;
}
.custom .small .custom.dropdown ul li {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 22px 0 8px;
}
.custom input[type="checkbox"],
.custom select {
  display: none;
}
.custom .checkbox,
.custom .radio:not(.boxed) {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #e6eaed;
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 14px;
  height: 14px;
  position: relative;
  margin: 2px 4px 6px 0;
}
.custom .checkbox.disabled,
.custom .radio:not(.boxed).disabled {
  border-color: #eff1f3;
}
.custom .checkbox.disabled:after,
.custom .radio:not(.boxed).disabled:after,
.custom .checkbox.disabled:before,
.custom .radio:not(.boxed).disabled:before {
  background-color: #ced6dc !important;
  border-color: #ced6dc !important;
}
.custom .radio:not(.boxed) {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.custom .radio.boxed {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  border: 2px solid #e6eaed;
  cursor: pointer;
  display: block;
  height: 47px;
  padding-top: 17px;
}
.custom .radio.boxed:hover {
  border-color: #dde3e7;
}
.custom .radio.boxed.checked {
  border-color: #389cdc !important;
}
.custom .checkbox:after,
.custom .checkbox:before {
  background-color: #525f66;
  border: 1px solid #525f66;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.custom .checkbox:after {
  height: 9px;
  left: 7px;
  top: 1px;
  width: 1px;
}
.custom .checkbox:before {
  height: 1px;
  left: 1px;
  top: 6px;
  width: 3px;
}
.custom .checkbox.checked:after,
.custom .checkbox.checked:before {
  opacity: 1;
}
.custom .custom.radio:not(.boxed):before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #525f66;
  position: relative;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}
.custom .custom.radio:not(.boxed).checked:before {
  opacity: 1;
}
.in label.error {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  padding: 0 6px;
  position: absolute;
  background-color: #f66063;
  z-index: 99;
  font-weight: 500;
  cursor: default;
  top: 100%;
  right: 0;
  margin-top: 0px;
  white-space: nowrap;
}
.in label.error:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f66063 rgba(255, 255, 255, 0);
  position: absolute;
}
.in label.error:before {
  left: 12px;
  bottom: 100%;
}
input.error,
textarea.error,
.button.error {
  border-color: #ffbdb0 !important;
}
.actions {
  clear: both;
  overflow: hidden;
}
.actions label {
  margin: 0;
  margin-top: 8px;
}
.actions a {
  float: right;
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
}
label.error {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  padding: 0 6px;
  position: absolute;
  background-color: #333333;
  z-index: 99;
  font-weight: 500;
  cursor: default;
  background-color: #f66063;
  right: 100.5%;
  top: 6px;
  white-space: nowrap;
}
label.error:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
}
label.error:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f66063;
  left: 100%;
  top: 6px;
}
.alert {
  color: #f66063;
  line-height: 1.3;
}
.success {
  color: #39c57e;
  line-height: 1.3;
}
.last {
  margin-right: 0 !important;
}
.last + * {
  clear: both;
}
.one {
  width: 36px;
  float: left;
  margin-right: 48px;
}
.two {
  width: 120px;
  float: left;
  margin-right: 48px;
}
.three {
  width: 204px;
  float: left;
  margin-right: 48px;
}
.four {
  width: 288px;
  float: left;
  margin-right: 48px;
}
.five {
  width: 372px;
  float: left;
  margin-right: 48px;
}
.six {
  width: 456px;
  float: left;
  margin-right: 48px;
}
.seven {
  width: 540px;
  float: left;
  margin-right: 48px;
}
.eight {
  width: 624px;
  float: left;
  margin-right: 48px;
}
.nine {
  width: 708px;
  float: left;
  margin-right: 48px;
}
.ten {
  width: 792px;
  float: left;
  margin-right: 48px;
}
.eleven {
  width: 876px;
  float: left;
  margin-right: 48px;
}
.offset-one {
  margin-left: 84px;
}
.offset-two {
  margin-left: 168px;
}
.offset-three {
  margin-left: 252px;
}
.offset-four {
  margin-left: 336px;
}
body {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  color: #525f66;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
p {
  line-height: 1.5;
  font-size: inherit;
  margin-bottom: 1em;
}
a:link,
a:active,
a:visited {
  color: #389cdc;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
h1 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 18px;
  line-height: 24px;
}
h2 {
  font-size: 19px;
  line-height: 1;
  padding-bottom: 8px;
  padding-top: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6eaed;
  clear: both;
}
h3 {
  border-bottom: 1px solid #e6eaed;
  font-size: 15px;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
strong {
  font-weight: 700;
}
.small p,
.small {
  font-size: 12px;
}
.gray {
  color: #a2abb0 !important;
}
.green {
  color: #39c57e;
}
.big {
  font-size: 15px;
}
.center {
  text-align: center;
}
::selection {
  background: #fffbd0;
}
::-moz-selection {
  background: #fffbd0;
}
::-webkit-selection {
  background: #fffbd0;
}
.highlight {
  background: #fffbd0;
}
.widget-title {
  border: none;
  font-size: 15px;
  margin-bottom: 0;
  position: relative;
}
.widget-title .amount {
  font-size: 17px;
}
.widget-title .banner {
  background-color: #39c57e;
  border-radius: 1px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 4px 6px;
  position: absolute;
  right: 2px;
  top: -21px;
  text-align: center;
  z-index: 99;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.room {
  position: relative;
  border-bottom: 1px solid #f1f2f3;
}
.room.disabled .details > * {
  opacity: 0.4;
}
.room.disabled .details:hover {
  background-color: #fafbfc;
}
.room.disabled .details .dropdown {
  display: none;
}
.room.short:not(.sin) .min {
  display: block !important;
}
.room.short:not(.sin) .dropdown {
  display: none;
}
.room.sin .sin {
  display: block !important;
}
.room.sin .dropdown {
  display: none;
}
.room .info {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 8px 12px;
  position: absolute;
  left: -292px;
  top: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  width: 288px;
  /* creates the smaller  triangle */

}
.room .info p {
  font-size: 11px;
}
.room .info:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e0e0e0;
  position: absolute;
  right: -12px;
  top: 23px;
}
.room .info:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
  position: absolute;
  right: -10px;
  top: 24px;
}
.room .info .disp {
  color: #f66063;
}
.room .details {
  height: 44px;
  clear: both;
  display: block;
  padding: 7px 8px;
  background-color: #fafbfc;
  position: relative;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.room .details.open {
  /* creates the smaller  triangle */

}
.room .details.open:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: #ecedee rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -3px;
  z-index: 20;
}
.room .details.open:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #fafbfc rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -2px;
  z-index: 20;
}
.room .details.open .dropdown {
  opacity: 1;
}
.room .details .dropdown {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  float: none !important;
  margin-top: -4px;
  position: absolute !important;
  right: 8px;
  text-align: center;
  top: 50%;
}
.room .details .dropdown.open {
  opacity: 1;
}
.room .details .dropdown .current {
  font-weight: 400 !important;
}
.room .details:hover {
  background-color: #f5f6f7;
}
.room .details:hover .dropdown {
  opacity: 1;
}
.room .details.no-add:hover {
  background-color: #fafbfc;
}
.room .details.no-add:hover .add {
  opacity: 0;
}
.room .details.no-add:hover .count {
  opacity: 1;
}
.room .details .tooltip {
  right: 8px;
  top: 0px;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  padding: 0 6px;
  position: absolute;
  background-color: #333333;
  z-index: 99;
  font-weight: 500;
  cursor: default;
}
.room .details .tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
}
.room .details .tooltip:before {
  right: 40px;
  top: 100%;
}
.room .details .min,
.room .details .sin {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f66063;
  color: #fff;
  display: none;
  font-size: 11px;
  line-height: 18px;
  padding: 0 6px;
  position: absolute;
  right: 8px;
  top: 27px;
  font-weight: 500;
}
.room .add,
.room .count {
  font-size: 42px;
  line-height: 59px;
  position: absolute;
  opacity: 0;
  font-weight: 100;
  color: #d6d6d6;
  top: -2px;
  right: 8px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */

  -moz-user-select: none;
  /* Firefox all */

  -ms-user-select: none;
  /* IE 10+ */

  -o-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.room .add.hide {
  opacity: 0 !important;
}
.room .count {
  opacity: 1;
  font-size: 27px;
  font-weight: 300;
  top: 0px;
  right: 15px;
}
.room .title {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 6px;
}
.room .price {
  font-size: 11px;
  line-height: 18px;
}
.room .details .amount {
  font-size: 13px;
}
.price {
  clear: both;
  color: #a2abb0;
}
.price .old {
  position: relative;
}
.price .old * {
  color: #a2abb0 !important;
}
.price .old:after {
  border-bottom: 1px solid #f66063;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.currency {
  color: #39c57e;
  font-size: 11px;
}
.amount {
  color: #39c57e;
  font-weight: 500;
}
.room .thumb,
.rs_room .thumb {
  height: 44px;
  width: 44px;
  background-color: #eee;
  display: block;
  float: left;
  margin-right: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.available-room-template {
  display: none;
}
.available-room {
  display: block;
  padding: 8px;
  border-top: 1px solid #f1f2f3;
  position: relative;
  *zoom: 1;
}
.available-room:last-child {
  border-style: solid;
}
.available-room:before,
.available-room:after {
  display: table;
  content: "";
  line-height: 0;
}
.available-room:after {
  clear: both;
}
.available-room .s-title {
  color: #a2abb0;
  line-height: 18px;
  font-size: 11px;
  width: 44px;
  margin-right: 8px;
  display: block;
  position: absolute;
}
.available-room .s-details {
  margin-left: 53px;
}
.available-room .s-details .currency {
  font-size: 9px;
}
.available-room .remove {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.available-room:hover .remove {
  opacity: 1;
}
.available-room .room-total {
  clear: both;
  border-top: 1px dashed #e6eaed;
  padding-top: 2px;
}
.available-room .room-option {
  border-bottom: 1px solid #f1f2f3;
  *zoom: 1;
  margin-bottom: 4px;
  margin-top: 2px;
  padding-bottom: 1px;
}
.available-room .room-option:before,
.available-room .room-option:after {
  display: table;
  content: "";
  line-height: 0;
}
.available-room .room-option:after {
  clear: both;
}
.available-room .room-option .field {
  margin-bottom: 8px;
}
.available-room .room-option label {
  color: #525f66;
  font-size: 12px;
  margin: 0;
  margin-right: 6px;
}
.available-room .room-option .price {
  color: #525f66;
}
.available-room .option-title {
  color: #a2abb0;
  font-size: 11px;
  display: block;
  margin-bottom: 1px;
  line-height: 18px;
}
.datos {
  padding: 12px 0 4px;
}
.datos .text-field {
  margin-left: 4px;
  margin-right: 4px;
}
.a-accordion .item label.error {
  opacity: 0;
}
.a-accordion .item.a-open label.error {
  opacity: 1;
}
.receipt {
  border-top: 1px solid #e6eaed;
  padding: 10px 4px;
  position: relative;
}
.receipt .button {
  float: none;
  margin-top: 8px;
  margin-left: -4px;
  width: 288px;
}
.receipt .price:not(.payment) {
  border-top: 1px dashed #e6eaed;
  margin-top: 8px;
  padding-top: 8px;
}
.receipt .amount {
  font-size: 17px;
}
.receipt .currency {
  font-size: 12px;
}
.summary_receipt {
  width: 100%;
  text-align: right;
  overflow: hidden;
  border-top: 1px solid #f1f2f3;
  margin-bottom: 12px;
}
.summary_receipt .right {
  width: 41%;
}
.summary_receipt .price {
  float: right;
  max-width: 320px;
  width: 100%;
  border-bottom: 1px dashed #e6eaed;
  height: 29px;
  line-height: 29px;
}
.summary_receipt .price:first-child {
  padding-top: 1px;
}
.summary_receipt .price.total {
  border-bottom: 1px solid #f1f2f3;
}
.summary_receipt .price:last-child {
  border: none;
}
.summary_receipt .dark {
  color: #525f66;
}
.summary_receipt .big {
  font-size: 17px !important;
  line-height: 14px;
}
.rs_header {
  clear: both;
  color: #a2abb0 !important;
  margin-bottom: 3px;
}
.rooms_summary_list .rs_room {
  border-top: 1px solid #f1f2f3;
  overflow: hidden;
  margin-bottom: 8px;
  padding-top: 8px;
}
.rooms_summary_list .rs_title {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 7px;
}
.rooms_summary_list .thumb {
  margin-right: 12px;
}
.rooms_summary_list .left_col {
  width: 73.7%;
  float: left;
}
.rooms_summary_list .right_col {
  width: 26.3%;
  float: right;
  margin-right: 0 !important;
  text-align: right;
}
.review {
  font-size: 13px;
}
.review:not(.email) p:not(.small) {
  font-size: 13px;
}
.review label.error {
  display: none !important;
}
.review.email .step-content {
  width: 100% !important;
}
.review.email {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-family: Avenir, "Century Gothic", CenturyGothic, "Segoe UI", "Trebuchet MS", sans-serif !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.step {
  *zoom: 1;
  margin-bottom: 24px;
}
.step:before,
.step:after {
  display: table;
  content: "";
  line-height: 0;
}
.step:after {
  clear: both;
}
.step .number {
  border-radius: 100%;
  border: 1px solid #e6eaed;
  color: #a2abb0;
  display: block;
  font-size: 32px;
  font-weight: 200;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}
.step h2 {
  margin-top: 12px;
}
.step .step-content {
  width: 456px;
  float: left;
  margin-right: 48px;
  margin-right: 0 !important;
}
.step .date {
  float: left;
  line-height: 1.5;
  margin-right: 36px;
}
.step .date.last {
  margin-bottom: 18px;
}
.step .amount {
  font-size: 13px;
}
.step label.payment-option {
  font-size: 13px;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
  width: 250px;
}
.step label.payment-option.abitab {
  width: 182px;
  margin-left: 24px;
}
.step label.payment-option p {
  margin-top: 2px;
  margin-bottom: 0;
}
.step #pay_button {
  margin-top: 18px;
}
.checkout-sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 372px;
  float: left;
  margin-right: 48px;
  margin-right: 0 !important;
  font-size: 12px;
  margin-top: 30px;
  padding-left: 18px;
}
.checkout-sidebar p {
  font-size: 12px;
}
.datepick-popup {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6eaed;
  margin-top: 2px;
  overflow: hidden;
  z-index: 99;
}
.datepick-popup .datepick {
  margin-bottom: -1px;
}
.datepick-popup td:first-child .tooltip {
  left: 0px;
}
.datepick-popup td:first-child .tooltip:before {
  margin-left: 0;
  left: 16px;
}
.datepick-popup td:last-child .tooltip {
  left: -19px;
}
.datepick-popup td:last-child .tooltip:before {
  margin-left: 0;
  left: 35px;
}
.datepick {
  background-color: #fff;
}
.datepick .tooltip {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 20px;
  padding: 0 6px;
  position: absolute;
  background-color: #333333;
  z-index: 99;
  font-weight: 500;
  cursor: default;
  color: #fff;
  left: -9px;
  bottom: 100%;
  margin-bottom: 5px;
  opacity: 0.95;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.datepick .tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
}
.datepick .tooltip:before {
  left: 50%;
  top: 100%;
  margin-left: -4px;
}
.datepick .tooltip.checkout {
  left: -3px;
}
.datepick a {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.datepick a.datepick-disabled {
  color: #ccc !important;
  cursor: auto;
}
.datepick-nav,
.datepick-ctrl {
  height: 28px;
  background-color: #fafbfc;
  line-height: 28px;
  border-bottom: 1px solid #e6eaed;
}
.datepick-ctrl {
  display: none;
}
.datepick-month a.datepick-cmd {
  width: 40px;
  text-align: center;
  background-color: #fff;
  height: 28px;
  color: #525f66;
}
.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  border-right: 1px solid #e6eaed;
}
.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  border-left: 1px solid #e6eaed;
}
.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right;
}
.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.datepick-month-nav {
  float: left;
  text-align: center;
}
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.datepick-month-row {
  clear: left;
}
.datepick-month {
  float: left;
  text-align: center;
}
.datepick-month-header {
  font-size: 12px;
}
.datepick-month-header input {
  position: absolute;
  display: none;
}
.datepick-month table {
  width: 100%;
  border-spacing: 0;
  font-size: 12px;
}
.datepick-month th,
.datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}
.datepick-month th {
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  border-bottom: 1px solid #e6eaed;
  color: #a2abb0;
}
.datepick-month td {
  border-bottom: 1px solid #f1f2f3;
  border-right: 1px solid #f1f2f3;
  width: 40px;
  height: 28px;
  background-color: #fafbfc;
}
.datepick-month td:last-child {
  border-right: 0;
}
.datepick-month a {
  display: block;
  color: #389cdc;
  text-decoration: none;
  line-height: 28px;
  position: relative;
}
.datepick-month span {
  display: block;
}
.datepick-month td span {
  color: #ddd;
  line-height: 28px;
  height: 28px;
}
.datepick-month td .datepick-other-month {
  background-color: #fff;
}
.datepick-month td a.datepick-other-month {
  color: #79bce7;
}
.datepick-month td .datepick-today {
  font-weight: bold;
}
.datepick-month td a:hover {
  background-color: #389cdc;
  color: #fff !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.datepick-month td .datepick-selected,
.unselectable {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18) inset;
  background-color: #389cdc !important;
  color: #fff !important;
}
.datepick .unselectable {
  cursor: default;
}
.datepick-clear-fix {
  clear: both;
}
.a-accordion .item {
  height: 36px;
  clear: both;
  overflow: hidden;
}
.a-accordion .head {
  border-top: 1px solid #e6eaed;
  border-bottom: 1px solid #e6eaed;
  color: #525f66;
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 36px;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
.a-accordion .head .icon {
  background: transparent url('sprite.png') 0 0 no-repeat;
  display: block;
  height: 20px;
  float: left;
  width: 18px;
  margin: 7px 6px 0 2px;
}
.a-accordion .head .icon.r {
  background-position: 0 -20px;
}
.a-accordion .head .icon.t {
  background-position: 0 -40px;
}
.a-accordion .head .value {
  white-space: nowrap;
}
.a-accordion .disabled .head .a-arrow {
  opacity: 0.5;
}
.a-accordion .head .a-arrow {
  background: transparent url('sprite.png') 0 -60px no-repeat;
  display: block;
  height: 18px;
  margin: 10px 2px 0 0;
  width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
}
.a-accordion .item.a-open {
  overflow: visible;
}
.a-accordion .item.m .head {
  position: relative;
  /* creates the smaller  triangle */

}
.a-accordion .item.m .head:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: #e8e8e8 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -3px;
  z-index: 20;
}
.a-accordion .item.m .head:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -2px;
  z-index: 20;
}
@-moz-document url-prefix() {
  .a-accordion .item.m .head:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: #d9d9d9 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  }
}
.a-accordion .item.arrow-open .head .a-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.a-content {
  display: block;
  position: relative;
  *zoom: 1;
}
.a-content:before,
.a-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.a-content:after {
  clear: both;
}
.a-content:before {
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.02) inset;
  -moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.02) inset;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
}
.a-content:after {
  -webkit-box-shadow: 0 -2px 0px rgba(0, 0, 0, 0.02) inset;
  -moz-box-shadow: 0 -2px 0px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 -2px 0px rgba(0, 0, 0, 0.02) inset;
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 2px;
  bottom: 1px;
  left: 0;
}
#nav {
  height: 38px;
  float: right;
}
#nav li {
  position: relative;
  margin-left: 24px;
  float: left;
}
#nav a {
  position: relative;
  font-size: 14px;
  z-index: 1;
  display: block;
  line-height: 38px;
  height: 38px;
  color: #389cdc;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#nav a.drop-down {
  margin-right: 11px;
  border-bottom: none;
}
#nav a.drop-down:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #389cdc rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -ms-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  position: absolute;
  right: -11px;
  top: 18px;
}
#nav a:hover,
#nav a.hover {
  color: #8fc7eb;
}
#nav a:hover.drop-down:before,
#nav a.hover.drop-down:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #8fc7eb rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
#nav .active {
  font-weight: 500;
}
#nav .sub {
  position: absolute;
  /*--Important--*/

  top: 36px;
  left: 0px;
  z-index: 10;
  background: #fff;
  padding: 7px 10px 14px 20px;
  float: left;
  display: none;
  /*--Hidden for those with js turned off--*/

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  /* creates the smaller  triangle */

}
#nav .sub:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e0e0e0 rgba(255, 255, 255, 0);
  position: absolute;
}
#nav .sub:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0);
  position: absolute;
}
#nav .sub.uy:before {
  left: 67px;
  top: -7px;
}
#nav .sub.uy:after {
  left: 68px;
  top: -6px;
}
#nav .sub.cat:before {
  left: 85px;
  top: -7px;
}
#nav .sub.cat:after {
  left: 86px;
  top: -6px;
}
#nav .sub ul {
  width: 130px;
  float: left;
}
#nav .sub ul li {
  margin: 0;
  width: 100%;
  /*--Override parent list item--*/

}
#nav .sub ul li a {
  float: none;
  text-indent: 0;
  /*--Override text-indent from parent list item--*/

  height: auto;
  /*--Override height from parent list item--*/

  background: none;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin: 0px 0 0 2px;
}
#nav .sub ul li a.nav-title {
  margin-top: 4px;
  font-weight: bold;
  margin-left: 0px;
}
#nav .sub ul li a:hover,
#nav .sub ul li a:focus {
  text-decoration: underline;
  color: #389cdc;
}
.actual {
  color: #8fc7eb;
}
#inicio-p #inicio {
  color: #8fc7eb;
}
#uruguay-p #uruguay {
  color: #8fc7eb;
}
#categorias-p #categorias {
  color: #8fc7eb;
}
#mapa-p #mapa {
  color: #8fc7eb;
}
#acerca-de-p #acerca-de {
  color: #8fc7eb;
}
#contacto-p #contacto {
  color: #8fc7eb;
}
/* Footer ------------------*/
#footer {
  border-top: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding: 24px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#footer:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3px;
  left: 0.5%;
  width: 99%;
  height: 1px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
}
@-moz-document url-prefix() {
  #footer:after {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.4);
  }
}
#follow {
  width: 288px;
  float: left;
  margin-right: 48px;
  font-size: 15px;
  line-height: 140%;
  display: block;
}
.facebook-like-box {
  width: 288px;
  float: left;
  margin-right: 48px;
  min-height: 154px;
  margin-bottom: 18px;
  position: relative;
}
#twitter {
  width: 288px;
  float: left;
  margin-right: 48px;
  margin-right: 0 !important;
  display: block;
}
#twitter #twitter_update_list {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #f5f6f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 11px;
}
#twitter #twitter_update_list .date {
  font-size: 9px;
  color: #a2abb0;
}
#twitter #twitter_update_list:after {
  content: "";
  /* reduce the damage in FF3.0 */

  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 17px;
  height: 12px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #f5f6f7 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
#logos {
  position: relative;
  border-top: 1px solid #e6eaed;
  clear: both;
  padding: 30px 0;
  overflow: hidden;
  color: #d0d0d0;
}
#logos span {
  font-size: 13px;
  position: absolute;
  left: 100px;
  top: 50px;
}
#logos ul {
  margin: 0 auto;
  width: 505px;
}
#logos ul li {
  float: left;
}
#logos ul li a {
  display: block;
  height: 61px;
  background: url(logos.png);
  text-indent: -99999px;
  margin-right: 60px;
}
#logos ul li a.anii {
  width: 42px;
}
#logos ul li a.anii:hover,
#logos ul li a.anii:active,
#logos ul li a.anii:focus {
  background-position: 0 -61px;
}
#logos ul li a.ort {
  width: 101px;
  background-position: -102px 0px;
}
#logos ul li a.ort:hover,
#logos ul li a.ort:active,
#logos ul li a.ort:focus {
  background-position: -102px -61px;
}
#logos ul li a.un {
  width: 82px;
  background-position: -265px 0px;
}
#logos ul li a.un:hover,
#logos ul li a.un:active,
#logos ul li a.un:focus {
  background-position: -265px -61px;
}
#logos ul li a.mec {
  width: 97px;
  background-position: -408px 0px;
  margin-right: 0;
}
#logos ul li a.mec:hover,
#logos ul li a.mec:active,
#logos ul li a.mec:focus {
  background-position: -408px -61px;
}
#bottom {
  border-top: 1px solid #e6eaed;
  font-size: 10px;
  padding: 5px 0;
  color: #a2abb0;
  clear: both;
}
#links {
  width: 450px;
  float: left;
}
#links li {
  float: left;
  padding-right: 15px;
}
/* End Footer -----------*/.irs {
  float: left;
  height: 32px;
  margin-top: 2px;
  width: 100%;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 2px;
  top: 22px;
  background-color: #e6eaed;
}
.irs-diapason {
  height: 2px;
  top: 22px;
  background-color: #389cdc;
}
.irs-slider {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.08), 0 1px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  cursor: pointer;
  top: 14px;
  width: 16px;
  height: 16px;
}
.irs-slider:hover {
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.11), 0 1px 0px rgba(0, 0, 0, 0.08);
}
#irs-active-slider {
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.15);
}
.irs-min,
.irs-max,
.irs-min .currency,
.irs-max .currency {
  color: #d4dbe0 !important;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single,
.irs-min,
.irs-max {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #39c57e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  top: 0;
}
.irs-from .currency,
.irs-to .currency,
.irs-single .currency,
.irs-min .currency,
.irs-max .currency {
  font-size: 10px;
  font-weight: 300;
}
.irs-from .sep,
.irs-to .sep,
.irs-single .sep,
.irs-min .sep,
.irs-max .sep {
  color: #a2abb0;
  font-weight: 300;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
/* Layout  
 --------------------------------*/
header,
.main,
#footer {
  width: 960px;
  margin: 0 auto !important;
}
header {
  position: relative;
  padding: 16px 0 14px;
  background-color: #fff;
  border-bottom: 1px solid #e6eaed;
  /*&:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:1px;
		left:0.5%;
		width:99%;
		height:1px;
		box-shadow:0 0px 10px rgba(0, 0, 0, 0.4);
	}*/

}
header:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
#logo {
  float: left;
}
.main {
  padding-bottom: 30px;
  *zoom: 1;
  position: relative;
  padding-top: 18px;
}
.main:before,
.main:after {
  display: table;
  content: "";
  line-height: 0;
}
.main:after {
  clear: both;
}
.small-container {
  width: 288px;
  margin: 0 auto;
  margin-top: 180px;
  padding: 12px 0;
  text-align: center;
}
.small-container form.custom {
  margin-top: 30px;
}
.small-container h1 {
  border: none;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: -12px;
  padding: 0;
  padding-top: 12px;
}
.small-container .alert {
  margin: 18px 0 -12px;
}
.content {
  width: 540px;
  float: left;
  margin-right: 48px;
}
.breadcrumbs {
  font-size: 10px;
  margin-bottom: 18px;
  margin-top: -8px;
}
.sidebar {
  width: 372px;
  float: left;
  margin-right: 48px;
  margin-right: 0 !important;
  padding-top: 36px;
}
.sidebar p {
  font-size: 12px;
}
.pano {
  background: #eee;
  height: 440px;
  min-width: 960px;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.pano:before,
.pano:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: -1px;
  width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.pano:after {
  top: auto;
  bottom: -1px;
}
.home-page header {
  border: none;
}
.home-page .pano {
  height: 288px;
}
.home-page .intro {
  width: 456px;
  left: 0;
  top: 100%;
  margin-top: 31px;
  position: absolute;
  z-index: 1;
}
.home-page .intro h1,
.home-page .intro p {
  font-weight: 300;
  line-height: 1.5;
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  display: inline;
}
.home-page .intro h1 {
  padding: 0px 1px 1px;
  font-size: 31px;
}
.home-page .intro p {
  padding: 0;
  font-size: 16px;
}
.home-page .intro p span {
  padding: 0 1px;
}
.home-page .intro a:hover {
  background-color: #389cdc !important;
  color: #fff ;
  text-decoration: none;
}
.home-page .location a:hover {
  background-color: #389cdc !important;
  color: #fff ;
  text-decoration: none;
}
.home-page .location .title,
.home-page .location .city {
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  display: inline;
  padding: 1px 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: -45px;
}
.home-page .location .city {
  font-size: 10px;
  line-height: 1;
  top: -25px;
}
@-moz-document url-prefix() {
  header:before {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.4);
  }
  .home-pano {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  }
  .home-pano:before {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  }
  .pano:before,
  .pano:after {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
}
.tour-page header {
  border: none;
}
.tour-page .main {
  background: none;
  padding-top: 0;
}
.tour-page .content {
  background: #fff;
  width: 624px;
  float: left;
  margin-right: 48px;
  padding-right: 24px;
  margin-right: 24px;
  margin-left: -5000px;
  padding-left: 5000px;
  padding-top: 18px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.tour-page .share {
  width: 84px;
  position: absolute;
  margin-top: 34px;
}
.tour-page .contentillo {
  width: 540px;
  float: left;
  margin-right: 48px;
  margin-left: 84px;
  margin-right: 0 !important;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tour-page .sidebar {
  width: 288px;
  float: left;
  margin-right: 48px;
  position: relative;
  z-index: 2;
  padding-top: 37px;
}
.hotel-page .pano {
  height: 380px;
}
.hotel-page .sidebar {
  padding-top: 16px !important;
}
@media screen and (min-width: 1367px) {
  .pano {
    height: 580px;
  }
  .hotel-page .pano {
    height: 490px;
  }
}
@media screen and (min-width: 1601px) {
  .pano {
    height: 660px;
  }
  .hotel-page .pano {
    height: 570px;
  }
}
.expandable {
  margin-bottom: 14px;
}
.expandable span a {
  margin-bottom: 15px;
  display: inline-block;
}
.comments {
  overflow: hidden;
  position: relative;
}
.comments iframe {
  left: 0;
  top: -1px;
  position: absolute;
}
#info360 {
  padding: 12px 15px;
  line-height: 1.5;
  background: #fafbfc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 18px;
}
#info360 li {
  margin-bottom: 5px;
}
.box,
#info360 {
  font-size: 12px;
  padding: 12px 15px;
  line-height: 1.5;
  background: #fafbfc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ayudita {
  padding: 10px 15px;
  font-size: 13px;
  text-align: center;
}
.map-container {
  height: 180px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.map-border {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2) inset;
  background: none;
  pointer-events: none;
  border: 3px solid white;
  z-index: 200;
  position: absolute;
  top: -3px;
  left: -3px;
  height: 100%;
  width: 100%;
}
#map {
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.address {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  bottom: 12px;
  font-size: 12px;
  left: 12px;
  padding: 6px 8px;
  position: absolute;
  right: 12px;
}
@-moz-document url-prefix() {
  #nav .sub {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .map-border {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16) inset;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16) inset;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16) inset;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-border {
    display: none;
  }
}
.list {
  clear: both;
  padding-top: 12px;
  overflow: hidden;
}
.list.near .item {
  margin-right: 0;
  margin-bottom: 24px;
}
.list.near .city {
  float: left;
  clear: both;
}
.list.near .distance {
  float: right;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1;
  padding: 1px 2px;
  position: absolute;
  text-decoration: none;
  left: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 6px;
  bottom: 6px;
  left: auto;
  font-size: 10px;
  color: #a2abb0;
}
.list .item {
  width: 288px;
  float: left;
  margin-right: 48px;
  height: 200px;
  margin-bottom: 18px;
  position: relative;
}
.list .item .thumb {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  height: 144px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
.list .item .thumb img {
  position: relative;
  z-index: -2;
}
.list:not(.hotels) .item:nth-child(3n) {
  margin-right: 0 !important;
}
.list .title {
  padding: 0 2px;
  float: left;
  line-height: 1.2;
}
.list .city {
  clear: both;
  float: left;
  font-size: 10px;
  margin-left: 2px;
}
.list .title,
.list .city,
.list .price {
  display: block;
}
.list .price {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1;
  padding: 1px 2px;
  position: absolute;
  text-decoration: none;
  left: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 10px;
  right: 6px;
  bottom: 6px;
  left: auto;
  z-index: -2;
}
.list .price .amount {
  font-size: 14px;
}
.list .title .stars {
  float: none;
  margin: 0 2px;
}
.list .over {
  height: 144px;
  margin-bottom: 48px;
}
.list .over .title,
.list .over .city,
.list .over .price {
  float: none;
  margin: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1;
  padding: 1px 2px;
  position: absolute;
  bottom: 6px;
  text-decoration: none;
  left: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list .over .city:hover {
  background-color: #389cdc !important;
  color: #fff ;
}
.list .over .title {
  bottom: 22px;
}
.list .over .price {
  top: 6px;
  right: 6px;
  bottom: auto;
  left: auto;
}
.stars {
  background-image: url('http://uruguay360.com.uy/images/star.png');
  background-repeat: repeat-x;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 2px;
}
.stars.xxxxx {
  width: 50px;
}
.stars.xxxx {
  width: 40px;
}
.stars.xxx {
  width: 30px;
}
.lists h2 {
  margin-top: 0;
}
#near-places {
  margin: 24px 0 0;
}
#near-places h2 {
  margin-top: 6px;
}
.contentillo ul {
  margin-bottom: 15px;
  line-height: 1.5;
}
.contentillo ul li {
  list-style: disc inside;
}
.bullet-list {
  line-height: 1.45;
}
.bullet-list li {
  list-style: disc inside;
  margin-bottom: 6px;
}
td {
  padding: 4px 6px;
}
.modal {
  display: none;
  background: #fff;
  line-height: 1.45;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -300px;
  padding: 18px 30px 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999999999;
  width: 540px;
  text-align: center;
}
.modal ul {
  margin-bottom: 1em;
}
.modal h1 {
  border: none;
  font-size: 21px;
  margin-bottom: 18px;
}
.modal .button {
  color: #fff !important;
  float: none;
  display: inline-block;
  margin: 12px 0 18px;
}
.modal-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 99999999998;
  top: 0;
  left: 0;
}
.close-modal {
  color: #a2abb0 !important;
  font-size: 12px;
  position: absolute;
  right: 12px;
  bottom: 6px;
  cursor: pointer;
  font-weight: 400;
}
.flecha {
  display: block;
  position: absolute;
  left: 100%;
  top: 100%;
  margin-top: -60px;
  margin-left: 20px;
  background-image: url('flecha.png');
  background-repeat: no-repeat;
  width: 91px;
  height: 151px;
}
.tabs {
  margin-bottom: 6px;
  border-bottom: 1px solid #e6eaed;
  *zoom: 1;
}
.tabs:before,
.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabs:after {
  clear: both;
}
.tabs .tab {
  float: left;
  border-bottom: 1px solid #e6eaed;
  clear: none;
  margin-right: 18px;
  margin-bottom: -1px;
  color: #a2abb0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.tabs .tab.active {
  border-bottom: 1px solid #a2abb0;
  color: #525f66;
}
.tabs .tab:hover {
  color: #525f66;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  opacity: 1;
}
.ie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 13px;
  background: #fffbd0;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #e6eaed;
}
.icon-calendar {
  background: transparent url('sprite.png') 0 0 no-repeat;
  display: inline-block;
  height: 20px;
  margin-left: 6px;
  margin-top: 5px;
  text-align: right;
  vertical-align: top;
  width: 18px;
}
.sort {
  float: right;
  line-height: 22px;
  margin: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 18px;
  width: auto;
}
.sort a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 2px;
  padding: 2px 6px;
  text-decoration: none;
}
.sort a:hover {
  background-color: #fafbfc;
}
.sort .active {
  background-color: #fafbfc;
  color: #a2abb0;
}
.filters {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fafbfc;
  margin-top: 12px;
  margin-bottom: 36px;
  padding: 10px 15px;
}
.filters .stars {
  vertical-align: -1px;
  margin: 0;
}
.filters label {
  margin-left: 0;
}
.hotels {
  width: 624px;
  float: left;
  margin-right: 48px;
  margin-right: 0 !important;
  clear: none;
}
.hotels .item:nth-child(2n) {
  margin-right: 0 !important;
}
.home-search {
  font-size: 16px;
  margin-bottom: 36px;
  margin-top: 6px;
  text-align: center;
}
.home-search h1 {
  margin-bottom: 24px;
}
.home-search > span > *:not(select):not(h1) {
  float: none !important;
  display: inline-block !important;
}
.home-search .hidden {
  display: none !important;
}
.home-search .button:not(.white) {
  margin-left: 12px;
}
.home-search .current,
.home-search .button.white {
  font-size: 15px !important;
}
.home-search .dropdown,
.home-search .button.white {
  width: auto !important;
  text-align: left;
}
.home-search .bar {
  background-color: #fafbfc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 18px;
}
.days label:not(.day) {
  clear: both;
  margin-top: 4px;
}
.days .day {
  clear: both;
  margin-right: 12px;
}
.days .day .checkbox {
  margin: 2px 4px 0 0;
}
.rooms-table {
  clear: both;
  margin-bottom: 6px;
}
.rooms-table .th label:not(.day) {
  color: #a2abb0 !important;
}
.rooms-table .th td {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #e6eaed;
  vertical-align: bottom;
}
.rooms-table input {
  width: 80px;
  text-align: center;
}
.rooms-table td {
  padding: 12px 18px;
}
.rooms-table td:first-child {
  text-align: right;
}
.rooms-table td:first-child label {
  float: right;
}
.rooms-table tr.extras td {
  border-top: 1px dashed #e6eaed;
}
.rooms-table tr.all td {
  border-bottom: 1px dashed #e6eaed;
}
.rooms-table tr.all td:last-child {
  border-radius: 0 5px 5px 0;
}
.rooms-table tr.all td:first-child {
  border-radius: 5px 0 0 5px;
}
.rooms-table .alt {
  display: none;
}
.submenu {
  width: 120px;
  float: left;
  margin-right: 48px;
  padding-top: 36px;
}
.submenu li {
  display: block;
  clear: both;
  float: left;
  margin-bottom: 8px;
}
.submenu li.small {
  margin-top: 4px;
}
.submenu li .active {
  font-weight: 700;
}
.calendar-table {
  width: 100%;
}
.calendar-table .header td {
  border-color: #fff;
  border-bottom-color: #e6eaed !important;
  color: #a2abb0;
  font-size: 11px;
  padding: 6px 4px;
  text-align: center;
}
.calendar-table tr:not(.header) td {
  border: 1px solid #e6eaed;
  font-size: 13px;
  padding: 26px 6px 12px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 112px;
}
.calendar-table tr:not(.header) td:first-child {
  border-left-color: #fff;
}
.calendar-table tr:not(.header) td:last-child {
  border-right-color: #fff;
}
.calendar-table tr:not(.header) td .date {
  font-size: 10px;
  right: 4px;
  position: absolute;
  top: 3px;
}
.calendar-table tr:not(.header) td .date.today {
  color: #525f66;
  font-weight: 700;
}
.calendar-table tr:not(.header) td.other {
  opacity: 0.5;
}
.calendar-table tr:not(.header) td.old * {
  color: #a2abb0 !important;
  opacity: 0.7;
}
.calendar-table tr:not(.header) td .price {
  display: block;
}
.calendar-table tr:not(.header) td .price .currency {
  font-size: 9px;
}
.calendar-table tr:not(.header) td .cupo {
  color: #39c57e;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.calendar-table tr:not(.header) td .min {
  font-size: 10px;
  display: block;
  margin-top: 6px;
  color: #a2abb0 !important;
}
.calendar-table tr:not(.header) td .min .n {
  font-weight: 700;
  color: #525f66;
}
.calendar-table tr:not(.header) td .zero,
.calendar-table tr:not(.header) td .zero > * {
  color: #f66063;
}
.calendar-table tr:not(.header) td:hover .cupo,
.calendar-table tr:not(.header) td:hover .price {
  border-color: #a2abb0;
}
.calendar-table tr:not(.header) td:hover .cupo:hover .tooltip,
.calendar-table tr:not(.header) td:hover .price:hover .tooltip {
  opacity: 1;
  display: block;
}
.calendar-table tr:last-child td {
  border-bottom-color: #fff;
}
.calendar-table .tooltip {
  color: #fff !important;
  bottom: 100%;
  left: 50%;
  margin-left: -22px;
  margin-bottom: 5px;
  opacity: 0;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  padding: 0 6px;
  position: absolute;
  background-color: #333333;
  z-index: 99;
  font-weight: 500;
  cursor: default;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.calendar-table .tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
}
.calendar-table .tooltip:before {
  left: 50%;
  top: 100%;
  margin-left: -4px;
}
.calendar-form .field {
  margin-bottom: 8px;
  margin-top: 6px;
}
.calendar-form .right .field {
  margin-left: 12px;
}
.pop {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: none;
  border-radius: 5px;
  position: fixed;
  left: 18px;
  bottom: 18px;
  padding: 15px 6px 12px;
  text-align: center;
  width: 300px;
  z-index: 999;
}
.pop .button {
  float: none;
}
.pop .title {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px;
}
.pop .close {
  position: absolute;
  top: 1px;
  right: 6px;
  font-size: 12px;
  color: #ddd;
  font-weight: 700;
  text-decoration: none;
}
