/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);
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%;
  vertical-align: baseline;
  outline: 0;
}
*:focus {
  outline: none;
}
/* HTML5 display-role reset for older browsers */
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,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'fontello';
  src: url('../css/fonts/fontello.eot?15409922');
  src: url('../css/fonts/fontello.eot?15409922#iefix') format('embedded-opentype'), url('../css/fonts/fontello.woff2?15409922') format('woff2'), url('../css/fonts/fontello.woff?15409922') format('woff'), url('../css/fonts/fontello.ttf?15409922') format('truetype'), url('../css/fonts/fontello.svg?15409922#fontello') format('svg');
}
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'fontello';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;
  display: inline-block;
  width: 1em;
  margin-right: .3em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-heart:before {
  content: '\e800';
}
.icon-home:before {
  content: '\e801';
}
.icon-group:before {
  content: '\e802';
}
.icon-search:before {
  content: '\e803';
}
.icon-menu:before {
  content: '\e804';
}
.icon-star:before {
  content: '\e805';
}
.icon-location:before {
  content: '\e806';
}
.icon-down-open:before {
  content: '\e807';
}
.icon-up-open:before {
  content: '\e808';
}
.icon-thumbs-up-alt:before {
  content: '\f164';
}
.icon-volume-control-phone:before {
  content: '\f2a0';
}
html {
  height: auto;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #EDEDED;
  font: normal 13px/1.3 Arial, sans-serif;
  color: #333;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #065ABF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
}
h2,
h3,
h4 {
  font-family: Arial, sans-serif;
  line-height: 1.2em;
  padding: 0;
  margin: 0 0 0.5em 0;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
.layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.layout:before {
  content: '';
  display: block;
}
.layout:after {
  content: '';
  display: table;
  clear: both;
}
.col-red {
  color: #D60808;
}
.col-green {
  color: #279500;
}
.col-blue {
  color: #065ABF;
}
.fotorama__thumb-border {
  border-color: #000 !important;
}
.icon-star {
  color: #F6AE0B;
}
.icon-star:before {
  margin-right: 0;
}
.button-blue {
  display: inline-block;
  text-align: center;
  background: #065ABF;
  border: 1px solid #054797;
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.button-blue:hover {
  background: #076de7;
}
.button-green {
  display: inline-block;
  text-align: center;
  background: #279500;
  border: 1px solid #1c6c00;
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.button-green:hover {
  background: #32be00;
}
.button-red {
  display: inline-block;
  text-align: center;
  background: #D60808;
  border: 1px solid #af0707;
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.button-red:hover {
  background: #f61111;
}
.button-light {
  display: inline-block;
  text-align: center;
  background: #F7F7F7;
  border: 1px solid #e3e3e3;
  color: #333;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.button-light:hover {
  background: #ffffff;
}
.button-light:hover {
  border-color: #D60808;
  color: #D60808;
}
header {
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
  background: -moz-linear-gradient(top, #065ABF 0, #065ABF 25px, #FFF 25px, #FFF 100%);
  background: -webkit-linear-gradient(top, #065ABF 0, #065ABF 25px, #FFF 25px, #FFF 100%);
  background: linear-gradient(to bottom, #065ABF 0, #065ABF 25px, #FFF 25px, #FFF 100%);
  zoom: 1;
}
header:before {
  content: '';
  display: block;
}
header:after {
  content: '';
  display: table;
  clear: both;
}
header .tagline {
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
}
header .top-nav {
  float: right;
}
header .top-nav a {
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  margin: 0 0 0 20px;
  color: rgba(255, 255, 255, 0.75);
}
header .top-nav a:hover {
  color: #FFF;
}
header .top-nav a .icon-group:before {
  font-size: 1.2em;
}
header nav {
  font: 700 18px 'Open Sans Condensed', sans-serif;
  position: relative;
  text-align: center;
  zoom: 1;
}
header nav:before {
  content: '';
  display: block;
}
header nav:after {
  content: '';
  display: table;
  clear: both;
}
header nav a {
  line-height: 50px;
  display: inline-block;
  margin: 5px 0;
  padding: 0 5px;
  color: #000;
}
header nav a:hover {
  color: #065ABF;
}
header nav a.logo {
  float: left;
  width: 240px;
  height: 40px;
  margin: 10px 0;
  padding: 0;
}
header nav a.logo img,
header nav a.logo svg {
  width: 100%;
  height: 100%;
}
header nav a.contact {
  float: right;
  width: 125px;
  padding: 0;
  text-align: right;
  color: #065ABF;
}
header nav a.contact span {
  color: #D60808;
}
header nav a.menu {
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 65px;
  height: 60px;
  margin: 0;
  padding: 9px 0 11px;
  color: #FFF;
  background: #065ABF;
}
header nav a.menu :before {
  margin: 0;
}
header .logo .primary {
  fill: #065ABF;
}
header .logo .secondary {
  fill: #279500;
}
header .logo .emblem {
  fill: none;
  stroke: #065ABF;
  stroke-width: 5;
}
footer {
  border-top: 1px solid #DDD;
  background: #FFF;
  padding: 15px 0;
}
.breadcrumb {
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 70%;
  height: 35px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background: #F7F7F7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.breadcrumb a .icon-home {
  font-size: 18px;
}
.breadcrumb a .icon-home:before {
  margin-right: 0;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #054a9c;
}
.breadcrumb a:after {
  font: 700 18px/18px 'Open Sans Condensed', sans-serif;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 5px;
  content: '>';
  cursor: auto;
  text-decoration: none;
  color: #333;
}
.search-box {
  height: 35px;
  float: right;
  width: 29%;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  /*.icon-search:before{
		color: @text-color;
		font-size: @font-size-large;
		line-height: 35px;
		margin-left: 10px;
	}*/
}
.search-box input[type="text"] {
  border: none;
  padding: 0 3px;
  margin: 3px 1%;
  width: 98%;
  display: block;
  height: 27px;
  line-height: 27px;
}
.trustme li,
.recommended {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trustme li i[class^="icon-"],
.recommended i[class^="icon-"] {
  font-size: 52px;
}
.trustme li .icon-thumbs-up-alt,
.recommended .icon-thumbs-up-alt {
  color: #279500;
}
.trustme li p,
.recommended p {
  width: 70%;
  font-size: 14px;
  line-height: 1.4;
}
.trustme {
  background: #F7F7F7;
  border: 1px solid #DDD;
  height: 100%;
}
.trustme li {
  height: 16.67%;
  border-bottom: 1px solid #DDD;
}
.trustme li:last-child {
  border-bottom: none;
}
.trustme li .icon-volume-control-phone {
  color: #D60808;
}
.trustme li .phone {
  display: block;
  margin-top: 5px;
  color: #D60808;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.trust {
  display: block;
}
.trust.bottom {
  display: none;
  background: #FFF;
  border: 1px solid #DDD;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.hotel,
.visited,
.comments,
.newsletter {
  padding: 20px;
  background: #FFF;
  border: 1px solid #DDD;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.hotel h1 .stars {
  display: inline-block;
  margin-bottom: 7px;
}
.hotel h1 .icon-star {
  font-size: 22px;
}
.hotel h2 {
  color: #065ABF;
  border-bottom: 1px solid #065ABF;
  margin-top: 20px;
  padding-bottom: 10px;
}
.hotel .address {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}
.hotel .address .icon-location {
  color: #065ABF;
}
.hotel .address:hover {
  color: #065ABF;
}
.hotel .clear {
  display: flex;
}
.hotel .left-column {
  width: 70%;
}
.hotel .right-column {
  width: 28%;
  margin-left: 2%;
}
.hotel .recommended i[class^="icon-"] {
  color: #279500;
}
.hotel .recommended p {
  font-size: 16.8px;
  font-weight: 700;
}
.hotel .recommended p span {
  display: block;
  color: #065ABF;
  font-size: 22px;
}
.hotel .images.left-column {
  position: relative;
}
.hotel .discount {
  position: absolute;
  top: 5px;
  left: 5px;
  max-width: 170px;
  padding: 7px 10px 3px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.hotel .discount span {
  display: block;
  font-size: 30px;
}
.hotel .discount.eb {
  background: rgba(39, 149, 0, 0.75);
}
.hotel .discount.lm {
  background: rgba(214, 8, 8, 0.75);
}
.hotel .discount.bf {
  background: rgba(0, 0, 0, 0.8);
}
.hotel .expand {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.hotel .expand.icon:before {
  position: absolute;
  top: 0;
  right: 3px;
  font-family: 'fontello';
  font-size: 14px;
  content: '\e808';
  color: #065ABF;
}
.hotel .expand.icon.open:before {
  content: '\e807';
}
.hotel .expandable {
  margin-top: 10px;
}
.hotel .description {
  zoom: 1;
}
.hotel .description:before {
  content: '';
  display: block;
}
.hotel .description:after {
  content: '';
  display: table;
  clear: both;
}
.hotel .description p {
  margin-bottom: 10px;
}
.hotel .description .details {
  float: left;
  width: 40%;
  margin-bottom: 10px;
}
.hotel .description .facilities,
.hotel .description .facilities-extra {
  float: left;
  width: 28%;
  margin-left: 2%;
  zoom: 1;
}
.hotel .description .facilities:before,
.hotel .description .facilities-extra:before {
  content: '';
  display: block;
}
.hotel .description .facilities:after,
.hotel .description .facilities-extra:after {
  content: '';
  display: table;
  clear: both;
}
.hotel .description .facilities li,
.hotel .description .facilities-extra li {
  margin-bottom: 20px;
}
.hotel .description .room-details li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.hotel .description .room-details li:nth-child(2n) {
  margin-right: 0;
}
.hotel .map {
  display: flex;
  flex-direction: row;
  height: 500px;
}
.hotel .map .expandable {
  margin-top: 0;
}
.hotel #map {
  width: 70%;
  height: 100%;
}
.hotel #map .static {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
}
.hotel .nearby {
  display: flex;
  flex-direction: column;
  margin-left: 2%;
  width: 28%;
  height: 100%;
}
.hotel .nearby h3 {
  height: 10%;
  margin: 0;
}
.hotel .nearby a {
  display: block;
  height: 13%;
  margin-top: 3%;
}
.hotel .nearby a img {
  float: left;
  height: 100%;
  margin-right: 10px;
}
.hotel .nearby a span {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
.hotel .nearby a span.title {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #065ABF;
}
.visited h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.visited ul {
  zoom: 1;
}
.visited ul:before {
  content: '';
  display: block;
}
.visited ul:after {
  content: '';
  display: table;
  clear: both;
}
.visited ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.visited ul li:nth-child(4n) {
  margin-right: 0;
}
.visited ul li a,
.visited ul li span {
  display: inline-block;
  margin-bottom: 5px;
}
.visited ul li .title {
  font-size: 14px;
  font-weight: 700;
}
.visited ul li p {
  height: 102px;
  margin-bottom: 10px;
  zoom: 1;
}
.visited ul li p:before {
  content: '';
  display: block;
}
.visited ul li p:after {
  content: '';
  display: table;
  clear: both;
}
.visited ul li .thumb {
  float: left;
  margin: 0 5px 0 0;
}
.visited ul li .thumb img {
  width: 60px;
}
.visited ul li a[class^='button'] {
  width: 50%;
}
.footer_info {
  margin-bottom: 20px;
}
.footer_info h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.footer_info ul {
  zoom: 1;
}
.footer_info ul:before {
  content: '';
  display: block;
}
.footer_info ul:after {
  content: '';
  display: table;
  clear: both;
}
.footer_info ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.footer_info ul li:nth-child(4n) {
  margin-right: 0;
}
.footer_info ul li a,
.footer_info ul li span {
  display: inline-block;
  margin-bottom: 5px;
}
.footer_info ul li .title {
  font-size: 18px;
  font-weight: 700;
  color: #065ABF;
  padding-bottom: 10px;
}
.footer_info ul li p {
  height: 102px;
  margin-bottom: 10px;
  zoom: 1;
}
.footer_info ul li p:before {
  content: '';
  display: block;
}
.footer_info ul li p:after {
  content: '';
  display: table;
  clear: both;
}
.footer_info ul li .thumb {
  float: left;
  margin: 0 5px 0 0;
}
.footer_info ul li .thumb img {
  width: 60px;
}
.footer_info ul li a[class^='button'] {
  width: 50%;
}
.newsletter {
  border: 1px solid #3be200;
  background: #d6ffc8;
}
.newsletter form {
  zoom: 1;
}
.newsletter form:before {
  content: '';
  display: block;
}
.newsletter form:after {
  content: '';
  display: table;
  clear: both;
}
.newsletter form label,
.newsletter form input,
.newsletter form span,
.newsletter form div {
  display: block;
  float: left;
}
.newsletter form label {
  width: 25%;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}
.newsletter form label span {
  font-size: 13px;
}
.newsletter form label i[class^='icon-'] {
  float: left;
  font-size: 30px;
}
.newsletter form label i[class^='icon-']:before {
  margin-right: 5px;
}
.newsletter form div {
  width: 75%;
}
.newsletter form div#form_errors {
  color: #D60808;
  font-weight: 700;
}
.newsletter form input[type='text'],
.newsletter form input[type='email'] {
  padding: 0 15px;
  border: 1px solid #DDD;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.newsletter form input[type='text']::-webkit-input-placeholder,
.newsletter form input[type='email']::-webkit-input-placeholder {
  color: #333;
}
.newsletter form input[type='text']::-moz-placeholder,
.newsletter form input[type='email']::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.newsletter form input[type='text']:-ms-input-placeholder,
.newsletter form input[type='email']:-ms-input-placeholder {
  color: #333;
}
.newsletter form input[type='text']:-moz-placeholder,
.newsletter form input[type='email']:-moz-placeholder {
  color: #333;
}
.newsletter form input[type='text'] {
  width: 17%;
  margin-right: 2%;
}
.newsletter form input[type='email'] {
  width: 25%;
  margin-right: 2%;
}
.newsletter form input[class^='button-'] {
  width: 10%;
  cursor: pointer;
}
@media (max-width: 1280px) and (min-width: 901px) {
  .layout {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .right-column .trustme li i[class^="icon-"],
  .right-column .recommended i[class^="icon-"] {
    font-size: 4vw;
  }
  .right-column .trustme li p {
    font-size: 1.15vw;
  }
  .right-column .trustme li .phone {
    font-size: 3vw;
  }
  .right-column .recommended p {
    font-size: 1.4vw;
  }
  .right-column .recommended p span {
    font-size: 1.85vw;
  }
}
@media (max-width: 1165px) and (min-width: 1024px) {
  header nav {
    font-size: 16px;
  }
  header nav a.logo {
    width: 180px;
    height: 30px;
  }
}
@media (max-width: 1023px) and (min-width: 901px) {
  header nav {
    top: 55px;
    height: 90px;
    text-align: left;
  }
  header nav a {
    line-height: 30px;
    margin: 0;
  }
  header nav a.logo,
  header nav a.contact {
    line-height: 50px;
    margin-top: -50px;
  }
  header + div {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .visited ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .visited ul li:nth-child(2n) {
    margin-right: 0;
  }
  .visited ul li .title {
    font-size: 18px;
  }
  .visited ul li p {
    height: 65px;
  }
  .newsletter form label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .newsletter form label i[class^='icon-'],
  .newsletter form label span {
    font-size: 18px;
  }
  .newsletter form label span {
    display: inline-block;
    float: none;
  }
  .newsletter form label span:before {
    content: " - ";
  }
  .newsletter form input[type='text'] {
    width: 23%;
    margin-right: 2%;
  }
  .newsletter form input[type='email'] {
    width: 33%;
    margin-right: 2%;
  }
  .newsletter form input[class^='button-'] {
    width: 15%;
    cursor: pointer;
  }
}
@media (max-width: 900px) {
  header {
    height: 61px;
    background: none;
  }
  header .tagline,
  header .top-nav {
    display: none;
  }
  header nav {
    font-size: 22px;
    position: absolute;
    overflow-y: hidden;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.93);
    z-index: 999;
  }
  header nav a {
    display: block;
    margin: 0;
    text-align: left;
    border-top: 1px solid #DDD;
  }
  header nav a:not(.logo):not(.menu) {
    float: left;
    width: 50%;
    padding: 5px 0 5px 20px;
  }
  header nav a.logo {
    float: none;
    margin: 10px 0 10px 10px;
    border: none;
  }
  header nav a.menu {
    display: block;
    text-align: center;
    border: none;
  }
  header nav a.contact {
    padding: 0 6px;
    text-align: left;
  }
  header nav.expand {
    height: auto;
    border-bottom: 1px solid #DDD;
  }
  .breadcrumb {
    display: none;
  }
  .search-box {
    float: none;
    margin-bottom: 10px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .trust {
    display: none;
  }
  .trust.bottom {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .trust.bottom .trustme {
    background: none;
    border: none;
    zoom: 1;
  }
  .trust.bottom .trustme:before {
    content: '';
    display: block;
  }
  .trust.bottom .trustme:after {
    content: '';
    display: table;
    clear: both;
  }
  .trust.bottom .trustme li {
    float: left;
    width: 50%;
    padding: 10px 0;
  }
  .trust.bottom .trustme li:nth-last-child(2) {
    border-bottom: 0;
  }
  .hotel,
  .visited,
  .comments,
  .newsletter {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .hotel .clear {
    zoom: 1;
    display: block;
  }
  .hotel .clear:before {
    content: '';
    display: block;
  }
  .hotel .clear:after {
    content: '';
    display: table;
    clear: both;
  }
  .hotel .left-column,
  .hotel .right-column {
    width: 100%;
    margin: 0;
  }
  .hotel .recommended {
    display: block;
    margin-bottom: 10px;
    zoom: 1;
  }
  .hotel .recommended:before {
    content: '';
    display: block;
  }
  .hotel .recommended:after {
    content: '';
    display: table;
    clear: both;
  }
  .hotel .recommended i[class^="icon-"],
  .hotel .recommended p {
    float: left;
    font-size: 14px;
  }
  .hotel .recommended p {
    width: auto;
  }
  .hotel .recommended p span {
    display: inline-block;
    font-size: 14px;
  }
  .hotel .expand.icon:before {
    content: '\e807';
  }
  .hotel .expand.icon.open:before {
    content: '\e808';
  }
  .hotel .expandable {
    display: none;
  }
  .hotel .description .details {
    width: 100%;
  }
  .hotel .description .facilities,
  .hotel .description .facilities-extra {
    width: 56%;
    margin-left: 0;
    margin-right: 4%;
  }
  .hotel .description .facilities-extra {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }
  .hotel .description .room-details li {
    width: 100%;
    margin-right: 0;
  }
  .hotel #map {
    height: 500px;
    width: 100%;
  }
  .hotel .map {
    display: block;
    height: auto;
  }
  .hotel .nearby {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    zoom: 1;
  }
  .hotel .nearby:before {
    content: '';
    display: block;
  }
  .hotel .nearby:after {
    content: '';
    display: table;
    clear: both;
  }
  .hotel .nearby h3 {
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #065ABF;
    border-bottom: 1px solid #065ABF;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .hotel .nearby a {
    float: left;
    width: 48%;
    height: auto;
    margin-top: 10px;
  }
  .hotel .nearby a:nth-of-type(2n) {
    margin-left: 4%;
  }
  .hotel .nearby a img {
    height: 75px;
  }
}
@media (max-width: 670px) and (min-width: 551px) {
  .trustme li p {
    font-size: 2.1vw;
  }
  .trustme li .phone {
    margin-top: 0;
    font-size: 5.4vw;
  }
  .trustme li i[class^=icon-] {
    font-size: 7.5vw;
  }
  .hotel .description .facilities,
  .hotel .description .facilities-extra {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .trust.bottom .trustme li {
    float: none;
    width: 100%;
  }
  .hotel .description .facilities,
  .hotel .description .facilities-extra {
    width: 100%;
    margin-right: 0;
  }
  .newsletter form label span {
    display: none;
  }
  .newsletter form input[type='text'] {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .newsletter form input[type='text']:nth-of-type(2n) {
    margin-right: 0;
  }
  .newsletter form input[type='email'] {
    width: 65%;
    margin-right: 2%;
  }
  .newsletter form input[class^='button-'] {
    width: 33%;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  header nav {
    font-size: 22px;
  }
  header nav a:not(.logo):not(.menu) {
    float: none;
    width: 100%;
    padding: 5px 0 5px 20px;
  }
  .hotel,
  .visited,
  .newsletter {
    padding: 10px;
  }
  .hotel h1 .icon-star {
    font-size: 18px;
  }
  .hotel .address {
    font-size: 13px;
  }
  .hotel .recommended i[class^="icon-"],
  .hotel .recommended p {
    font-size: 13px;
    vertical-align: middle;
  }
  .hotel .recommended i[class^="icon-"] span,
  .hotel .recommended p span {
    font-size: 13px;
  }
  .hotel #map {
    height: 100vw;
  }
  .hotel .nearby h3 {
    font-size: 18px;
  }
  .hotel .nearby a {
    width: 100%;
    margin-left: 0 !important;
  }
  .visited ul li {
    width: 100%;
    margin-right: 0;
  }
  .visited ul li .title {
    font-size: 14px;
  }
  .footer_info ul li {
    width: 100%;
    margin-right: 0;
    padding-left: 5px;
  }
  .footer_info ul li .title {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .newsletter form input[type='text'],
  .newsletter form input[type='email'] {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .newsletter form input[class^='button-'] {
    width: 50%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .hotel #map {
    height: 45vw;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 540px;
  margin: -270px 0 0 -400px;
  background: #FFF;
  border: 1px solid #DDD;
  z-index: 1001;
  overflow: auto;
}
.modal-box .title {
  position: relative;
  padding: 10px;
  background: #EDEDED;
  border-bottom: 1px solid #DDD;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.modal-box .title .close {
  float: right;
  display: inline-block;
  padding: 10px;
  margin: -10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.modal-box .title .close i:before {
  margin-right: 0;
}
.modal-box .content {
  padding: 15px;
}
#map-modal {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .modal-box {
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .modal-box .title {
    font-size: 14px;
  }
}

/*# sourceMappingURL=test_1.css.map */