/*
 * Title:   Travelo - Travel, Tour Booking HTML5 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 )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 1. New Grid System */
.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; }

  #header #header-top-help{
    display:none;
  }
#header #header-top-lang{
  display: none;
}
#header .main-header.sticky{
  display: none;
}
@media (min-width: 481px) and (max-width: 767px) {
  .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; }

  .col-sms-12 {
    width: 100%; }

  .col-sms-11 {
    width: 91.66666667%; }

  .col-sms-10 {
    width: 83.33333333%; }

  .col-sms-9 {
    width: 75%; }

  .col-sms-8 {
    width: 66.66666667%; }

  .col-sms-7 {
    width: 58.33333333%; }

  .col-sms-6 {
    width: 50%; }

  .col-sms-5 {
    width: 41.66666667%; }

  .col-sms-4 {
    width: 33.33333333%; }

  .col-sms-3 {
    width: 25%; }

  .col-sms-2 {
    width: 16.66666667%; }

  .col-sms-1 {
    width: 8.33333333%; }

  .col-sms-pull-12 {
    right: 100%; }

  .col-sms-pull-11 {
    right: 91.66666667%; }

  .col-sms-pull-10 {
    right: 83.33333333%; }

  .col-sms-pull-9 {
    right: 75%; }

  .col-sms-pull-8 {
    right: 66.66666667%; }

  .col-sms-pull-7 {
    right: 58.33333333%; }

  .col-sms-pull-6 {
    right: 50%; }

  .col-sms-pull-5 {
    right: 41.66666667%; }

  .col-sms-pull-4 {
    right: 33.33333333%; }

  .col-sms-pull-3 {
    right: 25%; }

  .col-sms-pull-2 {
    right: 16.66666667%; }

  .col-sms-pull-1 {
    right: 8.33333333%; }

  .col-sms-pull-0 {
    right: 0%; }

  .col-sms-push-12 {
    left: 100%; }

  .col-sms-push-11 {
    left: 91.66666667%; }

  .col-sms-push-10 {
    left: 83.33333333%; }

  .col-sms-push-9 {
    left: 75%; }

  .col-sms-push-8 {
    left: 66.66666667%; }

  .col-sms-push-7 {
    left: 58.33333333%; }

  .col-sms-push-6 {
    left: 50%; }

  .col-sms-push-5 {
    left: 41.66666667%; }

  .col-sms-push-4 {
    left: 33.33333333%; }

  .col-sms-push-3 {
    left: 25%; }

  .col-sms-push-2 {
    left: 16.66666667%; }

  .col-sms-push-1 {
    left: 8.33333333%; }

  .col-sms-push-0 {
    left: 0%; }

  .col-sms-offset-12 {
    margin-left: 100%; }

  .col-sms-offset-11 {
    margin-left: 91.66666667%; }

  .col-sms-offset-10 {
    margin-left: 83.33333333%; }

  .col-sms-offset-9 {
    margin-left: 75%; }

  .col-sms-offset-8 {
    margin-left: 66.66666667%; }

  .col-sms-offset-7 {
    margin-left: 58.33333333%; }

  .col-sms-offset-6 {
    margin-left: 50%; }

  .col-sms-offset-5 {
    margin-left: 41.66666667%; }

  .col-sms-offset-4 {
    margin-left: 33.33333333%; }

  .col-sms-offset-3 {
    margin-left: 25%; }

  .col-sms-offset-2 {
    margin-left: 16.66666667%; }

  .col-sms-offset-1 {
    margin-left: 8.33333333%; }

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

.row.add-clearfix > .col-xs-3:nth-child(4n+1) {
  clear: both; }

.row.add-clearfix > .col-xs-4:nth-child(3n+1) {
  clear: both; }

.row.add-clearfix > .col-xs-6:nth-child(2n+1) {
  clear: both; }

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

  .row.add-clearfix > .col-sms-3:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-sms-3:nth-child(3n+1) {
    clear: none; }
  .row.add-clearfix > .col-sms-3:nth-child(4n+1) {
    clear: both; }

  .row.add-clearfix > .col-sms-4:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-sms-4:nth-child(3n+1) {
    clear: both; }

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

  .row.add-clearfix > .col-sm-3:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-sm-3:nth-child(3n+1) {
    clear: none; }
  .row.add-clearfix > .col-sm-3:nth-child(4n+1) {
    clear: both; }

  .row.add-clearfix > .col-sm-4:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-sm-4:nth-child(3n+1) {
    clear: both; }

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

  .visible-mobile {
    display: none !important; }

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

  .row.add-clearfix > .col-md-3:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-md-3:nth-child(3n+1) {
    clear: none; }
  .row.add-clearfix > .col-md-3:nth-child(4n+1) {
    clear: both; }

  .row.add-clearfix > .col-md-4:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-md-4:nth-child(3n+1) {
    clear: both; }

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

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

  .row.add-clearfix > .col-lg-3:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-lg-3:nth-child(3n+1) {
    clear: none; }
  .row.add-clearfix > .col-lg-3:nth-child(4n+1) {
    clear: both; }

  .row.add-clearfix > .col-lg-4:nth-child(2n+1) {
    clear: none; }
  .row.add-clearfix > .col-lg-4:nth-child(3n+1) {
    clear: both; }

  .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) {
  .container {
    padding-left: 0;
    padding-right: 0; } }
/* 4. Styles for devices(<=1199px) */
@media (max-width: 1199px) {
  [class^="col-lg-"].pull-left, [class^="col-lg-"].pull-right {
    float: none !important; }

  .image-carousel.style3 .flex-direction-nav li a.flex-prev {
    left: 10px; }
  .image-carousel.style3 .flex-direction-nav li a.flex-next {
    right: 10px; }

  html.post-404page.style3 #page-wrapper {
    background-size: 170% auto; } }
/* 5. Styles for devices(<=991px ) */
@media (max-width: 991px) {
  .container {
    width: auto;
    /* padding-left: 15px; */
    /* padding-right: 15px;  */
    padding-left: 0px;
    padding-right: 0px; 
  }

  .page-title-container.style4 .page-title {
    margin-left: -15px;
    padding-left: 15px; }

  #header {
    padding-top: 0 !important;
    background: none !important; }
    #header .logo {
      float: none !important;
      position: static !important;
      padding-top: 19px;
      height: 66px;
      margin: 0 !important;
      display: block; }
      #header .logo a:after {
        display: none !important; }
      #header .logo a {
        background-size: auto 30px; 
      }
      #header .logo img {
        height: 30px;
        width: auto;
      }

    #header .main-navigation {
      background: #fff; }
    #header #menu_activate {
      display: inline-block;
      position: relative; 
    
    }
    #header #main-menu {
      display: none; }
    #header .topnav {
      display: none; }
#header .main-header .container{
  display: inline-block;
}

#header #header-top-help{
  display:inline-block;
}
#header #header-top-lang{
display: inline-block;
}
  .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; }

  .search-tabs {
    display: none !important; }
#header .search-box .search-tabs{
  display: block !important;
  border-top: 2px solid #01b7f2;
}
#header .search-box > .search-tabs li{
  float: none;
  background-color: #ebebeb;
}
#header .search-box > .search-tabs li.active{
  background-color: #fff;
  position: relative;
}
#header .search-box > .search-tabs li.active::after {
  font-family: FontAwesome;
  content: "\f178";
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 17px;
  font-weight: normal;
  color: #01b7f2;
} 
#header .search-box > ul.search-tabs li > a {
  filter: alpha(opacity=65); 
  opacity: 0.65;
  height: 58px;
  line-height: 28px;
  border-bottom: 1px solid #0d9dec;
  position: relative;
  padding-left: 60px;
  overflow: hidden;
  font-size: 15px;
}
#header .search-box > ul.search-tabs li > a > i {
    position: absolute;
    left: 15px;
    font-size: 28px;
    bottom: 17px;
}
  .visible-mobile .search-tabs {
    display: block !important; }

  .search-box .search-tab-content {
    float: none !important;
    width: auto !important; }

  .hidden-mobile {
    display: none !important; }

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

  .block-sm {
    float: none !important;
    /* margin-bottom: 10px !important;  */
    margin-bottom: 10px; 
  }

  .tab-container .tab-pane [class^="col-md-"], .tab-container .tab-pane [class*=" col-md-"] {
    padding-left: 0;
    padding-right: 0; }
  .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; }

  dl.term-description dd {
    padding-left: 20px; }

  #style-changer {
    display: none; }

  .hidden-table-sm.table-wrapper {
    display: block; }
    .hidden-table-sm.table-wrapper.intro {
      border: 15px solid #f5f5f5; }
    .hidden-table-sm.table-wrapper > .table-cell, .hidden-table-sm.table-wrapper > .table-row > .table-cell {
      display: block; }
      .hidden-table-sm.table-wrapper > .table-cell.pull-left, .hidden-table-sm.table-wrapper > .table-row > .table-cell.pull-left {
        float: left !important; }
      .hidden-table-sm.table-wrapper > .table-cell.pull-right, .hidden-table-sm.table-wrapper > .table-row > .table-cell.pull-right {
        float: right !important; }

  .travelo-process .process {
    margin-top: -27px;
    margin-left: -27px;
    margin-right: -27px; }
    .travelo-process .process .icon-wrapper i {
      font-size: 30px; }

  .world-map-section {
    height: 600px; }

  .promo-box {
    text-align: center; }
    .promo-box .m-title {
      font-size: 1.6667em; }
      .promo-box .m-title em i {
        font-size: 0.8462em; }
    .promo-box .action-section {
      text-align: center;
      padding-top: 15px; }
      .promo-box .action-section button {
        font-size: 0.9167em;
        height: 34px;
        line-height: 34px;
        padding: 0 20px; }
    .promo-box input.input-text {
      height: 34px; }

  .travelo-policies ul.tabs li {
    float: none; }
  .travelo-policies ul.tabs.full-width {
    display: block; }
    .travelo-policies ul.tabs.full-width > li {
      display: block;
      width: auto; }
      .travelo-policies ul.tabs.full-width > li a {
        padding-left: 20px !important;
        text-align: left; }

  .coming-soon-page.style2 .clock li span {
    font-size: 10em; }
  .coming-soon-page.style2 .clock li.sep {
    font-size: 7em; }
  .coming-soon-page.style2 .clock li label {
    font-size: 1.5em; }

  .loading-page.style2 .notice-message {
    font-size: 8em; }

  .soap-login-page #page-wrapper {
    vertical-align: top; }

  /* slider */
  .revolution-slider .tp-caption a.link {
    font-size: 12px !important;
    line-height: 24px !important; } 

  #footer .bottom .container{
    padding-right: 15px;
  }
  
  }

@media (min-width: 992px) {
  .hotels .box figure {
    min-width: 300px;
  }
  .hotels .box > .details {
    width:auto;
    width: calc(100% - 300px);
  }
}

/* 6. Styles for devices(>=768px and <= 991px) */

@media (max-width:800px) {
  .hotel-details #hotel-features ul.tabs li a{
    font-size: 0.8em;
    border:inherit;
  }
  ul.search-tabs li a {
    font-size: 1.5em;
    font-weight: bold;
  }
  body.loading-page .loader {
    position: relative;
    margin: 25% auto;
    left:inherit;
  }
  body.loading-page .loader span {
    height: 17px;
    width:auto;
    text-align: center;
    font-size: 1.2rem;
    color: #3498db;
    text-shadow: none;
  }
  .loading-page.flights .flight-list ul ul li.stop-line p {
    line-height: 11px;
  }
  .hotels .filters-container .panel {
    min-width: 200px;
  }
  .hotels .description-container p{
    min-height: 155px;
  }
  .index-page .templatingSelect2,
  .index-page .select2-container {
    min-width: 35%;
  }
  .index-page #address-advanced #place_search_form {
    width: 65% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .index-page #hotels-tab .search-content {
    padding-top: 50px;
  }
  .index-page #hotels-tab .search-content .choose-travel label.radio,
  .index-page #flights-tab .search-content .choose-travel label.radio {
    padding: 0 10px;
  }
  .index-page .booking-logo {
    width: 77px;
    max-width: 60%;
    right: inherit;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hotel-details #hotel-features ul.tabs li {
    width: inherit;
    display: block;
  }
  .hotel-details .affix {
    top: 0;
  }
  .hotel-details .affix li {
    display: none !important;
  }
  .hotel-details .affix li.active {
    display: block !important;
  }
  .flightresults .flight-result-block .additional-info > div {
    background-size: cover !important;
    background-position: 115% 0 !important;
  }
  .flightresults .flight-result-block .return-direction .additional-info > div {
    background-position: -10% 0 !important;
  }
  .index-page #content .container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .search-box-wrapper.style1 .search-tab-content .title-container #flightheader,
  .search-box-wrapper.style1 .search-tab-content .title-container #flightdateheader {
    font-size: 12px;
  }
  #footer .bottom .logo img {
    width: 70%;
    float: left;
  }
  #footer .bottom .copyright {
    font-size: 0.7rem;
  }
   #footer .bottom .logo {
    max-width: 110px;
    margin-top: 7px;
  }
  #footer {
    padding: 0;
  }
  #footer .bottom .copyright {
    margin: 10px 10px 0;
  }
  .index-page #footer .bottom .copyright {
    margin: 10px 30px 10px 10px;
  }
  body.loading-page #footer .bottom .copyright {
    margin: 10px 0 0 10px;
  }
  .loading-page .loader {
    width: 60px;
    height: 60px;
  }
  .loading-page .loader-block {
    border: 5px solid transparent;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
  }
  .loading-page .text-header {
    top: 5px !important;
    margin-left: 8px;
  }
  .loading-page .text-parallax,
  .loading-page .text-parallax .tp-loop-wrap,
  .loading-page .text-parallax .tp-mask-wrap {
    position: relative !important;
    font-size: 12px;
  }
  .loading-page .caption-big-title {
    font-size: 0.6rem !important;
    line-height: 11px !important;
  }
  .loading-page .caption-medium-title,
  .loading-page .caption-medium-title strong {
    font-size: 0.6rem !important;
  }
  .search-box-wrapper.style1 .search-tab-content #cars-tab .title-container .car {
    max-width: 150px;
  }
  .search-box-wrapper.style1 .search-tab-content .title-container .yellow-container,
  .search-box-wrapper.style1 .search-tab-content .title-container .blue-container {
    padding: 10px 8%;
  }
  #flights-tab #flight_search_submit {
    margin: 10px auto;
    text-align: center;
    display: block;
    width: 85% !important;
  }
  .search-box-wrapper.style1 .search-tab-content #flights-tab .search-content,
  .search-box-wrapper.style1 .search-tab-content #hotels-tab .search-content {
    padding: 18px 7px 25px;
  }
  .search-box-wrapper.style1 .search-tab-content #hotels-tab .search-content {
    padding-top: 50px;
  }
  .index-page #main {
    margin-bottom: 10px;
    padding: 0;
  }
  .index-page .travelo-box{
    margin-bottom: 10px;
  }
  .index-page .sidebar.col-sm-4{
    padding: 0;
  }
  .index-page section#content {
    /* display:none; */
  }
  .index-page section#mobile {
    display:block;
  }
  .wonders-building-shadow{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab-container.full-width-style ul.tabs {
    width: 20%; }
  .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) {
  #header .main-header.sticky{
    display: block;
  }

  /* remove chaser in mobile */
  .chaser {
    display: none !important; }

  .tab-container ul.tabs li {
    float: none;
    padding-right: 0; }
    .tab-container ul.tabs li.pull-right {
      float: none !important; }
  .tab-container ul.tabs.full-width {
    display: block; }
    .tab-container ul.tabs.full-width > li {
      display: block;
      width: auto; }
      .tab-container ul.tabs.full-width > li a {
        padding-left: 20px !important;
        text-align: left; }
  .tab-container.style1 ul.tabs li > a:after {
    display: none !important; }
  .tab-container.trans-style ul.tabs {
    margin-left: 0; }
    .tab-container.trans-style ul.tabs li {
      margin: 0; }
  .tab-container.full-width-style ul.tabs {
    width: 25%; }
  .tab-container.full-width-style .tab-content {
    width: 75%; }

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

  .listing-style3.flight .details .box-title {
    float: none !important; }
  .listing-style3.flight .details .time > div {
    padding-left: 0 !important;
    border-right: none !important; }

  .hidden-table-sms.table-wrapper {
    display: block; }
    .hidden-table-sms.table-wrapper.intro {
      border: 15px solid #f5f5f5; }
    .hidden-table-sms.table-wrapper > .table-cell, .hidden-table-sms.table-wrapper > .table-row > .table-cell {
      display: block; }
      .hidden-table-sms.table-wrapper > .table-cell.pull-left, .hidden-table-sms.table-wrapper > .table-row > .table-cell.pull-left {
        float: left !important; }
      .hidden-table-sms.table-wrapper > .table-cell.pull-right, .hidden-table-sms.table-wrapper > .table-row > .table-cell.pull-right {
        float: right !important; }

  .tab-container .tab-pane [class^="col-sm-"], .tab-container .tab-pane [class*=" col-sm-"] {
    padding-left: 0;
    padding-right: 0; }
  .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; }

  .image-box-style.style2 figure {
    float: none; }
  .image-box-style.style2 .details {
    padding: 20px; }
  .image-box-style.style2.innerstyle .details {
    padding: 20px 0 0; }

  .travelo-process .process {
    margin-top: -18px;
    margin-left: -18px;
    margin-right: -18px; }
    .travelo-process .process .icon-wrapper i {
      font-size: 20px; }

  #content.image-bg2 #main {
    padding-top: 100px; }

  .world-map-section {
    height: 500px; }

  .column-2 > * {
    margin-right: 0;
    float: none; }

  .column-3 > *:nth-child(3n+1) {
    clear: none; }
  .column-3 > *:nth-child(2n+1) {
    clear: both; }
  .column-3 > *:nth-child(3n) {
    margin-right: 3%; }

  .column-4 > *:nth-child(4n+1) {
    clear: none; }
  .column-4 > *:nth-child(2n+1) {
    clear: both; }
  .column-4 > *:nth-child(4n) {
    margin-right: 3%; }

  .column-5 > * {
    width: 31.3333%;
    margin-right: 3%;
    margin-bottom: 3%; }
    .column-5 > *:nth-child(5n+1) {
      clear: none; }
    .column-5 > *:nth-child(3n+1) {
      clear: both; }
    .column-5 > *:nth-child(5n) {
      margin-right: 3%; }
    .column-5 > *:nth-child(3n) {
      margin-right: 0; }

  .column-5-no-margin > * {
    width: 50%; }
    .column-5-no-margin > *:nth-child(5n+1) {
      clear: none; }
    .column-5-no-margin > *:nth-child(2n+1) {
      clear: both; }

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

  .post-404page .error-message {
    font-size: 3em; }
  .post-404page .error-message-404 {
    font-size: 15em; }
  .post-404page.style2 .error-message {
    font-size: 1.6667em; }
  .post-404page.style2 .error-message-404 {
    font-size: 8em; }
  .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; }
  .post-404page.style3 #main {
    padding-top: 100px; }
  .post-404page.style3 .error-message {
    font-size: 2.5em; }
  .post-404page.style3 .error-message-404 {
    font-size: 1.6667em; }

  .coming-soon-page .clock li span {
    font-size: 4em; }
  .coming-soon-page .clock li label {
    font-size: 1em;
    letter-spacing: 0.04em; }
  .coming-soon-page.style2 .clock li span {
    font-size: 6em; }
  .coming-soon-page.style2 .clock li.sep {
    font-size: 4.1667em; }
  .coming-soon-page.style2 .clock li label {
    font-size: 1em; }
  .coming-soon-page.style2 .email-notify .notified-text {
    font-size: 1.3333em; }
  .coming-soon-page.style3 #main {
    padding-top: 30px; }

  .loading-page.style2 .notice-message {
    font-size: 6.25em; }

  .image-box.style2 figure {
    float: none; }
  .image-box.style2 .details {
    padding-left: 20px;
    padding-bottom: 20px; }

  .breadcrumbs {
    display: none; }

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

  #booking .booking-info > .box-title {
    float: none; }
  #booking .booking-info .info {
    border-left: none; }

  .banner .big-caption {
    font-size: 3em; }
  .banner .med-caption {
    font-size: 1.8333em; }

  #tour-details .intro2 {
    padding: 10px 0; }
    #tour-details .intro2:after {
      content: "";
      display: table;
      clear: both; }
    #tour-details .intro2 .term-description dd {
      width: auto;
      max-width: 120px; }
    #tour-details .intro2 .price-section {
      border-left: none;
      width: auto;
      text-align: left;
      float: left !important;
      padding-left: 20px; }

  #content.tour .slideshow-bg {
    min-height: 800px; } 


      
    #cars-tab .search-content .swap-button{
      transform: rotate(90deg);
      right: 10px;
      left: unset;
      top: 68px;
  }
  #cars-tab .search-content .swap-button::before{
      background-size: 22px;
  }
  }

  .search-content .swap-button {
    position: absolute;
    top: 0;
    right: -9px;
    background: none;
    left: unset;
  }
  .search-content .swap-button::before, .search-content .swap-button:hover::before {
    height: 100%;
    width: 100%;
    background-size: 20px;
}

.mb_mob-10{
  margin-bottom: 10px;
}


/* 8. Styles for devices(<=480px ) */
@media (max-width: 480px) {

  .search-box-wrapper.style1 .search-tab-content .search-content label {
    font-size:13px;
  }
  .search-box-wrapper.style1 .search-tab-content .title-container #flightheader{
    margin-top: 20px;
  }
  .search-box-wrapper.style1 .search-tab-content .title-container {
    padding-left: 10px;
  }
  .search-box-wrapper.style1 .search-tab-content .title-container .search-title {
    line-height: 17px;
    font-size: 23px;
  }
  #footer .bottom .logo{
    width: 70%;
  }
  .loading-page .loader span{
    font-size: 0.8rem;
  }
  .search-box-wrapper.style1 .search-tab-content #flight-and-hotel-tab .title-container .search-title:not(.fake-text),
  .search-box-wrapper.style1 .search-tab-content #cars-tab .title-container .search-title:not(.fake-text) {
    position: absolute;
    padding: 8px 7px;
  }
  .search-box-wrapper.style1 .search-tab-content #flight-and-hotel-tab .title-container .island{
    margin-top: 15px;
    min-width: 50px;
    width: 10%;
  }
  .popover {
    max-width: 90%;
  }
  .search-box-wrapper.style1 .search-tab-content #hotels-tab .title-container .world-wonders {
    height: 100%;
    position: absolute;
    margin-left: 0;
    width: 272px;
    right: 0;
  }
  .loading-page.flights #main .col-md-12 {
    padding: 0;
  }
  body.loading-page.hotels.waiting-results #content .container,
  body.loading-page.flights.waiting-results #content .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .hotels .details .details-content,
  .hotels .details div,
  .hotels .listing-style3.hotel .details > * > * {
    display: block;
  }
  .hotels .listing-style3.hotel .details > *:first-child > *, .hotels .listing-style3.hotel .details > * > *:first-child,
  .hotels .details > div:first-child{
    border-color: transparent;
  }
  .hotels .details .price-container > div {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
  }
  .hotels .details .price-container > div p,
  .hotels .details .price-container > div,
  .hotels .dod-banner-price__nights {
    text-align: center;
  }
  .hotels .listing-style3.hotel .details .price-container .price {
    border-right: 1px solid #b4b3b3;
    position: relative;
  }
  .hotels .listing-style3.hotel .details .price-container {
    width: 100%;
    padding: 0;
    border-top: 1px solid #b4b3b3;
  }
  .hotels .listing-style3.hotel .details .btn-group {
    right: 0;
  }


  .tab-container.full-width-style ul.tabs {
    width: 30%; }
  .tab-container.full-width-style .tab-content {
    width: 70%; }

  .image-box-style.style2 figure {
    width: 100%;
    float: none; }
  .image-box-style.style2 .details {
    padding: 20px; }

  .visible-sms {
    display: block; }

  .tab-container .tab-pane [class^="col-sms-"], .tab-container .tab-pane [class*=" col-sms-"] {
    padding-left: 0;
    padding-right: 0; }
  .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; }

  .hidden-table-xs.table-wrapper {
    display: block; }
    .hidden-table-xs.table-wrapper.intro {
      border: 15px solid #f5f5f5; }
    .hidden-table-xs.table-wrapper > .table-cell, .hidden-table-xs.table-wrapper > .table-row > .table-cell {
      display: block; }
      .hidden-table-xs.table-wrapper > .table-cell.pull-left, .hidden-table-xs.table-wrapper > .table-row > .table-cell.pull-left {
        float: left !important; }
      .hidden-table-xs.table-wrapper > .table-cell.pull-right, .hidden-table-xs.table-wrapper > .table-row > .table-cell.pull-right {
        float: right !important; }

  .image-style.style1 {
    margin-right: 0;
    padding: 15px; }
    .image-style.style1:before, .image-style.style1:after {
      display: none; }
    .image-style.style1 .image-block {
      margin-right: 0;
      float: none !important; }

  .column-5 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%; }
    .column-5 > *:nth-child(5n+1) {
      clear: none; }
    .column-5 > *:nth-child(3n+1) {
      clear: none; }
    .column-5 > *:nth-child(2n+1) {
      clear: both; }
    .column-5 > *:nth-child(5n) {
      margin-right: 3%; }
    .column-5 > *:nth-child(3n) {
      margin-right: 3%; }
    .column-5 > *:nth-child(2n) {
      margin-right: 0; }

  .coming-soon-page .clock li span {
    font-size: 3em; }
  .coming-soon-page .clock li label {
    font-size: 1em;
    letter-spacing: 0.04em; }
  .coming-soon-page.style2 .clock li span {
    font-size: 4em; }
  .coming-soon-page.style2 .clock li.sep {
    font-size: 2.8333em; }
  .coming-soon-page.style2 .clock li label {
    font-size: 0.8333em; }
  .coming-soon-page.style3 #main {
    padding-top: 10px; }
  .coming-soon-page.style3 .clock li span {
    font-size: 3.3333em;
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .coming-soon-page.style3 .clock li.sep {
    font-size: 2.8333em; }
  .coming-soon-page.style3 .email-notify {
    width: 100%; }
  .coming-soon-page.style3 .header-title {
    font-size: 2em; }
  .coming-soon-page.style3 .container:before {
    display: none; }

  .booking-section {
    padding: 20px 0px;
  }
  
  .booking-section + .form-group.move-right-side {
    padding: 0;
}

.move-right-side {
  margin: auto;
}

  .booking-section .total_price_info #total_price {
    /* text-align: left; */
  }
  
  .booking-form .person-information{
    /* position: relative; */
    /* left: 7px; */
  }
  
  .booking-form .person-information > .form-group.row > .form-group.row > .col-xs-12{
    /* padding-right:0; */
  }

  .form-group.move-right-side {
    flex-wrap: wrap;
}

  .form-group.move-right-side .col-xs-12{
   margin-bottom:20px;
}

  /* Tour page */
  #tour-details .price-section .details {
    float: none !important; } 

    
.booking-form label.check-container.chnge_time_check{
  line-height: 14px;
}

.transfer-booking #destination_comment:placeholder-shown + label {
  font-size: 10px;
}

.hide_mob{
  display: none;
}

}
  
@media (max-width:400px) {
  .search-box-wrapper.style1 .search-tab-content .search-content .choose-travel label.radio {
    color: #2d3e52;
    font-size: 0.676em;
  }
  #smallflightbar span:not(:first-child){
    width: 100px;
  }
  .flightresults .flight-result-block .additional-info > div {
    background-size: cover !important;
    background-position: 110% 0 !important;
  }
  .flightresults .flight-result-block .return-direction .additional-info > div {
    background-position: -5% 0 !important;
  }
  .index-page .form_hint__inner .kids_ages:before {
    content: "ages";
  }
  .index-page #hotels-tab .search-content .choose-travel .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-page #hotels-tab .search-content .choose-travel {
    padding: 0 8px;
  }
  .index-page #hotels-tab .choose-travel .col-xs-4:before {
    right: 8px;
  }

/* Cookie Disclaimer */

.disclaimer-container .contain{
  display:block;
}

.disclaimer-container .disclaimer-text {
  width: 100%;
}

.disclaimer-container .disclaimer-text p:first-child {
  text-align: center;
}


/* End Cookie Disclaimer */


}


/* 9. Styles for devices(<=320px ) */
@media (max-width: 320px) {
  .container {
    width: 314px; }

  .row {
    padding: 0 3px; }

  .column-5-no-margin > * {
    float: none;
  width: auto; } 

  
  .loading-page.flights .box .flight-schedule span {
    font-size: 10px;
    font-weight: normal;
  }
  .loading-page.flights .box .flight-schedule.little span {
    font-size: 8px;
  }
  .flightresults .add-to-card {
    width: 50px;
  }
  .departure-direction .plane-icon {
    margin: 2px 5px;
  }
  .flightresults .flight-result-block .price {
    width: 90px;
  }
  .flightresults .flight-result-block .price:after {
    width: 95px;
  }
  .flightresults .flight-result-block .price span {
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
  }
  .index-page .form_hint__inner {
    padding: 15px 0;
  }
  .form_hint__additional .selector {
    min-width: unset;
  }
  .index-page .confirm, .index-page .add-room {
    margin: 15px 2px;
  }
  .index-page #hotels-tab .search-content .choose-travel label.radio {
    padding-left: 5px;
  }
  .index-page .booking-logo {
    left: 5px;
  }
}
