@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
ol, ul {
    list-style: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.subheader 
{
	position:relative;
	background-size:cover;
	background-position: 50% 0;
	transition: background .2s ease;
}
.subheader:before, .subheader:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}
.subheader:before {
    left: 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    border-bottom: 50px solid #fff;
    border-right: 1500px solid transparent;
}
.subheader:after {
    right: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    border-bottom: 50px solid #fff;
    border-left: 1500px solid transparent;
}
.subheader .container {
    padding: 10% 60px 1% !important;
}
.logo img {
    height: 40px;
}
.header-main {
    background-color: #2c4162;
    padding: 0 0 0 0;
    height: 55px;
    position: relative;
    z-index: 100;
    line-height: initial;
}
.page-template-page-homepage .header-main {
	background-color: #2c4162;
    position: absolute;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.78);
    width: 100%;
}
.header-main__nav a {
	color: #fff !important;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 16px;
    height: 55px;
    line-height: 40px;
	position:relative;
	padding: 0px 10px;
}
.current-menu-item a,.header-main__nav a:hover,.header-main__nav a:focus {
	color: #FF9800 !important;
}
.menu-justify {
	vertical-align: top;
}

	.header-main__nav > ul > li > a:before {
		width: 20px;
		height: 20px;
		position: absolute;
		left: -18px;
		top: -3px;
	}
	.header-main__nav > ul > li:nth-child(1) > a:before {
		content:url(hotel.svg);
	}
	.header-main__nav > ul > li:nth-child(1):hover a:before, .header-main__nav > ul > li:nth-child(1) > a:hover:before,.header-main__nav > ul > li:nth-child(1) > a:focus:before, .header-main__nav > ul > li:nth-child(1).current-menu-item > a:before {
		content:url(hotel-active.svg);
	}
	.header-main__nav > ul > li:nth-child(2) > a:before {
		content:url(flights.svg);
	}
	.header-main__nav > ul > li:nth-child(2):hover a:before, .header-main__nav > ul > li:nth-child(2) > a:hover:before,.header-main__nav > ul > li:nth-child(2) > a:focus:before, .header-main__nav > ul > li:nth-child(2).current-menu-item > a:before {
		content:url(flights-active.svg);
	}
	.header-main__nav > ul > li:nth-child(3) > a:before {
		content:url(inspiration.svg);
	}
	.header-main__nav > ul > li:nth-child(3) > a:hover:before,.header-main__nav > ul > li:nth-child(3) > a:focus:before, .header-main__nav > ul > li:nth-child(3).current-menu-item > a:before {
		content:url(inspiration-active.svg);
	}

.header-main__nav-trigger {
    right: 25px;
    top: 17px;
}
.page-template-page-homepage .subheader h2 {
    text-transform: none;
    margin: 0 auto 0px;
    width: 90%;
}
.h-search-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 80px 0px 15px 0px;
}
.h-search-subtitle {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
.marginauto {
	display:table;
	margin:0 auto;
	float:none;
}
.hcsb_noDatesWrapper, .h-search-box .hcsb_topTitle,.hcsb_poweredBy,.hcsb_citySearchLabel,.hcsb_checkinDateLabel,.hcsb_checkoutDateLabel,.hcsb_guestsLabel {
	display:none !important;
}
.hcsb_container {
	background:transparent !important;
}
.hcsb_citySearch {
    width: 28%!important;
    padding: 15px 15px !important;
    color: #2c4162 !important;
    float: left !important;
    border: 0px !important;
    border-right: 1px solid #e1e1e1 !important;
    margin-right: 13px !important;
	border-radius:0px !important;
}
.hcsb_citySearchWrapper input {
	color: #2c4162 !important;
}
.hcsb_citySearchWrapper {
	padding:0px !important;
}
.hcsb_content fieldset {
    display: block;
    background-color: #fff !important;
}
.hcsb_checkinMonth, .hcsb_checkoutMonth {
    -webkit-box-flex: initial !important;
    -moz-box-flex: initial !important;
    min-width: initial !important;
    -webkit-flex: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
    width: 40% !important;
}

.hcsb_responsive_desktop .hcsb_checkinDateWrapper, .hcsb_responsive_desktop .hcsb_checkoutDateWrapper {
    width: 19% !important;
    float: left !important;
    border-right: 1px solid #e1e1e1 !important;
    margin-right: 10px !important;
    padding-right: 10px !important;
}
.hcsb_responsive_desktop .hcsb_guestsRoomsWrapper {
    width: 14% !important;
    float: left !important;
    margin-bottom: 0 !important;
}
a.hcsb_searchButton, a.hcsb_searchButton:hover {
    font-size: 22px !important;
    background-color: #39b54a !important;
    font-weight: 100 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    display: block !important;
    margin-top: 0px !important;
    border-radius: 2px !important;
    -o-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    cursor: pointer !important;
    padding: .5em 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0px !important;
}
.hcsb_responsive_desktop .hcsb_searchButton,.hcsb_responsive_desktop .hcsb_searchButton:hover {
    clear: inherit !important;
    width: 16% !important;
    float: right !important;
    line-height: 25px !important;
    height: 25px !important;
    margin: 0px 0 0em !important;
    box-sizing: content-box !important;
}
a.hcsb_searchButton, a.hcsb_searchButton:hover {
    font-size: 22px !important;
    background-color: #FF5722 !important;
}
.hcsb_checkinDateContent img:hover,.hcsb_checkoutDateContent img:hover {
    background-position: 0 0 !important;
}
.hcsb_checkinDateContent img, .hcsb_checkoutDateContent img {
    top: 10px !important;
    position: absolute !important;
    right: 0px !important;
}
.hcsb_checkinDateContent, .hcsb_checkoutDateContent {
    padding-bottom: 0px !important;
}
.hcsb_guests, .hcsb_checkinDay, .hcsb_checkinMonth, .hcsb_checkoutDay, .hcsb_checkoutMonth {
    padding: 5px 2px !important;
    font-size: 1em;
    width: auto;
    margin: 0px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 0px !important;
    border-radius: 2px !important;
    -o-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 0px !important;
    line-height: initial !important;
    height: 47px !important;
    color: #2c4162 !important;
    background: #fff !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
}
#hcsb_bodyElements .ui-datepicker {
    width: 290px;
    padding: .2em .2em 0;
    display: none;
}
.hcsb_fieldError, .hcsb_fieldError {
    border: 0px !important;
    border-right: 1px solid #e1e1e1 !important;
    color: red !important;
}
.header-title {
    font-weight: 400;
    font-size: 39px;
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    line-height: 45px;
    padding: 0px;
    width: 90%;
    margin: 0 auto -20px auto;
}
.home-title {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 30px;
	text-transform:none;
}
.home-subtitle {
    font-size: 15px;
    width: 70%;
    margin: -30px auto 40px auto;
}
.hr {
    position: relative;
    max-width: 100px;
    margin: 0 auto 50px auto;
    padding: 0 0 3px;
    background: #ff5722;
}
.icon-wrap img {
	margin: 20px auto;
    display: block;
    height: 63px;
}
.icon-title {
	font-family: 'Lato', sans-serif;
    text-transform: none;
    font-size: 25px;
    font-weight: 400;
    color: #2c4162;
    margin: 10px 0px;
}
.icon-desc {
    font-size: 15.5px;
    color: rgba(0,0,0,.79);
    line-height: 1.5em;
}
.icon-block {
	width:90%;
	margin:0 auto;
}
.destinations {
    background-color: #fcfcfc;
    box-shadow: 0px 1px 5px #e1e1e1;
    position: relative;
}
.h-search-box {
	margin-bottom: 30px;
}
.destination-box {
	position: relative;
    box-shadow: 0px 1px 2px #e1e1e1;
    margin: 0px 10px;
	border-radius:5px;
	overflow:hidden;
	height:200px;
}
.destination-box img {
	width:100%;
	min-height:100%;
}
.destination-box .overlay {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.destination-box .overlay:hover {
	background: rgba(0, 0, 0, 0.35);
}
.destination-box .overlay h3 {
    color: #fff;
    font-size: 21px;
    text-shadow: 0px 1px 2px #000;
    width: 80%;
    margin: 80px auto -5px auto;
    line-height: 26px;
}
.destination-box .overlay small {
	color: #fff;
    font-size: 16px;
    text-shadow: 0px 1px 2px #000;
}
.destinations .owl-prev {
    width: 50px;
    top: 40%;
    position: absolute;
    left: -4%;
}
.destinations .owl-next {
    width: 50px;
    top: 40%;
    position: absolute;
    right: -4%;
}
.big-phone {
    background-color: rgb(255, 255, 255);
    padding-top: 70px;
	padding-bottom:0px;
}
.big-phone .container {
    padding-left: 70px;
}
.big-phone h3 {
	font-size: 29px;
    text-transform: none;
    width: 80%;
    margin-left: 50px;
    line-height: 30px;
    margin-bottom: 40px;
}
.text-t {
	font-size:20px;
	margin-left:60px;
}
.big-phone ol {
    counter-reset: headings;
    padding-right: 40px;
}
.big-phone ol li {
    position: relative;
    padding: 0 0 0 60px;
    margin-bottom: 42px;
    font-size: 17px;
    line-height: 22px;
}
.big-phone ol li:before {
    counter-increment: headings;
    content: counter(headings, decimal);
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -5px;
	color: #ff5722;
}
.blog-box {
	height: 250px;
}
.blog-box .overlay h3 {
	margin: 100px auto -5px auto;
}
.menu {
	float:right;
}
.footer-main__content li {
    margin-bottom: 5px;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
}
.footer-main__content li a {
	font-size:19px;
	text-transform:none;
}
.footer-main__content {
    padding: 30px 0 30px 0;
}
.about-us {
    background: url(img/bg3.jpg);
    background-size: cover;
    padding-bottom: 0px !important;
}
.about-us p {
	margin: 10px 0px;
	font-size:17px;
}
.city .hcsb_checkinDateWrapper {
	margin-left:30px !important;
}
.mewtwo-flights-origin label,.mewtwo-flights-destination label,.mewtwo-flights-dates label,.mewtwo-flights-trip_class label {
	display:none !important;
	visibility:hidden;
}
.page-template-page-homepage .subheader form {
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page-template-page-homepage .subheader .mewtwo-flights {
    padding: 0px 0px 0!important;
    border: 0px solid transparent!important;
}
.mewtwo-widget .mewtwo-best_offers--hidden.mewtwo-best_offers--show_hotels_hidden {
    height: 0px!important;
	display:none !important;
}
.flights_submit {
    vertical-align: bottom!important;
}
.page-template-page-homepage .subheader form label {
	vertical-align:top !important;
}
.mewtwo-flights-submit_button .flights_submit {
    width: 100%!important;
    height: 36px!important;
    margin-top: 15px !important;
    border: none!important;
    border-radius: 3px!important;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.1)!important;
    font-weight: 600!important;
    font-size: 18px!important;
}
.mewtwo-widget .mewtwo-flights-origin {
	margin-top:-15px !important;
}
.mewtwo-widget .mewtwo-flights-destination {
    margin-top: -15px !important;
}
.mewtwo-widget .mewtwo-flights-dates {
    margin-top: -15px !important;
}
.mewtwo-widget .mewtwo-flights-trip_class-wrapper {
	margin-top:-15px !important;
}
.mewtwo-widget .mewtwo-flights-submit_button>button {
	max-height:36px !important;
}
.page-template-page-homepage .subheader form {
    padding: 20px 30px 20px !important;
	background:#2c4162 !important;
}
.single-post .subheader, .page-template-page-blog .subheader {
    background-image: url(img/bg3.jpg);
	background-size:cover;
}
.single-post .subheader .container, .page-template-page-blog .subheader .container {
    padding: 2% 60px 1% !important;
}
.subheader2 {
	background-position: center center !important;
}
.subheader2 .container {
    padding: 5% 60px 1% !important;
}
.locale-content h2 {
	text-align: center;
    font-size: 35px;
    text-transform: none;
    width: 80%;
    margin: 0px auto 30px auto;
    display: table;
}
.locale-content h3 {
    font-size: 28px;
    text-transform: none;
    line-height: 25px;
    margin-bottom: 10px;
}
.locale-content ul {
    float: left;
    width:55%;
    margin: 0;
    padding: 0;
}
.locale-content form {
	display:none;
}
.locale-content img {
	max-width:100%;
}
.locale-content ul li {
    font-size: 17px;
    padding: 12px 15px;
    margin-bottom: 5px;
    background: #fafafa;
    margin-right: 10px;
    line-height: 20px;
}
.locale-content ul li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(img/ok.png);
    position: relative;
    z-index: 25;
    float: left;
    background-size: cover;
    margin-right: 6px;
    margin-top: -2px;
}
.locale-content .hcsb_content fieldset {
    border: 2px solid #ff5722 !important;
}
.locale-content .hcsb_topTitle {
	display:none !important;
}
.locale-content .locale-section {
	background:#fafafa;
	padding:60px 0px 0px 0px;
	margin-top:50px;
	margin-bottom:50px;
}
.locale-content .image-left {
    float: left;
    margin-right: 30px;
}
.locale-content .image-left img {
	height: 460px;
}
.locale-content .p-right p {
    margin: 20px 0px 0px 0px;
}
.locale-content .col-left {
	float:left;
	width:45%;
	margin-right:5%;
}
.locale-content .col-right {
	float:right;
	width:50%;
	margin-bottom:15px;
}
.locale-content .box-links {
	background:#fafafa;
	padding:10px 15px;
}
.locale-content .box-links a {
	border-bottom:1px dashed #e1e1e1;
}
.sidebar-search .hcsb_topTitle {
    text-align: center !important;
    color: #2c4162 !important;
    margin-top: 20% !important;
    margin-bottom: 10px !important;
}
.sidebar-search .hcsb_citySearch.hcsb_hint , .sidebar-search .ui-autocomplete-input {
    color: #999!important;
    display: table !important;
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #e1e1e1 !important;
    position: relative !important;
    z-index: 1 !important;
    float: none !important;
}
.sidebar-search .hcsb_checkoutDateContent img,.hcsb_checkinDateContent img {
	margin-right:10px !important;
}
.sidebar-search .hcsb_checkinDateContent, .sidebar-search .hcsb_checkoutDateContent,.sidebar-search .hcsb_guests {

    border: 1px solid #e1e1e1 !important;
    margin-top: -1px !important;
    padding: 0px 10px !important;
}
.sidebar-search .hcsb_ac {
	max-width:100% !important;
}
@media(max-width:760px) {
	.locale-ul {
		float: none;
		width: 100%;
	}
	.locale-content h2 {
		width:100%;
	}
	.header-title {
		font-weight: 400;
		font-size: 24px !important;
		line-height: 30px !important;
		color: #fff;
		text-shadow: 0px 1px 2px #000;
		text-align: center;
		font-family: 'Lato', sans-serif;
		text-transform: none;
		padding: 0px;
		width: 100%;
		margin: 35px auto -20px auto;
	}
	.subheader .container {
		padding: 10% 15px 1% !important;
	}
	.hcsb_citySearch {
		width: 100% !important;
		border-bottom: 1px solid #e1e1e1 !important;
	}
	.hcsb_checkinDateContent, .hcsb_checkoutDateContent {
		width: 100% !important;
		border-bottom: 1px solid #e1e1e1 !important;
	}
	.hcsb_checkinDateContent img, .hcsb_checkoutDateContent img {
		top: 10px !important;
		position: absolute !important;
		right: 35px !important;
	}
	.hcsb_guests, .hcsb_checkinDay, .hcsb_checkinMonth, .hcsb_checkoutDay, .hcsb_checkoutMonth {
		padding: 5px 10px !important;
	}
	.hcsb_citySearchWrapper {
		padding: 0px !important;
		z-index: 999;
		position: relative !important;
	}
	.header-main__nav > ul > li > a:before {
		width: 20px;
		height: 20px;
		position: absolute;
		left: 10px;
		top: 5px;
	}
	.header-main__nav a {
		color: #fff !important;
		font-weight: 500;
		font-family: 'Open Sans', sans-serif;
		text-transform: none;
		font-size: 16px;
		height: 45px;
		line-height: 45px;
		position: relative;
		padding: 0px 40px;
	}
	.big-phone .container .flag img, .big-phone .container .flag__img img, .big-phone .container .flag__body img {
		display: none;
	}
	.big-phone h3 {
		font-size: 21px;
		text-transform: none;
		width: 100%;
		margin-left: 0px;
		line-height: 27px;
		margin-bottom: 40px;
	}
	.big-phone .container {
		padding-left: 25px;
	}
	.text-t {
		font-size: 19px;
		margin-left: 15px;
	}
	.big-phone ol li {
		position: relative;
		padding: 0px 0 0 45px;
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 19px;
		text-align: left;
	}
	.home-title {
		font-weight: 400;
		font-family: 'Lato', sans-serif;
		text-align: center;
		margin: 0px 0px 10px 0px;
		font-size: 23px;
		text-transform: none;
	}
	.icon-title {
		font-family: 'Lato', sans-serif;
		text-transform: none;
		font-size: 20px;
		font-weight: 400;
		color: #2c4162;
		margin: 10px 0px;
	}
	.icon-desc {
		font-size: 14.5px;
		color: rgba(0,0,0,.79);
		line-height: 1.5em;
	}
	.home-subtitle {
		font-size: 14px;
		width: 100%;
		margin: -30px auto 40px auto;
	}
	.footer-main__content li a {
		font-size: 14px;
		padding: 0px;
	}
	.footer-main__content li {
		margin-bottom: 5px;
		float: left;
		margin-top: 20px;
		margin-right: 15px;
	}
	.footer-main__content img {
		width: 80% !important;
		margin: 0 auto;
		display: block;
	}
	.destinations .owl-next {
		right:2%;
	}
	.destinations .owl-prev {
		left:2%;
	}
	.hr {
		position: relative;
		max-width: 100px;
		margin: 0 auto 20px auto;
		padding: 0 0 3px;
		background: #ff5722;
	}
}