@font-face {
  font-family: 'CircularStd-Book';
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Bold';
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Medium';
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularStd-Black';
  src: url("../fonts/CircularStd-Black.eot");
  src: url("../fonts/CircularStd-Black.eot") format("embedded-opentype"), url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MinionPro-It';
  src: url("../fonts/MinionPro-It.eot");
  src: url("../fonts/MinionPro-It.eot") format("embedded-opentype"), url("../fonts/MinionPro-It.woff2") format("woff2"), url("../fonts/MinionPro-It.woff") format("woff"), url("../fonts/MinionPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*
mixins
*/
/*
common style
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #f9fbfd; }

.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }
.clearfix:after {
  clear: both; }

a:hover, a:focus {
  text-decoration: none; }

.container {
  width: 1210px; }
  @media (max-width: 1240px) {
    .container {
      width: 100%; } }

.row-wrapper {
  margin-right: -15px;
  margin-left: -15px; }

.col-100, .col-70, .col-60, .col-50, .col-40, .col-30, .col-l, .col-r {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px; }

.col-100 {
  width: 100%; }

.col-70 {
  width: 70%; }

.col-60 {
  width: 60%; }

.col-50 {
  width: 50%; }

.col-40 {
  width: 40%; }

.col-30 {
  width: 30%; }

.col-l {
  width: 67%; }

.col-r {
  width: 33%; }

.col-fl-r {
  float: right; }

.col-fl-l {
  float: left; }

/****************
home page
****************/
.background .unit-1 {
  position: absolute;
  min-width: 1351px;
  max-width: 1371px;
  min-height: 1351px;
  max-height: 1361px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(226, 242, 252, 0.4);
  z-index: -2; }
  @media (max-width: 991px) {
    .background .unit-1 {
      min-width: 509px;
      max-width: 529px;
      min-height: 509px;
      max-height: 529px; } }
.background .unit-2 {
  position: absolute;
  min-width: 1102px;
  max-width: 1122px;
  min-height: 1102px;
  max-height: 1122px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(226, 242, 252, 0.4);
  opacity: 0.8;
  z-index: -2; }
@media (max-width: 991px) {
  .background .unit-mob-3 {
    position: absolute;
    min-width: 23px;
    max-width: 43px;
    min-height: 23px;
    max-height: 43px;
    background-image: linear-gradient(180deg, #86e2ff 0%, #e3f2ff 100%);
    opacity: 0.4;
    transform: rotate(45deg);
    bottom: 30px;
    left: 13%;
    z-index: -1; }
  .background .unit-mob-4 {
    position: absolute;
    min-width: 113px;
    max-width: 133px;
    min-height: 113px;
    max-height: 133px;
    background-image: linear-gradient(180deg, #86e2ff 0%, #e3f2ff 100%);
    opacity: 0.4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -85px;
    left: 53%;
    z-index: -1; } }

.figure-wrapper .round {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #86e2ff 0%, #e3f2ff 100%);
  opacity: 0.4;
  z-index: -2; }
.figure-wrapper .triangle {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #e3f2ff;
  opacity: 0.4;
  z-index: -2; }
.figure-wrapper .square {
  position: absolute;
  background-image: linear-gradient(180deg, #86e2ff 0%, #e3f2ff 100%);
  opacity: 0.4;
  z-index: -1; }

.figure-bg-1 .round-1 {
  min-width: 98px;
  max-width: 118px;
  min-height: 98px;
  max-height: 118px;
  width: 7.5%;
  top: 4%;
  left: 9%; }
  @media (max-width: 991px) {
    .figure-bg-1 .round-1 {
      min-width: 56px;
      max-width: 76px;
      min-height: 56px;
      max-height: 76px;
      width: 20.63%;
      top: -3%;
      left: 68%; } }
.figure-bg-1 .triangle-1 {
  border-right-width: 22px;
  border-left-width: 22px;
  border-bottom-width: 33px;
  top: 16%;
  left: 22%; }
  @media (max-width: 991px) {
    .figure-bg-1 .triangle-1 {
      border-right-width: 18px;
      border-left-width: 18px;
      border-bottom-width: 29px;
      top: 7%;
      left: 7%;
      opacity: 0.5; } }
.figure-bg-1 .square-1 {
  min-width: 22px;
  max-width: 42px;
  min-height: 22px;
  max-height: 42px;
  width: 2.2%;
  bottom: 2%;
  left: 55%; }

.figure-bg-2 .round-1 {
  min-width: 307px;
  max-width: 327px;
  min-height: 307px;
  max-height: 327px;
  width: 22.71%;
  top: -3%;
  left: 71%;
  opacity: 0.25; }
.figure-bg-2 .round-2 {
  min-width: 90px;
  max-width: 110px;
  min-height: 90px;
  max-height: 110px;
  width: 6.94%;
  bottom: 4%;
  left: 9%; }
.figure-bg-2 .triangle-1 {
  border-right-width: 82px;
  border-left-width: 82px;
  border-bottom-width: 120px;
  top: -3%;
  left: 1%; }
.figure-bg-2 .triangle-2 {
  border-right-width: 15px;
  border-left-width: 15px;
  border-bottom-width: 25px;
  bottom: 0%;
  left: 83%; }

.figure-bg-3 .round-1 {
  min-width: 85px;
  max-width: 105px;
  min-height: 85px;
  max-height: 105px;
  width: 6.60%;
  bottom: 5%;
  left: 83%; }
.figure-bg-3 .square-1 {
  min-width: 15px;
  max-width: 35px;
  min-height: 15px;
  max-height: 35px;
  width: 1.74%;
  top: 1%;
  left: 25%; }
.figure-bg-3 .triangle-1 {
  border-right-width: 25px;
  border-left-width: 25px;
  border-bottom-width: 40px;
  bottom: -2%;
  left: 62%; }

.figure-bg-4 .round-1 {
  min-width: 66px;
  max-width: 86px;
  min-height: 66px;
  max-height: 86px;
  bottom: -5%;
  left: 29%; }
.figure-bg-4 .square-1 {
  min-width: 19px;
  max-width: 39px;
  min-height: 19px;
  max-height: 39px;
  transform: rotate(45deg);
  bottom: 3%;
  left: 13%; }

.figure-bg-5 .round-1 {
  min-width: 328px;
  max-width: 348px;
  min-height: 328px;
  max-height: 348px;
  width: 23.47%;
  top: -1%;
  left: 48%;
  opacity: 0.2; }
.figure-bg-5 .round-2 {
  min-width: 71px;
  max-width: 91px;
  min-height: 71px;
  max-height: 91px;
  width: 5.63%;
  bottom: 3%;
  left: 81%; }

.content-wrapper {
  position: relative;
  padding: 65px 0;
  overflow: hidden; }

.section-title {
  position: relative;
  text-align: center;
  font-family: 'CircularStd-Bold';
  font-size: 32px;
  color: #393e41;
  padding: 10px 0; }
  .section-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 72px;
    height: 2px;
    background-color: #1d59cc;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

/* header section */
.header-section {
  position: relative;
  background: #006bd6 url("../images/background/header-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 112px 0 50px 0;
  z-index: 1; }

.main-title {
  position: relative;
  color: #ffffff;
  font-family: 'CircularStd-Bold';
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0.4px;
  padding: 0 0 5px;
  margin: 0 0 40px;
  max-width: 60%; }
  .main-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #ffffff; }
  .main-title h1 {
    color: #ffffff;
    font-family: 'CircularStd-Bold';
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 0.4px;
    margin: 0 0 30px; }

.header-slider {
  position: relative;
  margin: 0 0 -105px 0;
  box-shadow: 0 16px 32px rgba(27, 38, 57, 0.2); }
  .header-slider .slick-prev {
    left: 20px; }
  .header-slider .slick-next {
    right: 20px; }

.slick-slide img {
  height: auto;
  width: 100%;
  min-height: 200px; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 0 7px; }
    .slick-dots li.slick-active button {
      width: 28px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px; }
    .slick-dots li button {
      display: block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 0;
      -webkit-transition: all 0.15s;
      -moz-transition: all 0.15s;
      transition: all 0.15s;
      width: 6px;
      height: 6px;
      background: #fff;
      border: none;
      padding: 0;
      outline: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0;
  color: transparent;
  border: none;
  padding: 0;
  outline: none;
  z-index: 10; }
  .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #0067cd; }

.slick-next {
  right: 10px; }
  .slick-next:before {
    right: 14px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -o-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg); }

.slick-prev {
  left: 10px; }
  .slick-prev:before {
    left: 14px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    -moz-transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg); }

.header-description {
  font-family: 'CircularStd-Book';
  font-size: 16px;
  line-height: 1.63;
  color: #ffffff;
  padding: 0 0 0 20px; }
  .header-description .header-description-title {
    font-family: 'CircularStd-Bold';
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.63; }
  .header-description p:not(:last-child) {
    margin: 0 0 27px; }

/* overview section */
.overview-section {
  position: relative;
  padding: 80px 0; }
  .overview-section .col-l-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50%;
    width: 10000px;
    box-shadow: 0 28px 32px rgba(0, 0, 0, 0.05);
    background-color: #ffffff; }
  .overview-section .col-r-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    width: 10000px;
    box-shadow: 0 28px 32px rgba(0, 0, 0, 0.05);
    background-color: #ffffff; }
  .overview-section .section-title {
    margin: 15px 0 80px 0; }

.overview-item-wrapper {
  position: relative;
  padding: 30px 0 0 0;
  z-index: 1; }

.overview-item-title {
  font-family: 'CircularStd-Bold';
  font-size: 26px;
  color: #393e41;
  line-height: 1.3;
  margin: 0; }

.overview-item-place {
  font-family: 'CircularStd-Book';
  font-size: 16px;
  color: #a6b3bc; }

.overview-item-price-wrapper {
  font-family: 'CircularStd-Bold';
  font-size: 26px;
  color: #f75c03;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap; }
  .overview-item-price-wrapper span {
    display: block;
    font-family: 'CircularStd-Book';
    font-size: 14px;
    color: #f75c03;
    white-space: nowrap; }
  @media (min-width: 992px) {
    .overview-item-price-wrapper {
      margin-left: 10px; } }

.overview-item-name-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 11px 0; }
  .overview-item-name-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(223, 233, 240, 0.6); }

.overview-item-rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0 15px; }

.map-link-wrapper {
  flex-basis: 50%; }

.maps-link {
  float: right;
  display: block;
  position: relative;
  padding: 4px 85px 4px 13px;
  border: 1px solid #dfe9f0;
  max-width: 194px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }
  .maps-link:hover {
    border-color: #f75c03; }
    .maps-link:hover:before {
      color: #f75c03; }
    .maps-link:hover span {
      color: #f75c03; }
      .maps-link:hover span:before {
        opacity: 0; }
      .maps-link:hover span:after {
        opacity: 1; }
  .maps-link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #a6b3bc;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -o-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg); }
  .maps-link span {
    font-family: 'CircularStd-Book';
    font-size: 13px;
    color: #a6b3bc;
    padding: 3px 0 3px 15px;
    position: relative; }
    .maps-link span:before, .maps-link span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 11px;
      height: 16px;
      -webkit-transition: all 0.15s;
      -moz-transition: all 0.15s;
      transition: all 0.15s;
      background: url("../images/icon/shape@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .maps-link span:after {
      opacity: 0;
      background: url("../images/icon/shape-orange@2x.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }

.star-rating-wrapper {
  flex-basis: 20%; }

.star-rating {
  position: relative;
  width: 89px;
  height: 17px; }

.star-edit-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  background: url("../images/icon/rating-star-full@2x.png") no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%; }

.star-edit-bg {
  height: 17px;
  background: url("../images/icon/rating-star-empty@2x.png") no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%; }

.trip-rating-wrapper {
  flex-basis: 30%;
  position: relative;
  height: 17px;
  padding: 0 0 0 30px; }
  .trip-rating-wrapper a {
    transition: all 0.15s;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .trip-rating-wrapper a:hover img {
      transform: scale(1.15, 1.15); }
  .trip-rating-wrapper img {
    width: 100%;
    transition: all 0.1s;
    transform: scale(1, 1); }

.trip-rating {
  position: relative;
  width: 85px;
  height: 17px; }

.trip-bg {
  height: 17px;
  background: url("../images/icon/rating-trip-empty@2x.png") no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%; }

.trip-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  background: url("../images/icon/rating-trip-full@2x.png") no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%; }

.overview-title {
  font-family: 'CircularStd-Bold';
  font-size: 14px;
  color: #393e41;
  line-height: 1.71; }

.overview-description {
  font-family: 'CircularStd-Book';
  color: #93979a;
  font-size: 14px;
  line-height: 1.71; }
  .overview-description p {
    margin: 0; }

.overview-item-inside-wrapper {
  padding: 37px 0; }

.inside-item {
  float: left;
  width: 33.33%;
  font-family: 'CircularStd-Book';
  font-size: 14px;
  color: #93979a;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: left center; }
  .inside-item.wifi {
    background-image: url("../images/icon/wi-fi@2x.png");
    -webkit-background-size: 19px 14px;
    -moz-background-size: 19px 14px;
    -o-background-size: 19px 14px;
    background-size: 19px 14px; }
  .inside-item.tv {
    background-image: url("../images/icon/tv@2x.png");
    -webkit-background-size: 19px 16px;
    -moz-background-size: 19px 16px;
    -o-background-size: 19px 16px;
    background-size: 19px 16px; }
  .inside-item.bed {
    background-image: url("../images/icon/king-size@2x.png");
    -webkit-background-size: 20px 14px;
    -moz-background-size: 20px 14px;
    -o-background-size: 20px 14px;
    background-size: 20px 14px; }
  .inside-item.bath {
    background-image: url("../images/icon/bath@2x.png");
    -webkit-background-size: 19px 22px;
    -moz-background-size: 19px 22px;
    -o-background-size: 19px 22px;
    background-size: 19px 22px; }
  .inside-item.minibar {
    background-image: url("../images/icon/mini-bar@2x.png");
    -webkit-background-size: 19px 24px;
    -moz-background-size: 19px 24px;
    -o-background-size: 19px 24px;
    background-size: 19px 24px; }
  .inside-item.service {
    background-image: url("../images/icon/room-service@2x.png");
    -webkit-background-size: 20px 14px;
    -moz-background-size: 20px 14px;
    -o-background-size: 20px 14px;
    background-size: 20px 14px; }
  .inside-item.casino {
    background-image: url("../images/icon/online-casino@2x.png");
    -webkit-background-size: 19px 19px;
    -moz-background-size: 19px 19px;
    -o-background-size: 19px 19px;
    background-size: 19px 19px; }
  .inside-item.air {
    background-image: url("../images/icon/air-condition@2x.png");
    -webkit-background-size: 19px 19px;
    -moz-background-size: 19px 19px;
    -o-background-size: 19px 19px;
    background-size: 19px 19px; }
  .inside-item.dryer {
    background-image: url("../images/icon/hair-dryer@2x.png");
    -webkit-background-size: 20px 16px;
    -moz-background-size: 20px 16px;
    -o-background-size: 20px 16px;
    background-size: 20px 16px; }
  .inside-item span {
    display: block;
    position: relative;
    padding: 5px 0 5px 30px; }

.overview-item-slider-wrapper {
  position: relative;
  z-index: 1; }
  .overview-item-slider-wrapper.overview-item-slider-r {
    margin: 20px 0 0 35px; }
    .overview-item-slider-wrapper.overview-item-slider-r .overview-item-slider-bg {
      left: 50px;
      right: -50px; }
  .overview-item-slider-wrapper.overview-item-slider-l {
    margin: 20px 35px 0 0px; }
    .overview-item-slider-wrapper.overview-item-slider-l .overview-item-slider-bg {
      left: -50px;
      right: 50px; }

.overview-item-slider {
  position: relative;
  box-shadow: 0 28px 45px rgba(43, 46, 54, 0.16); }

.overview-item-slider-bg {
  position: absolute;
  top: -40px;
  bottom: 40px;
  background-color: #2866dc; }

/*footer*/
.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 195px;
  background: #2866dc url("../images/background/footer-bg.png") no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-position: left bottom; }
  .footer-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    background: rgba(0, 71, 142, 0.5); }
  .footer-section ul {
    padding: 0;
    margin: 0; }
    .footer-section ul li {
      list-style-type: none;
      display: inline-block; }
      .footer-section ul li.active a {
        color: #ffffff; }
      .footer-section ul li a {
        font-family: 'CircularStd-Medium';
        font-size: 13px;
        color: #95c2ff;
        text-transform: uppercase;
        padding: 10px 0 10px 30px; }

.footer-rights {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  z-index: 1; }

.footer-desk {
  font-family: 'CircularStd-Medium';
  font-size: 13px;
  color: #95c2ff;
  text-transform: uppercase; }

/*
media
*/
@media (max-width: 991px) {
  .col-m-100 {
    width: 100%; }

  .content-wrapper {
    padding: 155px 0 80px; }

  .header-section {
    padding: 50px 0 30px 0;
    background: #006bd6 url("../images/background/header-bg-mob.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .header-slider {
    margin: 0 0 -128px 0; }
    .header-slider .slick-next {
      right: 5px; }
    .header-slider .slick-prev {
      left: 5px; }

  .slick-prev {
    left: 5px; }

  .slick-next {
    right: 5px; }

  .slick-dots {
    bottom: 10px; }

  .main-title {
    font-family: 'CircularStd-Black';
    font-size: 24px;
    line-height: 1.33;
    max-width: 100%;
    margin: 0 0 40px; }
    .main-title:before {
      width: 60px;
      height: 3px; }
    .main-title h1 {
      font-family: 'CircularStd-Black';
      font-size: 24px;
      line-height: 1.33;
      margin: 0 0 10px; }

  .header-description {
    font-size: 14px;
    line-height: 1.71;
    padding: 0; }

  .section-title {
    font-size: 24px; }

  .overview-section {
    padding: 15px 0; }
    .overview-section .row-wrapper {
      margin: 0;
      box-shadow: 0 2px 26px rgba(50, 50, 50, 0.18);
      background-color: #ffffff; }
    .overview-section .col-l-bg:before {
      display: none; }
    .overview-section .col-r-bg:before {
      display: none; }
    .overview-section .col-100, .overview-section .col-70, .overview-section .col-60, .overview-section .col-50, .overview-section .col-40, .overview-section .col-30 {
      padding: 0; }
    .overview-section .section-title {
      margin: 15px 0 30px 0; }

  .overview-item-slider-wrapper.overview-item-slider-r {
    margin: 0; }
  .overview-item-slider-wrapper.overview-item-slider-l {
    margin: 0; }

  .overview-item-slider-bg {
    display: none; }

  .overview-item-title {
    font-size: 22px; }

  .overview-item-price-wrapper {
    font-size: 22px; }
    .overview-item-price-wrapper span {
      font-size: 14px; }

  .overview-item-place {
    font-size: 13px; }

  .overview-item-rating-wrapper {
    flex-wrap: wrap;
    padding: 23px 0 20px; }

  .star-rating-wrapper {
    flex-basis: 50%; }

  .trip-rating-wrapper {
    flex-basis: 50%; }

  .map-link-wrapper {
    flex-basis: 100%;
    margin: 20px 0; }

  .maps-link {
    width: 100%;
    max-width: initial;
    padding: 6px 85px 6px 13px; }

  .inside-item {
    width: 50%;
    margin: 5px 0; }
    .inside-item span {
      padding: 5px 0 5px 35px;
      background-position: 5px center; }

  .overview-item-wrapper {
    padding: 15px 15px 0; }

  .overview-item-inside-wrapper {
    padding: 22px 0; }
    .overview-item-inside-wrapper .overview-title {
      margin: 0 0 10px 0; }

  .overview-item-slider {
    box-shadow: none; }

  .overview-item-name-wrapper {
    align-items: flex-start; }

  /*footer*/
  .footer-section {
    height: 190px;
    background: #2866dc url("../images/background/footer-bg-mob.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .footer-section:before {
      height: 58px; }
    .footer-section ul {
      text-align: center; }
      .footer-section ul li {
        display: block;
        margin: 20px 0; }
        .footer-section ul li a {
          font-size: 18px;
          padding: 10px 0; }

  .footer-rights {
    height: 162px;
    justify-content: center; }

  .footer-desk {
    display: none; } }

/*# sourceMappingURL=style.css.map */
