/*
 * Title:   Travelo | Responsive HTML5 Travel Template - Responsive CSS file
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Table of contents]

1. New Grid System
2. Add clearfix in the grid system
3. Styles for devices(>=992px and <=1199px)
4. Styles for devices(<=1199px)
5. Styles for devices(<=991px )
6. Styles for devices(>=768px and <= 991px)
7. Styles for devices(<=767px )
8. Styles for devices(<=480px )
9. Styles for devices(<=320px )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
 * Title:   Travelo | Responsive HTML5 Travel Template - SCSS Mixin
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Table of contents]

1) BORDER RADIUS
2) OPACITY
3) BACKGROUND GRADIENT
4) BOX SHADOW
5) TEXT SHADOW
6) TRANSITION
7) ANIMATION
8) TRANSFORM
9) DESATURATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 1) BORDER RADIUS */
/* 2) OPACITY */
/* 3) BACKGROUND GRADIENT */
/* 4) BOX SHADOW */
/* 5) TEXT SHADOW */
/* 6) TRANSITION */
/* 7) ANIMATION */
/* 8) TRANSFORM */
/* 9) DESATURATE */
/* 1. New Grid System */
/* line 24, ../scss/responsive.scss */
.col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 481px) and (max-width: 767px) {
  /* line 31, ../scss/responsive.scss */
  .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
    float: left;
  }

  /* line 34, ../scss/responsive.scss */
  .col-sms-12 {
    width: 100%;
  }

  /* line 37, ../scss/responsive.scss */
  .col-sms-11 {
    width: 91.66666667%;
  }

  /* line 40, ../scss/responsive.scss */
  .col-sms-10 {
    width: 83.33333333%;
  }

  /* line 43, ../scss/responsive.scss */
  .col-sms-9 {
    width: 75%;
  }

  /* line 46, ../scss/responsive.scss */
  .col-sms-8 {
    width: 66.66666667%;
  }

  /* line 49, ../scss/responsive.scss */
  .col-sms-7 {
    width: 58.33333333%;
  }

  /* line 52, ../scss/responsive.scss */
  .col-sms-6 {
    width: 50%;
  }

  /* line 55, ../scss/responsive.scss */
  .col-sms-5 {
    width: 41.66666667%;
  }

  /* line 58, ../scss/responsive.scss */
  .col-sms-4 {
    width: 33.33333333%;
  }

  /* line 61, ../scss/responsive.scss */
  .col-sms-3 {
    width: 25%;
  }

  /* line 64, ../scss/responsive.scss */
  .col-sms-2 {
    width: 16.66666667%;
  }

  /* line 67, ../scss/responsive.scss */
  .col-sms-1 {
    width: 8.33333333%;
  }

  /* line 70, ../scss/responsive.scss */
  .col-sms-pull-12 {
    right: 100%;
  }

  /* line 73, ../scss/responsive.scss */
  .col-sms-pull-11 {
    right: 91.66666667%;
  }

  /* line 76, ../scss/responsive.scss */
  .col-sms-pull-10 {
    right: 83.33333333%;
  }

  /* line 79, ../scss/responsive.scss */
  .col-sms-pull-9 {
    right: 75%;
  }

  /* line 82, ../scss/responsive.scss */
  .col-sms-pull-8 {
    right: 66.66666667%;
  }

  /* line 85, ../scss/responsive.scss */
  .col-sms-pull-7 {
    right: 58.33333333%;
  }

  /* line 88, ../scss/responsive.scss */
  .col-sms-pull-6 {
    right: 50%;
  }

  /* line 91, ../scss/responsive.scss */
  .col-sms-pull-5 {
    right: 41.66666667%;
  }

  /* line 94, ../scss/responsive.scss */
  .col-sms-pull-4 {
    right: 33.33333333%;
  }

  /* line 97, ../scss/responsive.scss */
  .col-sms-pull-3 {
    right: 25%;
  }

  /* line 100, ../scss/responsive.scss */
  .col-sms-pull-2 {
    right: 16.66666667%;
  }

  /* line 103, ../scss/responsive.scss */
  .col-sms-pull-1 {
    right: 8.33333333%;
  }

  /* line 106, ../scss/responsive.scss */
  .col-sms-pull-0 {
    right: 0%;
  }

  /* line 109, ../scss/responsive.scss */
  .col-sms-push-12 {
    left: 100%;
  }

  /* line 112, ../scss/responsive.scss */
  .col-sms-push-11 {
    left: 91.66666667%;
  }

  /* line 115, ../scss/responsive.scss */
  .col-sms-push-10 {
    left: 83.33333333%;
  }

  /* line 118, ../scss/responsive.scss */
  .col-sms-push-9 {
    left: 75%;
  }

  /* line 121, ../scss/responsive.scss */
  .col-sms-push-8 {
    left: 66.66666667%;
  }

  /* line 124, ../scss/responsive.scss */
  .col-sms-push-7 {
    left: 58.33333333%;
  }

  /* line 127, ../scss/responsive.scss */
  .col-sms-push-6 {
    left: 50%;
  }

  /* line 130, ../scss/responsive.scss */
  .col-sms-push-5 {
    left: 41.66666667%;
  }

  /* line 133, ../scss/responsive.scss */
  .col-sms-push-4 {
    left: 33.33333333%;
  }

  /* line 136, ../scss/responsive.scss */
  .col-sms-push-3 {
    left: 25%;
  }

  /* line 139, ../scss/responsive.scss */
  .col-sms-push-2 {
    left: 16.66666667%;
  }

  /* line 142, ../scss/responsive.scss */
  .col-sms-push-1 {
    left: 8.33333333%;
  }

  /* line 145, ../scss/responsive.scss */
  .col-sms-push-0 {
    left: 0%;
  }

  /* line 148, ../scss/responsive.scss */
  .col-sms-offset-12 {
    margin-left: 100%;
  }

  /* line 151, ../scss/responsive.scss */
  .col-sms-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 154, ../scss/responsive.scss */
  .col-sms-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 157, ../scss/responsive.scss */
  .col-sms-offset-9 {
    margin-left: 75%;
  }

  /* line 160, ../scss/responsive.scss */
  .col-sms-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 163, ../scss/responsive.scss */
  .col-sms-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 166, ../scss/responsive.scss */
  .col-sms-offset-6 {
    margin-left: 50%;
  }

  /* line 169, ../scss/responsive.scss */
  .col-sms-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 172, ../scss/responsive.scss */
  .col-sms-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 175, ../scss/responsive.scss */
  .col-sms-offset-3 {
    margin-left: 25%;
  }

  /* line 178, ../scss/responsive.scss */
  .col-sms-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 181, ../scss/responsive.scss */
  .col-sms-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 184, ../scss/responsive.scss */
  .col-sms-offset-0 {
    margin-left: 0%;
  }
}
/* 2. Add clearfix in the grid system */
/* line 190, ../scss/responsive.scss */
.row.add-clearfix > .col-xs-2:nth-child(6n+1) {
  clear: both;
}

/* line 191, ../scss/responsive.scss */
.row.add-clearfix > .col-xs-3:nth-child(4n+1) {
  clear: both;
}

/* line 192, ../scss/responsive.scss */
.row.add-clearfix > .col-xs-4:nth-child(3n+1) {
  clear: both;
}

/* line 193, ../scss/responsive.scss */
.row.add-clearfix > .col-xs-6:nth-child(2n+1) {
  clear: both;
}

@media (min-width: 481px) {
  /* add clearfix in the grid system */
  /* line 198, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-2:nth-child(2n+1) {
    clear: none;
  }
  /* line 199, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-2:nth-child(3n+1) {
    clear: none;
  }
  /* line 200, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-2:nth-child(4n+1) {
    clear: none;
  }
  /* line 201, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-2:nth-child(6n+1) {
    clear: both;
  }

  /* line 204, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-3:nth-child(2n+1) {
    clear: none;
  }
  /* line 205, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-3:nth-child(3n+1) {
    clear: none;
  }
  /* line 206, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-3:nth-child(4n+1) {
    clear: both;
  }

  /* line 209, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-4:nth-child(2n+1) {
    clear: none;
  }
  /* line 210, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-4:nth-child(3n+1) {
    clear: both;
  }

  /* line 213, ../scss/responsive.scss */
  .row.add-clearfix > .col-sms-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* add clearfix in the grid system */
  /* line 221, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-2:nth-child(2n+1) {
    clear: none;
  }
  /* line 222, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-2:nth-child(3n+1) {
    clear: none;
  }
  /* line 223, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-2:nth-child(4n+1) {
    clear: none;
  }
  /* line 224, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-2:nth-child(6n+1) {
    clear: both;
  }

  /* line 227, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-3:nth-child(2n+1) {
    clear: none;
  }
  /* line 228, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-3:nth-child(3n+1) {
    clear: none;
  }
  /* line 229, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }

  /* line 232, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-4:nth-child(2n+1) {
    clear: none;
  }
  /* line 233, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-4:nth-child(3n+1) {
    clear: both;
  }

  /* line 236, ../scss/responsive.scss */
  .row.add-clearfix > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  /* line 241, ../scss/responsive.scss */
  .mobile-menu {
    display: none !important;
  }

  /* line 242, ../scss/responsive.scss */
  .visible-mobile {
    display: none !important;
  }

  /* add clearfix in the grid system */
  /* line 246, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-2:nth-child(2n+1) {
    clear: none;
  }
  /* line 247, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-2:nth-child(3n+1) {
    clear: none;
  }
  /* line 248, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-2:nth-child(4n+1) {
    clear: none;
  }
  /* line 249, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-2:nth-child(6n+1) {
    clear: both;
  }

  /* line 252, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-3:nth-child(2n+1) {
    clear: none;
  }
  /* line 253, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-3:nth-child(3n+1) {
    clear: none;
  }
  /* line 254, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-3:nth-child(4n+1) {
    clear: both;
  }

  /* line 257, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-4:nth-child(2n+1) {
    clear: none;
  }
  /* line 258, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-4:nth-child(3n+1) {
    clear: both;
  }

  /* line 261, ../scss/responsive.scss */
  .row.add-clearfix > .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  /* line 266, ../scss/responsive.scss */
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* add clearfix in the grid system */
  /* line 270, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-2:nth-child(2n+1) {
    clear: none;
  }
  /* line 271, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-2:nth-child(3n+1) {
    clear: none;
  }
  /* line 272, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-2:nth-child(4n+1) {
    clear: none;
  }
  /* line 273, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-2:nth-child(6n+1) {
    clear: both;
  }

  /* line 276, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-3:nth-child(2n+1) {
    clear: none;
  }
  /* line 277, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-3:nth-child(3n+1) {
    clear: none;
  }
  /* line 278, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-3:nth-child(4n+1) {
    clear: both;
  }

  /* line 281, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-4:nth-child(2n+1) {
    clear: none;
  }
  /* line 282, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-4:nth-child(3n+1) {
    clear: both;
  }

  /* line 285, ../scss/responsive.scss */
  .row.add-clearfix > .col-lg-6:nth-child(2n+1) {
    clear: both;
  }
}
/* 3. Styles for devices(>=992px and <=1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 291, ../scss/responsive.scss */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 4. Styles for devices(<=1199px) */
@media (max-width: 1199px) {
  /* line 297, ../scss/responsive.scss */
  [class^="col-lg-"].pull-left, [class^="col-lg-"].pull-right {
    float: none !important;
  }

  /* line 301, ../scss/responsive.scss */
  .image-carousel.style3 .flex-direction-nav li a.flex-prev {
    left: 10px;
  }
  /* line 302, ../scss/responsive.scss */
  .image-carousel.style3 .flex-direction-nav li a.flex-next {
    right: 10px;
  }

  /* line 304, ../scss/responsive.scss */
  html.post-404page.style3 #page-wrapper {
    background-size: 170% auto;
  }
}
/* 5. Styles for devices(<=991px ) */
@media (max-width: 991px) {
  /* line 315, ../scss/responsive.scss */
  #header .mobile-menu-toggle {
    display: block;
  }

  /* line 317, ../scss/responsive.scss */
  #club_dashboard ul.tabs li ul.submenu-dropdown-menu li {
    padding-left: 0;
  }

  /* line 320, ../scss/responsive.scss */
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 321, ../scss/responsive.scss */
  .page-title-container.style4 .page-title {
    margin-left: -15px;
    padding-left: 15px;
  }

  /* line 322, ../scss/responsive.scss */
  #header {
    padding-top: 0 !important;
  }
  /* line 325, ../scss/responsive.scss */
  #header .logo {
    position: static !important;
    padding-top: 19px;
    height: 40px;
    margin: 0 !important;
    display: inherit;
  }
  /* line 328, ../scss/responsive.scss */
  #header .logo a:after {
    display: none !important;
  }
  /* line 329, ../scss/responsive.scss */
  #header .logo a {
    background-size: auto 30px;
  }
  /* line 330, ../scss/responsive.scss */
  #header .logo img {
    height: 30px;
    width: auto;
  }
  /* line 335, ../scss/responsive.scss */
  #header .main-navigation {
    background: #fff;
  }
  /* line 336, ../scss/responsive.scss */
  #header #main-menu {
    display: none;
  }
  /* line 337, ../scss/responsive.scss */
  #header .topnav {
    display: none;
  }

  /* line 341, ../scss/responsive.scss */
  .dashboard.style1 #header .logo img, .dashboard.style2 #header .logo img {
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
  }

  /* line 345, ../scss/responsive.scss */
  .search-tabs {
    display: none !important;
  }

  /* line 346, ../scss/responsive.scss */
  .visible-mobile .search-tabs {
    display: block !important;
  }

  /* line 347, ../scss/responsive.scss */
  .search-box .search-tab-content {
    float: none !important;
    width: auto !important;
  }

  /* line 349, ../scss/responsive.scss */
  .hidden-mobile {
    display: none !important;
  }

  /* line 352, ../scss/responsive.scss */
  [class^="col-md-"].pull-left, [class^="col-md-"].pull-right, [class*=" col-md-"].pull-left, [class*=" col-md-"].pull-right {
    float: none !important;
  }

  /* line 355, ../scss/responsive.scss */
  .block-sm {
    float: none !important;
    margin-bottom: 10px !important;
  }

  /* line 358, ../scss/responsive.scss */
  .tab-container .tab-pane [class^="col-md-"], .tab-container .tab-pane [class*=" col-md-"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 359, ../scss/responsive.scss */
  .tab-container .tab-pane .row [class^="col-md-"], .tab-container .tab-pane .row [class*=" col-md-"], .tab-container .tab-pane [class^="col-sm-"], .tab-container .tab-pane [class*=" col-sm-"], .tab-container .tab-pane [class^="col-sms-"], .tab-container .tab-pane [class*=" col-sms-"], .tab-container .tab-pane [class^="col-xs-"], .tab-container .tab-pane [class*=" col-xs-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 362, ../scss/responsive.scss */
  dl.term-description dd {
    padding-left: 20px;
  }

  /* line 364, ../scss/responsive.scss */
  #style-changer {
    display: none;
  }

  /* line 365, ../scss/responsive.scss */
  .hidden-table-sm.table-wrapper {
    display: block;
  }
  /* line 367, ../scss/responsive.scss */
  .hidden-table-sm.table-wrapper.intro {
    border: 15px solid #f5f5f5;
  }
  /* line 368, ../scss/responsive.scss */
  .hidden-table-sm.table-wrapper > .table-cell, .hidden-table-sm.table-wrapper > .table-row > .table-cell {
    display: block;
  }
  /* line 368, ../scss/responsive.scss */
  .hidden-table-sm.table-wrapper > .table-cell.pull-left, .hidden-table-sm.table-wrapper > .table-row > .table-cell.pull-left {
    float: left !important;
  }
  /* line 368, ../scss/responsive.scss */
  .hidden-table-sm.table-wrapper > .table-cell.pull-right, .hidden-table-sm.table-wrapper > .table-row > .table-cell.pull-right {
    float: right !important;
  }

  /* line 371, ../scss/responsive.scss */
  .travelo-process .process {
    margin-top: -27px;
    margin-left: -27px;
    margin-right: -27px;
  }
  /* line 373, ../scss/responsive.scss */
  .travelo-process .process .icon-wrapper i {
    font-size: 30px;
  }

  /* line 376, ../scss/responsive.scss */
  .world-map-section {
    height: 600px;
  }

  /* line 378, ../scss/responsive.scss */
  .promo-box {
    text-align: center;
  }
  /* line 380, ../scss/responsive.scss */
  .promo-box .m-title {
    font-size: 1.6667em;
  }
  /* line 382, ../scss/responsive.scss */
  .promo-box .m-title em i {
    font-size: 0.8462em;
  }
  /* line 384, ../scss/responsive.scss */
  .promo-box .action-section {
    text-align: center;
    padding-top: 15px;
  }
  /* line 386, ../scss/responsive.scss */
  .promo-box .action-section button {
    font-size: 0.9167em;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
  }
  /* line 388, ../scss/responsive.scss */
  .promo-box input.input-text {
    height: 34px;
  }

  /* line 393, ../scss/responsive.scss */
  .travelo-policies ul.tabs li {
    float: none;
  }
  /* line 394, ../scss/responsive.scss */
  .travelo-policies ul.tabs.full-width {
    display: block;
  }
  /* line 396, ../scss/responsive.scss */
  .travelo-policies ul.tabs.full-width > li {
    display: block;
    width: auto;
  }
  /* line 398, ../scss/responsive.scss */
  .travelo-policies ul.tabs.full-width > li a {
    padding-left: 20px !important;
    text-align: left;
  }

  /* line 406, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li span {
    font-size: 10em;
  }
  /* line 407, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li.sep {
    font-size: 7em;
  }
  /* line 408, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li label {
    font-size: 1.5em;
  }

  /* line 413, ../scss/responsive.scss */
  .loading-page.style2 .notice-message {
    font-size: 8em;
  }

  /* line 417, ../scss/responsive.scss */
  .soap-login-page #page-wrapper {
    vertical-align: top;
  }

  /* slider */
  /* line 420, ../scss/responsive.scss */
  .revolution-slider .tp-caption a.link {
    font-size: 12px !important;
    line-height: 24px !important;
  }
}
/* 6. Styles for devices(>=768px and <= 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 426, ../scss/responsive.scss */
  .tab-container.full-width-style ul.tabs {
    width: 20%;
  }
  /* line 427, ../scss/responsive.scss */
  .tab-container.full-width-style .tab-content {
    width: 80%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /*.hidden-xs { display: block !important; }*/
}
/* 7. Styles for devices(<=767px ) */
@media (max-width: 767px) {
  /* remove chaser in mobile */
  /* line 439, ../scss/responsive.scss */
  .chaser {
    display: none !important;
  }

  /* line 443, ../scss/responsive.scss */
  .tab-container ul.tabs li {
    float: none;
    padding-right: 0;
  }
  /* line 445, ../scss/responsive.scss */
  .tab-container ul.tabs li.pull-right {
    float: none !important;
  }
  /* line 447, ../scss/responsive.scss */
  .tab-container ul.tabs.full-width {
    display: block;
  }
  /* line 449, ../scss/responsive.scss */
  .tab-container ul.tabs.full-width > li {
    display: block;
    width: auto;
  }
  /* line 451, ../scss/responsive.scss */
  .tab-container ul.tabs.full-width > li a {
    padding-left: 20px !important;
    text-align: left;
  }
  /* line 457, ../scss/responsive.scss */
  .tab-container.style1 ul.tabs li > a:after {
    display: none !important;
  }
  /* line 461, ../scss/responsive.scss */
  .tab-container.trans-style ul.tabs {
    margin-left: 0;
  }
  /* line 463, ../scss/responsive.scss */
  .tab-container.trans-style ul.tabs li {
    margin: 0;
  }
  /* line 467, ../scss/responsive.scss */
  .tab-container.full-width-style ul.tabs {
    width: 25%;
  }
  /* line 468, ../scss/responsive.scss */
  .tab-container.full-width-style .tab-content {
    width: 75%;
  }

  /* line 473, ../scss/responsive.scss */
  [class^="col-sm-"].pull-left, [class^="col-sm-"].pull-right, [class*=" col-sm-"].pull-left, [class*=" col-sm-"].pull-right {
    float: none !important;
  }

  /* line 477, ../scss/responsive.scss */
  .listing-style3.flight .details .box-title {
    float: none !important;
  }
  /* line 478, ../scss/responsive.scss */
  .listing-style3.flight .details .time > div {
    padding-left: 0 !important;
    border-right: none !important;
  }

  /* line 481, ../scss/responsive.scss */
  .hidden-table-sms.table-wrapper {
    display: block;
  }
  /* line 483, ../scss/responsive.scss */
  .hidden-table-sms.table-wrapper.intro {
    border: 15px solid #f5f5f5;
  }
  /* line 484, ../scss/responsive.scss */
  .hidden-table-sms.table-wrapper > .table-cell, .hidden-table-sms.table-wrapper > .table-row > .table-cell {
    display: block;
  }
  /* line 484, ../scss/responsive.scss */
  .hidden-table-sms.table-wrapper > .table-cell.pull-left, .hidden-table-sms.table-wrapper > .table-row > .table-cell.pull-left {
    float: left !important;
  }
  /* line 484, ../scss/responsive.scss */
  .hidden-table-sms.table-wrapper > .table-cell.pull-right, .hidden-table-sms.table-wrapper > .table-row > .table-cell.pull-right {
    float: right !important;
  }

  /* line 487, ../scss/responsive.scss */
  .tab-container .tab-pane [class^="col-sm-"], .tab-container .tab-pane [class*=" col-sm-"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 488, ../scss/responsive.scss */
  .tab-container .tab-pane .row [class^="col-sm-"], .tab-container .tab-pane .row [class*=" col-sm-"], .tab-container .tab-pane [class^="col-sms-"], .tab-container .tab-pane [class*=" col-sms-"], .tab-container .tab-pane [class^="col-xs-"], .tab-container .tab-pane [class*=" col-xs-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 492, ../scss/responsive.scss */
  .image-box-style.style2 figure {
    float: none;
  }
  /* line 493, ../scss/responsive.scss */
  .image-box-style.style2 .details {
    padding: 20px;
  }
  /* line 494, ../scss/responsive.scss */
  .image-box-style.style2.innerstyle .details {
    padding: 20px 0 0;
  }

  /* line 497, ../scss/responsive.scss */
  .travelo-process .process {
    margin-top: -18px;
    margin-left: -18px;
    margin-right: -18px;
  }
  /* line 499, ../scss/responsive.scss */
  .travelo-process .process .icon-wrapper i {
    font-size: 20px;
  }

  /* line 502, ../scss/responsive.scss */
  #content.image-bg2 #main {
    padding-top: 100px;
  }

  /* line 504, ../scss/responsive.scss */
  .world-map-section {
    height: 500px;
  }

  /* line 506, ../scss/responsive.scss */
  .column-2 > * {
    margin-right: 0;
    float: none;
  }

  /* line 508, ../scss/responsive.scss */
  .column-3 > *:nth-child(3n+1) {
    clear: none;
  }
  /* line 509, ../scss/responsive.scss */
  .column-3 > *:nth-child(2n+1) {
    clear: both;
  }
  /* line 510, ../scss/responsive.scss */
  .column-3 > *:nth-child(3n) {
    margin-right: 3%;
  }

  /* line 513, ../scss/responsive.scss */
  .column-4 > *:nth-child(4n+1) {
    clear: none;
  }
  /* line 514, ../scss/responsive.scss */
  .column-4 > *:nth-child(2n+1) {
    clear: both;
  }
  /* line 515, ../scss/responsive.scss */
  .column-4 > *:nth-child(4n) {
    margin-right: 3%;
  }

  /* line 517, ../scss/responsive.scss */
  .column-5 > * {
    width: 31.3333%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  /* line 519, ../scss/responsive.scss */
  .column-5 > *:nth-child(5n+1) {
    clear: none;
  }
  /* line 520, ../scss/responsive.scss */
  .column-5 > *:nth-child(3n+1) {
    clear: both;
  }
  /* line 521, ../scss/responsive.scss */
  .column-5 > *:nth-child(5n) {
    margin-right: 3%;
  }
  /* line 522, ../scss/responsive.scss */
  .column-5 > *:nth-child(3n) {
    margin-right: 0;
  }

  /* line 524, ../scss/responsive.scss */
  .column-5-no-margin > * {
    width: 50%;
  }
  /* line 526, ../scss/responsive.scss */
  .column-5-no-margin > *:nth-child(5n+1) {
    clear: none;
  }
  /* line 527, ../scss/responsive.scss */
  .column-5-no-margin > *:nth-child(2n+1) {
    clear: both;
  }

  /* line 530, ../scss/responsive.scss */
  .column-3 > *, .column-4 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  /* line 532, ../scss/responsive.scss */
  .column-3 > *:nth-child(2n), .column-4 > *:nth-child(2n) {
    margin-right: 0;
  }

  /* line 537, ../scss/responsive.scss */
  .post-404page .error-message {
    font-size: 3em;
  }
  /* line 538, ../scss/responsive.scss */
  .post-404page .error-message-404 {
    font-size: 15em;
  }
  /* line 540, ../scss/responsive.scss */
  .post-404page.style2 .error-message {
    font-size: 1.6667em;
  }
  /* line 541, ../scss/responsive.scss */
  .post-404page.style2 .error-message-404 {
    font-size: 8em;
  }
  /* line 542, ../scss/responsive.scss */
  .post-404page.style2 .go-back {
    font-size: 1.4em;
    height: 50px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    line-height: 50px;
  }
  /* line 545, ../scss/responsive.scss */
  .post-404page.style3 #main {
    padding-top: 100px;
  }
  /* line 546, ../scss/responsive.scss */
  .post-404page.style3 .error-message {
    font-size: 2.5em;
  }
  /* line 547, ../scss/responsive.scss */
  .post-404page.style3 .error-message-404 {
    font-size: 1.6667em;
  }

  /* line 552, ../scss/responsive.scss */
  .coming-soon-page .clock li span {
    font-size: 4em;
  }
  /* line 553, ../scss/responsive.scss */
  .coming-soon-page .clock li label {
    font-size: 1em;
    letter-spacing: 0.04em;
  }
  /* line 555, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li span {
    font-size: 6em;
  }
  /* line 556, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li.sep {
    font-size: 4.1667em;
  }
  /* line 557, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li label {
    font-size: 1em;
  }
  /* line 558, ../scss/responsive.scss */
  .coming-soon-page.style2 .email-notify .notified-text {
    font-size: 1.3333em;
  }
  /* line 561, ../scss/responsive.scss */
  .coming-soon-page.style3 #main {
    padding-top: 30px;
  }

  /* line 567, ../scss/responsive.scss */
  .loading-page.style2 .notice-message {
    font-size: 6.25em;
  }

  /* line 572, ../scss/responsive.scss */
  .image-box.style2 figure {
    float: none;
  }
  /* line 573, ../scss/responsive.scss */
  .image-box.style2 .details {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  /* line 576, ../scss/responsive.scss */
  .breadcrumbs {
    display: none;
  }

  /* slider */
  /* line 579, ../scss/responsive.scss */
  .revolution-slider .tp-caption a.link {
    font-size: 9px !important;
    line-height: 18px !important;
  }

  /* line 582, ../scss/responsive.scss */
  #booking .booking-info > .box-title {
    float: none;
  }
  /* line 583, ../scss/responsive.scss */
  #booking .booking-info .info {
    border-left: none;
  }

  /* line 587, ../scss/responsive.scss */
  .banner .big-caption {
    font-size: 3em;
  }
  /* line 588, ../scss/responsive.scss */
  .banner .med-caption {
    font-size: 1.8333em;
  }

  /* line 591, ../scss/responsive.scss */
  .main-add-on-section .add-on-skip-block {
    margin: 5px 0;
  }
  /* line 593, ../scss/responsive.scss */
  .main-add-on-section .add-on-skip-block .skip-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 597, ../scss/responsive.scss */
  .main-add-on-section .add-on-skip-block .skip-button-block {
    float: none;
  }
  /* line 601, ../scss/responsive.scss */
  .main-add-on-section .sub-add-on-block {
    padding: 5px 0;
  }

  /* line 610, ../scss/responsive.scss */
  .widget-landing-block .landing-sub-block .disp-landing-image.inner-title.hover-reveal:before {
    opacity: 1;
    background: -moz-linear-gradient(top, transparent 0%, rgba(34, 34, 34, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(34, 34, 34, 0.6)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(34, 34, 34, 0.6) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(34, 34, 34, 0.6) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(34, 34, 34, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(34, 34, 34, 0.6) 100%);
  }
  /* line 619, ../scss/responsive.scss */
  .widget-landing-block .landing-sub-block .disp-landing-image.inner-title.hover-reveal .landing-title {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    bottom: 5px;
  }
  /* line 629, ../scss/responsive.scss */
  .widget-landing-block .landing-sub-block .landing-img-height-1 {
    height: auto;
  }
  /* line 632, ../scss/responsive.scss */
  .widget-landing-block .landing-sub-block .landing-img-height-2 {
    height: auto;
  }
  /* line 635, ../scss/responsive.scss */
  .widget-landing-block .landing-sub-block .landing-img-height-3 {
    height: auto;
  }

  /* line 640, ../scss/responsive.scss */
  .main-golfclub-feature #hotel-features .content-tab-block {
    padding: 5px 5px 0;
  }
}
/* 8. Styles for devices(<=480px ) */
@media (max-width: 480px) {
  /* line 648, ../scss/responsive.scss */
  .tab-container.full-width-style ul.tabs {
    width: 30%;
  }
  /* line 649, ../scss/responsive.scss */
  .tab-container.full-width-style .tab-content {
    width: 70%;
  }

  /* line 653, ../scss/responsive.scss */
  .image-box-style.style2 figure {
    width: 100%;
    float: none;
  }
  /* line 654, ../scss/responsive.scss */
  .image-box-style.style2 .details {
    padding: 20px;
  }

  /* line 657, ../scss/responsive.scss */
  .visible-sms {
    display: block;
  }

  /* line 660, ../scss/responsive.scss */
  .tab-container .tab-pane [class^="col-sms-"], .tab-container .tab-pane [class*=" col-sms-"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 661, ../scss/responsive.scss */
  .tab-container .tab-pane .row [class^="col-sms-"], .tab-container .tab-pane .row [class*=" col-sms-"], .tab-container .tab-pane [class^="col-xs-"], .tab-container .tab-pane [class*=" col-xs-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 664, ../scss/responsive.scss */
  .hidden-table-xs.table-wrapper {
    display: block;
  }
  /* line 666, ../scss/responsive.scss */
  .hidden-table-xs.table-wrapper.intro {
    border: 15px solid #f5f5f5;
  }
  /* line 667, ../scss/responsive.scss */
  .hidden-table-xs.table-wrapper > .table-cell, .hidden-table-xs.table-wrapper > .table-row > .table-cell {
    display: block;
  }
  /* line 667, ../scss/responsive.scss */
  .hidden-table-xs.table-wrapper > .table-cell.pull-left, .hidden-table-xs.table-wrapper > .table-row > .table-cell.pull-left {
    float: left !important;
  }
  /* line 667, ../scss/responsive.scss */
  .hidden-table-xs.table-wrapper > .table-cell.pull-right, .hidden-table-xs.table-wrapper > .table-row > .table-cell.pull-right {
    float: right !important;
  }

  /* line 670, ../scss/responsive.scss */
  .image-style.style1 {
    margin-right: 0;
    padding: 15px;
  }
  /* line 672, ../scss/responsive.scss */
  .image-style.style1:before, .image-style.style1:after {
    display: none;
  }
  /* line 673, ../scss/responsive.scss */
  .image-style.style1 .image-block {
    margin-right: 0;
    float: none !important;
  }

  /* line 677, ../scss/responsive.scss */
  .column-5 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  /* line 679, ../scss/responsive.scss */
  .column-5 > *:nth-child(5n+1) {
    clear: none;
  }
  /* line 680, ../scss/responsive.scss */
  .column-5 > *:nth-child(3n+1) {
    clear: none;
  }
  /* line 681, ../scss/responsive.scss */
  .column-5 > *:nth-child(2n+1) {
    clear: both;
  }
  /* line 682, ../scss/responsive.scss */
  .column-5 > *:nth-child(5n) {
    margin-right: 3%;
  }
  /* line 683, ../scss/responsive.scss */
  .column-5 > *:nth-child(3n) {
    margin-right: 3%;
  }
  /* line 684, ../scss/responsive.scss */
  .column-5 > *:nth-child(2n) {
    margin-right: 0;
  }

  /* line 689, ../scss/responsive.scss */
  .coming-soon-page .clock li span {
    font-size: 3em;
  }
  /* line 690, ../scss/responsive.scss */
  .coming-soon-page .clock li label {
    font-size: 1em;
    letter-spacing: 0.04em;
  }
  /* line 692, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li span {
    font-size: 4em;
  }
  /* line 693, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li.sep {
    font-size: 2.8333em;
  }
  /* line 694, ../scss/responsive.scss */
  .coming-soon-page.style2 .clock li label {
    font-size: 0.8333em;
  }
  /* line 697, ../scss/responsive.scss */
  .coming-soon-page.style3 #main {
    padding-top: 10px;
  }
  /* line 698, ../scss/responsive.scss */
  .coming-soon-page.style3 .clock li span {
    font-size: 3.3333em;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  /* line 699, ../scss/responsive.scss */
  .coming-soon-page.style3 .clock li.sep {
    font-size: 2.8333em;
  }
  /* line 700, ../scss/responsive.scss */
  .coming-soon-page.style3 .email-notify {
    width: 100%;
  }
  /* line 701, ../scss/responsive.scss */
  .coming-soon-page.style3 .header-title {
    font-size: 2em;
  }
  /* line 702, ../scss/responsive.scss */
  .coming-soon-page.style3 .container:before {
    display: none;
  }

  /* line 709, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block .flex-viewport li {
    height: 230px !important;
  }
  /* line 715, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block .flex-direction-nav a.flex-next {
    top: -120px;
  }
  /* line 717, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block .flex-direction-nav a.flex-next:hover {
    top: -120px;
  }
  /* line 721, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block .flex-direction-nav a.flex-prev {
    top: -120px;
  }
  /* line 723, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block .flex-direction-nav a.flex-prev:hover {
    top: -120px;
  }
  /* line 731, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block.wine-club-details-image .flex-viewport li {
    height: 214px !important;
  }
  /* line 737, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block.wine-club-details-image .flex-direction-nav a.flex-next {
    top: -140px;
  }
  /* line 739, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block.wine-club-details-image .flex-direction-nav a.flex-next:hover {
    top: -140px;
  }
  /* line 743, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block.wine-club-details-image .flex-direction-nav a.flex-prev {
    top: -140px;
  }
  /* line 745, ../scss/responsive.scss */
  .business-wine-club-block .wine-club-image-block.wine-club-details-image .flex-direction-nav a.flex-prev:hover {
    top: -140px;
  }
}
@media (min-width: 1400px) {
  /* line 759, ../scss/responsive.scss */
  .new-navbar .menu li ul li a {
    font-size: 11px;
  }
}
/* 9. Styles for devices(<=320px ) */
@media (max-width: 320px) {
  /* line 768, ../scss/responsive.scss */
  .container {
    width: 314px;
  }

  /* line 769, ../scss/responsive.scss */
  .row {
    padding: 0 3px;
  }

  /* line 770, ../scss/responsive.scss */
  .column-5-no-margin > * {
    float: none;
  }
}
@media (max-width: 992px) {
  /* line 774, ../scss/responsive.scss */
  .gift-offer-text {
    transform: translate(5%, 110%);
  }
  /* line 776, ../scss/responsive.scss */
  .gift-offer-text .title-text {
    font-size: 30px;
  }
  /* line 779, ../scss/responsive.scss */
  .gift-offer-text .desc-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  /* line 785, ../scss/responsive.scss */
  .gift-offer-block {
    padding: 10px;
    height: auto !important;
    flex-direction: column;
    text-align: center;
  }
  /* line 790, ../scss/responsive.scss */
  .gift-offer-block .gift-card {
    align-items: center;
  }
  /* line 793, ../scss/responsive.scss */
  .gift-offer-block .gift-offer-text {
    transform: translate(0%, 0%) !important;
  }
  /* line 795, ../scss/responsive.scss */
  .gift-offer-block .gift-offer-text .title-text {
    font-size: 28px;
  }
  /* line 798, ../scss/responsive.scss */
  .gift-offer-block .gift-offer-text .desc-text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  /* line 805, ../scss/responsive.scss */
  #ex-setup-modal.as-side-curtain {
    width: 100%;
    right: -100%;
  }
}
@media (max-width: 480px) {
  /* line 812, ../scss/responsive.scss */
  .gift-card img {
    height: auto !important;
  }
  /* line 815, ../scss/responsive.scss */
  .gift-card .buy-button {
    bottom: 50px;
    right: 50px;
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  /* line 824, ../scss/responsive.scss */
  .crm-layout {
    padding: 15px;
  }
  /* line 827, ../scss/responsive.scss */
  .crm-layout .header {
    flex-direction: column;
    text-align: center;
  }
  /* line 831, ../scss/responsive.scss */
  .crm-layout .header .profile-pic {
    width: 60px;
    height: 60px;
  }
  /* line 837, ../scss/responsive.scss */
  .crm-layout .content {
    grid-template-columns: 1fr;
  }
  /* line 841, ../scss/responsive.scss */
  .crm-layout .stats {
    flex-wrap: wrap;
    gap: 15px;
  }
  /* line 846, ../scss/responsive.scss */
  .crm-layout .tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 851, ../scss/responsive.scss */
  .crm-layout .notes-section,
  .crm-layout .activity-list {
    grid-column: 1;
  }
  /* line 856, ../scss/responsive.scss */
  .crm-layout .activity-item {
    flex-direction: column;
  }
  /* line 860, ../scss/responsive.scss */
  .crm-layout .save-btn {
    width: 100%;
    float: none;
  }

  /* line 867, ../scss/responsive.scss */
  .roster-section .roster-entries-container .roster-entry-row,
  .roster-section .roster-entries-container .roster-timeslot-row {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 872, ../scss/responsive.scss */
  .roster-section .roster-entries-container .roster-time-group {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  /* line 882, ../scss/responsive.scss */
  .crm-layout .profile-info h2 {
    font-size: 18px;
  }
  /* line 886, ../scss/responsive.scss */
  .crm-layout .badge {
    font-size: 10px;
    padding: 3px 8px;
  }
  /* line 891, ../scss/responsive.scss */
  .crm-layout .stat-value {
    font-size: 16px;
  }
}
