body,
html {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #464646;
  overflow-x: hidden;
}
h4 {
  font-weight: bold;
  font-size: 18px;
}
/* ###### Content ###### */
.main-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-body.filter-opened .main-content {
  transform: translate3d(0, 200px, 0);
}
.scrolled .filter-opened .main-content {
  transform: translate3d(0, 0, 0);
}
.scrolled .scroll-top {
  opacity: 1;
}
.main-content {
  padding-top: 100px;
  position: relative;
  transition: transform 0.5s;
  min-height: 100%;
}
.main-content h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 300;
}
/* ###### END Content ###### */
/* ###### Sidebar ###### */
.sidebar-active:not(.scrolled) .filter-opened .main-content {
  transform: translate3d(500px, 200px, 0);
}
.sidebar-active.scrolled .filter-opened .main-content {
  transform: translate3d(500px, 0, 0);
}
.sidebar-active .sidebar {
  transform: translate3d(0, 0, 0);
}
.sidebar-active .main-content {
  transform: translate3d(500px, 0, 0);
}
.sidebar-active .main-head {
  transform: translate3d(500px, 0, 0);
}
.sidebar-active .sidebar-overlay {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.sidebar-active .sidebar-toggle path {
  stroke: #fff;
}
.sidebar-active .sidebar-toggle:hover path {
  opacity: .8;
  stroke: #fff;
}
.sidebar-active .sidebar-toggle.blue path {
  stroke: #0ebed9;
}
.sidebar-active .sidebar-toggle.blue:hover path {
  opacity: .8;
  stroke: #0ebed9;
}
.sidebar-overlay {
  transition: opacity 0.5s;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  position: fixed;
  z-index: 210;
  top: 0;
  left: 0;
}
.sidebar {
  transform: translate3d(-500px, 0, 0);
  transition: transform 0.5s;
  position: fixed;
  height: 100%;
  width: 500px;
  background-color: #0ebed9;
  background-image: linear-gradient(10deg, #06515c 0%, #0ebed9 100%);
  z-index: 300;
  left: 0;
  top: 0;
  padding: 50px 50px;
}
.sidebar .menu-container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
.sidebar .menu-container .social-media {
  overflow: hidden;
  margin: 50px 0px 75px;
}
.sidebar .menu-container .social-media .menu-social {
  margin-left: 0;
  display: block;
  width: 36px;
  height: 35px;
  float: left;
}
.sidebar .menu-container .social-media .facebook {
  background-image: url(/Images/Icons/facebook-menu.png);
}
.sidebar .menu-container .social-media .twitter {
  background-image: url(/Images/Icons/twitter-menu.png);
  margin-left: 20px;
}
.sidebar .menu-container .menu-item {
  margin: 40px 0;
  font-family: LatoBold;
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar .menu-container .menu-item.disabled {
  opacity: 0.7;
}
.sidebar .menu-container span {
  font-size: 22px;
  color: #fff;
}
.sidebar .menu-container a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-left: 30px;
  font-family: LatoBold;
  text-transform: uppercase;
}
.sidebar .user-info {
  color: #fff;
  margin-top: 45px;
}
.sidebar .user-info a.login-btn {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  font-family: LatoBold;
  text-transform: uppercase;
}
.sidebar .user-info .left {
  float: left;
}
.sidebar .user-info .left .name {
  font-family: LatoBold;
  font-size: 18px;
}
.sidebar .user-info .left a {
  font-family: LatoRegular;
  font-size: 16px;
}
.sidebar .user-info .left a,
.sidebar .user-info .left span {
  color: #fff;
}
.sidebar .user-info .right {
  float: right;
  font-size: 33px;
}
.sidebar .user-info .right span {
  margin-right: 15px;
}
.sidebar .user-info .right .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 35px;
}
.sidebar .login-box {
  margin: 100px 40px 40px;
}
.sidebar .login-box:before,
.sidebar .login-box:after {
  content: " ";
  display: table;
}
.sidebar .login-box:after {
  clear: both;
}
.sidebar .login-box:before,
.sidebar .login-box:after {
  content: " ";
  display: table;
}
.sidebar .login-box:after {
  clear: both;
}
.sidebar .login-box .social-profile-picture {
  float: left;
  margin-right: 10px;
}
.sidebar .login-box .social-profile-name {
  float: left;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.sidebar .login-box .social-profile-name:hover {
  opacity: .8;
}
.sidebar .login-box .logout-btn {
  color: #fff;
  display: block;
  margin-top: 10px;
}
.sidebar .login-box .logout-btn:hover {
  opacity: .8;
}
.sidebar .login-box.separated-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sidebar .login-box .my-id-link {
  margin-top: 20px;
  font-weight: bold;
}
.sidebar .login-box .my-id-link a {
  color: #fff;
}
.sidebar .login-box .my-id-link a:hover {
  opacity: .8;
}
.sidebar .menu-links {
  margin: 20px 40px;
}
.sidebar .menu-links .menu-link {
  margin-bottom: 30px;
}
.sidebar .menu-links .menu-link a {
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar .menu-links .menu-link a:hover {
  opacity: .8;
}
.sidebar .social-links {
  margin: 50px 40px;
}
.sidebar .social-links .social-link {
  margin-bottom: 10px;
}
.sidebar .social-links .social-link a {
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
}
.sidebar .social-links .social-link a:hover {
  opacity: .8;
}
.sidebar-toggle {
  transition: top 0.5s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 520px;
  top: 36px;
  z-index: 310;
  cursor: pointer;
}
.sidebar-toggle.blue path {
  stroke: #0ebed9;
}
.sidebar-toggle.blue:hover path {
  stroke: #0ebed9;
}
.sidebar-toggle path {
  stroke: #fff;
}
.sidebar-toggle:hover path {
  stroke: #fff;
}
/* ###### END Sidebar ###### */
/* ###### Header ###### */
.main-head {
  transition: transform 0.5s;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 190;
  position: fixed;
  background-color: #0ebed9;
  transform: translate3d(0, 0, 0);
}
.main-body.resort-details .main-head {
  background-color: #fff;
}
.main-body.resort-details .main-head .logo {
  background: url(/images/logo.svg) no-repeat center center;
  background-size: 202px 50px;
  width: 202px;
  display: block;
}
.main-body.resort-details .main-head .sub-header a {
  color: #0ebed9;
}
.main-body.resort-details .main-head .header-links span {
  color: #0ebed9;
}
.main-body.resort-details .main-head .header-links a {
  opacity: 0.5;
}
.main-body.resort-details .main-head .header-links a.active {
  opacity: 1;
}
.main-head a.left {
  color: #fff;
  font-family: LatoRegular;
  font-size: 16px;
  margin-left: 130px;
  margin-top: 39px;
  display: inline-block;
  cursor: pointer;
}
.main-head.cabinet {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-head .sub-header {
  transition: height 0.3s;
  height: 100px;
  position: relative;
}
.main-head .sub-header a {
  color: #fff;
}
.main-head .filter-toggle {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 58px;
  font-size: 30px;
}
.main-head .favorite-places {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 58px;
  font-size: 30px;
}
.main-head .avatar {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 125px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}
.main-head .about {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  font-size: 14px;
}
.main-head .top-sign-in {
  position: absolute;
  top: 39px;
  font-family: LatoRegular;
  right: 125px;
  font-size: 16px;
}
.main-head .header-links {
  margin-top: 39px;
  font-family: LatoRegular;
  font-size: 16px;
  margin-right: 196px;
  float: right;
}
.main-head .header-links a {
  cursor: pointer;
  float: left;
  margin: 0 5px;
  color: #7edceb;
}
.main-head .header-links a:hover {
  color: #ffffff;
}
.main-head .header-links span {
  color: #ffffff;
  float: left;
}
.main-head .header-links a.active {
  color: #ffffff;
}
.main-head .header-col {
  height: 100%;
}
.main-head .header-row {
  height: 100%;
}
.main-head .utils {
  transition: height 0.5s;
  transform: translate3d(0, 0, 0);
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.main-head .utils:before,
.main-head .utils:after {
  content: " ";
  display: table;
}
.main-head .utils:after {
  clear: both;
}
.main-head .utils:before,
.main-head .utils:after {
  content: " ";
  display: table;
}
.main-head .utils:after {
  clear: both;
}
.main-head .utils.active {
  height: 200px;
}
.main-head .utils .search-bar {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.main-head .utils .search-bar input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  font-size: 25px;
  color: #4d5658;
  padding: 5px!important;
  font-family: LatoRegular;
}
.main-head .utils .search-bar input:focus {
  border: none;
  outline: 0;
}
.main-head .utils .filters:before,
.main-head .utils .filters:after {
  content: " ";
  display: table;
}
.main-head .utils .filters:after {
  clear: both;
}
.main-head .utils .filters:before,
.main-head .utils .filters:after {
  content: " ";
  display: table;
}
.main-head .utils .filters:after {
  clear: both;
}
.main-head .utils .filters .apply-btn-container {
  text-align: center;
  margin-top: 20px;
}
.main-head .utils .filters .filter-label {
  padding: 23px 0 0;
  width: 10%;
  /*margin-right: 15px;*/
  color: #333;
  font-size: 16px;
  float: left;
}
.main-head .utils .filters .country-filter {
  float: right;
  width: 90%;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.main-head .utils .filters .country-filter:before,
.main-head .utils .filters .country-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .country-filter:after {
  clear: both;
}
.main-head .utils .filters .country-filter:before,
.main-head .utils .filters .country-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .country-filter:after {
  clear: both;
}
.main-head .utils .filters .country-filter .filter-btn {
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
}
.main-head .utils .filters .country-filter .filter-btn a {
  display: inline-block;
  font-size: 16px;
  color: #858b8c;
  padding: 3px 5px;
  margin: 0 2px;
  text-transform: capitalize;
}
.main-head .utils .filters .country-filter .filter-btn a .icon-close-sm {
  font-size: 11px;
  visibility: hidden;
  font-weight: normal;
}
.main-head .utils .filters .country-filter .filter-btn.active a {
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
}
.main-head .utils .filters .country-filter .filter-btn.active a .icon-close-sm {
  visibility: visible;
}
.main-head .utils .filters .country-filter .filter-column {
  float: left;
}
.main-head .utils .filters .type-filter {
  float: right;
  width: 90%;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.main-head .utils .filters .type-filter:before,
.main-head .utils .filters .type-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .type-filter:after {
  clear: both;
}
.main-head .utils .filters .type-filter:before,
.main-head .utils .filters .type-filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .type-filter:after {
  clear: both;
}
.main-head .utils .filters .type-filter .filter-btn {
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
}
.main-head .utils .filters .type-filter .filter-btn a {
  display: inline-block;
  font-size: 16px;
  color: #858b8c;
  padding: 3px 5px;
  margin: 0 2px;
  text-transform: capitalize;
}
.main-head .utils .filters .type-filter .filter-btn a .icon-close-sm {
  font-size: 11px;
  visibility: hidden;
  font-weight: normal;
}
.main-head .utils .filters .type-filter .filter-btn.active a {
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
}
.main-head .utils .filters .type-filter .filter-btn.active a .icon-close-sm {
  visibility: visible;
}
.main-head .utils .filters .type-filter .filter-column {
  float: left;
}
.main-head .utils .filters .filter {
  float: right;
  width: 90%;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.main-head .utils .filters .filter:before,
.main-head .utils .filters .filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .filter:after {
  clear: both;
}
.main-head .utils .filters .filter:before,
.main-head .utils .filters .filter:after {
  content: " ";
  display: table;
}
.main-head .utils .filters .filter:after {
  clear: both;
}
.main-head .utils .filters .filter .filter-btn {
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
}
.main-head .utils .filters .filter .filter-btn a {
  display: inline-block;
  font-size: 16px;
  color: #858b8c;
  padding: 3px 5px;
  margin: 0 2px;
  text-transform: capitalize;
}
.main-head .utils .filters .filter .filter-btn a .icon-close-sm {
  font-size: 11px;
  visibility: hidden;
  font-weight: normal;
}
.main-head .utils .filters .filter .filter-btn.active a {
  color: #fff;
  background-color: #ccc;
  border-radius: 10px;
}
.main-head .utils .filters .filter .filter-btn.active a .icon-close-sm {
  visibility: visible;
}
.main-head .utils .filters .filter .filter-column {
  float: left;
}
.main-head .logo {
  /*height: 100%;*/
  margin: 13px auto;
}
.logo {
  background: url(/images/logo-white.svg) no-repeat center center;
  background-size: 202px 50px;
  width: 202px;
  height: 50px;
  display: block;
}
/* ###### END Header ###### */
/* ###### Infobox ###### */
.infobox {
  position: absolute;
  width: 280px;
  height: 250px;
  font-size: 32px;
}
.infobox .infobox-bg {
  transition: background-color 1s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 10;
}
.infobox .infobox-underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1);
}
.infobox .infobox-content {
  color: #ffffff;
  position: relative;
  padding: 20px 30px 10px;
  z-index: 100;
  height: 100%;
  box-sizing: border-box;
}
.infobox .infobox-content .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 1em;
  line-height: 1em;
}
.infobox .infobox-content .description {
  font-family: Roboto;
  font-weight: 300;
  font-size: .625em;
}
.infobox .infobox-content .country {
  font-family: Roboto;
  font-weight: 300;
  font-size: .51em;
  margin-top: 24px;
  padding-right: 40px;
}
.infobox .infobox-content .icon {
  width: 30px;
  height: 30px;
}
.infobox .infobox-content .event-link {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  font-size: 16px;
}
.infobox .homepage {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  margin-left: 30px;
  top: -48px;
}
.infobox .homepage a {
  color: #ffffff;
}
.infobox .icon {
  position: absolute;
  opacity: 0.5;
  z-index: 20;
  right: 20px;
  bottom: 20px;
}
/* ###### END Infobox ###### */
/* ###### Footer ###### */
.footer-push {
  height: 140px;
}
.footer {
  z-index: 200;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  height: 140px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer a {
  color: #464646;
}
.footer a:hover {
  color: #16C3E3;
}
.footer .copyrights {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .copyrights {
    float: left;
    width: 50%;
  }
}
.footer .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .column {
    float: left;
    width: 25%;
  }
}
/* ###### END Footer ###### */
/* ###### Buttons ###### */
.scroll-top {
  transition: opacity 0.5s;
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 16px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  line-height: 14px;
}
.scroll-top:hover {
  opacity: .6;
}
.scroll-top span {
  color: #fff;
  position: absolute;
  font-size: 12px;
  left: 56%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
  display: block;
}
.read-more {
  z-index: 120;
  position: absolute;
  cursor: pointer;
  bottom: 60px;
  left: 50%;
  top: 555px;
  margin-left: -44px;
  background: #fff url(/Images/Main/arrow.png) no-repeat 27px 58px;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  overflow: hidden;
  line-height: 12px;
}
.read-more span {
  display: block;
  margin-top: 19px;
  font-family: LatoRegular;
  line-height: 15px;
  color: #3f3f3f;
  font-size: 14px;
  text-align: center;
  width: 70px;
  margin: 16px auto;
}
.show-all-btn {
  position: fixed;
  bottom: 20px;
  width: 150px;
  margin-left: -75px;
  left: 50%;
  text-align: center;
}
/* ###### END Buttons ###### */
.show-on-xs {
  display: none;
}
.tooltip.bottom .tooltip-inner {
  background-color: #0ebed9;
  font-family: LatoRegular;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 10px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0ebed9;
}
.sub-menu {
  z-index: 10;
  height: 100px;
  background-color: #027586;
  position: relative;
}
.sub-menu .sub-menu-links {
  width: 650px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}
/* ###### Mobile resolution styles ###### */
@media (max-width: 767px) {
  .main-content {
    padding-top: 100px;
  }
  .hide-on-xs {
    display: none;
  }
  .show-on-xs {
    display: block;
  }
  .sidebar-toggle {
    top: 36px;
    left: 105%;
  }
  .sidebar-toggle.cross {
    left: 85%;
  }
  .main-head .filter-toggle {
    right: 5%;
  }
  .w-col-xs-3.w-col-sm-4.header-col {
    visibility: hidden;
  }
  .main-body.filter-opened .main-content {
    transform: translate3d(0, 0, 0);
  }
  .sidebar {
    width: 100%;
    padding: 10px 30px 30px 30px;
    transform: translate3d(-100%, 0, 0);
    /*text-align: center;*/
  }
  .sidebar .menu-container .social-media {
    margin: 30px 0 40px;
  }
  .sidebar-active:not(.scrolled) .filter-opened .main-content {
    transform: translate3d(100%, 0, 0);
  }
  .sidebar-active.scrolled .filter-opened .main-content {
    transform: translate3d(100%, 0, 0);
  }
  .sidebar-active .sidebar {
    transform: translate3d(0, 0, 0);
  }
  .sidebar-active .main-content {
    transform: translate3d(100%, 0, 0);
  }
  .sidebar-active .main-head {
    transform: translate3d(100%, 0, 0);
  }
  .footer-push {
    height: 250px;
  }
  .footer {
    height: 250px;
  }
  .main-head .utils.active {
    height: 1000px;
  }
  .main-head .sub-header {
    height: 100px;
  }
  .main-head .logo {
    background-size: 130px auto;
    width: 130px;
  }
  .main-body.resort-details .main-head .logo {
    background-size: 130px auto;
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-head .utils.active {
    height: 300px;
  }
  .main-body.filter-opened .main-content {
    transform: translate3d(0, 300px, 0);
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ###### END Mobile resolution styles ###### */
