﻿/*
 * Title:   Travelo | Responsive HTML5 Travel Template - SCSS Variables for style customization
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Table of contents]

1. Global
2. Skin colors
3. SKin logos
4. Important colors
5. Skin1
6. Skin2
7. Skin3
8. Skin4
9. Skin5
10. Skin6
11. Skin7
12. Skin8
13. Skin9
14. Skin10

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*Cruiseit font size*/
/*new colors Cruiseit*/
/* 1. Global */
/* Old gray   #838383*/
/* 2. Skin colors */
/* 3. Skin logos */
/* 4. Important colors */
/*#fdb714*/
/* 5. Skin1 (Light Blue) */
/*AirCruise Vars*/
/* 6. Skin2 (Red) */
/*$skin-logo: $skin2-logo;
$skin-bg-color: $red-color;
$skin-active-color: $red-color;
$skin-select-color: #e6c687;
$skin-hover-color: #fc989e;
$skin-mobile-menu-color: $red-theme-color;
$skin-light-color: #fc989e;
$skin-dark-color: #a70b14;*/
/* 7. Skin3 (Orange) */
/*$skin-logo: $skin3-logo;
$skin-bg-color: $orange-color;
$skin-active-color: #12a0c3;
$skin-select-color: $orange-color;
$skin-hover-color: #fb9e66;
$skin-mobile-menu-color: #fe6f19;
$skin-light-color: #fb9e66;
$skin-dark-color: #db5200;*/
/* 8. Skin4 (Light Orange) */
/*$skin-logo: $skin4-logo;
$skin-bg-color: $light-orange-color;
$skin-active-color: #db8df6;
$skin-select-color: $light-orange-color;
$skin-hover-color: #f9bd9d;
$skin-mobile-menu-color: #edb496;
$skin-light-color: #f9bd9d;
$skin-dark-color: #d36a31;*/
/* 9. Skin5 (Sea Blue) */
/*$skin-logo: $skin5-logo;
$skin-bg-color: $sea-blue-color;
$skin-active-color: $sea-blue-color;
$skin-select-color: $yellow-theme-color;
$skin-hover-color: #5cd9c2;
$skin-mobile-menu-color: #2fcaae;
$skin-light-color: #5cd9c2;
$skin-dark-color: #0f957d;*/
/* 10. Skin6 (Sky Blue) */
/*$skin-logo: $skin6-logo;
$skin-bg-color: $sky-blue-color;
$skin-active-color: $sky-blue-color;
$skin-select-color: $yellow-theme-color;
$skin-hover-color: #91c1ec;
$skin-mobile-menu-color: #529adb;
$skin-light-color: #91c1ec;
$skin-dark-color: #2a75ba;*/
/* 11. Skin7 (Dark Orange) */
/*$skin-logo: $skin7-logo;
$skin-bg-color: $dark-orange-color;
$skin-active-color: $dark-blue-color;
$skin-select-color: $dark-orange-color;
$skin-hover-color: #fd7979;
$skin-mobile-menu-color: #e83939;
$skin-light-color: #fd7979;
$skin-dark-color: #c91a1a;*/
/* 12. Skin8 (Dark Blue) */
/*$skin-logo: $skin8-logo;
$skin-bg-color: $blue-theme-color;
$skin-active-color: $dark-blue-color;
$skin-select-color: $blue-theme-color;
$skin-hover-color: #40cbf8;
$skin-mobile-menu-color: #04afe7;
$skin-light-color: $light-blue-theme-color;
$skin-dark-color: $dark-blue-theme-color;*/
/* 13. Skin9 (Light Yellow) */
/*$skin-logo: $skin9-logo;
$skin-bg-color: #ff6c00;
$skin-active-color: #ff6c00;
$skin-select-color: $light-yellow-color;
$skin-hover-color: #f87f26;
$skin-mobile-menu-color: #ee6907;
$skin-light-color: #f87f26;
$skin-dark-color: #d95e04;*/
/* 14. Skin10 (Purple) */
/*$skin-logo: $skin10-logo;
$skin-bg-color: $purple-color;
$skin-active-color: $purple-color;
$skin-select-color: $dark-orange-color;
$skin-hover-color: #bc6cd8;
$skin-mobile-menu-color: #a749c8;
$skin-light-color: #bc6cd8;
$skin-dark-color: #873ba2;*/
/*FOOTER*/
/*GLOBAL*/
/*$main-color-site:#f5f5f5;*/
/*#EBEBEB*/
/*$black-opacity:rgba(0, 0, 0, 0.5);*/
/*AirCruise Vars*/
/*language*/
@font-face {
  font-family: 'Dana';
  src: url("/fonts/DanaYadAlefAlefAlef-Normal.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/DanaYadAlefAlefAlef-Normal.eot?#iefix") format("embedded-opentype"), url("/fonts/DanaYadAlefAlefAlef-Normal.woff") format("woff"), url("/fonts/DanaYadAlefAlefAlef-Normal.ttf") format("truetype"), url("/fonts/openDanaYadAlefAlefAlef-Normal.svg#265e1bf8eadfa92b8d955acd546bd2c3") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

.visible-on-deasy {
  display: none; }

.scrollbox {
  overflow-y: scroll;
  max-height: 700px;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), transparent) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), transparent) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll; }

/* BACK TO TOP CUSTOM*/
#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px; }
  #back-to-top a {
    text-align: center;
    text-decoration: none;
    color: #d1d1d1;
    display: block;
    width: 80px;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: color 1s; }
    #back-to-top a:hover {
      color: #979797; }
      #back-to-top a:hover span {
        background: #01b7f2 url(/images/arrow-up.png) no-repeat center center; }
      #back-to-top a:hover b {
        color: #01b7f2; }
    #back-to-top a span {
      background: #d1d1d1;
      border-radius: 50%;
      display: block;
      height: 50px;
      width: 50px;
      background: #d1d1d1 url(/images/arrow-up.png) no-repeat center center;
      margin-bottom: 5px;
      margin: auto;
      -moz-transition: background 1s;
      -webkit-transition: background 1s;
      -o-transition: background 1s; }

#back-to-top a:hover
.cruiseit-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  /*background-color: #F5F5F5;*/ }

.cruiseit-scroller::-webkit-scrollbar {
  width: 17px;
  background-color: #F5F5F5; }

.cruiseit-scroller::-webkit-scrollbar-thumb {
  background-color: #01b7f2;
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));*/ }

.fa-equal {
  content: "&#61"; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt60 {
  margin-top: 60px; }

.red-star label:before {
  content: "*";
  color: red; }

.long-description {
  font-size: 14px !important;
  color: black !important; }
  .long-description span, .long-description p {
    font-size: 14px !important;
    color: black !important; }

.text-markup {
  background: rgba(255, 255, 0, 0.31); }

.flip-icon {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.details p {
  font-size: 14px !important;
  color: black !important; }

.display-inline-block {
  display: inline-block; }

.display-block {
  display: block; }

/*Global classes*/
.box-shadow {
  -webkit-box-shadow: 0px 5px 24px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 24px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 24px -5px rgba(0, 0, 0, 0.3); }

/* Limit character */
.limit-character {
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  line-height: 21px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .limit-character.ltr {
    direction: ltr; }

.more-results-wrapper {
  padding-bottom: 10px; }
  .more-results-wrapper .more-results-btn {
    font-size: 18px; }
    .more-results-wrapper .more-results-btn i {
      margin-left: 10px;
      margin-top: 1px; }
  .more-results-wrapper .more-results-expand {
    display: none;
    margin-top: 50px; }

.border-left {
  border-left: 1px solid #eee; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%; }
  ul.search-tabs li.active a {
    width: 100%;
    color: #fbbc12; } }

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%; } }

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%; } }

.padding-l-r-5 {
  padding: 0 5px; }

/*Modal style fixes*/
.modal {
  overflow-y: hidden; }

.condition-link-packages {
  position: absolute !important;
  top: -15px !important; }

.margin0 {
  margin: 0px !important; }

button.btn-medium, a.button.btn-medium {
  padding: 0 24px; }

.bold {
  font-weight: bold; }

.row .section {
  padding-top: 30px; }

.a-green-btn {
  padding: 10px 0px 10px 0px;
  color: white;
  float: right;
  border: 13px solid white;
  color: #ffffff;
  float: right;
  background-color: #98ce44;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .a-green-btn:hover {
    color: #ffffff;
    background-color: #6D962D; }

.unskew {
  -webkit-transform: skew(0deg) !important;
  -moz-transform: skew(0deg) !important;
  -ms-transform: skew(0deg) !important;
  -o-transform: skew(0deg) !important;
  transform: skew(0deg) !important; }

.opacity-bg {
  background: rgba(0, 0, 0, 0.7); }

.detailed-logo .feedback {
  color: #2d3e52; }

.hover-effect::after {
  display: none; }

.padd-10a {
  padding: 10px !important; }

.mt30 {
  margin-top: 30px; }

.padd15 {
  padding: 15px !important; }

.section {
  padding-bottom: 0px !important; }

.paddb5 {
  padding-bottom: 5px !important;
  padding-right: 0 !important;
  margin-right: -5px; }

.paddb10 {
  padding-bottom: 10px !important;
  padding-right: 0 !important; }

.mb0 {
  margin-bottom: 0px !important; }

/*grid form 5 coloms*/
div.col-sm-7.five-three {
  width: 60% !important; }

div.col-sm-5.five-two {
  width: 40% !important; }

.image-carousel {
  margin-bottom: 35px; }

input.input-text {
  background: #ffffff !important; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #2d3e52; }

input.input-text, select, textarea, span.custom-select {
  height: 39px !important;
  padding-top: 5px !important;
  background: #ffffff;
  color: #2d3e52;
  font-size: 1.2em; }

.sort-by-section .sort-bar .sort-by-container > span {
  background: #C3C3C3;
  padding: 4px 15px 0 45px !important; }

/*fixing right arrow mobile*/
.tp-rightarrow {
  /*display: none;*/
  display: block !important; }

.tp-leftarrow {
  /*display: none;*/
  display: block !important; }

@media only screen and (max-width: 450px) {
  .tp-rightarrow {
    /*display: none;*/
    display: none !important; }
  .tp-leftarrow {
    /*display: none;*/
    display: none !important; } }

/*search-box-inside-wrapper*/
.search-box-inside-wrapper {
  margin: auto; }

.tab-wrapper-mobile {
  font-size: 1em;
  position: relative;
  z-index: 99;
  top: 0;
  width: 100%;
  min-height: 45px;
  margin-bottom: -3px; }
  .tab-wrapper-mobile div.active {
    background: #ffffff !important;
    min-height: 45px; }
  .tab-wrapper-mobile div:active, .tab-wrapper-mobile :hover {
    background: #ffffff !important;
    min-height: 45px; }
    .tab-wrapper-mobile div:active a:hover, .tab-wrapper-mobile div:active a:focus, .tab-wrapper-mobile :hover a:hover, .tab-wrapper-mobile :hover a:focus {
      color: black;
      background-color: transparent !important;
      text-decoration: none; }
  .tab-wrapper-mobile .package-tab-mobile {
    position: relative;
    text-align: center;
    float: right;
    width: 50%;
    background-color: rgba(250, 250, 250, 0.6);
    min-height: 45px;
    padding: 5px 0 0 0;
    /*background: $global-white;*/ }
  .tab-wrapper-mobile .cruise-tab-mobile {
    position: relative;
    text-align: center;
    float: right;
    width: 50%;
    background-color: rgba(250, 250, 250, 0.6);
    min-height: 45px;
    padding: 5px 0 0 0; }

/****************************  Search box 20/04/16   START ****************************/
.search-box-cruiseit {
  /*padding: 0;*/
  position: relative;
  z-index: 99;
  /*margin-top: -360px;*/
  padding: 15px;
  background-color: white;
  box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.24); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search-box-cruiseit {
      /* IE10+ CSS styles go here */ }
      .search-box-cruiseit .search-box-cruiseit {
        margin-top: 0px; } }
  .search-box-cruiseit search-box-cruiseit input.input-text, .search-box-cruiseit select, .search-box-cruiseit textarea, .search-box-cruiseit span.custom-select {
    height: 55px !important;
    padding-top: 9px !important;
    background: #ffffff;
    color: #2d3e52;
    font-size: 1.2em; }
  .search-box-cruiseit a.button {
    background: #fbbd12;
    height: 57px;
    padding-top: 9px; }

/****************************  Search box 20/04/16  END  ****************************/
.panel-content span.custom-select, .panel span.custom-select {
  background: #C3C3C3; }

.panel-content input.input-text, .panel input.input-text {
  background: #C3C3C3 !important; }

.panel-content label, .panel label {
  color: #2d3e52 !important; }

.panel-content textarea, .panel textarea {
  background-color: #bababa; }

.panel-content h5 {
  font-size: 0.9em; }

.icon-check span.custom-select {
  background: #bababa; }

.icon-check input.input-text {
  background: #bababa !important; }

.icon-check label {
  color: #2d3e52 !important; }

.icon-check textarea {
  background-color: #bababa; }

ul.search-tabs {
  width: 100%;
  margin: auto; }
  ul.search-tabs li.active a {
    width: 100%;
    color: #fbbc12; }
  ul.search-tabs li a {
    font-size: 1.6em;
    background: none;
    color: rgba(0, 0, 0, 0.7); }
    ul.search-tabs li a:hover {
      color: #01b7f2;
      opacity: 1; }

.search-box-wrapper form label {
  color: #2d3e52;
  font-size: 1.2em;
  font-weight: bold; }

.datepicker-wrap:after {
  background-color: #01b7f2; }

.custom-select:before {
  background-color: #fff !important; }

.tab-pane {
  margin-top: 10px; }
  .tab-pane .form-group label {
    font-size: 1.3em;
    color: #ffffff !important; }

/*New search engine property*/
.black_bg {
  background: rgba(0, 0, 0, 0.8); }

.white_bg {
  background: #fff; }

.blue-light {
  background: #E3EDF0; }

.search-box {
  margin-top: -147px;
  /*z-index: 999;*/ }

.search-tab-content {
  width: 100%;
  margin: auto;
  padding-top: 15px !important; }
  .search-tab-content .fixheight {
    padding: 0px; }

/*compatibility devices of 6, 5.5, 5 inch*/
@media only screen and (max-width: 360px) {
  .search-box-cruiseit {
    margin-top: -105px; }
  .content-cruisit-mobile {
    margin-top: 0px; }
  .search-tab-content-wrapper {
    /*background-color: #fff;*/ }
  .paddb5 {
    padding-right: 27px !important; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

@media all and (device-width: 640px) and (device-height: 360px) and (orientation: landscape) {
  .search-box-cruiseit {
    margin-top: -25px; }
  .content-cruisit-mobile {
    margin-top: 230px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

/*iphone 5;*/
@media only screen and (max-width: 320px) {
  .search-box-cruiseit {
    margin-top: -100px; }
  .content-cruisit-mobile {
    margin-top: 0px; }
  .search-tab-content-wrapper {
    /*background-color: #fff;*/ }
  .paddb5 {
    padding-right: 27px !important; }
  .search-tab-content .fixheight {
    padding: 0px;
    width: 222px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

/*width: 279px;*/
/*iphone 5;*/
@media all and (device-width: 568px) and (device-height: 320px) and (orientation: landscape) {
  .search-box-cruiseit {
    margin-top: 12px; }
  .content-cruisit-mobile {
    margin-top: 250px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

.contact-us-side .panel-title {
  padding: 20px 0 0 20px !important; }

.listing-style3.cruise .details {
  padding: 15px 30px 10px 10px; }

.listing-style3.cruise table.select-dates {
  width: 95%;
  text-align: center;
  margin: 2.5%; }
  .listing-style3.cruise table.select-dates th {
    text-align: center !important; }
  .listing-style3.cruise table.select-dates > thead > tr {
    border-bottom: 0px solid #E3EDF0; }
  .listing-style3.cruise table.select-dates > tbody > tr {
    border-bottom: 1px solid #E3EDF0;
    /*height: 60px;*/ }
    .listing-style3.cruise table.select-dates > tbody > tr button {
      margin: 5px 0 5px 0; }
    .listing-style3.cruise table.select-dates > tbody > tr > td:first-child {
      color: #01b7f2; }
  .listing-style3.cruise table.select-dates > tbody > tr:last-child {
    border-bottom: 0px solid #E3EDF0; }
  .listing-style3.cruise table.select-dates .package-price {
    color: #01b7f2;
    font-size: larger; }

.listing-style3.cruise figure img {
  min-height: 200px !important; }

.package-flight .intro {
  background: #E3EDF0; }
  .package-flight .intro.table-wrapper {
    padding: 0;
    border-spacing: 15px;
    border-collapse: separate;
    table-layout: fixed; }
    .package-flight .intro.table-wrapper > * {
      border-collapse: collapse; }
    .package-flight .intro.table-wrapper .table-cell {
      background: #ffffff; }
      .package-flight .intro.table-wrapper .table-cell:first-child {
        margin-bottom: 15px; }
      .package-flight .intro.table-wrapper .table-cell:last-child {
        padding-left: 0;
        padding-right: 0; }

/*coloring child in detail table*/
.listing-style3.cruise table.select-dates > tbody > tr > td:first-child {
  color: #4E4E50; }

.listing-style3.cruise table.select-dates > tbody > tr > td:nth-child(6n) {
  color: #01b7f2; }

.package-flight .term-description {
  margin: 0;
  font-size: 0.8333em; }
  .package-flight .term-description dt, .package-flight .term-description dd {
    line-height: 1.1667em; }

.package-flight .travelo-box {
  padding: 25px 25px 20px 25px;
  margin: 0; }

.package-flight .detailed-features {
  background: #ffffff; }

.package-flight .box-title {
  margin: 0; }

.package-flight .flights {
  width: 100%;
  padding-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0; }
  .package-flight .flights .timing {
    padding: 0;
    border: none;
    display: table;
    margin: 0 auto; }
    .package-flight .flights .timing > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 0 7px; }
  .package-flight .flights .table-cell {
    border-top: 1px solid #E3EDF0;
    border-right: 1px solid #E3EDF0;
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle; }
    .package-flight .flights .table-cell:last-child {
      border-right: none; }
  .package-flight .flights .logo label {
    display: block;
    font-weight: normal;
    font-size: 0.8333em;
    text-transform: uppercase;
    line-height: 1em; }
  .package-flight .flights .logo img {
    max-width: 84px;
    height: auto; }
  .package-flight .flights .timing-detail {
    position: relative; }
  .package-flight .flights .first-flight .logo {
    position: relative; }
  .package-flight .flights .first-flight .logo:after {
    content: "\e883";
    font-family: "soap-icons";
    font-size: 24px;
    position: absolute;
    display: inline-block;
    width: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    right: -5px;
    bottom: -15px;
    z-index: 9;
    color: #e01a33; }
  .package-flight .flights .layover {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    background: #E3EDF0;
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 0.75em;
    /*DO NOT CHANGE ATTRIBUTE TO SASS*/
    left: 50%;
    margin: 0 0 0 -50px;
    bottom: -10px;
    z-index: 9;
    letter-spacing: 0.04em; }

#header {
  /*adress {
    }*/ }
  #header.style4 {
    padding-top: 15px; }
    #header.style4 .main-navigation {
      border-top: none;
      background-color: #fff;
      border-bottom: 6px solid #01b7f2; }
    #header.style4 .logo {
      width: 230px;
      margin-bottom: 0; }
      #header.style4 .logo img {
        width: 230px; }
      #header.style4 .logo a {
        background-image: url("/images/logo/skin-logo.png");
        background-size: cover; }
    #header.style4 #main-menu > ul.menu {
      top: 50px;
      font-size: 1.2em;
      color: #2d3e52; }
      #header.style4 #main-menu > ul.menu li.last {
        border-left: none; }
      #header.style4 #main-menu > ul.menu li.first {
        border-right: none; }
      #header.style4 #main-menu > ul.menu li {
        margin-left: 0px;
        padding: 0px 0;
        color: #000; }
        #header.style4 #main-menu > ul.menu li ul li > a {
          white-space: normal; }
      #header.style4 #main-menu > ul.menu > li:hover > a {
        font-weight: normal;
        background-color: #01b7f2;
        color: #ffffff !important; }
      #header.style4 #main-menu > ul.menu > li.active > a {
        font-weight: bold;
        background-color: #01b7f2;
        color: #ffffff !important; }

#slideshow {
  background-color: #e3edf0; }

.filters-container.toggle-container {
  margin-bottom: 30px; }

.search-tab-content-wrapper {
  box-shadow: 0px 5px 14px transparent;
  padding: 0px;
  display: inline-block;
  background-color: transparent; }
  .search-tab-content-wrapper .search-tab-content {
    padding: 0px 0; }
    .search-tab-content-wrapper .search-tab-content a.button {
      background: #fbbd12;
      border: 1px solid #fbbd12; }
      .search-tab-content-wrapper .search-tab-content a.button:hover {
        background: #D7A33A !important; }
    .search-tab-content-wrapper .search-tab-content .icon-check:after {
      background-color: #D7A33A; }
    .search-tab-content-wrapper .search-tab-content .selector {
      border: none;
      border-left: 1px solid #01b7f2; }
    .search-tab-content-wrapper .search-tab-content .last {
      border: none; }
    .search-tab-content-wrapper .search-tab-content select, .search-tab-content-wrapper .search-tab-content textarea, .search-tab-content-wrapper .search-tab-content input.input-text, .search-tab-content-wrapper .search-tab-content input.input-text {
      font-size: 1.4em;
      color: #01b7f2; }
    .search-tab-content-wrapper .search-tab-content .selector span.custom-select:after {
      position: absolute;
      left: 27px;
      top: 13px;
      border-top: none;
      border-right: none;
      border-left: none;
      font-family: "soap-icons";
      content: '\e87d';
      font-size: 34px;
      color: #01b7f2; }

.chaser ul.menu li {
  width: 100px;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px; }
  .chaser ul.menu li a {
    line-height: 24px; }
  .chaser ul.menu li:hover {
    background-color: #01b7f2; }
    .chaser ul.menu li:hover a {
      color: #ffffff; }

.chaser ul.menu li.active {
  background-color: #01b7f2; }
  .chaser ul.menu li.active a {
    color: #ffffff; }

/*Padding section color-profile icons index page*/
.global-map-area {
  background-size: cover !important;
  background-position: center !important; }
  .global-map-area.section {
    min-height: 300px;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
    margin-bottom: 65px;
    /*margin-top: 5px;*/ }
  .global-map-area .opacity-bg {
    padding-top: 20px;
    min-height: 200px;
    margin-right: 20px;
    margin-left: 20px;
    /*background-color:$black-opacity;*/ }

.global-map-area {
  background-color: #01b7f2;
  background: url("../../images/global-map.jpg") no-repeat !important;
  background-image: none;
  margin-bottom: 25px;
  width: 100vw;
  position: absolute;
  left: 0; }
  .global-map-area h4 {
    font-weight: bold; }
  .global-map-area i {
    margin-left: auto; }
  .global-map-area .description p {
    font-size: 1.1em; }
  .global-map-area .description h4, .global-map-area .description h2, .global-map-area .description p {
    color: #ffffff; }
  .global-map-area .description a:hover {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55); }

/*.PackageDestinationSlider {
    margin-top: 350px;
}*/
.destination-promotion-index.image-box.style5 figure {
  visibility: visible; }
  .destination-promotion-index.image-box.style5 figure .destination-name {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 10px;
    padding: 5px 20px 5px 20px;
    min-width: 130px;
    /*background: $dark-blue-theme-color;*/ }
    .destination-promotion-index.image-box.style5 figure .destination-name h3 {
      margin: 0;
      color: #ffffff;
      line-height: 1.1em;
      font-size: 1.6em; }
    .destination-promotion-index.image-box.style5 figure .destination-name span {
      color: #fdb714;
      text-transform: uppercase;
      font-size: 0.8333em;
      letter-spacing: 0.04em;
      font-size: 1.2em; }

#footer h2 {
  margin-bottom: 10px; }

#footer .logo {
  width: 210px; }
  #footer .logo a {
    width: 235px;
    background-image: url("/images/logo/skin-logo.png");
    background-color: transparent;
    height: 60px; }

#footer .footer-wrapper {
  background-image: url("/images/footer/pic-foter.jpg");
  background-position: bottom center;
  background-size: cover;
  padding: 20px 0; }
  #footer .footer-wrapper h2 {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
  #footer .footer-wrapper p {
    font-size: 1em;
    color: #ffffff !important; }
  #footer .footer-wrapper span {
    color: #ffffff; }
  #footer .footer-wrapper ul.discover li {
    color: #ffffff !important; }
    #footer .footer-wrapper ul.discover li:hover {
      color: #ffffff !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
    #footer .footer-wrapper ul.discover li a:hover {
      color: #ffffff !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
  #footer .footer-wrapper address .contact-phone i {
    color: #E3EDF0; }
  #footer .footer-wrapper address .contact-email {
    color: #ffffff; }

#footer .bottom .logo {
  margin: 0; }

#footer .bottom .clia-logo {
  margin-top: 10px; }
  #footer .bottom .clia-logo img {
    width: 30%;
    margin-top: -15px; }
  #footer .bottom .clia-logo span {
    direction: rtl;
    display: inline-block;
    font-size: 12px;
    width: 65%;
    text-align: center; }

.tab-container .image-box .discount {
  left: 11px;
  top: 56px; }

.destination-page .discount {
  left: 11px; }

.details .price small.rooms-price {
  color: #01b7f2; }

/**********Package_Results**********/
#Package_Results .company-logo {
  width: 160px; }

#Cruise_Results_Html .company-logo img {
  width: 150px !important; }

/*Cruise detail page*/
#cruise-ship-rooms .room-list .box figure, #ship-rooms .room-list .box figure {
  margin-bottom: 5px; }

#cruise-ship-rooms .room-list .details, #ship-rooms .room-list .details {
  padding-top: 0;
  padding-bottom: 0; }

#cruise-ship-rooms .room-list .box-title .title, #ship-rooms .room-list .box-title .title {
  margin-bottom: 3px; }

#cruise-ship-rooms .room-list .box-title dl, #ship-rooms .room-list .box-title dl {
  margin: 0; }
  #cruise-ship-rooms .room-list .box-title dl:after, #ship-rooms .room-list .box-title dl:after {
    content: "";
    display: table;
    clear: both; }

#cruise-ship-rooms .room-list .box-title dt, #cruise-ship-rooms .room-list .box-title dd, #ship-rooms .room-list .box-title dt, #ship-rooms .room-list .box-title dd {
  float: left;
  font-size: 0.8333em;
  text-transform: uppercase; }

#cruise-ship-rooms .room-list .box-title dt, #ship-rooms .room-list .box-title dt {
  color: #01b7f2;
  margin-right: 5px;
  clear: both; }

#cruise-ship-rooms .room-list hr, #ship-rooms .room-list hr {
  margin-top: 15px;
  margin-bottom: 15px; }

#cruise-ship-rooms .room-list .details, #ship-rooms .room-list .details {
  text-transform: none;
  padding: 0; }

#cruise-ship-rooms .room-list figure, #ship-rooms .room-list figure {
  margin: 0 20px 10px 0; }

#cruise-ship-rooms .room-list .box-title, #ship-rooms .room-list .box-title {
  margin: 0 0 5px 0; }
  #cruise-ship-rooms .room-list .box-title dl:after, #ship-rooms .room-list .box-title dl:after {
    display: none;
    clear: none; }
  #cruise-ship-rooms .room-list .box-title dt, #ship-rooms .room-list .box-title dt {
    clear: none; }
  #cruise-ship-rooms .room-list .box-title dd, #ship-rooms .room-list .box-title dd {
    float: none; }

#cruise-ship-rooms .room-list .review-score, #ship-rooms .room-list .review-score {
  float: right;
  margin-top: 6px; }
  #cruise-ship-rooms .room-list .review-score .five-stars-container, #ship-rooms .room-list .review-score .five-stars-container {
    vertical-align: middle;
    margin-right: 5px; }
  #cruise-ship-rooms .room-list .review-score .review, #ship-rooms .room-list .review-score .review {
    vertical-align: middle;
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 0.8333em; }

#cruise-ship-rooms .room-list .box, #ship-rooms .room-list .box {
  border-bottom: 1px solid #E3EDF0;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  #cruise-ship-rooms .room-list .box:last-child, #ship-rooms .room-list .box:last-child {
    border-bottom: none; }

#cruise-description .cruise-itinerary table tr td:last-child {
  color: #01b7f2;
  text-align: center; }

.change-dates-price-table {
  /*padding: 40px 20px;*/ }
  .change-dates-price-table h3 {
    padding: 0px;
    color: white;
    font-weight: bold; }
  .change-dates-price-table ul li {
    display: inline-table;
    width: 100%; }
    .change-dates-price-table ul li small {
      color: white;
      font-size: 15px; }
    .change-dates-price-table ul li .rooms-price {
      color: #fdb714; }

.tour-google-map {
  height: 250px;
  max-width: 1000px;
  margin-top: 20px; }

.befor-order-cruise-box {
  width: 600px;
  height: 500px;
  overflow: scroll; }

.cruise-list .discount {
  left: 12px; }

.cruise-list .company-logo {
  margin-right: 10px;
  margin-bottom: 10px; }

.cruise-list .price {
  font-size: 2em; }

.cruise-list .price-comment {
  padding: 0 15px;
  color: #2d3e52;
  margin-bottom: 10px; }
  .cruise-list .price-comment .soap-icon-notice {
    color: #2d3e52;
    font-size: 10px;
    vertical-align: top; }

.cruise-list .info-primary {
  padding: 6px;
  font-size: 12px; }

.rooms-type-tab ul.tabs li.active > a, .rooms-type-tab ul.tabs li:hover > a {
  background: #E3EDF0; }

.rooms-type-tab .tab-content {
  background: #E3EDF0; }

.rooms-type-tab .image-box .box {
  background: #E3EDF0; }

.rooms-type-tab .image-box.style2 .details {
  padding: 0px 20px 10px 270px; }

.rooms-type-tab .room-list .box {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  .rooms-type-tab .room-list .box .action-section {
    padding-right: 15px; }

.rooms-type-tab .room-list .box-title dt {
  clear: none;
  color: #01b7f2;
  float: left; }

.rooms-type-tab .room-list .box-title dd {
  float: left;
  margin-left: 5px; }

.rooms-type-tab .room-list .box-title dl {
  margin-bottom: 0;
  display: inline-block; }

.ship-deck.full-width-style {
  border: 3px solid #E3EDF0; }
  .ship-deck.full-width-style ul.tabs {
    width: 30%; }
    .ship-deck.full-width-style ul.tabs li a {
      height: auto;
      padding-bottom: 10px;
      padding-top: 10px; }
    .ship-deck.full-width-style ul.tabs li:last-child a {
      border-bottom: 0; }
  .ship-deck.full-width-style .tab-content {
    width: 70%; }

.order-phone {
  font-size: 1.5em !important; }

.upgrade-room {
  width: 600px;
  height: auto; }
  .upgrade-room .image-box.style5 figure {
    overflow: visible; }
    .upgrade-room .image-box.style5 figure div.room-info {
      position: absolute;
      z-index: 3;
      left: 0;
      top: 10px;
      padding: 5px 20px 5px 20px;
      background: #2d3e52; }
      .upgrade-room .image-box.style5 figure div.room-info .caption-title {
        margin: 0;
        color: #fff;
        line-height: 1.1em; }
      .upgrade-room .image-box.style5 figure div.room-info span {
        color: #fdb714;
        text-transform: uppercase;
        font-size: 0.8333em;
        letter-spacing: 0.04em; }
  .upgrade-room .image-box article .details {
    background-color: #E3EDF0; }
    .upgrade-room .image-box article .details span.price {
      text-align: center; }

/*.tp-caption {

    a {
        margin-top: 50px;
        margin-left: 80px;
    }
}*/
/*Itinerary tab styling*/
.details-header h4 {
  display: inline-block;
  margin-right: 8px; }

/*ROOMS AVAILABILITY */
span.greensquare {
  width: 18px;
  height: 18px;
  background: #6D962D;
  display: inline-block;
  margin-right: 10px; }

span.bluesquare {
  width: 18px;
  height: 18px;
  background: #6699cc;
  display: inline-block;
  margin-right: 10px; }

.room-availability {
  font-size: 15px; }

#cruise-itinerary .features label {
  margin: 0;
  width: 100%;
  border-right: 1px solid #E3EDF0;
  margin-right: 0px;
  color: #01b7f2;
  white-space: nowrap; }

#cruise-itinerary .features ul {
  padding-top: 10px; }

#cruise-itinerary p {
  padding: 10px; }

.destination-conteiner.tour-packages .box div.figuration-box {
  background: #2d3e52;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 20px; }

table.select-dates-destination {
  width: 95%;
  text-align: center;
  margin: 2.5%; }
  table.select-dates-destination th {
    text-align: center !important;
    color: #01b7f2; }
  table.select-dates-destination > thead > tr {
    border-bottom: 0px solid #E3EDF0; }
  table.select-dates-destination > tbody > tr {
    border-bottom: 1px solid #E3EDF0; }
    table.select-dates-destination > tbody > tr button {
      margin: 5px 0 5px 0; }
  table.select-dates-destination > tbody > tr:last-child {
    border-bottom: 0px solid #E3EDF0; }

.tab-container .change-date-tab h2 {
  color: #ffffff; }
  .tab-container .change-date-tab h2:hover {
    /*font-weight: bold;*/ }

.tab-container.style1 ul.tabs li a.change-date-tab {
  background-color: #fbbd12 !important;
  color: white; }
  .tab-container.style1 ul.tabs li a.change-date-tab:active a.change-date-tab {
    background-color: #fbbd12 !important; }
  .tab-container.style1 ul.tabs li a.change-date-tab:hover a.change-date-tab {
    background-color: #fbbd12 !important; }
  .tab-container.style1 ul.tabs li a.change-date-tab:after {
    border-top: 5px solid #fbbd12; }

.promotion-table .image-box .discount {
  top: 0; }

.promotion-table .image-box .hover-effect {
  margin-top: 3px; }
  .promotion-table .image-box .hover-effect::after {
    display: none; }

.promotion-table .form {
  margin-bottom: 30px;
  padding-top: 5px;
  display: inline-block; }
  .promotion-table .form .selector span.custom-select {
    background-color: white; }

.promotion-table h2 {
  margin-top: 15px !important; }

.promotion-table .row {
  padding-top: 15px; }

.post-404page .error-message-404 {
  font-size: 18em; }

.post-404page .footer-wrapper {
  text-align: left; }

.companies-index .details figure {
  width: 110px;
  float: right; }

.gray-area {
  background: #E3EDF0; }

.gray-bg {
  background-color: #E3EDF0 !important; }

section#content {
  background: #E3EDF0; }

a.button {
  background: #C3C3C3; }

.destination-conteiner.tour-packages .box div.figuration-box {
  background: rgba(0, 0, 0, 0.7); }

.destination-promotion-index.image-box.style5 figure .destination-name {
  /*background: $main-blue-opacity;*/
  background: rgba(0, 0, 0, 0.75); }

.caption_bg {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.image-box .discount-yellow {
  background: url(/images/icon/discount-yellow.png) no-repeat; }

.promotion-text {
  font-size: 2em;
  color: #fdb714; }

/*CALENDER TAB BACKGROUND CONTENT*/
#calendar-tab {
  background-image: url(../../images/RCI_AL-Aerial364R.jpg) !important;
  background-size: cover !important;
  padding: 0px !important; }
  #calendar-tab .calendar {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px 10px 10px 10px;
    margin-top: -30px; }
    #calendar-tab .calendar thead tr td {
      text-indent: 10px; }

@media (max-width: 991px) and (min-width: 768px) {
  .ship-deck.full-width-style ul.tabs {
    width: 100% !important; }
  .ship-deck.full-width-style .tab-content {
    width: 100% !important; }
    .ship-deck.full-width-style .tab-content img {
      width: 100%; } }

@media (max-width: 767px) {
  .ship-deck.full-width-style ul.tabs {
    width: 100% !important; }
  .ship-deck.full-width-style .tab-content {
    width: 100% !important; }
    .ship-deck.full-width-style .tab-content img {
      width: 100%; }
  .tab-container .image-box .discount {
    top: 176px; }
  .tab-container .image-box .discount-package {
    top: 237px; }
  .slides.image-box.style3.cruise.listing-style1 .details .price {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px; }
  .slides.image-box.style3.cruise.listing-style1 .details .box-title {
    display: inline-block;
    width: 100%; }
  .slides.image-box.style3.cruise.listing-style1 .details .time > div {
    border-right: 0px solid #E3EDF0; }
  .cruise-list.listing-style3.cruise .details {
    padding: 15px 30px 10px 25px; }
    .cruise-list.listing-style3.cruise .details .box-title {
      width: 100%; }
    .cruise-list.listing-style3.cruise .details .character > div {
      display: block;
      border-left: 0px solid #E3EDF0; }
      .cruise-list.listing-style3.cruise .details .character > div:first-child {
        padding-left: 15px; }
  .package-flight .flights .table-cell {
    padding: 20px 0px; }
  .befor-order-cruise-box {
    width: 100%; }
  .listing-style3.hotel .details > * {
    display: inline-block; }
    .listing-style3.hotel .details > * > * {
      display: inline-block; }
      .listing-style3.hotel .details > * > *:first-child {
        border-right: 0px solid #E3EDF0; }
    .listing-style3.hotel .details > *:first-child > * {
      border-bottom: 0px solid #E3EDF0; } }

/*DO NOT CHANGE TO SASS*/
.pull-left-filter {
  float: left !important; }

.pull-right-filter {
  float: right !important; }

.ltr {
  direction: ltr !important; }

.image-box.style3 .details .box-title {
  min-height: 45px; }

.box {
  position: relative; }

.promotion-table .image-box .discount {
  top: -4px; }

.promotion-table .image-box .discount-text {
  -webkit-transform: rotate(-45deg);
  /* Safari */ }

/*a button colors*/
a.button {
  background-color: #98ce44; }

a.button:hover {
  background-color: #6D962D; }

.search-tab-content a.button:hover {
  background-color: #98ce44; }

.sort-by-container span {
  cursor: pointer;
  color: #ffffff !important; }

.sort-by-section .sort-bar .sort-by-container > span:after {
  background: #4BD3FF; }

.sort-by-section .sort-bar .active .sort-by-container:before {
  border: none; }

.select-dates a {
  background: #98ce44; }

.select-dates a:hover {
  background: #6d962d !important; }

/*page title container color*/
.page-title-container.style4 {
  background: #4BD3FF; }
  .page-title-container.style4 .page-title {
    background: #4BD3FF; }
    .page-title-container.style4 .page-title::after {
      border-right: 20px solid #4BD3FF; }
  .page-title-container.style4 .container {
    background-color: #01b7f2; }
    .page-title-container.style4 .container::before {
      background: #01b7f2; }

/*section background color*/
.section #main {
  background-color: #E3EDF0; }

#main .person-information .selector {
  padding: 0; }
  #main .person-information .selector span.custom-select:after {
    top: 17px;
    left: 7px; }

#main #cruise-main-content .image-carousel li {
  background: black !important; }

#main #cruise-main-content .tab-pane {
  min-height: 490px !important; }
  #main #cruise-main-content .tab-pane .image-carousel {
    margin-bottom: 0; }

/*table color-profile back ground*/
.tab-container.style1 ul.tabs li a {
  background-color: #bababa; }

.tab-container.trans-style ul.tabs li a {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  color: #ffffff;
  width: 163px; }

.tab-container.trans-style #destinationTab.tabs li a {
  width: 190px; }

.travelo-box span.custom-select {
  background: #C3C3C3; }

.travelo-box input.input-text {
  background: #C3C3C3 !important; }

.travelo-box label {
  color: #2d3e52 !important; }

.travelo-box textarea {
  background-color: #bababa; }

.contact-form > label {
  color: #2d3e52 !important; }

.tab-pane .form-group label {
  color: #2d3e52 !important; }

/*promotion-table margin bottom 0*/
.promotion-table .form {
  margin-bottom: 0px !important; }

.before-order-btn {
  background: none !important;
  text-decoration: underline !important;
  color: #01b7f2 !important;
  font-size: 1.2em !important;
  font-weight: bold;
  line-height: 5px;
  float: right;
  margin: 17px; }

/*Cruise line deals box padding*/
.col-md-6 {
  /*padding-bottom: 50px;*/ }
  .col-md-6 .travelo-box {
    padding: 10px 10px 0px 10px !important; }

.top-cruise-destinations img {
  height: 222px !important; }

.top-cruise-destinations .details {
  font-size: 1.2em;
  min-height: 195px !important; }

/*text area*/
.panel-content textarea, .panel textarea {
  min-height: 70px !important; }

.travelo-box textarea {
  min-height: 200px !important; }

/*Carousel arrows design*/
.photo-gallery .flex-direction-nav li a:before, .image-carousel.style2 .flex-direction-nav li a:before {
  position: initial !important;
  margin-right: 9px !important; }

.image-carousel.style1 .flex-direction-nav li a {
  text-indent: 30px; }

/*Gallery blue arrows*/
.image-carousel.style2 .flex-direction-nav {
  top: -35px; }

/*Effecting gallery sliders*/
.image-box.style3 .box img {
  height: 160px !important; }

.image-box.style3 .details {
  min-height: 295px !important; }
  .image-box.style3 .details h3 {
    font-size: 1.1em;
    font-weight: bold; }
  .image-box.style3 .details .time {
    min-height: 90px; }
  .image-box.style3 .details .box-title {
    font-weight: normal;
    min-height: 60px;
    line-height: 20px; }
  .image-box.style3 .details .description {
    min-height: 50px;
    padding-top: 5px;
    /*padding-bottom:5px;*/ }
  .image-box.style3 .details .ship-text {
    color: #4E4E50;
    font-size: 0.8em; }
  .image-box.style3 .details .date_and_departure {
    min-height: 30px; }
    .image-box.style3 .details .date_and_departure .date span {
      /*display: inline-block;*/
      /*padding-right: 5px;*/ }
    .image-box.style3 .details .date_and_departure .departure span {
      /*display: inline-block;*/
      /*padding-right: 5px;*/ }

.image-box.style5 .box img {
  height: 160px !important; }

.image-box.style5 .details {
  min-height: 175px !important; }
  .image-box.style5 .details .detail {
    min-height: 50px;
    padding-top: 7px;
    padding: 10px 10px !important; }
    .image-box.style5 .details .detail .box-title {
      line-height: 20px !important; }

.cruise-line-deals .image-wrapper img {
  width: 158px !important;
  height: 44px !important;
  margin-left: auto;
  margin-right: auto; }

.cruise-line-deals .box-title {
  min-height: 50px; }

.cruise-line-deals .date-row {
  padding: 0px 0px 5px 0px; }

/*date of packages*/
.date-of-packages {
  color: #4E4E50; }

.top-companies .details .box-title {
  min-height: 50px; }

/*table color-profile more results  styling*/
.select-dates tr td {
  /*max-width: 20px;*/ }

.select-dates tr td:nth-child(6) {
  width: 200px; }

.select-dates tr td:nth-child(7) {
  width: 120px; }

.select-dates tr td:nth-child(8) {
  width: 100px; }

/*Images of indexs pages*/
.tour-packages .box figure img {
  height: 220px; }

.large-block .box figure img {
  top: 0px !important;
  margin-top: 0px !important;
  min-height: 200px; }

.image-box.style2 .box img {
  height: 200px !important; }

#company-ships .details {
  margin-right: 20px; }

#company-ships .image-box.style2 .box img {
  height: 160px !important; }

/*Xml caruosel*/
#XMLCruisesCarousel {
  margin-top: -40px; }
  #XMLCruisesCarousel figure img {
    height: 160px !important; }
  #XMLCruisesCarousel .box img {
    min-height: 160px; }
  #XMLCruisesCarousel .box .details {
    padding: 20px 10px 10px 10px;
    min-height: 75px !important; }
    #XMLCruisesCarousel .box .details .box-title {
      padding-bottom: 5px; }
  #XMLCruisesCarousel .xml-btn {
    margin-right: 9%;
    display: inline-block;
    width: 80%;
    text-align: center;
    background-color: #98ce44;
    border: none;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    font-size: 0.9167em;
    margin-bottom: 10px; }
    #XMLCruisesCarousel .xml-btn:hover {
      background-color: #6d962d; }

/*Inside pages contact form*/
.travelo-box.box-full {
  margin-top: 30px; }

#aboutus-carousel .box figure img {
  height: 263px !important; }

#aboutus-carousel .box .details {
  min-height: 60px !important; }
  #aboutus-carousel .box .details .box-title {
    min-height: 0px;
    text-align: center; }
    #aboutus-carousel .box .details .box-title small {
      text-align: center; }

#aboutus-carousel .flex-direction-nav li a {
  overflow: hidden; }

#aboutus-carousel h4 {
  cursor: default; }
  #aboutus-carousel h4 a {
    cursor: default; }
    #aboutus-carousel h4 a:hover {
      color: black; }

/*font-size fixing*/
.details h2 {
  font-size: 1.2em !important; }

.contact-form h2 {
  font-size: 1.2em !important; }

/*contact page styling infop boxes*/
.contact-address .icon-box.style5 {
  height: 100px; }
  .contact-address .icon-box.style5 > i {
    line-height: 100px; }

/*sidebar packages info*/
.booking-details .timing label {
  text-align: center; }

/*sidebar port filter fontsize*/
.filters-container ul.filters-option li a {
  font-size: 1em; }

/*Above image 55 styling*/
.check-square li a img {
  padding-right: 10px; }

/****************** changes after backend developing************************/
/*global changes*/
.photo-gallery img {
  height: 400px; }

.search-btn {
  background: #fbbd12;
  height: 55px !important;
  padding-top: 9px; }
  .search-btn:hover {
    background: #D7A33A; }

.company-btn {
  border: none;
  background-color: #98ce44;
  color: #ffffff;
  padding: 3px 0px 3px 0px;
  float: left;
  margin-bottom: 9px;
  width: 80px;
  margin-top: 5px; }
  .company-btn:hover {
    background-color: #6d962d; }

.sidebr-company-btn input {
  width: 50% !important;
  border: none;
  margin-bottom: 10px;
  padding: 5px 5px;
  background-color: #fbbd12;
  color: #ffffff; }
  .sidebr-company-btn input:hover {
    background-color: #cc9c16; }

.small-box small {
  color: #1395BE;
  font-size: 1.3em;
  padding-top: 20px; }

.filters-container ul.filters-option li {
  z-index: 22222222222; }

#header.style4 #main-menu > ul.menu > li:hover > ul {
  top: 50px; }

.packages-results-mobile .btn-results-mobile {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

.packages-results-mobile p {
  padding: 0px;
  line-height: 0.8; }

.packages-results-mobile span {
  color: #01b7f2;
  font-size: 1.4em; }

/*banner destination title fix*/
.banner .big-caption span {
  margin-left: -4px; }

/*deal text class*/
.deal {
  font-weight: bold;
  padding-left: 5px; }

/*fixing arrows lisst*/
.more-popular-destinations ul.triangle li:before {
  margin-top: -5px; }

/******************************BOOKING PAGE*********************************/
.container-outer {
  overflow: scroll;
  width: 100%;
  height: 320px;
  overflow-x: hidden; }

.container-inner {
  width: 100%; }

/*form error styling*/
.formErrorContent {
  font-size: 15px !important;
  padding: 15px !important;
  min-width: 150px !important; }

/*Oreder ruby phone btn*/
.gray-btn {
  background-color: #737373 !important; }
  .gray-btn:hover {
    background-color: #666666 !important; }

/*Fixing select fields input Booking page*/
.room-repeater figure img {
  height: 150px !important;
  width: 190px !important;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px; }

.room-repeater .details .box-title h4 {
  font-weight: bold;
  font-size: 1.4em; }

.room-repeater .details .description dt:first-child {
  padding-left: 10px;
  font-weight: bold; }

.room-repeater .details .description dd {
  font-weight: bold; }

.room-repeater .details .button {
  margin-top: 90% !important; }

.room-repeater .details .price small {
  text-align: center !important;
  padding-bottom: 5px; }

.listing-style3.hotel .details > * > *:last-child {
  width: 127px; }
  .listing-style3.hotel .details > * > *:last-child .price {
    padding-bottom: 10px; }

.listing-style3.hotel .details > * > * {
  padding: 10px 0 0 15px; }

#DeckSection #btn_SelectDinner, #PassengersDetails #btn_SelectDinner, #DiningSection #btn_SelectDinner {
  margin-top: 5px; }

#DeckSection select, #PassengersDetails select, #DiningSection select {
  opacity: 1;
  background-color: #C3C3C3; }

#DeckSection .person-information .tab-content, #PassengersDetails .person-information .tab-content, #DiningSection .person-information .tab-content {
  background-color: #01b7f2; }

#DeckSection .person-information .tab-container, #PassengersDetails .person-information .tab-container, #DiningSection .person-information .tab-container {
  background-color: #01b7f2; }

#DeckSection .person-information ul.tabs li.active h2, #PassengersDetails .person-information ul.tabs li.active h2, #DiningSection .person-information ul.tabs li.active h2 {
  color: #ffffff !important; }

#DeckSection .person-information ul.tabs li.active a, #PassengersDetails .person-information ul.tabs li.active a, #DiningSection .person-information ul.tabs li.active a {
  background-color: #01b7f2;
  color: #ffffff; }

@media only screen and (max-width: 1000px) {
  #btn_SelectDinner {
    margin-top: 50px !important; } }

/*Passangers Detail Styling*/
.booking-section .pricing-table .header h4 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 3px 13px 0px 0px;
  padding-bottom: 13px; }

.booking-section .pricing-table .detail-wrapper h6 {
  font-size: 1.3em;
  text-decoration: underline;
  color: white;
  padding-top: 15px; }

.booking-section .total-payment {
  padding-bottom: 20px; }
  .booking-section .total-payment .title ul li {
    color: #1395BE;
    font-weight: bold; }
  .booking-section .total-payment .title ul li:first-child {
    color: #ffffff;
    font-size: 1.2em;
    background-color: #01b7f2; }
  .booking-section .total-payment .data ul li:first-child {
    color: #98ce44;
    font-weight: bold;
    font-size: 1.2em; }

.booking-section .panel-title {
  padding-bottom: 10px !important; }

.booking-section .card-information {
  padding-top: 25px; }
  .booking-section .card-information p {
    font-size: 1em; }

#cruise-features li a p {
  font-size: 1.4em !important; }

#btn_SelectRoomNumber {
  margin-top: 60px; }

.make_order_btn {
  width: 100%;
  border: none;
  background-color: #98ce44;
  color: white;
  height: 40px; }
  .make_order_btn:hover {
    background-color: #6D962D; }

#btn_TipContinue {
  margin-top: 19px; }

#btn_OrderContinue {
  width: 20%;
  border: none;
  background-color: #98ce44;
  color: white;
  height: 40px; }
  #btn_OrderContinue:hover {
    background-color: #6D962D; }

/*Radio buttons*/
.radio-gender {
  margin-top: 10px; }
  .radio-gender label {
    float: right;
    padding-right: 10px; }
  .radio-gender input {
    float: right; }
  .radio-gender input[type=radio] {
    width: 15px;
    height: 15px; }

.order-info {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px; }

/*popup btn design*/
#popup .close-btn-popup {
  position: absolute;
  left: 150px;
  top: 5px;
  font-weight: bold;
  padding-left: 15px;
  text-decoration: underline;
  /*background-color:$global-white;*/ }
  #popup .close-btn-popup:hover {
    color: #00003b; }

/*Date picker*/
.ui-datepicker-year {
  width: 35% !important;
  height: 28px !important;
  margin-left: 5px; }

.no-result-erorr {
  font-size: 2.5em; }

/*loader styling*/
/*body{
	.waitMe{
        
		background-color:rgba(255, 255, 255, 0.8) !important;
		position:absolute!important;
		width:100%!important;
		top:0px !important;
		z-index:99999999!important;
	}

	.waitMe_text{


		font-size:5em;
		text-align:center;
	}

	.waitMe_progress{
		position:relative!important;

	}

}*/
/*deck img booking section*/
#CabinNumbers .form-group img {
  max-width: 100%;
  height: 100%; }

.cruise-condi {
  padding-right: 33px; }

.detailed-logo figure img {
  margin-left: auto;
  margin-right: auto; }

.detailed-logo .image-box .discount {
  margin-right: 13px;
  margin: 0 -10px 0 23px;
  margin: -2px 18px 1px 23px;
  /*line-height: 34px;*/
  /*padding: 20px 0px 0px 17px;*/ }
  .detailed-logo .image-box .discount .discount-text {
    margin: 13px -19px 0 23px; }

.image-box .has-discount:before, .image-box .discount-yellow {
  /*background: url(/images/icon/discount-big-yellow-rtl.png) no-repeat !important;*/
  background: url(/images/icon/discount-yellow-rtl.png) no-repeat !important; }

.pricenote {
  font-size: 0.9em;
  text-align: right; }

/*tab container h2 new seo*/
.tab-container li h2 {
  font-size: 1.2em !important;
  color: #4E4E50;
  padding-top: 5px;
  text-decoration: none; }
  .tab-container li h2:hover {
    color: #ffffff;
    text-decoration: none; }
  .tab-container li h2:active {
    color: #ffffff !important;
    text-decoration: none; }

.tab-container li h2.active {
  color: #ffffff; }

.tab-container li a h2 {
  color: #ffffff !important; }

ul.tabs li.active h2 {
  color: #ffffff !important; }

ul.tabs li.active a {
  background-color: #01b7f2;
  color: #ffffff; }

.booking-details figure {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }
  .booking-details figure img {
    width: 100%; }

.why-cruiseit-box {
  border-bottom: 1px solid #01b7f2;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #dddddd; }
  .why-cruiseit-box .header-title {
    font-weight: bold;
    font-size: 1.2em;
    /*color: $font-dark-color;*/ }
  .why-cruiseit-box p {
    margin-bottom: 0px;
    font-size: 1.2em;
    color: #4E4E50; }
    .why-cruiseit-box p i {
      color: #98ce44; }
  .why-cruiseit-box p:first-child {
    /*font-weight:bold !important;*/
    /*font-size:1.5em;*/ }
  .why-cruiseit-box p.chek-icon:before {
    content: "\2713 ";
    color: #98ce44; }

/*Caruosel height fixing*/
.image-carousel.style2 .details {
  min-height: 180px !important; }
  .image-carousel.style2 .details span.price small {
    display: inline; }

.image-carousel.style2 .slides.image-box.style5 .details {
  min-height: 270px !important; }
  .image-carousel.style2 .slides.image-box.style5 .details .detail .box-title {
    width: 50% !important;
    line-height: 20px; }
  .image-carousel.style2 .slides.image-box.style5 .details span.price {
    padding-right: 0; }
    .image-carousel.style2 .slides.image-box.style5 .details span.price small {
      display: block; }

.algoma-logo {
  padding-top: 21px; }

.long-description.withbullets h4 {
  color: #01b7f2;
  font-weight: bold; }

.long-description.withbullets ul {
  list-style: inherit; }

.icon-box.style4 .box-title, .icon-box.style8 .box-title, .icon-box.style9 .box-title {
  margin-bottom: 5px !important; }

/*.large_bold_white_med {
    height: 225px !important;
    width: 475px !important;
    line-height: 20px !important;
}

.tp-caption {
    color: #fff !important;
    line-height: 18px;

    p {
        min-width: 350px;
        font-weight: bold;
    }

    a {
        font-weight: bold !important;
        color: #fbbd12 !important;
        border: 1px solid #fbbd12 !important;
    }
}

.caption_rtl p {
    line-height: 35px !important;
}*/
/*Static Pages*/
.static-pages {
  background: #ffffff;
  padding: 10px; }

/*************accessibility*************/
.accessibilty-wrapper {
  position: fixed;
  right: 65px;
  min-width: 400px;
  z-index: 99999;
  direction: rtl; }
  .accessibilty-wrapper .btn-group2 {
    margin-top: 10px; }
  .accessibilty-wrapper li {
    text-align: center; }
    .accessibilty-wrapper li.closebtn {
      cursor: pointer; }
  .accessibilty-wrapper .btn {
    background-color: #004996;
    color: #ffffff; }
  .accessibilty-wrapper .closebtntop {
    font-size: 30px;
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
  .accessibilty-wrapper .dropdown-menu {
    padding: 5px 0 0 0; }
    .accessibilty-wrapper .dropdown-menu > li > a {
      color: #004996; }
    .accessibilty-wrapper .dropdown-menu .dropdown-header {
      font-size: 1.1em;
      color: #004996; }
  .accessibilty-wrapper .font-sizebtn {
    height: 55px;
    margin: 0px 5px; }
  .accessibilty-wrapper .contrastbtn {
    height: 55px;
    width: 100%; }
  .accessibilty-wrapper .explanation-row {
    max-width: 180px;
    padding: 0 10px 0 0;
    text-align: right;
    color: #004996; }
  .accessibilty-wrapper .startaccassbilitybtn {
    height: 55px;
    /*background-color: #9e9e9e;*/ }
    .accessibilty-wrapper .startaccassbilitybtn#addAccess {
      /*background:black;*/ }
    .accessibilty-wrapper .startaccassbilitybtn:hover {
      background-color: #008F24; }
    .accessibilty-wrapper .startaccassbilitybtn.active {
      background: #9e9e9e;
      color: #ffffff; }
    .accessibilty-wrapper .startaccassbilitybtn:focus {
      /*background-color:red!important;*/
      color: #ffffff !important;
      background: #9e9e9e !important; }
    .accessibilty-wrapper .startaccassbilitybtn:active {
      /*background-color:red!important;*/
      background: #6d962d; }
  .accessibilty-wrapper .closebtn a {
    text-align: center;
    width: 100%;
    background-color: #E6E6E6; }
    .accessibilty-wrapper .closebtn a:hover {
      text-align: center;
      width: 100%;
      background-color: #F0F0F0; }
  .accessibilty-wrapper .x {
    font-size: 2em;
    color: #CC3333; }
  .accessibilty-wrapper .declarationbtn {
    background-color: #ffffff;
    font-size: 1.1em; }
    .accessibilty-wrapper .declarationbtn:hover {
      background-color: #ffffff; }
  .accessibilty-wrapper .status-row {
    border-bottom: 1px dashed #999;
    padding-bottom: 7px; }

#spn_accessibility_status {
  font-weight: bold; }

/*search engie button*/
button i.soap-icon-search {
  padding-right: 10px;
  font-size: 20px; }

a i.soap-icon-search {
  padding-right: 10px;
  font-size: 20px; }

/***************************************************New Design 20/1/16***************************************************/
/*global*/
.md-section {
  padding-top: 0px;
  padding-bottom: 0px; }

.col-md-4 .travelo-box {
  margin-top: 92px; }

#packagesSearch, #MainSearchSubmit {
  font-size: 1.4em; }

section#content {
  min-height: 350px; }

.sub-package-info {
  margin-top: -50px;
  text-align: center; }
  .sub-package-info .cruisename {
    text-align: center;
    color: #ffffff;
    font-size: 2.2em;
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid #ffffff; }
  .sub-package-info .sp-detail {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px; }
    .sub-package-info .sp-detail .price {
      float: none;
      text-align: center; }
  .sub-package-info .sub-package-btn {
    margin-top: 10px;
    margin-bottom: 10px; }
    .sub-package-info .sub-package-btn .a-green-btn {
      border: none; }
  .sub-package-info .sidebr-company-btn input {
    margin-top: 9px;
    width: 100% !important;
    border: none;
    margin-bottom: 0px; }

.condition-btn {
  background: none !important;
  opacity: 1 !important;
  text-decoration: underline !important; }

.image-carousel.PackageSlider .details .col-md-12 {
  padding-left: 2px;
  padding-right: 2px; }

.image-carousel.PackageSlider .details .col-md-6 {
  padding-left: 0px;
  padding-right: 13px; }

.image-carousel.PackageSlider .details .promotion-price-wrapper {
  padding-top: 10px;
  padding-bottom: 10px; }
  .image-carousel.PackageSlider .details .promotion-price-wrapper .price {
    float: none;
    text-align: center; }

.image-carousel.PackageSlider .ship-promotion-row {
  /*padding-left:0px;
            padding-right:0px;*/ }

/*Cruise package*/
.room-prices-wrapper {
  border-bottom: 1px solid #01b7f2;
  margin-bottom: 10px; }
  .room-prices-wrapper p {
    /*font-weight: bold;*/ }
    .room-prices-wrapper p span {
      /*font-weight:normal;*/
      font-weight: bold;
      color: #01b7f2; }

.trans-style ul.tabs li {
  text-align: center; }
  .trans-style ul.tabs li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em; }

.trans-style ul.tabs li.active h2 {
  font-weight: normal; }

.trans-style .before-order-btn {
  color: #ffffff !important; }
  .trans-style .before-order-btn:hover {
    color: #01b7f2 !important; }

.social-box {
  text-align: center;
  /*margin-top: -10px;*/
  font-size: 1.2em; }
  .social-box .facebook {
    color: red; }
  .social-box .like {
    color: black; }
  .social-box .print {
    color: blue; }

.fb_iframe_widget {
  margin-right: 22px; }

/*------------phone-mobile---------------*/
.call-btn {
  max-height: 200px;
  max-width: 200px;
  position: fixed;
  bottom: 1px;
  right: 1px;
  z-index: 99999999;
  -moz-box-shadow: 0px 10px 14px -7px #276873;
  -webkit-box-shadow: 0px 10px 14px -7px #276873;
  box-shadow: 0px 10px 14px -7px #276873;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004996), color-stop(1, #013D7D));
  background: -moz-linear-gradient(top, #004996 5%, #013D7D 100%);
  background: -webkit-linear-gradient(top, #004996 5%, #013D7D 100%);
  background: -o-linear-gradient(top, #004996 5%, #013D7D 100%);
  background: -ms-linear-gradient(top, #004996 5%, #013D7D 100%);
  background: linear-gradient(to bottom, #004996 5%, #013D7D 100%);
  border: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
  background-color: #01b7f2;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Open Sans Hebrew Condensed', serif;
  font-size: 20px;
  padding: 10px 10px;
  text-decoration: none; }
  .call-btn span {
    font-size: 13px; }

/*changes 16/2/2016*/
.change-date-link {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 19px;
  color: white;
  text-decoration: underline;
  float: none;
  width: 120px; }

#Submit1.change-date-link {
  border: none !important;
  background: none !important; }

/*Site map page*/
.site-map-page {
  direction: rtl;
  text-align: right;
  background: #ffffff; }
  .site-map-page h1 {
    text-align: center;
    border-bottom: 1px solid #01b7f2; }
  .site-map-page .lhead {
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
    text-decoration: underline; }
  .site-map-page .lpage a {
    font-size: 16px; }
  .site-map-page .lpage a:nth-child(2n) {
    background: red; }
  .site-map-page #footer {
    background-color: #B8DCE9;
    padding: 10px; }

/* Jacob accessibility tab btn*/
.skip-links {
  /*margin: 0;
    list-style-type: none;*/ }

/*Jacob working*/
.skip-links {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.skip-links a {
  position: absolute;
  top: -3em;
  right: 10em;
  background-color: #fff;
  color: #004996 !important;
  padding: 0.5em 0.75em;
  font-weight: bold;
  text-decoration: none;
  z-index: 9999999; }
  .skip-links a:focus {
    top: 0em; }

.skip-PMainPackages-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-PMainPackagesByDestination-link {
  /*right: -50em;*/
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*visibility: hidden;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-PSpecialPackages-link {
  /*right: -50em;*/
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*visibility: hidden;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-PPromotedDestination-link {
  /*right: -50em;*/
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1;
  /*visibility: hidden;       
    &:focus {
        right: -10em;
    }*/ }

.skip-PPromotedCompany-link {
  /*right: -50em;*/
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1;
  /*visibility: hidden;       
    &:focus {
        right: -10em;
    }*/ }

.skip-PFooter-link {
  /*right: -50em;*/
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-Companies-link {
  /*right: -50em;*/
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  /*padding: 2em 0.75em 0;*/
  padding: 3em 1em 1em 0em;
  /*max-width: 150px;*/
  min-width: 580px;
  /*left: 736px;
    bottom: 3141px;*/
  z-index: -1; }

.skip-XMLCruises-link {
  /*right: -50em;*/
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-Company-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-Destinations-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-Destination-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  left: 1600px;
  z-index: -1; }

.skip-PCruiseResults-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-PPackageResults-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-PPackageDetails-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 1.5em 0.75em 3em 0.75em;
  max-width: 600px;
  /*right: -150px;*/
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-PCruiseDetails-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*right: -150px;*/
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-SendCruiseDetails-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-SendPackageDetails-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  /*opacity: 0;*/
  z-index: -1;
  /*&:focus {
        right: 15em;
    }*/ }

.skip-Ship-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-CruiseGuide-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-ContactUs-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-SendContact-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-StaticPage-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  padding: 2em 0.75em 0;
  padding: 3.5em 0.75em 3em 0.75em;
  max-width: 150px;
  z-index: -1; }

.skip-Booking-link {
  position: absolute;
  font-weight: bold;
  text-decoration: none;
  color: #004996 !important;
  background-color: #fff;
  right: 200px;
  /*padding: 2em 0.75em 0;*/
  /*padding: 3.5em 0.75em 3em 0.75em;*/
  /*max-width: 150px;*/
  z-index: -1; }

.inside-pages-header-image {
  height: 350px;
  background-image: url("/images/destination/new-cover.jpg"); }

/***************************   New feature of v  12/14/16 *******************************/
.benefit-feature-wrapper {
  padding: 10px;
  margin-bottom: 40px; }
  .benefit-feature-wrapper p {
    font-size: 16px; }
    .benefit-feature-wrapper p span {
      font-weight: bold; }
  .benefit-feature-wrapper i {
    padding-left: 0;
    font-size: 40px;
    color: #01b7f2; }

.quote-wrapper {
  direction: rtl;
  margin: 40px 0 60px 0; }
  .quote-wrapper .quote {
    font-size: 26px;
    color: #2d3e52;
    line-height: 39px; }
    .quote-wrapper .quote:before {
      font-size: 32px;
      content: "\f10e";
      font-family: FontAwesome;
      color: #01b7f2; }
    .quote-wrapper .quote:after {
      font-size: 32px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #01b7f2; }
  .quote-wrapper span.name {
    color: #01b7f2;
    font-size: 18px;
    margin: 0 20px 0 20px; }

/***********************************testimonials***********************************/
.testimonials-wrapper {
  /*testimonial-viewport*/ }
  .testimonials-wrapper .testimonial-viewport ul.slides li {
    height: 200px !important; }
  .testimonials-wrapper .testimonial-direction-nav .testimonial-prev:before {
    content: "\f178" !important;
    right: 9px !important;
    position: absolute;
    display: block;
    font-family: FontAwesome !important;
    text-indent: 0;
    font-size: 12px !important;
    line-height: 22px !important;
    top: 0px !important; }
  .testimonials-wrapper .testimonial-direction-nav .testimonial-next:before {
    content: "\f177" !important;
    position: absolute;
    display: block;
    font-family: FontAwesome !important;
    text-indent: 0;
    font-size: 12px !important;
    line-height: 22px !important;
    top: 0px !important; }
  .testimonials-wrapper .testimonial.style1 .author, .testimonials-wrapper .testimonial.style2 .author {
    position: relative;
    top: -70px;
    padding-right: 0px; }
  .testimonials-wrapper .description {
    padding: 26px 0px 46px 0px !important;
    background: #E3EDF0 !important;
    font-size: 26px !important;
    color: #2d3e52 !important;
    line-height: 39px; }
    .testimonials-wrapper .description:before {
      font-size: 32px;
      content: "\f10e";
      font-family: FontAwesome;
      color: #01b7f2;
      margin-right: 10px; }
    .testimonials-wrapper .description:after {
      font-size: 32px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #01b7f2; }
  .testimonials-wrapper .name {
    color: #01b7f2;
    font-size: 18px;
    margin: 0; }

/***************************  DYNAMIC PACKAGES WRAPPER 23/05/16 *******************************/
.dynamic-package-header .flexslider {
  margin: 0;
  padding: 0;
  border: none; }
  .dynamic-package-header .flexslider .gallery-content-wrapper {
    position: absolute;
    z-index: 99;
    top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .dynamic-package-header .flexslider .gallery-content-wrapper h3 {
      color: #ffffff;
      font-size: 45px;
      text-align: right;
      text-shadow: 1px 1px 1px black; }
    .dynamic-package-header .flexslider .gallery-content-wrapper h4 {
      color: #ffffff;
      font-size: 22px !important;
      text-shadow: 1px 1px 1px black; }
      .dynamic-package-header .flexslider .gallery-content-wrapper h4 i {
        margin-left: 5px; }
      .dynamic-package-header .flexslider .gallery-content-wrapper h4 .passengers {
        margin-right: 25px; }
    .dynamic-package-header .flexslider .gallery-content-wrapper .btn-header {
      position: relative;
      color: white;
      bottom: 60px;
      background: rgba(125, 185, 33, 0.63);
      height: 42px;
      font-size: 20px !important;
      border-radius: 0;
      padding: 0 20px;
      line-height: 38px; }
      .dynamic-package-header .flexslider .gallery-content-wrapper .btn-header:hover, .dynamic-package-header .flexslider .gallery-content-wrapper .btn-header:focus {
        color: white;
        background: rgba(125, 185, 33, 0.9); }
    .dynamic-package-header .flexslider .gallery-content-wrapper .benefit-feature-wrapper p {
      text-align: center;
      color: #ffffff;
      font-size: 22px;
      text-shadow: 1px 1px 1px black; }
      .dynamic-package-header .flexslider .gallery-content-wrapper .benefit-feature-wrapper p i {
        color: #ffffff;
        font-size: 22px;
        margin: 1px 0 0 12px; }

.dynamic-package-header .photo-gallery img {
  height: 200px; }

.dynamic-package-header .flex-direction-nav {
  display: none; }

.dynamic-package-wrapper {
  margin-top: -80px;
  position: relative; }
  .dynamic-package-wrapper .devide-line {
    border-top: 1px dashed #90a8ff; }
  .dynamic-package-wrapper .seven-cols .company {
    text-align: center; }
  .dynamic-package-wrapper .advantages-wrapper {
    padding: 20px 0px;
    margin: 0; }
    .dynamic-package-wrapper .advantages-wrapper .advantages i {
      padding-left: 0;
      font-size: 30px;
      color: #01b7f2; }
    .dynamic-package-wrapper .advantages-wrapper .advantages p {
      font-size: 16px;
      min-height: 50px; }
  .dynamic-package-wrapper label {
    font-weight: normal;
    color: #01b7f2;
    height: 25px; }
  .dynamic-package-wrapper h2 {
    font-weight: normal;
    font-size: 18px !important; }
    .dynamic-package-wrapper h2 small {
      color: #2d3e52;
      font-size: 18px; }
    .dynamic-package-wrapper h2 .segment-icon {
      color: #01b7f2;
      margin: -3px -5px 0 15px; }
  .dynamic-package-wrapper.col-xs-12 {
    padding: 0; }
  .dynamic-package-wrapper h3.info-title {
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    height: 40px;
    font-size: 26px;
    margin-bottom: 0; }
  .dynamic-package-wrapper .information-box {
    background: #f5f5f5;
    display: flex; }
    .dynamic-package-wrapper .information-box .five-stars-container .five-stars, .dynamic-package-wrapper .information-box .five-stars-container.editable-rating .ui-slider-range {
      background: none; }
    .dynamic-package-wrapper .information-box .row-info {
      /*border-top: 1px solid #ddd;*/
      padding: 7px 0;
      border-bottom: 1px solid #d9dff7; }
      .dynamic-package-wrapper .information-box .row-info:after {
        /*color: $green-theme-color;
                font-family: FontAwesome;
                content: "\f063";
                margin: auto;*/ }
      .dynamic-package-wrapper .information-box .row-info:first-child {
        border-top: none; }
      .dynamic-package-wrapper .information-box .row-info:hover {
        background: white; }
      .dynamic-package-wrapper .information-box .row-info i.circle {
        color: #ffc450;
        margin: 66% 0 15px 10px;
        font-size: 15px; }
      .dynamic-package-wrapper .information-box .row-info p {
        margin-bottom: 5px; }
      .dynamic-package-wrapper .information-box .row-info .actions {
        float: right; }
        .dynamic-package-wrapper .information-box .row-info .actions.margin-fix {
          margin-top: 6%; }
        .dynamic-package-wrapper .information-box .row-info .actions a {
          text-align: center;
          display: block;
          color: white; }
        .dynamic-package-wrapper .information-box .row-info .actions .btn-link {
          font-weight: bold; }
          .dynamic-package-wrapper .information-box .row-info .actions .btn-link:hover {
            color: #fbbd12; }
        .dynamic-package-wrapper .information-box .row-info .actions .btn {
          padding: 0;
          height: 25px;
          margin-top: 10px;
          border-radius: 0;
          background: #01b7f2; }
          .dynamic-package-wrapper .information-box .row-info .actions .btn:hover {
            color: #ffffff;
            background: #1395BE; }
      .dynamic-package-wrapper .information-box .row-info .rate-wrapper {
        width: 100%;
        display: inline-block; }
    .dynamic-package-wrapper .information-box .price-wrapper div {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 0 30px 0 0;
      margin-left: auto;
      margin-right: auto;
      top: 34%; }
      .dynamic-package-wrapper .information-box .price-wrapper div span {
        display: block;
        font-size: 16px;
        text-align: center; }
      .dynamic-package-wrapper .information-box .price-wrapper div .price {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 35px; }
      .dynamic-package-wrapper .information-box .price-wrapper div button {
        border-radius: 0; }
        .dynamic-package-wrapper .information-box .price-wrapper div button:hover {
          color: white; }
  .dynamic-package-wrapper .note-row {
    background: #ffffff;
    padding-top: 20px;
    border-top: 1px solid #eee; }
    .dynamic-package-wrapper .note-row i {
      color: #01b7f2;
      margin-left: 10px; }
    .dynamic-package-wrapper .note-row p {
      font-weight: bold; }
  .dynamic-package-wrapper .flexslider {
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: -15px; }
  .dynamic-package-wrapper .flex-direction-nav a.flex-prev:before {
    margin-top: 10px;
    font-family: 'FontAwesome';
    content: "\f053";
    color: #fff;
    text-shadow: 1px 1px 8px #000; }
  .dynamic-package-wrapper .flex-direction-nav a.flex-next:before {
    margin-top: 10px;
    font-family: 'FontAwesome';
    content: "\f054";
    color: #fff;
    text-shadow: 1px 1px 8px #000; }
  .dynamic-package-wrapper .box {
    background: white;
    display: inline-block;
    width: 100%; }
    .dynamic-package-wrapper .box .note-row {
      padding: 5px;
      border: 1px solid #eee;
      margin-top: 10px;
      margin-bottom: 20px; }
      .dynamic-package-wrapper .box .note-row i {
        font-size: 18px;
        margin-left: 10px; }
      .dynamic-package-wrapper .box .note-row p {
        font-weight: normal;
        margin: 0; }
        .dynamic-package-wrapper .box .note-row p span {
          display: inline-block;
          width: 100%;
          margin-right: 16px;
          font-weight: bold; }
  .dynamic-package-wrapper .cruise-section .more-results-btn i {
    margin-left: 10px;
    line-height: 25px; }
  .dynamic-package-wrapper .cruise-section h2 {
    padding: 0 10px; }
  .dynamic-package-wrapper .cruise-section .box-detail {
    margin-top: 5px; }
    .dynamic-package-wrapper .cruise-section .box-detail .information {
      padding-top: 5px;
      margin-right: -8px;
      border: 1px solid #eee; }
      .dynamic-package-wrapper .cruise-section .box-detail .information div i {
        font-size: 25px;
        color: #ffc450;
        margin-left: 10px; }
      .dynamic-package-wrapper .cruise-section .box-detail .information div label {
        margin-top: 2px;
        font-weight: normal;
        color: #01b7f2; }
      .dynamic-package-wrapper .cruise-section .box-detail .information div p {
        margin-right: 25px; }
    .dynamic-package-wrapper .cruise-section .box-detail .rooms {
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: -8px;
      padding: 10px 0;
      border: 1px solid #eee; }
      .dynamic-package-wrapper .cruise-section .box-detail .rooms div {
        border-left: 1px solid #eee; }
        .dynamic-package-wrapper .cruise-section .box-detail .rooms div:last-child {
          border: none; }
        .dynamic-package-wrapper .cruise-section .box-detail .rooms div p {
          font-size: 16px;
          text-align: center; }
        .dynamic-package-wrapper .cruise-section .box-detail .rooms div .btn {
          border-radius: 0;
          margin-left: auto;
          margin-right: auto;
          display: block;
          width: 55%;
          height: 22px;
          padding: 0; }
          .dynamic-package-wrapper .cruise-section .box-detail .rooms div .btn:hover {
            color: #ffffff; }
        .dynamic-package-wrapper .cruise-section .box-detail .rooms div.active {
          background: #E3EDF0;
          min-height: 70px;
          padding-top: 2%;
          margin-top: 5px;
          border: 1px solid #01b7f2; }
          .dynamic-package-wrapper .cruise-section .box-detail .rooms div.active .btn {
            display: none; }
    .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary {
      margin: 40px 0 0 10px; }
      .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary .itinerary-title {
        font-size: 18px;
        color: #01b7f2; }
        .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary .itinerary-title span {
          margin-right: 10px;
          font-size: 14px;
          color: #2d3e52; }
      .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table th {
        color: #2d3e52;
        font-weight: bold; }
      .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table th, .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table td {
        width: 30%; }
        .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table th:first-child, .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table td:first-child {
          width: 10%; }
        .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table th:nth-child(2) span, .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table td:nth-child(2) span {
          display: inline-flex;
          line-height: 18px; }
        .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table th span, .dynamic-package-wrapper .cruise-section .box-detail .cruise-itinerary table td span {
          margin-left: 10px;
          line-height: 10px; }
    .dynamic-package-wrapper .cruise-section .box-detail .cruise-list figure a {
      width: 100%;
      height: 170px;
      margin-left: auto;
      margin-right: auto; }
    .dynamic-package-wrapper .cruise-section .box-detail .cruise-list .details {
      padding: 12px;
      border: 1px solid #eee; }
      .dynamic-package-wrapper .cruise-section .box-detail .cruise-list .details .box-title {
        font-weight: bold; }
        .dynamic-package-wrapper .cruise-section .box-detail .cruise-list .details .box-title small {
          font-weight: normal; }
      .dynamic-package-wrapper .cruise-section .box-detail .cruise-list .details .cruise-price {
        font-size: 18px; }
        .dynamic-package-wrapper .cruise-section .box-detail .cruise-list .details .cruise-price small {
          margin-left: 10px; }
  .dynamic-package-wrapper .cruise-section .cruise-result-row {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
    .dynamic-package-wrapper .cruise-section .cruise-result-row .btn {
      border-radius: 0;
      color: white;
      background: #98ce44; }
      .dynamic-package-wrapper .cruise-section .cruise-result-row .btn:hover {
        background: #6d962d; }
  .dynamic-package-wrapper .cruise-gallery-wrapper, .dynamic-package-wrapper #hotel-gallery {
    margin-top: 6px; }
    .dynamic-package-wrapper .cruise-gallery-wrapper .slides, .dynamic-package-wrapper .cruise-gallery-wrapper .flex-control-nav, .dynamic-package-wrapper .cruise-gallery-wrapper .flex-direction-nav, .dynamic-package-wrapper #hotel-gallery .slides, .dynamic-package-wrapper #hotel-gallery .flex-control-nav, .dynamic-package-wrapper #hotel-gallery .flex-direction-nav {
      margin: 0;
      padding: 0;
      list-style: none; }
    .dynamic-package-wrapper .cruise-gallery-wrapper .flexslider .flex-prev, .dynamic-package-wrapper #hotel-gallery .flexslider .flex-prev {
      opacity: 0.7;
      left: 0; }
    .dynamic-package-wrapper .cruise-gallery-wrapper .flexslider .flex-next, .dynamic-package-wrapper #hotel-gallery .flexslider .flex-next {
      opacity: 0.7;
      right: 10px; }
    .dynamic-package-wrapper .cruise-gallery-wrapper .cruise-gallery img, .dynamic-package-wrapper .cruise-gallery-wrapper .hotel-gallery img, .dynamic-package-wrapper #hotel-gallery .cruise-gallery img, .dynamic-package-wrapper #hotel-gallery .hotel-gallery img {
      height: 285px; }
  .dynamic-package-wrapper .flight-section .more-results-btn i {
    margin-left: 10px;
    line-height: 25px; }
  .dynamic-package-wrapper .flight-section .information {
    margin-top: 20px; }
    .dynamic-package-wrapper .flight-section .information .flight-row {
      margin: 10px 0;
      text-align: center; }
      .dynamic-package-wrapper .flight-section .information .flight-row:first-child {
        border-bottom: 1px solid #eee; }
      .dynamic-package-wrapper .flight-section .information .flight-row .icon {
        font-size: 20px; }
      .dynamic-package-wrapper .flight-section .information .flight-row span {
        display: block;
        width: 100%;
        margin-bottom: 7px; }
      .dynamic-package-wrapper .flight-section .information .flight-row .company {
        border-left: 1px solid #eee;
        min-height: 110px; }
        .dynamic-package-wrapper .flight-section .information .flight-row .company .logo img {
          margin-top: 10px;
          max-height: 50px;
          max-width: 80px; }
        .dynamic-package-wrapper .flight-section .information .flight-row .company:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 38%;
          left: -9px;
          width: 15px;
          height: 15px;
          background: #FFFFFF;
          border-left: 1px solid #eeeeee;
          border-top: 1px solid #eeeeee;
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
        .dynamic-package-wrapper .flight-section .information .flight-row .company span.skin-color {
          color: #2d3e52;
          font-size: 18px; }
      .dynamic-package-wrapper .flight-section .information .flight-row .take-off {
        border-left: 1px solid #eee;
        min-height: 110px; }
        .dynamic-package-wrapper .flight-section .information .flight-row .take-off .icon {
          -moz-transform: rotate(25deg);
          -o-transform: rotate(25deg);
          -webkit-transform: rotate(25deg);
          transform: rotate(25deg); }
          .dynamic-package-wrapper .flight-section .information .flight-row .take-off .icon i:before {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH"; }
      .dynamic-package-wrapper .flight-section .information .flight-row .landing {
        border-left: 1px solid #eee;
        min-height: 110px; }
        .dynamic-package-wrapper .flight-section .information .flight-row .landing .icon {
          -moz-transform: rotate(-25deg);
          -o-transform: rotate(-25deg);
          -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg); }
          .dynamic-package-wrapper .flight-section .information .flight-row .landing .icon i:before {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH"; }
      .dynamic-package-wrapper .flight-section .information .flight-row .total-time {
        border-left: 1px solid #eee;
        min-height: 110px; }
  .dynamic-package-wrapper .flight-section .flights-wrapper {
    border: 1px solid #eee;
    border-right: 5px solid #e3edf0;
    display: inline-block;
    margin-bottom: 30px; }
  .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper {
    border-right: 1px solid #eee;
    min-height: 323px; }
    .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper div {
      margin-top: 45%; }
      .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper div span {
        display: block;
        width: 100%;
        text-align: center; }
      .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper div span:first-child {
        font-size: 18px;
        margin-bottom: 15px; }
      .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper div span:nth-child(2) {
        font-size: 30px;
        margin-bottom: 20px; }
      .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper div span:nth-child(3) {
        font-size: 16px; }
    .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper .btn {
      border-radius: 0;
      margin-top: 30px;
      background: #98ce44;
      color: white;
      width: 100%; }
      .dynamic-package-wrapper .flight-section .more-results-expand .price-wrapper .btn:hover {
        color: white;
        background: #6d962d; }
  .dynamic-package-wrapper .flight-section .baggage-cancellations {
    line-height: 50px; }
    .dynamic-package-wrapper .flight-section .baggage-cancellations .cancellations-title {
      height: 25px; }
      .dynamic-package-wrapper .flight-section .baggage-cancellations .cancellations-title i {
        color: #ffd200;
        font-size: 20px;
        float: right; }
        .dynamic-package-wrapper .flight-section .baggage-cancellations .cancellations-title i:before {
          margin-right: 0px; }
    .dynamic-package-wrapper .flight-section .baggage-cancellations span.label {
      font-weight: 700;
      color: #000;
      font-size: 14px; }
      .dynamic-package-wrapper .flight-section .baggage-cancellations span.label.jeneral-label {
        font-size: 12px;
        color: #01b7f2;
        font-weight: 700;
        padding-left: 0; }
  .dynamic-package-wrapper .hotel-section .more-results-btn i {
    margin-left: 10px;
    line-height: 25px; }
  .dynamic-package-wrapper .hotel-section .box-detail {
    margin-top: 20px; }
    .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information {
      padding-top: 5px; }
      .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div {
        border-left: 1px solid #eee;
        min-height: 100px;
        min-height: 50px; }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div p {
          padding: 0;
          margin: 5px 10px 0 0; }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div:first-child {
          border: none;
          min-height: 50px; }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div:last-child {
          border: none; }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div i {
          font-size: 22px;
          color: #ffc450;
          margin-left: 10px; }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div label {
          margin-top: 2px;
          color: #01b7f2; }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div p {
          /*margin-right: 25px;*/ }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div .rate-wrapper {
          display: block; }
        .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div .price {
          text-align: right;
          float: none;
          line-height: 5px; }
          .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div .price p {
            margin-bottom: 0;
            margin-right: 0; }
            .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div .price p small {
              font-size: 14px; }
          .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .information div .price span {
            color: #2d3e52;
            font-size: 14px; }
    .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .hotel-description {
      border: 1px solid #eee;
      padding: 10px; }
      .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .hotel-description label {
        color: #01b7f2; }
    .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .hotel-facillities {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 1px solid #eee;
      padding: 10px; }
      .dynamic-package-wrapper .hotel-section .box-detail .hotel-details-wrapper .hotel-facillities label {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        color: #01b7f2; }
    .dynamic-package-wrapper .hotel-section .box-detail .map-and-gallery-wrapper .photo-gallery img {
      height: 320px; }
  .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box {
    border: 1px solid #eee; }
    .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box figure img {
      height: 200px; }
    .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details {
      padding: 10px 10px 0 10px; }
      .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .box-title span {
        margin-top: 5px;
        padding-left: 15px; }
      .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details p {
        vertical-align: baseline; }
      .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper {
        width: 30%; }
        .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper span {
          display: block;
          width: 100%;
          text-align: center; }
        .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper span:first-child {
          font-size: 16px;
          margin-bottom: 15px; }
        .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper span:nth-child(2) {
          font-size: 26px;
          margin-bottom: 20px; }
        .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper span:nth-child(3) {
          font-size: 16px; }
        .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper .btn {
          border-radius: 0;
          margin-top: 20px;
          margin-bottom: 15px;
          background: #98ce44;
          color: white; }
          .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper .btn:hover {
            background: #6d962d;
            color: white; }
  .dynamic-package-wrapper .hotel-section .hotel-gallery {
    margin-bottom: 20px; }
    .dynamic-package-wrapper .hotel-section .hotel-gallery img {
      height: 285px; }
  .dynamic-package-wrapper .car-rental-section .car-list .box {
    border: 1px solid #eee; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .details label, .dynamic-package-wrapper .car-rental-section .car-list .box .details span {
      display: block;
      width: 100%; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .details .amenities {
      margin-top: 0; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .details .logo {
      padding: 0;
      border-right: none; }
      .dynamic-package-wrapper .car-rental-section .car-list .box .details .logo img {
        min-height: 40px;
        width: 100%; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .price-wrapper span {
      display: block;
      width: 100%;
      text-align: center; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .price-wrapper span:first-child {
      font-size: 16px;
      margin-bottom: 15px; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .price-wrapper span:nth-child(2) {
      font-size: 26px;
      margin-bottom: 15px; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .price-wrapper span:nth-child(3) {
      font-size: 16px; }
    .dynamic-package-wrapper .car-rental-section .car-list .box .price-wrapper .btn {
      border-radius: 0;
      margin-top: 10px; }
      .dynamic-package-wrapper .car-rental-section .car-list .box .price-wrapper .btn:hover {
        color: white; }
  .dynamic-package-wrapper .beach-tour-section .beach-tour-list {
    margin-top: 30px;
    margin-bottom: 10px; }
    .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box {
      border: 1px solid #eee; }
      .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box figure img {
        width: 100%;
        min-height: 140px; }
      .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .details {
        padding: 10px 10px 0 10px; }
        .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .details h5 {
          font-weight: bold; }
        .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .details .collecting-col {
          border-right: 1px solid #eee;
          min-height: 100px; }
          .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .details .collecting-col label, .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .details .collecting-col span {
            display: block;
            width: 100%; }
      .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .price-wrapper span {
        display: block;
        width: 100%;
        text-align: center; }
      .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .price-wrapper span:first-child {
        font-size: 16px;
        margin-bottom: 15px; }
      .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .price-wrapper span:nth-child(2) {
        font-size: 26px;
        margin-bottom: 15px; }
      .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .price-wrapper span:nth-child(3) {
        font-size: 16px; }
      .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .price-wrapper .btn {
        border-radius: 0;
        margin-top: 10px; }
        .dynamic-package-wrapper .beach-tour-section .beach-tour-list .box .price-wrapper .btn:hover {
          color: white; }
  .dynamic-package-wrapper .contact-form-section h2 {
    font-size: 22px; }
  .dynamic-package-wrapper .more-results-filters {
    background: #01b7f2;
    margin-bottom: 5px;
    padding: 10px 0 5px 0; }
    .dynamic-package-wrapper .more-results-filters label {
      line-height: 0; }
    .dynamic-package-wrapper .more-results-filters h5 {
      font-size: 18px;
      text-align: center;
      color: white;
      margin-top: 12px; }
    .dynamic-package-wrapper .more-results-filters .btn {
      height: 43px;
      background: #cbcbcb; }
      .dynamic-package-wrapper .more-results-filters .btn:hover {
        color: white;
        background: #4E4E50; }
    .dynamic-package-wrapper .more-results-filters .input-text {
      height: 42px !important; }
    .dynamic-package-wrapper .more-results-filters .checkbox {
      margin-top: 15px; }
      .dynamic-package-wrapper .more-results-filters .checkbox.checked:before, .dynamic-package-wrapper .more-results-filters .checkbox .radio.checked:before {
        border-color: #fbbd12;
        background: white; }
      .dynamic-package-wrapper .more-results-filters .checkbox:before, .dynamic-package-wrapper .more-results-filters .checkbox .radio:before {
        color: #fbbd12;
        border-color: #fbbd12;
        background: white; }
      .dynamic-package-wrapper .more-results-filters .checkbox label {
        color: white;
        font-size: 18px; }
    .dynamic-package-wrapper .more-results-filters .AirlineFilter {
      background-color: #fff; }
      .dynamic-package-wrapper .more-results-filters .AirlineFilter button.btn.dropdown-toggle.bs-placeholder.btn-default, .dynamic-package-wrapper .more-results-filters .AirlineFilter .btn.dropdown-toggle {
        background-color: #fff;
        border: none; }
        .dynamic-package-wrapper .more-results-filters .AirlineFilter button.btn.dropdown-toggle.bs-placeholder.btn-default:hover, .dynamic-package-wrapper .more-results-filters .AirlineFilter .btn.dropdown-toggle:hover {
          background-color: #fff !important;
          color: #000; }
        .dynamic-package-wrapper .more-results-filters .AirlineFilter button.btn.dropdown-toggle.bs-placeholder.btn-default:after, .dynamic-package-wrapper .more-results-filters .AirlineFilter .btn.dropdown-toggle:after {
          position: absolute;
          left: 9px;
          top: 20px;
          border-top: 9px solid #01b7f2;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent;
          content: ""; }
        .dynamic-package-wrapper .more-results-filters .AirlineFilter button.btn.dropdown-toggle.bs-placeholder.btn-default .filter-option, .dynamic-package-wrapper .more-results-filters .AirlineFilter .btn.dropdown-toggle .filter-option {
          background-color: #fff;
          text-align: right; }
        .dynamic-package-wrapper .more-results-filters .AirlineFilter button.btn.dropdown-toggle.bs-placeholder.btn-default .caret, .dynamic-package-wrapper .more-results-filters .AirlineFilter .btn.dropdown-toggle .caret {
          color: #fff; }

.dynamic-segment-tabs {
  margin-bottom: 40px; }
  .dynamic-segment-tabs label {
    font-weight: normal; }
  .dynamic-segment-tabs .tab-container.style1 ul.tabs {
    background: none;
    border-bottom: none;
    padding: 0; }
    .dynamic-segment-tabs .tab-container.style1 ul.tabs li {
      height: 60px;
      padding: 0;
      border-left: 1px solid #bebebe; }
      .dynamic-segment-tabs .tab-container.style1 ul.tabs li:last-child {
        border-left: none; }
      .dynamic-segment-tabs .tab-container.style1 ul.tabs li a {
        height: 100%;
        font-size: 1em;
        line-height: 60px;
        font-weight: 100;
        background: #eee;
        color: #01b7f2; }
      .dynamic-segment-tabs .tab-container.style1 ul.tabs li.active a, .dynamic-segment-tabs .tab-container.style1 ul.tabs li:hover a {
        background: #01b7f2;
        color: #ffffff; }
      .dynamic-segment-tabs .tab-container.style1 ul.tabs li.active a:after, .dynamic-segment-tabs .tab-container.style1 ul.tabs li.active .tab-container.style1 ul.tabs li:hover > a:after, .dynamic-segment-tabs .tab-container.style1 ul.tabs li:hover a:after, .dynamic-segment-tabs .tab-container.style1 ul.tabs li:hover .tab-container.style1 ul.tabs li:hover > a:after {
        bottom: -15px;
        border-top: 15px solid #01b7f2;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent; }
  .dynamic-segment-tabs .tab-container.style1 .tab-content {
    border-top: 1px solid #bebebe; }

/***************************   DYNAMIC PACKAGE RESULT 1/8/16 *******************************/
.dynamic-package-result-wrapper.box {
  /*.tabs-row {

        .tab-container {
            background: $blue-theme-color-light;
            margin: 0;

            .close-tabs-btn {
                color: white;
                text-decoration: underline;
                background: none;
                margin-top: 13px;
            }
        }

        .tab-pane {
            padding: 10px 20px 20px 20px !important;

            h6 {
                color: $font-dark-color;
                text-align: center;
                font-weight: bold;
                font-size: 16px;
            }

            div {
                border-right: 1px solid $el-al-gray-opacity;

                &:first-child {
                    border-right: none;
                }

                ul.list-unstyled {
                    li {
                        div {
                            border: none;
                        }

                        b {
                            display: inline-block;
                            width: 100%;
                            color: $blue-theme-color;
                        }

                        span {
                        }

                        border-bottom: 1px dashed $el-al-gray-opacity;
                    }
                }
            }
        }

        ul.tabs {
            padding-bottom: 0px !important;
            background: $blue-theme-color-light;
            border-bottom: none;

            .tab-content {
                display: none;
            }

            li {
                margin-bottom: 5px;

                a {
                    background: white !important;
                    height: 64px !important;
                    border-radius: 3px;

                    span {
                        text-transform: capitalize;
                    }

                    i {
                        font-size: 22px;
                        margin-left: 10px;
                    }

                    &:hover {
                        color: $font-dark-color !important;
                        @extend .box-shadow;
                    }
                }

                &.active {
                    a {
                        background: $blue-theme-color !important;
                    }
                }
            }
        }
    }*/ }
  .dynamic-package-result-wrapper.box h4.box-title {
    text-align: right;
    font-weight: bold;
    padding: 10px 0px;
    border-bottom: 1px solid #E3EDF0; }
  .dynamic-package-result-wrapper.box .img-col .hover-effect img {
    height: 210px; }
  .dynamic-package-result-wrapper.box .img-col .company-logo {
    width: 100% !important; }
    .dynamic-package-result-wrapper.box .img-col .company-logo img {
      width: 100%;
      height: 40px;
      margin: auto; }
  .dynamic-package-result-wrapper.box .segment-row {
    padding: 0px 0 15px 0; }
    .dynamic-package-result-wrapper.box .segment-row:last-child .segment-info {
      border-bottom: none; }
    .dynamic-package-result-wrapper.box .segment-row .icon-col {
      padding: 0; }
      .dynamic-package-result-wrapper.box .segment-row .icon-col i {
        font-size: 33px;
        text-align: center;
        margin: auto;
        width: 37px;
        display: flex;
        color: #01b7f2; }
    .dynamic-package-result-wrapper.box .segment-row .segment-info {
      border-bottom: 1px dashed #01b7f2;
      padding: 0 0 15px 0; }
    .dynamic-package-result-wrapper.box .segment-row.cruise label {
      display: inline-block;
      width: 100%; }
    .dynamic-package-result-wrapper.box .segment-row.cruise .segment-info div {
      border-left: 1px solid #eee; }
      .dynamic-package-result-wrapper.box .segment-row.cruise .segment-info div:first-child span {
        display: inline-block;
        padding-bottom: 5px; }
        .dynamic-package-result-wrapper.box .segment-row.cruise .segment-info div:first-child span b {
          margin-left: 5px; }
      .dynamic-package-result-wrapper.box .segment-row.cruise .segment-info div:last-child {
        border-left: none; }
    .dynamic-package-result-wrapper.box .segment-row.flight .icon-col {
      margin-top: 5%; }
    .dynamic-package-result-wrapper.box .segment-row.flight label {
      display: inline-block;
      width: 100%;
      font-weight: normal;
      margin-bottom: 10px; }
      .dynamic-package-result-wrapper.box .segment-row.flight label:last-child {
        margin-bottom: 0px; }
      .dynamic-package-result-wrapper.box .segment-row.flight label b {
        float: right;
        margin-left: 10px; }
    .dynamic-package-result-wrapper.box .segment-row.hotel {
      text-align: left; }
      .dynamic-package-result-wrapper.box .segment-row.hotel .segment-info div:first-child {
        margin-bottom: 10px; }
      .dynamic-package-result-wrapper.box .segment-row.hotel .segment-info .five-stars-container {
        margin-left: 5px; }
  .dynamic-package-result-wrapper.box .price-col {
    padding: 0; }
    .dynamic-package-result-wrapper.box .price-col .price-box {
      display: inline-block;
      width: 100%;
      margin-top: 75%;
      margin-bottom: 28px; }
      .dynamic-package-result-wrapper.box .price-col .price-box .price {
        color: #01b7f2; }
      .dynamic-package-result-wrapper.box .price-col .price-box small {
        direction: rtl;
        font-size: 16px; }
    .dynamic-package-result-wrapper.box .price-col a {
      font-size: 16px;
      background: #01b7f2; }
      .dynamic-package-result-wrapper.box .price-col a:hover {
        background: #1395BE; }
  .dynamic-package-result-wrapper.box .tabs-row .tab-container {
    border-top: 1px solid #eee;
    border-bottom: 2px solid #01b7f2; }
    .dynamic-package-result-wrapper.box .tabs-row .tab-container .tab-pane {
      padding: 15px; }
    .dynamic-package-result-wrapper.box .tabs-row .tab-container.style1 ul.tabs {
      background: none;
      border-bottom: none;
      padding: 0; }
      .dynamic-package-result-wrapper.box .tabs-row .tab-container.style1 ul.tabs li {
        height: 60px;
        padding: 0;
        border-left: 2px solid #eee; }
        .dynamic-package-result-wrapper.box .tabs-row .tab-container.style1 ul.tabs li a {
          height: 100%;
          font-size: 1.3em;
          line-height: 51px;
          font-weight: 100;
          background: white;
          background: -moz-linear-gradient(top, white 0%, #efefef 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #efefef));
          background: -webkit-linear-gradient(top, white 0%, #efefef 100%);
          background: -o-linear-gradient(top, white 0%, #efefef 100%);
          background: -ms-linear-gradient(top, white 0%, #efefef 100%);
          background: linear-gradient(to bottom, white 0%, #efefef 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
          color: #01b7f2; }
        .dynamic-package-result-wrapper.box .tabs-row .tab-container.style1 ul.tabs li.active a, .dynamic-package-result-wrapper.box .tabs-row .tab-container.style1 ul.tabs li:hover a {
          background: #c7f3ff;
          background: -moz-linear-gradient(top, #c7f3ff 12%, #c7f3ff 19%, #01b6f2 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(12%, #c7f3ff), color-stop(19%, #c7f3ff), color-stop(100%, #01b6f2));
          background: -webkit-linear-gradient(top, #c7f3ff 12%, #c7f3ff 19%, #01b6f2 100%);
          background: -o-linear-gradient(top, #c7f3ff 12%, #c7f3ff 19%, #01b6f2 100%);
          background: -ms-linear-gradient(top, #c7f3ff 12%, #c7f3ff 19%, #01b6f2 100%);
          background: linear-gradient(to bottom, #c7f3ff 12%, #c7f3ff 19%, #01b6f2 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f3ff', endColorstr='#01b6f2', GradientType=0 );
          color: #ffffff; }
    .dynamic-package-result-wrapper.box .tabs-row .tab-container.style1 .tab-content {
      background: none; }
    .dynamic-package-result-wrapper.box .tabs-row .tab-container .close-tabs-btn {
      background: none;
      color: #01b7f2;
      font-size: 18px; }
      .dynamic-package-result-wrapper.box .tabs-row .tab-container .close-tabs-btn:hover {
        text-decoration: underline; }

.flight-result-wrapper .flight-result {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-right: none !important;
  border-bottom: 2px dashed grey; }
  .flight-result-wrapper .flight-result:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .flight-result-wrapper .flight-result h4 {
    border-bottom: 2px solid #01b7f2;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .flight-result-wrapper .flight-result .details-col img {
    margin-top: 13px; }
  .flight-result-wrapper .flight-result .flight-details {
    border-right: none !important; }
    .flight-result-wrapper .flight-result .flight-details div {
      border-right: none !important; }
    .flight-result-wrapper .flight-result .flight-details .display-block span {
      margin-left: 5px; }
  .flight-result-wrapper .flight-result .connection-row {
    margin: 10px 0;
    border: 1px solid #01b7f2;
    border-right-color: #01b7f2 !important; }
    .flight-result-wrapper .flight-result .connection-row span {
      text-align: center;
      display: block; }

/***************************   DYNAMIC PACKAGE RESULT 1/8/16 *******************************/
/***************************   DYNAMIC PACKAGE PROMOTION 3/8/16 *******************************/
.dynamic-package-promotion .details h3 {
  padding-bottom: 5px; }

.dynamic-package-promotion .details .segment-row {
  border-bottom: 1px dashed rgba(221, 221, 221, 0.8);
  border-top: 1px dashed rgba(221, 221, 221, 0.8);
  padding-bottom: 3px;
  padding-top: 3px; }
  .dynamic-package-promotion .details .segment-row ul {
    padding: 5px; }

.dynamic-package-promotion .details .plus-row {
  margin: 3px 0; }
  .dynamic-package-promotion .details .plus-row i {
    color: #fbbd12;
    display: block;
    margin: auto;
    width: 20px; }

.dynamic-package-promotion .details i {
  font-size: 25px;
  margin-left: 10px; }

.dynamic-package-promotion .details .price {
  float: none;
  text-align: center; }

.dynamic-icons-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 3px; }
  .dynamic-icons-wrapper ul {
    margin-right: 5px; }
    .dynamic-icons-wrapper ul li i {
      font-size: 16px;
      color: #01b7f2; }

/***************************   DYNAMIC PACKAGE PROMOTION 3/8/16 *******************************/
/***************************  MOSIAC IMAGES FEATURE COMPONENT 15/09/16 *******************************/
.mosaic-image-wrapper {
  margin-bottom: 50px;
  margin-top: -5px;
  padding: 0px 0px; }
  .mosaic-image-wrapper .cube {
    padding: 15px; }
    .mosaic-image-wrapper .cube:hover .content {
      -webkit-box-shadow: 2px 0px 10px 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 2px 0px 10px 1px rgba(0, 0, 0, 0.4);
      box-shadow: 2px 0px 10px 1px rgba(0, 0, 0, 0.4);
      /*background: none;*/
      background: -moz-linear-gradient(45deg, rgba(248, 80, 50, 0) 0%, rgba(1, 183, 242, 0.17) 58%, rgba(1, 183, 242, 0.29) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(58%, rgba(1, 183, 242, 0.17)), color-stop(100%, rgba(1, 183, 242, 0.29)));
      background: -webkit-linear-gradient(45deg, rgba(248, 80, 50, 0) 0%, rgba(1, 183, 242, 0.17) 58%, rgba(1, 183, 242, 0.29) 100%);
      background: -o-linear-gradient(45deg, rgba(248, 80, 50, 0) 0%, rgba(1, 183, 242, 0.17) 58%, rgba(1, 183, 242, 0.29) 100%);
      background: -ms-linear-gradient(45deg, rgba(248, 80, 50, 0) 0%, rgba(1, 183, 242, 0.17) 58%, rgba(1, 183, 242, 0.29) 100%);
      background: linear-gradient(45deg, rgba(248, 80, 50, 0) 0%, rgba(1, 183, 242, 0.17) 58%, rgba(1, 183, 242, 0.29) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#01b7f2', GradientType=1 );
      width: 98%; }
    .mosaic-image-wrapper .cube img {
      width: 100%;
      height: 100%; }
    .mosaic-image-wrapper .cube.small img {
      height: 306px; }
    .mosaic-image-wrapper .cube.big:hover .content {
      /*width: 99%;*/
      width: 98%; }
    .mosaic-image-wrapper .cube .content {
      width: 98%;
      position: absolute;
      top: 5px;
      bottom: 5px;
      right: 5px; }
      .mosaic-image-wrapper .cube .content .title {
        margin: 15px 15px 0 0; }
        .mosaic-image-wrapper .cube .content .title h3 {
          padding: 0 10px;
          color: white;
          font-weight: bold;
          font-size: 26px;
          text-shadow: none; }
        .mosaic-image-wrapper .cube .content .title h6 {
          padding: 0 10px;
          color: white;
          text-shadow: none;
          font-size: 20px; }

.design-images .cube.small img {
  height: 387px; }

/***************************   FIXING MOBILE AND TABLET BUGS   *******************************/
.agent-header-wrapper p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 8px; }

/* (1366x768) LapTop */
@media screen and (max-width: 1366px) {
  .accessibilty-wrapper {
    right: 0px; }
  #packagesSearch, #MainSearchSubmit {
    width: 100% !important; } }

/*MOBILE*/
@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi), only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi), only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi), only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi), only screen and (min-resolution: 169dpi) {
  .destination-promotions-wrapper div.col-sm-7.five-three {
    width: 100% !important; }
  .destination-promotions-wrapper div.col-sm-5.five-two {
    width: 100% !important; }
  .agent-header-wrapper {
    position: fixed;
    top: 0;
    background: white;
    z-index: 99;
    padding: 0; }
    .agent-header-wrapper p {
      margin-top: 0px; }
    .agent-header-wrapper img {
      width: 100%; }
  #header.style4 .main-navigation {
    border-bottom: 2px solid #01b7f2; }
  .actions {
    float: left; }
  .dynamic-package-header .flexslider .gallery-content-wrapper h3 {
    font-size: 25px; }
  .dynamic-package-header .flexslider .gallery-content-wrapper h4 {
    font-size: 14px !important; }
  .dynamic-package-header .flexslider .gallery-content-wrapper .btn-header {
    bottom: 5px; }
  /*serach results*/
  span.box-title.price small {
    display: inline !important; }
  /* Xml Carousel*/
  #XMLCruisesCarousel {
    margin-top: 10px !important;
    padding-top: 40px; }
    #XMLCruisesCarousel .flex-direction-nav {
      top: 0px; }
  #slideshow .tp-leftarrow.default, #slideshow .tp-righttarrow.default {
    display: none; }
  #slideshow .tp-leftarrow.default, #slideshow .tp-righttarrow.default {
    display: none; }
  .image-box.style2 .details {
    padding: 10px 0px 0px 0px !important; }
  .global-map-area .opacity-bg {
    margin-right: auto !important;
    margin-left: auto !important; }
  .company-btn {
    margin-top: -6px; }
  .long-description iframe {
    width: 100% !important; }
  .sort-by-section li {
    width: 50%; }
  #popup .close-btn-popup {
    left: 10px !important; }
  /*Caruosel height fixing*/
  .image-carousel.style2 .details {
    min-height: 200px !important; }
    .image-carousel.style2 .details span.price small {
      display: inline; }
  .image-carousel.style2 .slides.image-box.style5 .details {
    min-height: 390px !important; }
    .image-carousel.style2 .slides.image-box.style5 .details .detail .box-title {
      width: 50% !important;
      line-height: 20px; }
    .image-carousel.style2 .slides.image-box.style5 .details span.price {
      padding-right: 0px; }
      .image-carousel.style2 .slides.image-box.style5 .details span.price small {
        display: block; }
  #footer .footer-wrapper h2 {
    margin-bottom: 0px !important; }
  #footer .footer-wrapper ul {
    padding-bottom: 20px; }
  /*******BOOKING SECTION MOBILE FIX*********/
  .booking-section {
    padding: 4px; }
    .booking-section .travelo-box {
      padding: 0px; }
    .booking-section .pricing-table {
      padding: 0px !important; }
    .booking-section iframe {
      /*width:50% !important;*/ }
  .room-repeater .details .button {
    margin-top: 0 !important;
    /*margin-right:-28px;*/ }
  .style2 .details .price {
    padding-right: 0px;
    margin-right: -28px; }
  .upgrade-room {
    width: 100%; }
    .upgrade-room .details a {
      margin-top: 10px !important; }
    .upgrade-room .btn_SelectRoomWithoutUpgrade {
      width: 126px; }
  #DeckSection .form-group p {
    color: #ffffff; }
  #btn_OrderContinue {
    width: 100%; }
  #btn_ChangePassengers {
    margin-left: 15px; }
  .toggle-container.box {
    padding: 10px; }
  .pasport-input {
    margin-top: 60px; }
  .room-image-mobile {
    margin-top: 60px; }
  .ship-img-con {
    margin-top: 60px; }
  #header.style4 .logo a {
    background-size: contain; }
  /*#slideshow {
        height: 362px;

        .revolution-slider ul li {
            height: 362px !important;
        }
    }*/
  #footer .footer-wrapper h2 {
    margin-bottom: 0px !important; }
  #footer .footer-wrapper ul {
    padding-bottom: 20px; }
  .tab-container ul.tabs li {
    margin-bottom: 10px; }
  .container-outer {
    overflow: auto; }
  #upgrade-room article .btn-medium {
    padding: 0px 10px; }
  #upgrade-room article .btn_SelectRoomWithoutUpgrade {
    width: 83px; }
  /*flex-direction nav*/
  .flex-direction-nav {
    display: none; }
  /*about us carousel*/
  #aboutus-carousel ul.slides li.box .box-title {
    min-height: 130px; }
  #aboutus-carousel ul.slides li.box figure img {
    height: 150px !important; }
  .photo-gallery img {
    height: 270px; }
  #photos-tab {
    min-height: 400px !important; }
  .image-carousel.style1 {
    padding: 10px 10px;
    background: #fff; }
  #header.style4 .logo {
    width: 157px !important; }
  .search-tab-content-wrapper {
    /*margin-top: 35px;*/ }
  .image-box.style3 .details .box-title {
    min-height: 50px; }
  .image-carousel.style2 .details {
    min-height: 257px !important; }
  .packages-results-mobile {
    background: #ffffff; }
    .packages-results-mobile span {
      font-size: 1.2em;
      padding-left: 4px; }
  #Package_Results article {
    margin-bottom: 30px; }
    #Package_Results article.box {
      margin-bottom: 30px; }
  .sub-package-info {
    margin-top: -85px; }
    .sub-package-info .sub-package-btn {
      /*top: 242px;*/ }
      .sub-package-info .sub-package-btn .col-xs-4 {
        padding-right: 0px;
        padding-left: 0px; }
      .sub-package-info .sub-package-btn .col-xs-6 {
        padding-right: 0px;
        padding-left: 0px; }
  .tab-container.trans-style {
    margin-top: 35px; }
  /*******************************************16/2/16*******************************************/
  .accessibilty-wrapper {
    right: 90px; }
    .accessibilty-wrapper .tooltip {
      display: none !important; }
  #loaderBooking {
    font-size: 15px !important; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; }
  #packagesSearch, #MainSearchSubmit {
    width: 100% !important; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .dynamic-package-wrapper .hotel-section .more-results-expand .hotel-list .box .details .price-wrapper {
    width: 100%; } }

/*flex-viewport - fix*/
.flex-viewport {
  width: 100%; }

.destination-promotions-wrapper {
  margin-top: 20px;
  margin-bottom: 15px; }
  .destination-promotions-wrapper .promotion-box {
    padding: 0px 30px; }
    .destination-promotions-wrapper .promotion-box h4 {
      text-align: center;
      margin-bottom: 5px; }
    .destination-promotions-wrapper .promotion-box img {
      width: 100% !important; }
    .destination-promotions-wrapper .promotion-box:hover img {
      box-shadow: 0px 0px 10px #4BD3FF; }

.why-cruiseit-row {
  margin-bottom: 80px; }
  .why-cruiseit-row i {
    margin: auto !important; }

/*iphone 5*/
@media screen and (device-aspect-ratio: 40 / 71) {
  /*16/2/16*/
  .accessibilty-wrapper {
    right: 90px; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; }
  /*new bugs fixes 06/03/2016*/
  /*******************************new bugs fixes 6/3/16*******************************/
  .image-box.style2 .details {
    padding: 0px !important; }
  .image-carousel.style2 .flex-direction-nav {
    display: none; } }

/*iphone 6 an 6+ query*/
/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .content-cruisit-mobile {
    margin-top: 0px !important; }
  .search-box-cruiseit {
    margin-top: -150px; }
  .container {
    color: #000; }
  .search-tab-content-wrapper {
    /*background-color: #fff;*/ }
  .paddb5 {
    padding-right: 27px !important; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; }
  /*flex-direction nav*/
  .flex-direction-nav {
    display: none; }
  #header.style4 .logo {
    width: 120px !important; }
  #header.style4 .logo img {
    width: 50px !important;
    z-index: -1; }
  .tab-container.trans-style {
    margin-top: 50px; }
  #upgrade-room {
    width: 365px; }
  /*******BOOKING SECTION MOBILE FIX*********/
  .booking-section {
    padding: 4px; }
    .booking-section .travelo-box {
      padding: 0px; }
    .booking-section .pricing-table {
      padding: 0px !important; }
    .booking-section iframe {
      /*width:50% !important;*/ }
  .room-repeater .details .button {
    margin-top: 0 !important;
    /*margin-right:-28px;*/ }
  .style2 .details .price {
    padding-right: 0px;
    margin-right: -28px; }
  .upgrade-room {
    width: 100%; }
    .upgrade-room .details a {
      margin-top: 10px !important; }
    .upgrade-room .btn_SelectRoomWithoutUpgrade {
      width: 126px; }
  #DeckSection .form-group p {
    color: #ffffff; }
  #btn_OrderContinue {
    width: 100%; }
  #btn_ChangePassengers {
    margin-left: 15px; }
  .toggle-container.box {
    padding: 10px; }
  .pasport-input {
    margin-top: 60px; }
  .room-image-mobile {
    margin-top: 60px; }
  .ship-img-con {
    margin-top: 60px; }
  /*16/2/16*/
  .accessibilty-wrapper {
    right: 85px; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; }
  /*******************************new bugs fixes 6/3/16*******************************/
  .image-box.style2 .details {
    padding: 0px; } }

/*iPhone 6+ landscape*/
@media all and (device-width: 736px) and (device-height: 414px) and (orientation: landscape) {
  .search-box-cruiseit {
    margin-top: -76px; }
  .content-cruisit-mobile {
    margin-top: 250px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

/*iPhone 6+ landscape*/
@media all and (device-width: 667px) and (device-height: 375px) and (orientation: landscape) {
  .search-box-cruiseit {
    margin-top: -40px; }
  .content-cruisit-mobile {
    margin-top: 230px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .content-cruisit-mobile {
    margin-top: 0px !important; }
  .search-box-cruiseit {
    margin-top: -200px; }
  .container {
    color: #000; }
  .search-tab-content-wrapper {
    /*background-color: #fff;*/ }
  .paddb5 {
    padding-right: 27px !important; }
  #packagesSearch, #MainSearchSubmit {
    width: 327px !important;
    margin-right: 10px; }
  /*flex-direction nav*/
  .flex-direction-nav {
    display: none; }
  #header.style4 .logo {
    width: 120px !important; }
  #header.style4 .logo img {
    width: 50px !important; }
  .tab-container.trans-style {
    margin-top: 50px; }
  #upgrade-room {
    width: 365px; }
  /*******BOOKING SECTION MOBILE FIX*********/
  .booking-section {
    padding: 4px; }
    .booking-section .travelo-box {
      padding: 0px; }
    .booking-section .pricing-table {
      padding: 0px !important; }
    .booking-section iframe {
      /*width:50% !important;*/ }
  .room-repeater .details .button {
    margin-top: 0 !important;
    /*margin-right:-28px;*/ }
  .style2 .details .price {
    padding-right: 0px;
    margin-right: -28px; }
  .upgrade-room {
    width: 100%; }
    .upgrade-room .details a {
      margin-top: 10px !important; }
    .upgrade-room .btn_SelectRoomWithoutUpgrade {
      width: 126px; }
  #DeckSection .form-group p {
    color: #ffffff; }
  #btn_OrderContinue {
    width: 100%; }
  #btn_ChangePassengers {
    margin-left: 15px; }
  .toggle-container.box {
    padding: 10px; }
  .pasport-input {
    margin-top: 60px; }
  .room-image-mobile {
    margin-top: 60px; }
  .ship-img-con {
    margin-top: 60px; }
  /*16/2/16*/
  .accessibilty-wrapper {
    right: 90px; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; }
  .search-box {
    margin-top: -157px; } }

/*iPhone 6+ landscape*/
@media all and (device-width: 736px) and (device-height: 414px) and (orientation: landscape) {
  .search-box-cruiseit {
    margin-top: -76px; }
  .content-cruisit-mobile {
    margin-top: 250px; } }

@media all and (device-width: 435px) and (device-width: 773px) and (orientation: portrait) {
  .search-box-cruiseit {
    margin-top: -10px !important; }
  .content-cruisit-mobile {
    margin-top: 110px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

@media all and (device-width: 773px) and (device-height: 435px) and (orientation: landscape) {
  .search-box-cruiseit {
    margin-top: -97px; }
  .content-cruisit-mobile {
    margin-top: 100px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: portrait) {
  .search-box-cruiseit {
    margin-top: -145px; }
  .content-cruisit-mobile {
    margin-top: 235px; } }

/*More mobile devices*/
@media only screen and (min-device-width: 600px) and (max-device-width: 736px) and (orientation: portrait) {
  .search-tab-content-wrapper {
    /*width: 546px;*/ }
  .search-box {
    margin-top: -245px; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; } }

@media only screen and (min-device-width: 400px) and (max-device-width: 500px) and (orientation: portrait) {
  .search-box {
    margin-top: -200px; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; } }

/*Some otehre devices*/
@media only screen and (min-device-width: 412px) and (orientation: portrait) {
  #packagesSearch, #MainSearchSubmit {
    width: 328px !important;
    margin: 0; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; } }

/*5.7 inch glaxy note 5 , nexus 6*/
/*samsung glaxy s2*/
@media screen and (device-width: 320px) and (device-height: 534px) and (-webkit-device-pixel-ratio: 1.5) {
  .search-box {
    margin-top: -100px; }
  #slideshow .revolution-slider ul li {
    height: 280px !important; }
  .flex-direction-nav {
    display: none; }
  #header.style4 .logo {
    width: 120px !important; }
  #header.style4 .logo img {
    width: 120px !important; }
  .tab-container.trans-style #destinationTab.tabs li a {
    width: 100%;
    margin-bottom: 5px; }
  .inside-pages-header-image {
    height: 510px;
    background-image: url("/images/destination/new-cover.jpg");
    background-size: cover; } }

/*TABLET*/
@media only screen and (min-resolution: 165dpi) and (max-resolution: 168dpi), only screen and (min-resolution: 155dpi) and (max-resolution: 160dpi), only screen and (min-resolution: 134dpi) and (max-resolution: 144dpi), only screen and (min-resolution: 120dpi) and (max-resolution: 130dpi), only screen and (max-resolution: 116dpi) {
  /* Your click-specific css goes here */
  #XMLCruisesCarousel {
    padding-top: 40px; }
    #XMLCruisesCarousel .flex-direction-nav {
      top: 0px; }
  #slideshow .tp-leftarrow.default, #slideshow .tp-righttarrow.default {
    display: none; }
  #slideshow .tp-leftarrow.default, #slideshow .tp-righttarrow.default {
    display: none; }
  .image-box.style2 .details {
    padding: 10px 0px 0px 0px !important; }
  .tp-caption p {
    min-width: 350px; } }

/*ipad-landscape*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .search-box-cruiseit {
    padding: 0;
    position: relative;
    z-index: 99;
    margin-top: -228px; }
  .content-cruisit-mobile {
    margin-top: 100px; }
  .search-box {
    margin-top: -320px !important; }
  .search-tab-content-wrapper {
    /*margin-top: 0px;*/ }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

/*ipad-portrait*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .accessibilty-wrapper {
    right: 165px; }
  #loaderBooking {
    line-height: 34px !important; }
  .skip-PPackageDetails-link {
    display: none; }
  .search-tab-content-wrapper {
    width: auto; }
  #packagesSearch, #MainSearchSubmit {
    width: 100% !important; }
  .search-box {
    margin-top: -193px !important; }
  .search-box-cruiseit {
    margin-top: -93px !important; }
    .search-box-cruiseit .search-tab-content-wrapper {
      background-color: #fff; }
  .content-cruisit-mobile {
    margin-top: 110px; }
  .tab-wrapper-mobile div.active {
    color: #01b7f2; } }

.rs-background-video-layer iframe {
  z-index: 999999; }

.caption-wrapper {
  background: rgba(0, 0, 0, 0.7);
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.7), 0px, 2px, 5px; }
  .caption-wrapper p {
    font-size: 20px !important;
    padding: 20px 10px !important; }
  .caption-wrapper a {
    display: inline-block;
    color: #fbbd12 !important;
    border: 1px solid #fbbd12;
    padding: 6px !important;
    margin: 20px 0 !important; }
    .caption-wrapper a:hover {
      background: #fbbd12 !important;
      color: white !important; }

/*fix arrow gallery*/
.tparrows {
  background: none !important; }
  .tparrows:before {
    font-size: 55px !important;
    text-shadow: 1px 1px 10px #000; }

.video-wrapper {
  margin-bottom: 70px; }

.visible-on-deasy-inline {
  display: none !important; }

/* Matan mobile devices fixes 3.4.19 */
@media only screen and (max-width: 450px) {
  section#content {
    padding-top: 115px; }
  #slider-main {
    height: 420px !important; }
  .search-box-cruiseit {
    background-color: transparent !important;
    padding: 0 !important; }
    .search-box-cruiseit .tab-wrapper-mobile a {
      font-size: 16px;
      margin-top: 10px !important; }
    .search-box-cruiseit .mobile-row {
      padding: 5px 0px 0 4px !important; }
      .search-box-cruiseit .mobile-row button {
        font-weight: normal !important;
        font-size: 16px !important; }
    .search-box-cruiseit .mobile-slider-text {
      font-family: Dana;
      font-size: 20px;
      color: white;
      font-weight: bold;
      z-index: 99;
      text-shadow: 0 1px 1px black; }
  .tab-wrapper-mobile .package-tab-mobile, .tab-wrapper-mobile .cruise-tab-mobile {
    padding: 12px 0 0 0; }
  .search-tab-content-wrapper {
    background: transparent !important; }
    .search-tab-content-wrapper .search-tab-content {
      padding-top: 0 !important; }
      .search-tab-content-wrapper .search-tab-content .tab-pane {
        margin-top: 0; }
  .search-tab-content-wrapper .search-tab-content .selector {
    border-left: none; }
  .search-box-cruiseit search-box-cruiseit input.input-text, .search-box-cruiseit select, .search-box-cruiseit textarea, .search-box-cruiseit span.custom-select {
    height: 45px !important;
    padding-top: 6px !important; }
  .search-tab-content-wrapper .search-tab-content .selector span.custom-select:after {
    top: 5px !important; }
  .testimonials-wrapper .testimonial-viewport ul.slides li {
    height: auto !important; }
  .testimonial.style1 .slides > li, .testimonial.style2 .slides > li {
    padding-bottom: 0 !important; } }
