.theme {

  font-family: "PT Sans", "Open sans", Arial, sans-serif;
  color: #9aa6af;
  background: #fff;
  overflow-x:none;
  text-rendering: optimizelegibility;

  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;

  -moz-tap-highlight-color:rgba(0,0,0,0); 
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;

  -ms-tap-highlight-color:rgba(0,0,0,0); 
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
}

.desktop-only {
  display: block !important;
}

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

.text-widget-content {
  cursor: auto !important;
  color: black;
  font-size: medium;
  line-height: normal;
  text-align: left;
  outline: 0px none;
  /*
  width: 100%;
  height: 100%;
  */
  padding: 20px;
  float: left;
  overflow: auto;
}

.click-save-btn2 {
  display: none !important;
}

.click-save-btn2 h2 {
  text-decoration: underline;
  line-height: 21px;
}

.faces-wrapper {
  width: 170px;
  margin: 0px auto;
}

.accrediations {
  display: inline-block !important;
  text-align: center;
}

.accrediations a {
  display: inline-block !important;
  float: none !important;
  margin: 5px 10px;
}
/*

a#bbblink {
  margin: 10px auto !important;
} */

.phones-section a {
  float: none;
  text-align: right;
}

.phones-section2 a {
  display: inline-block;
  margin: 0px 8px;
}

.phones-section {
}

.faces-wrapper a{
  opacity: .6;
  transition: opacity 0.3s ease;
}

.faces-wrapper a:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.faces-wrapper2 {
  width: 64px;
}

.faces-wrapper2 a {
  opacity: 1;
}

.faces-wrapper a:first-child {
  float: left;
}

.faces-wrapper a:last-child {
  float: right;
}

.faces-wrapper-outer {
  float: left;
  width: 100%;
}

.edit-btn-wrapper {
  width: 100%;
  float: left;
}

.edit-btn {
  padding: 12px 0px;
  width: 100px;
  background: #ea9605;
  border-radius: 4px;
  margin: 30px auto 0px;
  color: #fff;
  display: block;
  text-align: center;
}

#tabs2 .ui-accordion .ui-accordion-content {
  padding: 30px 30px 40px;
}

.text-area-wrapper {
  width: 800px;
  margin: 10px auto;
}

.text-area-wrapper h3 {
  color: #4d4d4d;
  font-size: 19px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.text-area-wrapper textarea{
  height: 100px;
  width: 100%;
  padding: 10px;
  box-sizing:border-box;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
}

.text-area-wrapper textarea:focus {
  outline: none;
  border: 2px solid #ea9605;
}

.edit-btn2 {
  width: 230px;
  font-size: 17px;
  padding: 15px 0px;
  margin-top: 15px;
}

#tabs2 .customer-info {
  color: #4d4d4d;
  font-size: 19px;
  text-align: center;
  margin-bottom: 25px !important;
}

.customer-info p {
    margin-top: 15px;
  margin-bottom: 5px;
  color: #6a6a6a;
  font-size: 15px;
}

.text-widget-content ol {
  list-style: decimal inside none;
  padding-left: 10px;
}

.text-widget-content ul {
  list-style: disc inside none;
  padding-left: 10px;
}


.theme a {text-decoration: none;}

.f-right {
  float: right !important;
}

.theme .container {
  width: 1050px;
  margin: 0 auto;
  /*  Prevents Flickering  */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.theme header {
  height: 138px;
}

.theme .content-wrapper {
  position: relative;
  width: 100%;
}

.main-content-wrapper {
  width: 100%;
  float: left;
}

/** DO NOT USE .theme FOR THE ELEMENTS BELOW. .theme BREAKS THE LAYOUT WHEN RESIZING!  **/
.fullWidthWidgetsWrapper {
  float: none !important;
  height: auto !important;
  position: relative;
}

.widgetsWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.widgetsWrapper {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  clear: both;
  position: relative;
}

.fullWidthContainer .widgetsWrapper {
  width: 100%;
}
/** You can use .theme now... **/

.theme .nav-wrapper {
  position: relative;
  width: 100%;
}

.theme .navigation-wrapper {
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  z-index: 101;
}

.navigation-wrapper {
  background: #fff;
  border-top:3px solid #ea9605;
  border-bottom: 1px solid #e1e1e1;
}

.phones-section {
      /* position: absolute; */
    /* top: 0; */
    width: 100%;
    float: left;
    /* right: 0; */
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 7px 0px 10px;
    box-sizing:border-box;
    text-align: right;
}

.phones-section h2 {
  display: inline-block;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
      color: #4d4d4d;
}

.phones-section h2 span {
  font-size: 17px;
  color: #444;
}

.phones-section h2:first-child {
  margin-right: 15px; 
}

.theme  .theme-logo a img{
  max-height: 90px;
  float: left;
  margin: 6px 0px 5px 10px;
  transition: max-height 0.3s;
}

.theme .burger {
  position: absolute;
  float: left;
  padding: 9px;
  top: 2px;
  left: 12px;
  cursor: pointer;
  display: none;
  border-radius: 3px;
}

.theme .burger li {
  width: 23px;
  height: 3px;
  background-color: #6a6a6a;
  margin: 4px 2px;
}
.theme .burger.open li {background-color: #666;}

.theme .nav-wrapper nav {
  position: absolute;
  right: 0;
  top: 71px;
}
.theme nav li {
  float: left;
}

.theme nav li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 24px 20px;
  display: block;
  transition: padding 0.3s;
}

.nav {
  display:inline-block;
}

.nav-item {
  float:left;
  *display:inline;
  zoom:1;
  position:relative;
}

/* Navigation submenu */
.nav-submenu {
  display:none;
  position:absolute;
  left:0;
}
.nav-submenu-item a {
  margin: 0px 40px;
  display:block;
  padding:15px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  height:49px;
  width:50px;
  cursor:pointer;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background-size:20px;
}

.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}

  .theme nav li ul {
    float: left;
    display: none;
    background: #2e3641;
    top: 100%;
    position: absolute;
    border-top: 3px solid #6a6a6a;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }

  .theme nav li ul li {
    width: 200px;
  }

   .theme nav li ul li a {
    margin: 0px;
    padding: 23px 0px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #6a6a6a;
   }

   .theme nav li ul li a:hover {
    background: #ea9605;
   }

   .theme nav li ul li:last-child a {
    border-bottom: none;
   }

  .theme nav li:hover ul {
    display: block;
  }

  .theme .nav-list li.active > a {
    border-bottom: 4px solid #444;
    color: #444;
    font-weight: bold;
  }

  .home-header {
    background: url(../images/bg1dark.jpg)no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 50px;
  }

  .home-header .header-left {
    width: 60%;
    float: left;
    padding-right: 70px;
    box-sizing: border-box;
  }

  .home-header .header-left h1 {
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }

  .home-header .header-left span {
    font-size: 16px;
    color: #e1e1e1;
    line-height: 1.4;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }

  .home-header .header-left ul {
    font-size: 16px;
    color: #e1e1e1;
    line-height: 1.4;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    list-style: circle;
    padding-left: 20px;
  }

  .home-header .header-left ul li {
    list-style: circle;
   }

  .home-header .header-left div {
    margin-bottom: 70px;
    float: left;
   }

  .big-button {
    padding: 21px 35px;
    color: #fff;
    background: #ea9605;
    font-size: 17px;
  }

  .home-header .header-left .big-button {
    float: left;
  }

  .home-header .header-left p {
    float: left;
    margin: 21px 0 0 21px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
  }

  .home-header .header-right {
    width: 40%;
    float: left;
  }

  .home-header .header-card {
    width: 100%;
    background: #eee;
    padding: 35px;
    box-sizing: border-box;
  }

  .home-call-to {
    padding: 25px 0;
    background: #ea9605;
    color: #fff;
    display: block;
    margin: 40px auto 0;
    font-size: 18px;
    text-align: center;
    width: 50%;
  }

  .home-header .header-card img {
    display: block;
    margin: 0 auto 30px;
  }

  .home-header .header-card h2 {
    text-align: left;
    display: block;
    font-size: 26px;
    color: #444;
    margin-bottom: 35px;
    font-weight: bold;
    margin-top: 25px;
    line-height: 1.2;
  }

  .home-header .header-card ul {
    list-style: circle;
    padding-left: 20px;
    font-size: 16px;
    list-style: 1.8;
    color: #666;
    margin-bottom: 20px;
  }

  .home-header .header-card ul li {
    list-style: circle;
    margin-bottom: 6px;
  }

  .home-header .header-right:after {
    content: '';
    background: url(../images/card-shadow.png)no-repeat;
    display: block;
    margin: 0 auto;
    height: 34px;
    width: 387px;
  }

.home-header .header-card span {
  color: #666;
  text-align: center;
  display: block;
  line-height: 1.6;
  font-size: 16px;
}

.home-header .header-card .destination {
  font-size: 11px;
  text-transform: uppercase;
}

.home-header .header-card .price {
  color: #ea9605;
  font-size: 15px;
  font-weight: bold;
}

.flight-fare {
  width: 100%;
  margin-bottom: 25px;
}

.flight-fare  p {
  color: #666;
  font-size: 13px;
  text-align: center;
}

.home-header .header-card > span {
  margin-bottom: 40px;
}

.home-header .header-card .savings span {
  text-transform: uppercase;
  text-align: center;
}

.home-header .header-card .savings .saving-price {
  font-size: 42px;
  font-weight: bold;
  color: #ea9605;
  display: block;
  text-align: center;
}

.home-header .header-card .savings .saving-price p {
  font-size: 16px;
  display: inline-block;
}
/* Dropdown Menu */


.promotion-wrapper {
    width: 1000px;
  margin: 0px auto;
  z-index: 99999;
  position: relative;
  background: #fff;
  background-position: center left;
  height: 66px;
}

.promotion-badge {
  background: url(../images/badge.png)no-repeat;
  width: 119px;
  height: 119px;
  float: left;
  margin-top: -27px;
  margin-left: -10px;
}

.promotion-wrapper .text-wrapper {
  margin-left: 35px;
  margin-top: 8px;
  float: left;
  width: 600px;
}

.promotion-wrapper .text-wrapper h3, .promotion-wrapper .text-wrapper span {
  float: left;
  text-align: left;
}

.promotion-wrapper .text-wrapper h3 {
  font-size: 24px;
  color: #ea9605;
}

.promotion-wrapper .text-wrapper span {
  font-size: 18px;
  color: #6a6a6a;
  margin-top: 5px;
}

.promotion-wrapper a {
  color: #fff;
  background: #ea9605;
  padding: 16px 5px;
  width: 210px;
  font-size: 17px;
  text-align: center;
  display: block;
  margin-top: 8px;
  float: left;
  border-radius: 4px;
}

/* Fixed Nav

-------------------------------------- */

.theme .navigation-wrapper.smaller {
  height: 55px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
      -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
  box-shadow: 0 1px 3px rgba(0,0,0,0.11);
  background: #fff;
  opacity: .95;
}

.theme .navigation-wrapper.smaller nav li a {
  padding: 19px 15px;
  color: #5f5f5f;
  transition: padding 0.3s;
}

.theme .navigation-wrapper.smaller .theme-logo a img {
  max-height: 40px;
  margin: 8px 0px 0px 30px;
  transition: max-height 0.3s;
}


/* Scroll to top 

-------------------------------------------- */

.scrollToTop{
  width:50px; 
  height:50px;
  text-align:center; 
  background: #000;
  border: 1px solid #494949;
  opacity: .7;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position:fixed;
  bottom:95px;
  right:50px;
  display:none;
  z-index: 999999;
  border-radius: 3px;
}

.scrollToTop:hover{
  text-decoration:none;
  opacity: .6;
}

.homeClass {
  position: relative;
}

.homeClass .form-area {
  z-index: 99999;
}

.subscribe-box-wrapper {
  z-index: 9999;
  position: relative;
}

#cbp-qtrotator2 {
  display: none;
}

.homeClass #cbp-qtrotator2 img{
  position: absolute;
  right: 0px; 
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  max-height: 515px;
  z-index: -1000; 
  overflow: hidden;
  margin-right: 0;
}

.homeClass #cbp-qtrotator2 {
  position: absolute;
  top:0;
  height: 100%;
  padding: 0;
  display: none;
}


/* Form Area

------------------------------------------- */

.tips-page {
  background: #333;
}

.corp-left {
  width: 65%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
  margin-top: 120px;
}

.corp-left span {
  font-size: 16px;
  color: #666;
  text-align: left;
  line-height: 1.5;
  display: block;
}

.tips-page h2 {
  font-size: 32px;
  color: #fff;
  padding-top: 36px;
}

.tips-page span {
  margin-top: 15px;
  display: block;
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
  width: 70%;
}

.tips-page .form-area {
  margin-top: 35px;
}

.form-area-wrapper {
  background: #333 !important;
  background-size: cover;
  background-position: center center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.homeClass {
  background: #fff !important;
}

.form-area {
  width: 1050px;
  margin: 60px auto 35px;
  overflow: hidden;
  background: rgba(0,0,0,.7);
  border-radius: 5px;
  position: relative;
  padding: 0 !important;
}

.form-area .form {
  width: 100%;
  float: left;
}

.form-area ul {
  float: left;
  margin: 21px 0px 20px 33px;
}

.form-area ul li {
  float: left;
}

.form-area ul li a {
  color: #444;
  text-align: center;
  padding: 15px 25px;
  float: left;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.form-area ul li a.active {
  border-color: #ea9605;
  color: #ea9605;
}

.form-area form {
  float: left;
  margin: 0px 33px 5px;
}

.form-area form .row {
  float: left;
}

.form-area form label {
  margin-bottom: 10px;
}

.form-area form label span, .form-area form label input, .form-area form label select {
  width: 100%;
  float: left;
}

.form-area form .text-input {
  width: 257px;
  margin-right: 15px;
  float: left;
}

.form-area form .text-input2 {
  width: 163px;
}

.form-area form .date {
  width: 155px;
}

.form-area form .date input{
  background: #fff url(/images/calendar.png) no-repeat right 10px
}

.form-area form label span {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
  display: block;
}

.form-area form label input, .form-area form label select {
  padding: 13px 0px;
  text-indent: 10px;
  color: #6a6a6a;
  border: 2px solid #e1e1e1;
  background: #fff;
  outline: none;
  transition: border-color 0.3s;
}

.form-area form label select {
  background: #fff url(/images/arrow-down.png)no-repeat right -2px;
  padding: 13px 0px;
}

.form-area form label input:focus, .form-area form label select:focus {
  border: 2px solid #666;
  transition: border-color 0.3s;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999999 !important;
}

.ui-autocomplete li {
  font-size: 13px;
  color: #6a6a6a;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px;
  background: #ea9605;
  color: #fff;
}

.styled-select select {
   background: transparent;
   padding: 13px 0px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   font-family: "PT Sans", "Open sans", Arial, sans-serif;
  }

.form-area form .small-select {
  width: 90px;
  margin-right: 10px;
}

.form-area form .middle-select {
  width: 139px;
  margin-right: 10px;
}

.form-area form label.middle-select select {
  background: #fff url(/images/arrow-down.png)no-repeat right -5px;
}


.form-area input[type="submit"] {
  border: none;
  background: #ea9605;
  color: #fff;
  outline: none;
  text-align: center;
  height: 57px;
  line-height: 50px;
  width: 220px;
  float: left;
  font-size: 18px;
  margin: 0px 0px 25px 33px;
  cursor: pointer;
}

/* Subscribe Box
  ---------------------------------------------------- */

  .subscribe-box-wrapper {
    width: 400px;
    margin: 0 auto 15px;
    border-radius: 5px;
    background: rgba(199,41,101,.9);
    overflow: hidden;
  }

  .subscribe-box {
    padding: 10px;
    overflow: hidden;
  }

  .subscribe-box h2 {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .subscribe-box input[type="text"] {
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0px;
    text-indent: 10px;
    background: #fff;
    float: left;
    width: 70%;
    outline: none;
  }

  .subscribe-box input[type="submit"] {
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #2e262d;
    color: #fff;
    padding: 10px 0px;
    width: 30%;
    float: left;
    outline: none;
    cursor: pointer;
  }

  /* Content 
  --------------------------------- */

  .widgets-wrapper {
    width: 1050px;
    margin: 0 auto;
    position: relative;
  }

  .widget-title span{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #a3a3a3;
  }

  .widget-title h1{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #6a6a6a;
  }

  .widget-testimonials,
  .trustpilot-widget {
    float: left;
    width: 100%;
  }

  .trustpilot-widget {
    margin-top: 90px;
  }

  .phones-section .trustpilot-widget {
    margin-top: 0;
    width: 300px;
  }

  .widget-testimonials-wrapper {
    margin: 40px 30px 40px 20px;
    overflow: hidden;
  }

  .widget-banner {
    float: left;
    width: 31%;
    position: relative;
  }

  .widget-banner .banner1 {
    background: url(/images/banner1.png) no-repeat;
    background-size: cover;
    height: 334px;
    float: right;
    width: 306px;
  }

  .widget-banner img {
    width: auto;
    max-height: 334px;
    float: right;
  }

  .spinner {
      margin: 250px auto 0;
      width: 115px;
      text-align: center;
    }

    .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #fff;

      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
      animation: bouncedelay 1.4s infinite ease-in-out;
      /* Prevent first frame from flickering when animation starts */
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }

    .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }

    .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }

    @-webkit-keyframes bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0.0) }
      40% { -webkit-transform: scale(1.0) }
    }

    @keyframes bouncedelay {
      0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
      } 40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
    }

  /* How it Works 

  --------------------------------------------------------*/

  .widget-how {
    background: #eee;
    width: 100%;
    float: left;
    margin-top: 40px;
  }

  .steps-wrapper {
    float: right;
    position: relative;
    width: 100%;
  }

  .steps-wrapper .step {
    width: calc(33% - 25px);
    float: left;
    margin: 50px 0;
    position: relative;
  }

  .steps-wrapper .step img {
    width: 113px;
    margin: 0px auto 15px;
    display: block;
  }

  .steps-wrapper .step span.title {
    text-align: center;
    font-size: 17px;
    display: block;
    color: #444;
    font-style: italic;
    font-weight: bold;
  }

  .steps-wrapper p {
    background: url(/images/how-next.png)no-repeat;
    width: 25px;
    height: 18px;
    float: left;
    margin-top: 98px;
  }

  .widget-how .foxy {
    background: url(/images/foxy2.png) no-repeat;
    width: 278px;
    height: 286px;
    position: absolute;
    top: -100px;
    left: 0;
  }

  .step:hover .detailed-step {
    display: block;
  }

  .detailed-step {
    position: absolute;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    width: 400px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.11);
    bottom: 100px;
    right: 0px;
    display: none;
    z-index: 999999;
  }

  .steps-learn {
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #ea9605;
    font-size: 12px;
    text-transform: uppercase;
  }

  .steps-wrapper .step .detailed-step h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    color: #444;
    font-style: italic;
  }

  .steps-wrapper .step .detailed-step span {
    font-size: 16px;
    content: #666;
    line-height: 1.6;
    display: block;
    text-align: left;
    font-weight: normal;
    font-style: normal;
  }

  .services-section {
    padding: 5% 0;
  }

  .services-section h2 {
    font-size: 42px;
    text-align: left;
    margin-bottom: 40px;
    color: #444;
  }

  .services-section .ui-tabs-nav {
    background: #fff !important;
  }

  .services-section .ui-tabs-nav .ui-tabs-nav {
    width: 200px;
    float: left;
    box-sizing:border-box;
  }

  .services-section .ui-tabs-nav .ui-tabs-panel {
    width: calc(100% - 200px);
    float: left;
    box-sizing: border-box;
    padding: 0;
  }

  .services-section .ui-tabs-nav .ui-tabs-panel p {
    font-size: 14px;
    color: #888;
    text-align: left;
    line-height: 1.7;
    font-weight: normal;
    width: 60%;
    padding-right: 5%;
    box-sizing: border-box;
    float: left;
  }

  .services-section .ui-tabs-nav .ui-tabs-panel img {
    width: 40%;
    float: left;
  }

  .services-section .ui-tabs-nav .ui-tabs-nav li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    outline: none;
  }

  .services-section .ui-tabs-nav .ui-tabs-nav li a {
    color: #888;
    font-size: 19px;
    padding: 13px 0;
    outline: none;
    width: 100%;
  }

  .services-section .ui-tabs-nav .ui-tabs-nav li.ui-state-active a {
    padding: 13px 23px;
    border-left: 3px solid #444;
    box-sizing: border-box;
    color: #444;
  }

    #home-tabs {
    background: #fff !important;
  }

  #home-tabs .ui-tabs-nav {
    width: 200px;
    float: left;
    box-sizing:border-box;
  }

  #home-tabs .ui-tabs-panel {
    width: calc(100% - 200px);
    float: left;
    box-sizing: border-box;
    padding: 0;
  }

  #home-tabs .ui-tabs-panel p,
  #home-tabs .ui-tabs-panel .wrapper {
    font-size: 14px;
    color: #888;
    text-align: left;
    line-height: 1.7;
    font-weight: normal;
    width: 60%;
    padding-right: 5%;
    box-sizing: border-box;
    float: left;
  }

  ul.list-style {
    list-style: circle;
    padding-left: 20px;
    float: left;
    margin-top: 15px;
  }

   ul.list-style li {
    list-style: circle;
   }

  #home-tabs .ui-tabs-panel img {
    width: 40%;
    float: left;
  }

  #home-tabs .ui-tabs-nav li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    outline: none;
  }

  #home-tabs .ui-tabs-nav li a {
    color: #888;
    font-size: 19px;
    padding: 13px 0;
    outline: none;
    width: 100%;
  }

  #home-tabs .ui-tabs-nav li.ui-state-active a {
    padding: 13px 23px;
    border-left: 3px solid #444;
    box-sizing: border-box;
    color: #444;
  }

  /* Carousel 

  --------------------------------------------------*/

  .grey-content {
    background: #f3f3f3;
  }

  .main-content-wrapper h1.title {
    font-size: 36px;
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 70px 0px 40px;
  }

  .owl-carousel {
  }

  .owl-carousel .item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.25);
    overflow: hidden;
    margin: 5px;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 333px;
  }

  .owl-carousel .item span {
    color: #6a6a6a;
    font-size: 24px;
  }

  .owl-carousel .item img {
    float: left;
  }

  .owl-carousel .item .image {
    background-size: cover;
    height: 217px;
    background-position: center center;
  }

  .owl-carousel2 .item .image {
    height: 450px;
  }

  .owl-carousel .item section {
    float: left;
    margin: 23px;
  }

  .owl-carousel .item section h2 {
    font-size: 18px;
    color: #ea9605;
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }

  .owl-carousel .item a {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #ea9605 url(/images/sprite.png)no-repeat center -43px;
    float: right;
    margin: 23px;
  }

  .owl-dots {
    margin: -22px auto 45px;
    overflow: hidden;
    display: table;
  }

  .owl-nav {
    overflow: hidden;
    margin-top: 8px;
  }

  .owl-prev {
    background: #ea9605 url(/images/sprite.png)no-repeat center -98px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: block;
    float: left;
  }

  .owl-next {
    background: #ea9605 url(/images/sprite.png)no-repeat center -132px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: block;
    float: right;
  }

  .owl-dot {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 6px;
    background: #ccc;
    margin: 3px;
  }

  .owl-dots .active {
    background: #ea9605;
  }

  /* Destinations Template 

  --------------------------------------------------*/

  .form-area-wrapper2 {
    height: 390px;
    background: url(/images/switz.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .form-area-wrapper3 {
    height: 390px;
    background: url(/images/bg3.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .form-area-wrapper2 .form-area {
    margin: 43px auto;
  }

  .main-content-wrapper h1.title-destination {
    margin: 30px auto;
  }

  .text-wrapper {
    margin: 0px auto 50px;
  }

  .text-wrapper h2, .mainContentText {
    font-size: 18px;
    line-height: 23px;
    width: 50%;
    margin: 0 auto;
    text-align: left;
    color: #6a6a6a;
  }

  .owl-carousel2 {
    margin-bottom: 110px;
  }

  /* Page Terms 

  ---------------------------------*/

  .page-terms .form-area-wrapper {
    margin-bottom: 0;
    height: auto;
  }


  .page-terms .form-area {
    margin: 30px auto;
  }

  .page-terms .form-area form {
    margin: 0px 20px;
  } 

  .page-terms .form-area input[type="submit"] {
    margin: 0px 0px 10px 20px;
  }

  .page-terms .form-area-wrapper .ui-tabs .ui-tabs-nav {
    margin: 10px 0px 10px 20px;
    padding: 0;
  }

  #tabs2 {
    margin: 70px 0;
  }

  #tabs2 .ui-tabs-nav {
    width: 200px;
    float: left;
    height: 100%;
    margin-top: 35px;
    padding: 40px 0;
    box-sizing: border-box;
  }

  #tabs2 > div {
    width: calc(100% - 200px);
    float: left;
    box-sizing: border-box;
    padding-left: 50px;
  }

  #tabs2.ui-widget{
    background: #fff;
  }

  #tabs2.ui-tabs .ui-tabs-nav li {
    color: #888;
    font-size: 19px;
    outline: none;
    width: 100%;
    margin-bottom: 5px;
  }

  #tabs2.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-left: 3px solid #444;
    box-sizing: border-box;
    color: #444;
  }

  #tabs2.ui-tabs .ui-tabs-nav li a {
    color: #888;
    font-size: 19px;
    padding: 13px 0;
    outline: none;
    width: 100%;
  }

  #tabs2.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    outline: none;
    color: #6a6a6a;
    padding: 12px 12px 12px 35px;
    box-sizing: border-box;
  }

  #tabs2 .ui-widget-content p{
    font-family: "PT Sans", "Open sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #6a6a6a;
  }

  #tabs2 .ui-widget-content h2 {
    font-size: 36px;
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 25px;
  }

  .page-tips .tips-image {
    background: url(/images/tips-image.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 328px;
  }

  .page-tips .tips-image div {
    background: url(/images/tips.png)no-repeat;
    width: 945px;
    height: 328px;
    margin: 0 auto;
    display: block;
  }

  .page-tips .tips-image h1 {
    display: none;
  }

  .form-big-wrapper {

  }

  /* Contact Form

  ------------------------------- */

  .form-style{
  width: 65%;
  float: left;
  padding-right: 5%;
  font: 13px Arial, Helvetica, sans-serif;
  margin: 50px 0 100px;
  border-radius: 5px;
}
.form-style-heading{
    font-size: 36px;
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 25px;
}
.form-style label, .phone-and-ext{
    float: left;
    width: 45%;
    margin: 0px 0px 15px 0px;
    margin-right: 3%;
}
.form-style label > span{
    width: 100%;
    font-weight: normal;
    float: left;
    padding-top: 8px;
    margin-bottom: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 100%;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    padding: 14px 0px;
    text-indent: 10px;
    color: #aaa;
    border: 2px solid #e1e1e1;
    background: #f9f9f9;
    outline: none;
    transition: border-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.form-style .message-label {
  width: 92%;
}

.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 2px solid #ea9605;
}
.form-style .textarea-field{
    height:100px;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    background-color: #ea9605;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border:none;
    color: #FFFFFF;
    padding: 16px 0;
    width: 300px;
    text-decoration: none;
    font-size: 14px;
    box-sizing: border-box;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #ea9605;
}
.form-style .success{
  background: #D8FFC0;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: none;
  font-weight: bold;
  color: #2E6800;
  border-left: 3px solid #2E6800;
}
.form-style .error {
  background: #FFE8E8;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: none;
  font-weight: bold;
  color: #FF0000;
  border-left: 3px solid #FF0000;
}

.contact-form-section {
  margin-top: 120px;
  float: left;
}

.contact-form-section .info-section  {
  margin-bottom: 50px;
}

.contact-form-section .info-section h2{
    font-size: 28px;
    color: #6a6a6a;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-form-section .info-section h3 {
    font-size: 20px;
    color: #ea9605;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-form-section .info-section span {
  font-size: 16px;
  line-height: 24px;
}

.form h3 {
  font-size: 17px;
  float: left;
  color: #ea9605;
  padding: 16px 25px;
  background: #fff;
  margin: 21px;
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border: 3px solid;
}

.phone-and-ext {
  float: left;
  width: 
}

/* Top Destinations List 

------------------------------------------ */

.destinations-list-wrapper {
  width: 100%;
  float: left;
}

.destinations-list {
  width: 90%;
  margin: 20px auto 50px;
  overflow: hidden;
}

.destinations-list ul li {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 10px;
  display: block;
}

.destinations-list ul li a {
  text-align: left;
  color: #6a6a6a;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 25px;
  background: url(../images/tips-list.png)no-repeat;
  background-position: left center;
}

.destinations-list ul li a:hover {
  color: #ea9605;
}

.phone-and-ext label:first-child {
  width: 52%;
}
 
.phone-and-ext label:last-child {
  margin-right: 0;
} 
  /* Footer

  -------------------------------------------------- */

  .content-wrapper > footer {
    background: #eeeeee;
    width: 100%;
    overflow: hidden;
    float: left;
  }

  footer nav {
    float: right;
    margin-top:40px;
  }

  .theme footer .nav-list li > a {
    font-size: 13px;
    padding: 24px 17px;
  }

  .theme footer .nav-list li.active > a {
    border-bottom: none;
  }

  .theme footer .theme-logo a img {
    margin: 49px 0px 13px 30px;
  }

  footer .company-text {
    font-size: 12px;
    color: #aaa;
    width: 100%;
    float: left;
    margin: 15px 0px;
  }

  footer .phones-section2-wrapper, footer .social-media-wrapper {
    float: left;
    width: 100%;
    margin: 15px 0px;
  }

  footer .phones-section2 {
    margin: 0 auto;
    overflow: hidden;
    display: table;
    padding-bottom: 20px;
    border-bottom: 3px solid #e1e1e1;
  }

  footer .phones-section2 h2 {
    float: left;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #4d4d4d;
  }

  footer .phones-section2 h2:first-child {
    /*margin-right: 40px;*/
  }

  footer .phones-section2 h2 span {
    color: #444;
  }

  footer .social-media {
    margin: 0px auto 15px;
    overflow: hidden;
    display: table;
  }

  footer .social-media li {
    float: left;
  }

  footer .social-media .fb {
    display: block;
    background: url(/images/social-icons.png) no-repeat -4px -5px;
    width: 42px;
    height: 41px;
  }

  footer .social-media .tw {
    display: block;
    background: url(/images/social-icons.png) no-repeat -50px -5px;
    width: 42px;
    height: 41px;
  }

  .email-disclaimer {
    float: left;
    width: 100%;
    padding: 20px 0 0 30px;
    box-sizing: border-box;
  }

  .adress-line {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #4d4d4d;
  }

  .simpleTable {
  width: 50%;
  margin: 0 auto;
  float: none;
  line-height: 30px;
}

.simpleTable, .simpleTable tr, .simpleTable th, .simpleTable td {
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.success {
  color: rgb(0, 162, 255);
  font-size: 20px;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}

.error {
  color: red;
  font-size: 20px;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}

.error-area {
  height: 250px;
}

.error-area h1 {
  text-align: center;
  line-height: 250px;
  color: red;
  font-size: 70px;
}

.pinkH3 {
  font-size: 24px;
  color: #ea9605;
  text-align: center;
  margin: -10px 0px 20px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

#dialog {
  width: 400px;
  min-height: 100px;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -200px;
  background: #D8FFC0;
  color: white;
  font-size: 25px;
  z-index: 9999999 !important;
  display: none;
}

#dialog {
  background: #ea9605;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.corp-header {
  background: url(../images/bg1dark.jpg)no-repeat;
  padding: 5% 0;
}

.corp-header h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  width: 55%;
}

.corp-header span {
  font-size: 16px;
  display: block;
  width: 50%;
  line-height: 1.4;
  color: #ccc;
}

#dialog > div {
  padding: 35px 0 0;
  line-height: 30px;
}

#dialog.errorDialog {
  background: #e64f4f;
}

#dialog .foxy-firstclass {
  background: #fff url(/images/foxy-first.png)no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
  display: block;
  margin-top: 20px;
}

.wideDialog {
  width: 450px !important;
}

.headingmodal {
  font-size: 19px;
  margin-bottom: 30px;
  display: block;
}

#dialog a {
  font-size: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(../images/close.png)no-repeat;
  width: 30px;
  height: 30px;
}

.waitCursor {
  cursor: wait !important;
}
  
@media only screen and (min-width:  992px) {
  
}

@media only screen and (max-width: 992px) {

  .corp-left {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .theme .content, .theme .container, .theme .content-wrapper{
    width: 100%;
    height: 100%;
  }

  .phones-section {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .phones-section a {
    float: none;
  }

  .widgets-wrapper {
    width: 91%;
    overflow: hidden;
  }

  .theme .content-wrapper {
    margin-top: 0px;
  }

  .form-area {
    width: 100%;
  }

  .ui-tabs {
    padding: 0 !important;
  }

  .homeClass #cbp-qtrotator2 {
    display: none;
  }

  .theme header {
    height: 28px;
    width: 100%;
    float: left;
    margin-top: 8px;
    z-index: 2;
    background-color: #fff;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .home-header {
    padding-top: 20px;
  }

  .services-section .ui-tabs-nav .ui-tabs-nav,
  .services-section .ui-tabs-nav .ui-tabs-panel {
    width: 100%;
  }

  .services-section .ui-tabs-nav .ui-tabs-panel p {
    width: 100%;
    padding: 0;
  }

  .services-section .ui-tabs-nav .ui-tabs-panel img {
    width: 100%;
    margin-top: 20px;
  }

  .home-header .header-left {
    width: 100%;
    padding: 0;
  }

  .home-header .header-left div {
    margin-bottom: 30px;
  }

  .detailed-step {
    position: relative;
    width: 100%;
    display: block;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .steps-wrapper .step {
    width: 100%;
  }

  .home-header .header-left div {
    margin-left: 0;
  }

  .home-header .header-right {
    width: 100%;
  }

  .theme-logo a {
    max-width: 180px;
    max-height: 60px;
    display: block;
    margin: 0 auto;
  }

  .theme .navigation-wrapper {
    position: relative;
  }

  .theme .navigation-wrapper.smaller {
    position: relative;
  }

  .theme .navigation-wrapper .theme-logo a img, .theme .navigation-wrapper.smaller .theme-logo a img {    
    max-width: 252px;
    max-height: 41px;
    float: none;
    margin: 0px auto;
    display: block;
  }

  .phones-section {
    right: 0;
    width: 100%;
    padding: 5px 0 0;
    background: #fff;
  }

  .phones-section h2 {
    font-size: 11px;
    text-align: center;
    display: block;
  }

  .phones-section h2 span {
    font-size: 13px;
  }

  .phones-section h2:first-child {
  }

  .theme nav li a, .theme nav li ul li a {
    padding: 16px 0px;
    border-bottom: 1px dotted #e1e1e1;
    box-sizing: border-box;
    font-size: 14px;
  }

  .theme .nav-list > li:last-child a {
    border-bottom: none;
  }

  .theme nav li ul li:last-child a {
    border-bottom: 1px dotted #e1e1e1;
   }

  .theme nav li ul li a {
    margin-left: 25px;
    text-align: left;
  }

  .theme nav li ul li a:hover {
    background: #fff;
    color: #ea9605;
  }

  .theme nav li ul li {
    width: 100%;
  }

  .theme .burger {display: block;}

  .scrollToTop {
    right: 25px;
  }

  .theme .navigation-wrapper.smaller nav li a {
    padding: 18px 5px;
  }

  .theme nav ul li a,  .theme nav ul li.active a{
    border-top: none;
  }

  .theme .nav-list li.active > a {
    border-bottom: 1px dotted #e1e1e1;
  }

  /*  Nav Drawer Layout  */
  .theme .nav-wrapper nav {
    position: relative;
    background: #fff;
    top: 0;
    margin-top: 23px;
  }

  .theme nav > ul {
    height: 100%;
    overflow-y: auto;
    width: 90%;
    margin: 0 auto;
  }
  .theme nav li {
    display: block;
    float: none;
  }

  .nav-mobile {
    display:block;
  }

  .nav {
    width:100%;
  }
  .nav-list {
    display:none;
  }
  .nav-item {
    width:100%;
    float:none;
  }

  .nav-click {
    display:block;
  }
  .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display:none;
  }
  .nav-submenu {
    position:static;
    width:100%;
  }

  .theme nav li ul {
    float: none;
    background: #fff;
    position: relative;
    border: none;
    box-shadow: none;
  }

  .theme .theme .header-section {margin-top: 60px;}

  .widget-how .foxy {
    display: none;
  }

  .widget-how .steps-wrapper {
    width: 770px;
    margin: 0 auto;
    float: none;
  }

  .theme footer .theme-logo a img {
    margin: 30px auto;
    max-height: 69px;
  }

  footer nav {
    margin: 0;
  }

  footer .company-text {
    margin: 0;
  }

  .widget-how {
    margin-top: 20px;
  }

  .widget-banner img {
    max-height: 250px;
    margin-top: 40px;
  }

  .text-wrapper h2 {
    width: 100%;
  }

  /* Inner Pages

  ------------------------------------------- */

  .page-terms .form-area-wrapper {
    height: auto;
  }

  #tabs2 {
    margin: 25px auto;
  }

  #tabs2 > div {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  #tabs2 .ui-tabs-nav, .text-area-wrapper {
    width: 100%;
  }

  #tabs2.ui-tabs .ui-tabs-nav li {
    border: none;
  }

  #tabs2.ui-tabs .ui-tabs-nav li a {
    text-align: center;
    padding: 12px;
  }

  #tabs2.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: none;
  }

  #tabs2.ui-tabs .ui-tabs-nav li.ui-tabs-active  a{
    background: #ea9605;
    color: #fff;
    border-radius: 4px;
  }
  
  #tabs2.ui-tabs .ui-tabs-nav li {
    float: left;
  }

  .page-tips .tips-image {
    height: 150px;
  }

  .page-tips .tips-image h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 150px;
    text-align: center;
    color: #fff;
    display: block;
  }

  .page-tips .tips-image div {
    display: none;
  }

  #tabs2 .ui-tabs-nav {
    border-right: none;
    margin-top: 0;
    padding: 20px 0;
  }


}

@media only screen and (min-width: 1170px) {
  .widgetsWrapper, .theme .container {
    width: 1050px;
  }

  .imageWidget {
    max-height: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .theme .container {
    width: 100%;
  }

  .theme .theme-logo a img {
    margin: 13px 0px 13px 10px
  }
}

@media only screen and (max-width: 991px){

  .promotion-wrapper {
    width: 70%;
    margin: 0px auto 15px;
    z-index: 99999;
    overflow: hidden;
    height: auto;
  }

  .promo-btn-wrapper {
    float: left;
    width: 100%;
  }

  .promotion-wrapper a {
    float: none;
    margin: 10px auto 20px;
  }

  .promotion-badge {
  background: url(../images/badge.png)no-repeat;
  width: 119px;
  height: 119px;
  float: none;
  margin: 20px auto 5px;
}

.promotion-wrapper .text-wrapper h3, .promotion-wrapper .text-wrapper span {
  float: left;
  text-align: center;
  display: block;
  width: 100%;
}

.promotion-wrapper .text-wrapper {
  margin: 15px auto;
  width: 100%;
  float: left;
  padding: 0px 20px;
  box-sizing:border-box;
}

  .theme .widgetsWrapper {
    width: 650px;
  }

  .phones-section h2:first-child {
  margin-right: 0px; 
}

  .fullWidthContainer .widgetsWrapper {
    width: 100%;
  }

  footer .company-text {
    margin-top: 20px;
    text-align: center;
  }

  #cbp-qtrotator2 {
    display: none;
  }

  .owl-carousel2 .item .image {
    height: 330px;
  }
}

@media only screen and (max-width: 768px) {
  .theme .widgetsWrapper {
      margin: 0 auto;
  }

  #home-tabs .ui-tabs-nav,
  #home-tabs .ui-tabs-panel,
  #home-tabs .ui-tabs-panel p, #home-tabs .ui-tabs-panel .wrapper,
  #home-tabs .ui-tabs-panel img,
  .home-call-to {
    width: 100%;
    box-sizing: border-box;
  }

  #home-tabs .ui-tabs-panel img {
    margin-top: 20px;
  }

  .home-call-to {
    padding: 25px;
  }

  .detailed-step {
    display: none;
  }

  #home-tabs .ui-tabs-nav li {
    width: 48%;
  }

  .desktop-only {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

  .form h3 {
    display: none;
  }

  .trustpilot-widget {
    margin-top: 50px;
    width: 100%;
  }

  .phones-section .trustpilot-widget {
    width: 100%;
  }

  .email-disclaimer {
    padding: 20px;
    text-align: center;
  }

  .phones-section2 a {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .theme .container {
    width: 100%;
  }

  .click-save-btn {
    display: none !important;
  }

  .click-save-btn2 {
    display: block !important;
  }
/*
  .theme .widget {
    margin: 0px !important;
    margin-bottom: 25px !important;
  }
*/

  .form-area form label input, .form-area form label select {
    padding: 7px 0px;
  }

  .form-area form label span {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .form-area form .date input {
    background: #fff url(/images/calendar.png) no-repeat right 4px;
  }

  .fullWidthContainer .widgetsWrapper {
    width: 100%;
  }

  .theme .widgetsWrapper .widgetResponsive {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .theme .widgetsWrapper .imageWidget {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto;
  }

  .form-area form label {
    margin-bottom: 6px;
  }

  .form-area-wrapper {
  }

  .text-wrapper h2, .mainContentText {
    width: 100%;
  }

  .widget-how .steps-wrapper {
    width: 100%;
  }

  .steps-wrapper .step {
    margin: 20px 0px;
  }

  .steps-wrapper p {
    display: none;
  }

  footer .phones-section2 h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .subscribe-box-wrapper {
    width: 80%;
  }

  .form-area-wrapper {
    height: auto;
    margin-bottom: 15px;
  }

  .widget-testimonials {
    width: 95%;
    margin: 40px auto 15px;
    float: none;
  }

  .widget-banner {
    width: 100%;
    float: left;
    margin: 0px auto 40px;
  }

  .widget-banner img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .owl-dots {
    margin: 20px auto 25px;
  }

  .main-content-wrapper h1.title {
    margin: 40px 0px 25px;
  }

  /* Form 
  --------------------------- */

  .form-area {
    width: 93%;
    margin: 15px auto;
  }

  .form-area-wrapper2 .form-area {
    margin: 15px auto;
  }

  .form-area ul li {
    width: 33.3333%;
  }

  .form-area form, .form-area ul {
    width: 90%;
    float: none;
    margin: 13px auto;
    overflow: hidden;
  }

  .form-area form {
    margin: 0px auto 5px;
  }

  .form-area ul li a {
    padding: 11px 0px;
    width: 100%;
  }

  .form-area form .row {
    width: 100%;
  }

  .form-area form .text-input {
    width: calc(100% - 6px);
    box-sizing: border-box;
  }

  .form-area form .date, .form-area form .text-input3 {
    width: calc(50% - 11px);
  }

  .form-area form .small-select {
    width: calc(50% - 7px);
    margin-right: 12px;
  }

  .form-area form .date2, .form-area form .small-select2, .form-area form .text-input33 {
    margin: 0px 0px 6px 0px;
  }

  .form-area input[type="submit"] {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
    float: none;
  }

  .styled-select select {
    height: 34px;
    font-size: 14px;
  }

  .form-style {
    width: 100%;
    padding: 0;
    margin: 40px 0;
  }

  .form-style label {
    width: 48%;
    margin-right: 2%;
  }

  .form-style .odd {
    float: left;
  }

  .phone-and-ext {
    width: 48%;
  }

  .phone-and-ext label:last-child {
    width: 46%;
  }

  .phone-and-ext {
    margin-right: 0;
  }

  .form-style .message-label {
    width: 100%;
    box-sizing: border-box;
  }

  .contact-form-section {
    width: 100%;
    margin: 0px;
  }

  .contact-form-section .info-section {
    text-align: center;
  }

  .destinations-list ul li {
    width: 100%;
    margin-right: 0;
  }

}

@media only screen and (max-width: 600px){
  .theme .widgetsWrapper {
      width: 428px;
      margin: 0 auto;
  }

  .fullWidthContainer .widgetsWrapper {
    width: 100%;
  }

  .theme .widgetsWrapper .widgetResponsive {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .theme .widgetsWrapper .imageWidget {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto;
  }

  .corp-header span,
  .corp-header h1 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px){
  .theme .widgetsWrapper {
      width: 300px;
      margin: 0 auto;
  }

  .phone-and-ext {
    width: 100%;
  }

  .fullWidthContainer .widgetsWrapper {
    width: 100%;
  }

  .theme .widgetsWrapper .widgetResponsive {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .theme .widgetsWrapper .imageWidget {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto;
  }

  .form-style label {
    width: 100%;
  }

  .form-style input[type="button"], .form-style input[type="submit"] {
    width: 100%;
  }

  .form-style .odd {
    margin-bottom: 15px;
  }
}


.lazyImage {
  width: 100%; 
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.live-theme .lazyImageDelayed {
  visibility: hidden;
}

.lazyImageAnimation-1 {
  -webkit-animation: lazyImageAnimation-1 1.5s;
  animation: lazyImageAnimation-1 1.5s;
}

@-webkit-keyframes lazyImageAnimation-1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes lazyImageAnimation-1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.lazyImageAnimation-2 {
  -webkit-animation: fadeInDown .5s;
          animation: fadeInDown .5s;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}


.lazyImageAnimation-3 {
  -webkit-animation: lazyImageAnimation-3 .5s;
          animation: lazyImageAnimation-3 .5s;
}

@-webkit-keyframes lazyImageAnimation-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes lazyImageAnimation-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.lazyImageAnimation-4 {
  -webkit-animation: fadeInRight .5s;
          animation: fadeInRight .5s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.lazyImageAnimation-5 {
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.lazyImageAnimation-6 {
  -webkit-animation: zoomIn .5s;
          animation: zoomIn .5s;
}

.live-theme .imageWidget {

}

.live-theme .imageWidget .imageWrapper {
  line-height: 0;
  height: 0;
}

.live-theme .imageWidget .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.live-theme .imageWidget {
  height: auto !important;
}

.tmdp-slide-bg-image {
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
}

.empty-container .widgetsWrapper {
  min-height: 150px;
}

.cl-left {
  clear: left;
}

.cl-none {
  clear: none;
}



/* DATE PICKER


-------------------------------------------------------- */

.ll-skin-melon {
  font-size: 90%;
}

.ll-skin-melon .ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #2e3641;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker {
  padding: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.35);
  z-index: 999999999 !important;
}

.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border:none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
  width: 15px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}

.ll-skin-melon .ui-datepicker table {
  margin: 0;
}

.ll-skin-melon .ui-datepicker th {
  padding: 1em 0;
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d;
}

.ll-skin-melon .ui-datepicker td {
  background: #ea9605;
  border: none;
  padding: 0;
}

.ll-skin-melon .ui-datepicker-calendar > tbody {
  border-right: 1px solid #ea9605;
  border-top: 1px solid #ea9605;
}

.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .4em;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 16px;
}

.ll-skin-melon .ui-state-disabled  {
  opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #fba49e;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  background: #2e3641;
}

.ll-skin-melon .ui-autocomplete {
  background: #f1f1f1;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.35);
  border-radius: 4px;
}