/*section.home-video video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/* Pop-up css  */

.swal2-title{
  display: none !important;
}
button.swal2-close{
    background: transparent !important;
}
#myVideo {
  width: 100%; 
  height: 100%;
}

/* Demo slick css*/

.slider {
  max-width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}
.slider img {
  height: 324px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}







/* Demo slick css end*/

@import url('../font/font.css');
*{margin:0px auto; padding:0px;  outline:none; }

img{ border:none;}
a{color:#6a6a6a; text-decoration:none; }
a:hover, a:focus{color:#5287ac;}
h1,h2,h3,h4,h5,h6{font-weight:normal; font-family: 'Oxygen', sans-serif;}
h1{ font-size:26px ; }
h2{font-size:medium !important; }
h3{font-size:20px;}
h4{font-size:18px;}
h5{ font-size:16px;}
h6{font-size:14px;}
.ui-state-active{
    border: 1px solid #5287ac!important;
    background: #5287ac!important;
    font-weight: normal;
    color: #ffffff;
}

body{font-family: 'Oxygen', sans-serif;font-size:14px;}
p{font-family: 'Oxygen', sans-serif; font-size:14px;}
ul{margin:0px; padding:0px;}
.row{max-width:1170px;}
.sun .events{text-align: left;}

table.module-calendar td ul {

   margin: 9px 0;
    padding-left: 3px;
line-height: 14px;
font-size: 12px;

}

table.module-calendar td ul li {padding-bottom: 5px;}

.sun .events ul li a {font-size: 12px;}

.sun .events ul li{line-height: 14px;padding-bottom: 5px;}

.button-border{width:236px; text-align:center; color:#5287AC; font-size:20px; font-weight:700; text-transform:uppercase; font-family: 'Oxygen', sans-serif; padding:10px 0px; border:2px solid #fff; display:inline-block; margin:0px 3px; background: rgba(255, 255, 255, 0.7); transition: background-color 300ms ease-out;}
.button-border:hover { color: #5287AC; background: rgba(255, 255, 255, 0.9);}

ul.service-list {
    margin-bottom: 1.25rem;
}
ul.service-list li {
    margin-left: 20px;
    font-size: 14px;
}
input[type="text"]{ font-family: 'Oxygen', sans-serif;}
input[type="submit"]{ font-family: 'Oxygen', sans-serif;}
select { -moz-appearance: none;text-indent: 0.01px; text-overflow: ''; background-color: #fff; background-image:url(../img/select-bg.png); background-position: 97% center; border-color: #eaeaea; padding-left:12px;font-size: 16px; font-family: 'Source Sans Pro', sans-serif; font-weight:400; color:#7f7f7f; line-height:20px; height: 38px; display:block}


/*==== SITE MAP PAGE =====*/
.site-map {  padding-left: 25px;}
.site-map > li {  line-height: 2;  list-style-image: inherit;  list-style-position: inherit;  list-style-type: disc;}
.site-map > li li {  list-style-type: circle;}



/*==== HEADER =====*/
.utility_navigation{background:#031823; padding:9px 0px 8px 0px; }
.head-detail{width:auto; height:auto; float:left;margin-top:3px;}
.head-detail ul li{width:auto; height:auto; float:left; list-style:none; border-right:1px solid #0c2939; padding-right:13px; margin-right:13px;}
.head-detail ul li:last-child{border:none; margin:0px; padding:0px;}
.head-detail ul li p, .head-detail ul li a{color:#ffffff; margin:0px;}
.head-detail ul li a:hover{color:#5287ac;}
.head-detail ul li p .fa{color:#5287ac;font-size:medium;}
.head-detail ul li p span{margin-right:8px;}
.usa-flag{float:left; margin-left:150px; }
.usa-flag a{font-size:22px; color:#5287ac; margin-left:5px; line-height:20px;}
.usa-flag img{vertical-align: bottom;}
.social-nav{width:auto; height:auto; float:right;}
.social-nav ul li{width:auto; height:auto; float:left; list-style:none;}
.social-nav ul li a{color:#ffffff; font-size:10px; margin-right:2px;}
.social-nav ul li:last-child a{margin-right:0px;}
.social-nav ul li a .fa-inverse{color:#031823;   font-weight: bold;}
.social-nav ul li a:hover{color:#fff; }
.head-account{width:auto; height:auto; float:right; padding:0 15px 0 0;}
.head-account ul li{width:auto; height:auto; float:left;}
.head-account ul li a{color: #fff; font-size:14px; font-family: 'Oxygen', sans-serif; padding:0 8px;}


.primary_navigation{background:#fff; padding:0px 0px 10px; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; transition: all 0s;border-bottom:1px solid #e8e8e8;}
.top-bar{background:#fff;}
.top-bar .name{padding-top:3px;}
.top-bar-section li:not(.has-form) a:not(.button),.top-bar-section ul li,.top-bar-section ul li:hover:not(.has-form) > a,.top-bar-section li:not(.has-form) a:not(.button):hover,.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button){background:none;}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){color:#6a6a6a;  line-height: 2.2;}
.top-bar-section ul li > a{color:#6a6a6a; text-transform:uppercase; font-size:15px; font-family: 'Oxygen', sans-serif; }
.top-bar-section ul li:hover:not(.has-form) > a,.top-bar-section ul li.selected > a,.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button){color:#5287ac;}
.top-bar-section .has-dropdown > a:after{  content: "\f107";font: normal normal normal 14px/1 FontAwesome;margin-top: -7px;  border: none;  font-size: 16px;}
.top-bar-section .has-dropdown > a{padding-right: 1.5rem !important;}

/*.top-bar-section .dropdown{border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  background-clip: padding-box; background:#fff;}
*/


.search-form{float:left;margin: 0px 0px 0px 0px;}
.search-form input[type=text]{  color: transparent;  cursor: pointer; background: white url(../img/search.png) no-repeat 11px 11px;  top: 0px;
                                border: solid 1px #b4b4b4;      padding-right: 35px;  width: 160px;  height:42px; -webkit-border-radius: 10em;  -moz-border-radius: 10em;  border-radius: 10em;  -webkit-transition: all .5s;  -moz-transition: all .5s;  transition: all .5s;}
.search-form input[type=text]:focus{width: 160px;  padding-left: 32px;  color: #000;  background-color: #fff;  cursor: auto;border-color: #5287ac;  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5)}
.search-form input[type=submit]{  position: absolute; left: -9999px;  width: 1px;  height: 1px;}


.header-fix{position:fixed; top:0px; width:100%; z-index:9999; float:left; padding:10px 0px 20px; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; transition: all 0s; }

/*=======Header custom========*/
.top-bar .name {font-size: 16px; height: 6.7rem; margin: 0;}
nav.top-bar { height: 6.7rem;  /*height: auto;*/}
.top-bar-section {  float: right;  padding-top: 6px;}
.top-bar-section li:not(.has-form) a:not(.button) { padding: 0 0.6375rem;}  
.content_list {  padding-left: 45px;}
.content_list li {  background: rgba(0, 0, 0, 0) url("/_assets/img/leaf1.png") no-repeat scroll left 5px;  padding-left: 45px;}
/*.content_list li {  list-style: inside none disc;}*/
.content_list p {  padding-left: 15px;}
.webform input[type="radio"] {  margin: 0 8px !important;}


.cstm-list-mob{
  display: none;
}

@media screen and (max-width: 667px){
  
  .shrt-desc-none{
    display: none;
  }
  .travel-list-bottom{
    margin-top: 30px;
  }
  
  .mymain-none{
    display: none;
  }
  
  .cstm-list-mob{
  display: block;
}

section.cstm-list-mob div ul li img {
    max-width: 30%;
    padding: 10px 10px;
}

section.cstm-list-mob div ul li a {
    font-size: 24px;
}

section.cstm-list-mob div ul li a.d-block {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
}

section.cstm-list-mob div ul li {
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}

}

/*=======Cards section custom========*/
.mymain{
    max-width: 1200px;
    margin: 10px auto;
    background-color: #ecf9ff;
 }

 .mymain h1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.mymain img {
 height: auto;
 max-width: 100%;
 vertical-align: middle;
}

.mymain .btn {
 color: #ffffff;
 padding: 0.8rem;
 font-size: 14px;
 text-transform: uppercase;
 border-radius: 4px;
 font-weight: 400;
 display: block;
 width: 100%;
 cursor: pointer;
 border: 1px solid rgba(255, 255, 255, 0.2);
 background: transparent;
}

.mymain .btn:hover {
 background-color: rgba(255, 255, 255, 0.12);
}

.cards {
 display: flex;
 flex-wrap: wrap;
 list-style: none;
 margin: 0;
 padding: 0;
}

.cards_item {
 display: flex;
 padding: 1rem;
}

.card-item-2 {
 display: flex;
 padding: 1rem;
}

@media (min-width: 40rem) {
 .cards_item {
  width: 50%;
}
}

@media (min-width: 56rem) {
 .cards_item {
  width: 33.3333%;
}

.card-item-2{
  width: 25%;
}
}

.card {
 background-color: white;
 border-radius: 0.25rem;
 box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
 display: flex;
 flex-direction: column;
 overflow: hidden;
}

.card_content {
 padding: 1rem;
 background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_title {
 color: #ffffff;
 font-size: 1.1rem;
 font-weight: 700;
 letter-spacing: 1px;
 text-transform: capitalize;
 margin: 0px;
 text-align: center;
}

.card_title a{
 color: #fff;
}

.card_text {
 color: #ffffff;
 font-size: 0.875rem;
 line-height: 1.5;
 margin-bottom: 1.25rem;    
 font-weight: 400;
}
/*=======Cards section custom ends========*/

/*=======Header custom ends========*/

.hero{width:100%; height:auto; float:left; position:relative;}
.slider-cap{width:100%; height:auto;display:inline-block; position:absolute; top:24%; text-align:center;  z-index:9999;margin:0 auto;}
.slider-cap b {  color: #fff;  font-weight: 700;  text-align: center;  text-transform: uppercase;  font-size:45px;    font-style: normal;  line-height: 1.4;  margin-bottom: 0.5rem;  margin-top: 0.2rem;  text-rendering: optimizelegibility;  padding:0;}

/*.slider-cap h1{text-align:center; color:#fff; text-transform:uppercase; font-weight:700;}*/
.slider-cap p{text-align:center; color:#fff; font-weight:300; font-size:22px; max-width:830px; width:100%; margin:0 auto; margin-bottom:35px;}
.bg-overlay{width:100%; height:100%; position:absolute; top:0px; left:0px; right:0px; background: rgba(25,25,25,0.2);}
.hero .slick-slide{max-height: 546px; overflow: hidden;}
.hero .slick-slide img{width:100%; }
.hero .slick-prev, .hero .slick-next{width:49px; height:49px; border: 2px solid #fff; border-radius: 50%; top:48%;min-width:inherit}
.hero .slick-prev{background:url('../images/slider-left-arrow.png') no-repeat center; left:35px;}
.hero .slick-next{background:url('../images/slider-right-arrow.png') no-repeat center; right:35px;}
.hero .button{width:240px; font-size:20px; font-weight:700; padding:12px 0px; margin:0px 3px;}
.travel-service{width:100%; height:auto; float:left; padding:55px 0px 67px 0px;}
.sec-title{width:100%; height:auto; float:left; text-align:center;  }
.sec-title h1{color:#5287ac; margin-bottom:6px;}
/*.sec-title h1{color:#5287ac; margin-bottom:3px;}*/
.sec-title h2{font-size:medium; font-weight:300; color:#6a6a6a;}
.sec-title p{font-size:medium; font-weight:300; color:#6a6a6a;}

.service-all{width:100%; height:auto; float:left; padding:45px 0px 0px 0px;}
.service-item{width:100%; height:auto; float:left; text-align:center;}
.service-item h3{color:#0b3247; font-weight:700; text-transform:uppercase; margin-bottom:27px;min-height:57px;}
.service-item figure{width:100%; float:left;padding:0;margin-bottom:18px}
.service-item img{width:85%;display:block;margin:0 auto;}
.service-item p {  color: #6a6a6a;  display: block; float: left;  font-size: 15px;  font-weight: 300; margin-bottom: 25px;  min-height: 74px;}
.service-item a.button{color:#0b3247; font-size:15px; font-weight:700; border-color:#0b3247;   margin-top:5px;}

.home-stories{width:100%; height:auto; float:left; background:#f4f7f4; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; padding:40px 0px 57px 0px;}
.home-stories .sec-title h2{margin-bottom:20px;}
.home-stories .sec-title p{max-width: 995px; margin: 0 auto;}
.home-stories .sec-title h2{max-width: 995px; margin: 0 auto;}
.home-stories a{width:100%; height:auto; color:#0b3247; font-size:16px; font-weight:700; text-transform:uppercase; border:2px solid #0b3247; max-width:192px; display:block; line-height:44px; margin-top:44px;}
.home-stories a:hover{border-color:#B8B8AF;color:#B8B8AF}
.home-deals{width:100%; height:auto; float:left; padding:57px 0px 80px 0px; border-bottom:1px solid #e8e8e8;}
.home-deals .sec-title h2{margin-bottom:18px;}

.delas-main{width:100%; height:auto; float:left;}
.deals-all{margin-top:23px;}

.wc_deal img{width:100%;min-height:245px;object-fit: contain;}
.deals-all .deal-item{ height:auto; float:left; position:relative; border-bottom:2px solid #ffffff; border-right:2px solid #ffffff; }
.deals-all .deal-item:first-child, .deals-all .deal-item:last-child{width:33.5%;}
.deals-all .deal-item:nth-child(2), .deals-all .deal-item:nth-child(5){width:38.8%;}
.deals-all .deal-item:nth-child(3), .deals-all .deal-item:nth-child(4){width:27.6%;}
.deal-item2{width:38.8%; height:auto; float:left; position:relative; border-bottom:2px solid #ffffff; border-right:2px solid #ffffff;}
.deal-item3{width:27.6%; height:auto; float:left; position:relative; border-bottom:2px solid #ffffff;}
.deal-item4{width:27.6%; height:auto; float:left; position:relative; border-right:2px solid #ffffff;}
.deal-item5{width:38.8%; height:auto; float:left; position:relative; border-right:2px solid #ffffff;}
.deal-item6{width:33.5%; height:auto; float:left; position:relative;}
.deal-overlay{width:100%; height:65px; position:absolute; top:0px; left:0px; background: rgba(16,16,16,0.60);  -webkit-transition: height 1s; transition: height 1s; padding:9px 0px 22px 25px; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s;}
.deals-all .deal-item:nth-child(3) .deal-overlay{height:88px;}
.deal-overlay h5{color:#fff; font-size:18px; margin-bottom:0px;}
.deal-overlay p{font-size:15px; color:#fff; font-weight:300;}
.deal-overlay a{color:#fff; width:132px; text-align:center; border:1px solid #fff; display:block; line-height:34px; font-size:14px; font-weight:700; text-transform:uppercase; display:none;}
.wc_deal:hover .deal-overlay{height:100% !important; padding-top:73px; text-align:center; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s;}
.wc_deal:hover .deal-overlay a{display:block;}
.wc_deal:hover .deal-overlay h5{font-size:20px;}
.wc_deal:hover .deal-overlay p{font-size:18px;}





.home-deals .slick-prev, .home-deals .slick-next{width:49px; height:49px; border: 2px solid #a6a6a6; border-radius: 50%; top:48%;min-width:inherit}
.home-deals .slick-prev{background:url('../images/deal-left-arrow.png') no-repeat center; left:-75px;}
.home-deals .slick-next{background:url('../images/deal-right-arrow.png') no-repeat center; right:-75px;}

.home-customer{width:100%; height:auto; float:left;}
.happy-title{width:100%; height:auto; float:left; background:#5287ac; text-align:center; padding:32px 0px 134px 0px; border-bottom: 1px solid #e8e8e8;}
.happy-title h1{display:block; color:#fff; font-weight:500;}

.happy-slider{width:100%; height:auto; float:left; margin-top:-87px; padding-bottom:60px; }
.happy-slider figure{width:148px; height:148px; overflow:hidden; border-radius:50%; border:5px solid #fff; margin-top:14px; margin-bottom:8px;}
.happy-slider figure img{width:100%; height:100%; float:left;border-radius:50%}
.happy-slider .slick-center figure{width:174px; height:174px; margin-top:0px;}


.happy-caption{width:100%; height:auto; float:left; text-align:center;}
.happy-caption h6{font-weight:700; color:#6a6a6a;}
.happy-caption span{font-size:14px; color:#616161; font-family: 'Oxygen', sans-serif; }
.happy-caption p{font-size:15px; color:#6a6a6a; display:none;}
.slick-center .happy-caption p{display:block; margin-bottom:27px;}
.slick-center .happy-caption h6{font-size:15px; color:#5287ac; font-weight:normal;}
.slick-center .happy-caption span{display:none;}
.slick-center .happy-caption h6:before { content: url(../img/happy-h6-bg.png); }

.happy-slider .slick-prev, .happy-slider .slick-next{width:26px; height:44px; top:17%;min-width:inherit}
.happy-slider .slick-prev{background:url('../images/happy-left-arrow.png') no-repeat center; left:0px;}
.happy-slider .slick-next{background:url('../images/happy-right-arrow.png') no-repeat center; right:0px;}

.happy-slider .slick-prev:hover, .happy-slider .slick-prev:focus{background:url('../images/happy-left-arrow.png') no-repeat center; left:0px;}
.happy-slider .slick-next:hover, .happy-slider .slick-next:focus{background:url('../images/happy-right-arrow.png') no-repeat center; right:0px;}


footer{width:100%; height:auto; float:left;}
.tow_column{padding:0 0px}
.footer-top{width:100%; height:auto; float:left; background:#0b3247; padding:50px 0px 52px 0px;}
.footer-top h6{font-weight:700; color:#FFF; margin-bottom:32px;}
.footer-menu{width:100%; height:auto; float:left;}
.footer-top ul{width:100%; height:auto; float:left; margin:0px; padding:0px;}
.footer-menu ul li{width:100%; height:auto; float:left; }
.footer-menu ul li a{font-size:15px; font-weight:300; color:#fff; text-transform:capitalize;}
.footer-menu ul li a:hover{color:#5287ac;}

.footer-social{width:100%; height:auto; margin:0 auto; max-width:300px;}
.footer-social li{width:11%; height:auto; float:left; margin-right:3%;}
.footer-social li .fa{width:100%; height:auto; float:left; text-align:center; color:#fff; font-size: 24px; padding:13px 0px;}
.footer-social li:last-child{margin-right:0px;}
.footer-social li a{width:100%; height:auto; float:left;}
.footer-social li a.soc-fb .fa{background:#3b5998;}
.footer-social li a.soc-fb .fa:hover{color:#3b5998; background:#fff;}
.footer-social li a.soc-twit .fa{background:#56a3d9;}
.footer-social li a.soc-twit .fa:hover{color:#56a3d9; background:#fff;}
.footer-social li a.soc-google .fa{background:#dd4b39;}
.footer-social li a.soc-google .fa:hover{color:#dd4b39; background:#fff;}
.footer-social li a.soc-youtube .fa{background:#bf221f;}
.footer-social li a.soc-youtube .fa:hover{color:#bf221f; background:#fff;}



.bor-blue-but{  font-weight: 700 !important;    background: #5287ac none repeat scroll 0 0;border:2px solid #5287ac; width:100%; display:block; float:left; text-align:center; color:#fff; text-transform:uppercase; font-size:16px; line-height:39px; margin-top:28px;}
.bor-blue-but:hover{background:rgba(0,0,0,0) none repeat scroll 0 0; color:#fff;}

.footer-form{width:100%; height:auto; margin:0 auto; max-width:305px;}
.footer-form input[type="text"]{width:100%; float:left; background:#e8e8e8; border:none; font-size:15px; color:#646464; font-weight:300;height:40px; line-height:40px; padding:0px 12px; margin-bottom:10px;}
.footer-form input[type="submit"]{width:auto; height:35px; float:left; background:#5287ac; color:#fff; border:none; font-size:15px; font-weight:700; padding:0px 16px; line-height:35px; margin-top:10px;}
.footer-form input[type="submit"]:hover{border:2px solid #5287ac; background:none; padding:0px 14px; line-height:31px;}


.footer-detail{width:auto; height:auto; float:right; max-width:100%;}
.footer-detail h4{ color:#fff; font-weight:700; margin-top:22px;  margin-bottom:11px;}
.footer-detail h4 span{font-weight:300; color:#afafaf;}
.footer-detail h3{font-weight:300; color:#5287ac;}
.footer-detail h3 a{font-weight:300; color:#5287ac;}
.footer-detail h3 a:hover{color:#99ABB7}
.footer-detail h6{margin-bottom:5px;}
.footer-detail>a{font-weight:300; font-size:15px; color:#fff;}
.footer-detail a:hover{color:#fff;}

.footer-bottom{width:100%; height:auto; float:left; background:#031823; padding: 22px 0px 3px 0px;}
.footer-copyright{width:100%; height:auto; float:left;}
/*.footer-copyright p{float:left; font-weight:300; color:#fff;}*/
.footer-copyright a{color:#fff; font-weight:300;}
.footer-copyright a:hover{color:#5287ac;}
.footer-copyright p {  color: #fff; float: left;  font-weight: 300;  text-align: left;  width: 100%;}

/*================              INNER              =====================*/

.inner-main{width:100%; height:auto; float:left; background:#f1f1f1; padding:20px 0 95px 0;}
.inner-left{width:100%; height:auto; float:left; padding: 20px; background:#fff; border:1px solid #e4e4e4; box-shadow: 0px 0px 3px 2px #e4e4e4;}
.inner-right{width:100%; height:auto; float:left;}
.about-full{width:100%; height:auto; float:left;}
.about-title{width:100%; height:auto; float:left; background:#5287ac; text-align:center; margin-bottom:68px; position:relative;}
.arrow-down {width: 0; height: 0;  border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #5287ac; position:absolute; bottom:-10px; margin:0 auto; display:inline-block;}
.about-title h3, .about-full .about-title h3{color:#fff; margin: 10px 0px 18px 0px;}
.about-full p{color:#8a8a8a; /*font-size:18px;*/ font-weight:300; padding: 0 4% 0 9%;}
.about-full h3{font-weight:300; color:#5287ac; text-align:center; margin-top:106px;}
.inner-full{width: 100%; height: auto; float: left; padding: 0px 15px 40px;}
.about-team{width:100%; height:auto; float:left; padding-top:50px;}
.team-item{width:100%; height:auto; float:left; position:relative; margin-bottom:52px;}
.team-image{width:100%; height:auto; float:left;overflow:hidden}
.team-image img{width:auto; height:auto; float:left; max-width:100%;}

.team-full{width:100%; height:auto; float:left; padding:40px 0px;}
.team-detail{text-transform:uppercase; font-weight:700;}

.team-image img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.team-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}


.team-content{width:92%; height:auto; float:left; position:absolute; bottom:11px; background:#fff; margin:0px 4%; text-align:center;}
.team-content h6{text-transform:uppercase; font-weight:700; color:#292929; margin:8px 0 0 0;}
.team-content h6 a{ color:#292929;}

.team-content p{color:#6d6d6d; margin-bottom:8px;}

.right-div{width:100%; height:auto; float:left; background:#fff; border:1px solid #e4e4e4; box-shadow: 0px 0px 2px 1px #e4e4e4; padding:20px 20px 20px; margin-bottom:29px;}
.right-div-title{width:100%; height:auto; float:left;margin-bottom:12px;}
.right-div-title em{color:#c3c3c3; float:left; margin-right:16px;}
.right-div-title .fa-inverse{color:#fff; font-size:20px; }
.right-div-title h4{color:#5287ac; font-size:large; display:inline-block; float:left; margin:0px; line-height:36px;}
.right-div ul{width:auto; height:auto; float:left; margin:0px 0px 12px 50px;}
.right-div ul li a{color:#8a8a8a; font-size:16px;}
.right-div ul li:hover a{color:#5287AC; }

.about-deals{width:100%; height:auto; float:left; padding:8px 0px 14px 0px}
.about-deals ul{width:100%; height:auto; float:left; margin:0px;}
.about-deals ul li{width:100%; height:auto; float:left; margin-bottom:26px;}
.about-deals ul li:last-child{margin-bottom:0;}
.about-deals .top-deal-image{width:100%; height:auto; float:left; position:relative;}
.about-deals .top-deal-image img{width:100%; height:auto; float:left;}
.about-deals .top-deal-content{width:100%; height:auto; float:left; padding:12px 0 0 0;}
.top-deal-content h6{color:#5287ac; font-weight:300; margin-bottom:3px;}
.top-deal-content h6a{color:#5287ac;}

.top-deal-content p{color:#8a8a8a; font-size:12px; margin-bottom:0px;}
.most-div{width:auto; height:auto; position:absolute; background:#ed5b2b; top:10px; left:0px; padding: 7px 16px;}
.most-div p{color:#FFF; font-weight:300; margin:0px;}
.but-bor-grey{font-size:13px; color:#797979; text-transform:uppercase; border:1px solid #d3d3d3; padding: 8px 18px; margin-top:28px; display:inline-block;}
.but-bor-grey:hover{color:#ED5B2B;border-color:#ED5B2B}
.right-need{width:100%; height:auto; float:left; padding:12px 10px 16px 10px;}
.right-need h3{color:#5287ac; font-weight:300;}
.right-need h3 a{color:#5287ac;}
.right-need h3 a:hover{color:#2b2b2b;}
.right-need p {  color: #8a8a8a;  font-size: 16px;  margin-bottom: 5px;}


.tour-detail-main{width:100%; height:auto; float:left;  background:#fff; border:1px solid #e4e4e4; box-shadow: 0px 0px 2px 1px #e4e4e4; padding:0px 5px 22px; margin-bottom:40px;}
.tour-title{width:100%; height:auto; float:left; padding:20px 0 10px; border-bottom:1px solid #e6e6e6;}
.tour-title-left{width:auto; height:auto; float:left;}
.tour-title-left h1{color:#5287ac; float:left;}
.tour-title-left img{float:left; margin:14px 0 0 16px;}
.tour-title-right{width:auto; height:auto; float:right;}
.tour-title-right p{font-weight:300; font-size:18px; color:#6a6a6a; float:left; margin:10px 16px 0 0;}
.tour-title-right h3{color:#5287ac; font-weight:700; float:left;}

.tour-detail-bottom{width:100%; height:auto; float:left; padding:34px 0 0 0;}
.tour-slider{width:100%; height:auto; float:left; position:relative; border-bottom:1px solid #828282;}
.tour-slider .slider-nav .slick-slide{margin:0px 4px;}
.tour-slider .slider-for{width:100%; height:auto; float:left;}
.tour-slider .slider-for img{width:100%; height:auto; max-height:456px; overflow:hidden;}
.tour-slider .slider-nav{width:100%; height:101px; position:absolute; left:0px; bottom:0px; background:rgba(0,0,0,0.5); padding:13px 27px;}
.tour-slider .slick-prev, .tour-slider .slick-next{min-width:inherit}
.tour-slider .slick-prev{background:url('../images/tour-leftt-arrow.png') no-repeat center; left:4px;}
.tour-slider .slick-next{background:url('../images/tour-right-arrow.png') no-repeat center; right:4px;}
.tour-slider .slick-prev:hover, .tour-slider .slick-prev:focus{background:url('../images/tour-leftt-arrow.png') no-repeat center; }
.tour-slider .slick-next:hover, .tour-slider .slick-next:focus{background:url('../images/tour-right-arrow.png') no-repeat center; }

hr{margin:0px; border-color:#f0f0f0;}
.but-book{width: 100%; height: 52px; display: block; text-align: center; text-transform: uppercase;  font-size: 16px; font-weight: 700; color: white; border: 1px solid #e05020; background: #fa6230; text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px; -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px; box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px; float:left;}
.but-book em{float:left; font-size:22px; border-right:1px solid #dc3e19; padding: 0px 16px 10px 0px; height:50px; line-height:47px;}
.but-book span{border-top:1px solid #fe9c7b; float:left; width:100%; padding: 0px 10px 0px 16px; line-height:50px;}
.but-book:hover{color: white;background:rgba(224, 80, 32, 0.8)}

.tour-bottom-right h2{color:#5287ac; font-weight:300; margin-bottom:24px;}
.tour-bottom-right p{color:#8a8a8a; font-weight:300; font-size:16px; margin-top:22px; line-height:27px;}
.dep-date{width:100%; height:auto; float:left;  border:1px solid #e6e6e6; text-align:center; margin:25px 0px 17px 0px; box-shadow: 0px 0px 3px 0px #e4e4e4;}
.dep-date h5{font-weight:700; margin:0px; line-height:50px;}
.dep-date h5 span{font-weight:300; text-transform:uppercase;}

.tour-tab{width:100%; height:auto; float:left;}
ul.tabs{width:100%; height:auto; float:left; background:#031823;}
.tabs .tab-title > a{ background:#031823; color:#fff; font-size:16px; font-weight:300; font-family: 'Oxygen', sans-serif; border-right:1px solid #003653; padding:12px 5px; min-width:155px; text-align:center;}
.tabs .tab-title > a em{margin-right:8px; font-size:20px;}
.tabs .tab-title:last-child > a{border:none;}
.tabs .tab-title.active a, .tabs .tab-title > a:hover{background:#5287ac; color:#FFF;}

.tour-tab-content{width:100%; height:auto; float:left; padding:0px 16px 0px 20px;}
.tour-tab-content h5{color:#5287ac; font-weight:300; margin:20px 0 12px 0;}
.tour-tab-content h6{color:#031823; font-weight:400; margin: 15px 0 30px 0;}
.tour-tab-content p{color:#8a8a8a; font-weight:300; font-size:16px;}
.tab-list{width:100%; height:auto; float:left;}
.tab-list ul, ul.arrow-style{width:100%; height:auto; float:left; padding-left:20px;}
ul.arrow-style{margin-bottom:25px;}
.tab-list ul li, ul.arrow-style li{width:100%; height:auto; float:left; list-style-image:url(../img/list-style-img.png)}
.tab-list ul li p, ul.arrow-style li p{margin-bottom:5px;}


.travel-main{width:100%; height:auto; float:left; background: #f0f0f0 url(../img/travel-main-bg.png) no-repeat top center; padding: 20px 0 95px 0;background-size:cover}

.travel-full{width:100%; height:auto; float:left; background:#fff; border-top:1px solid #d9d9d9;  box-shadow: 0px 0px 2px #e4e4e4;}
.travel-title{width:100%; height:auto; float:left; background:#f2f2f2;}
.travel-title label{color:#666666; font-size:13px; font-weight:700; margin:12px 0 10px 0;}
.narrow-search{width:21%; height:auto; float:left; background:#5287ac; text-align:center; padding:27px 0px; position:relative;}
.arrow-right {width: 0; height: 0; border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left: 15px solid #5287ac; position:absolute; top:30%; right:-14px;}
.narrow-search h4{font-size:20px; color:#FFF;}
.src-country{width:26%; height:auto; float:left; padding:0 16px 0 35px; border-right:1px solid #fbfbfb; min-height:87px;}



.travel-image img{width:100%;}
.wc-view{width:100%;height:100%; float:left; position:absolute; top:0px;left:0;right:0;bottom:0;text-align: center; background:rgba(0, 0, 0,0.5);text-align:center}
.wc-view:before {  content: ' ';  display: inline-block;  vertical-align: middle;  height: 100%;}


.travel-image{width:100%;height:auto;float:left;position:relative;overflow: hidden; -webkit-box-shadow:1px 1px 2px #e6e6e6;  -moz-box-shadow: 1px 1px 2px #e6e6e6; box-shadow: 1px 1px 2px #e6e6e6;cursor: default;}
.travel-image .wc-view{
    overflow: hidden;
    top: 0;
    left: 0;
    top: -100%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}


.travel-image:hover .wc-view {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

.src-date{width:24%; height:auto; float:left; border-right:1px solid #fbfbfb; border-left:1px solid #e1e1e1; min-height:87px; padding:0px 10px;}
.travel-title .src-date label{padding-left:5px;}
.src-date .medium-6{padding:0 5px;}
.src-date input[type="date"]{width:48%; float:left; background:#fff; border:1px solid #e0e0e0;height:33px}
.src-day{width:29%; height:auto; float:left; border-right:1px solid #e1e1e1; border-left:1px solid #e1e1e1; min-height:87px; padding-left:17px;}
.src-day span{width:150px; float:left;}
.travel-title select{ -moz-appearance: none;text-indent: 0.01px; text-overflow: '';font-size:14px; background-image: url(../img/travel-select-bg.png); background-position: 100% center;  border:1px solid #e0e0e0;line-height:normal; display:block; padding: 5px;}
.travel-title .src-day select{width:145px;}
.travel-title input, select{margin-bottom:0px;}
.travel-title input[type="submit"]{background:#f15c2b; border:1px solid #de4a19; color:#FFF; font-weight:700; font-size:14px; width:104px;height:40px; line-height:40px; margin:5px 0 0 30px; box-shadow: 0px 0px 2px 1px #e4e4e4;cursor:pointer; min-width:inherit; padding:0px;}
.travel-title input[type="submit"]:hover {   background: #B5B5B5;   border: 1px solid #C7C7C7;   color: #FFF; }
.travel-title input[type="reset"]{background:#5287AC; border:1px solid #5287AC; color:#FFF; font-weight:700; font-size:14px; width:104px;height:40px; line-height:40px; margin:3px 0 5px 30px; box-shadow: 0px 0px 2px 1px #e4e4e4;cursor:pointer; min-width:inherit; padding:0px;}
.travel-title input[type="reset"]:hover {   background: #B5B5B5;   border: 1px solid #C7C7C7;   color: #FFF; }


.wc_date {position:relative;}
.wc_date .cat_textbox{background:#fff url(../img/datepicker-icon.png) no-repeat center right 8px !important;}
.wc_date .keyboardPicker {width:100%; float:left;height:33px;}
.wc_date .datepick-trigger {position:absolute;top:8px; right:7px;}

.travel-tour-title{width:100%; height:auto; float:left; padding:40px 23px 35px;}
.travel-tour-title h2{font-size: 36px;color: #5287AC;display: inline-block;background: #FFF;padding: 0 15px 0 0px;}
.travel-tour-title .center-line{width: 100%;  height: 1px;  background: #e6e6e6;  float: left;  margin-top: -30px;}
.travel-list{width:100%; height:auto; float:left; padding:0px 8px;} 
.travel-item{width:100%; height:auto; float:left;margin-bottom:40px;}
.travel-image{width:100%; height:229px; float:left; overflow:hidden;}
.travel-image img{width:auto; height:auto; float:left;}
.travel-content{width:100%; height:auto; float:left; border-bottom:1px solid #e3e3e3;min-height: 350px;}
.travel-content h3{font-size:24px; color:#5287ac; margin:18px 0 0 0;}
.travel-content h3 a{font-size:17px; color:#5287ac; }
.travel-content span{font-size:16px; color:#6a6a6a; font-weight:300;}
.travel-content p{font-size:14px; color:#8c8c8c; font-weight:400;}
.travel-content h6{color:#5287ac; font-size:15px; font-weight:700;}
.travel-content h6 span{color:#5287ac; font-weight:300;}
.travel-list-bottom {    border-bottom: 0px solid #e3e3e3;   float: left;    height: auto;    /*margin-bottom: 15px;    padding: 15px 0;*/    width: 100%;}
/*.travel-list-bottom{width:100%; height:auto; float:left;margin:15px 0}*/
.travel-list-bottom p{font-size: 15px;font-weight: 300;color: #939393;float: left;margin: 0;line-height: 34px;}
.travel-list-bottom h5{font-weight: 700;color: #5287AC;font-size: 20px;border: 1px solid #D3D3D3;display: inline-block;float: left;margin: 0;height: 38px;line-height: 38px;padding: 0 10px;min-width: 105px;margin-left:12px;}
.travel-list-bottom a.button{min-width:108px;/*margin-left:12px*/}

.travel-result{width:100%; height:auto; float:left; padding:40px 0px; background:#fff; min-height:550px;}
.travel-result [class*="column"] + [class*="column"]:last-child{float:left;}

/*--------------------------------  FEATURES PAGE  ---------------------------------------*/


.interior_content{width:100%; height:auto; float:left; background:#f1f1f1; padding:20px 0 95px 0;}
.main .interior_content{padding:0px;}
.features_right_panel{width:100%; float:right;}
.features_content_area{width: 100%;  height: auto;  float: left;  background: #FFF;  border: 1px solid #E4E4E4;box-shadow: 0px 0px 3px 2px #E4E4E4;padding:25px 17px;}
.feature-menu{width: 100%;height: auto;float: left;padding:20px 20px 10px}
.feature-menu ul, ul.side-nav {width: 100%;height: auto;float: left;margin: 0px;padding:12px 0 0 0}
.feature-menu ul li, .feature-men uul.side-nav li {width: 100%;height: auto;float: left;border-top:1px solid #e0e3e6;position: relative;}
.feature-menu ul li a, .feature-menu ul.side-nav li a {width: 100%;height: auto;float: left;color: #A94629;font-size: 16px;padding: 13px 30px;font-family: 'Oxygen', sans-serif;font-weight:300;}
.feature-menu ul li:hover a, .feature-menu ul.side-nav li:hover a{color:#000}
.feature-menu ul li:first-child, .feature-menu ul.side-navli:first-child{border-top:none;}
.features_content_area h1{font-size:26px; color:#5287ac; margin: 0px 0 12px 0;text-transform:uppercase;font-weight:300}

.down-line-arrow {  background: #e6e6e6;  width: 100%;  height: 1px;  position: relative;  margin: 10px 0px 30px 0;  display: inline-block;}

.down-line-arrow span {  background: url('../images/about-arrow.png') no-repeat;   position: absolute;   width: 25px;   height: 13px;   display: block;   left: 0;   bottom: -12px;   right: 0;   margin: 0 auto; }

ul.sub-points > li {
    list-style: disc;
    margin-left: 2%;
}


/*--------------------------------  EVENT PAGE  ---------------------------------------*/



.all-event{width:100%; float:left; margin-bottom:20px}
.event-list {width: 100%;margin: 10px 0px 0px;border-bottom: 1px solid #eaead8; float:left}
.all-event p {font-size:14px; font-weight:300;color:#8a8a8a;}
.event-items {width: 100%;height: auto;float: left;background: #f7f7f7; margin-bottom:30px ;}
.event-items .event-item-image {width: 11%;height:auto;float:left;position:relative;}
.event-items .event-item-content{width: 89%;height:auto;float:right;padding:15px 21px 22px 21px}
.event-item-date {width: 100%;height: auto;float: left;position: absolute;top: 0px;left: 0px;background:#8f8f8f;text-align:center;margin-top:1px}
.event-item-date p {font-size: 30px;color: #ffffff;text-transform: uppercase; text-align: center;margin: 0px;padding: 5px 0;text-shadow: -1px -1px 1px #afafaf;font-family: 'Roboto', sans-serif;font-weight:400}
.event-item-date h5 {margin: 0px;color: #fff;text-align: center;font-size: 30px;font-weight:700; padding:5px 0px;line-height: 36px;text-shadow: -1px -1px 1px #afafaf;background:#737373;font-family: 'Roboto', sans-serif;font-weight:700}
.event-item-content h5{color:#028dd0;font-weight:700;margin-bottom:15px;}
.event-item-content h5 a{font-size:20px; color:#5287ac;font-family: 'Oxygen', sans-serif;font-weight:700;margin-bottom:15px;}
.event-item-content h5 a:hover{color:#000;}

.event-item-content span{font-size:13px; color:#5287ac;margin-bottom:15px;display:block;font-family: 'Oxygen', sans-serif;font-weight:400}
.event-item-content span a{font-size:13px; color:#5287ac;display:inline-block;font-family: 'Oxygen', sans-serif;font-weight:400}
.event-item-content span a:hover{color:#000}
.event-item-content p{font-size:14px; color:#606060;}
.blog-item-content a,.event-item-content p a{font-size:15px;color:#028dd0;padding:0 5px}
.event-item-content a.button{font-size:15px; color:#0b3247;margin:10px 0 5px 0;min-width:205px;border-color:#0b3247;}
/*--------------------------------  NEWS PAGE  ---------------------------------------*/
.feature-news{width:100%; float:left; margin-bottom:20px}
.news-list {width: 100%;margin: 10px 0px 0px;border-bottom: 1px solid #eaead8; float:left}
.news-items {width: 100%;height: auto;float: left;background: #f7f7f7; margin-bottom:30px}
.news-items .news-item-image {width: 11%;height:auto;float:left;background:#8f8f8f;text-align:center;padding:8px 0}
.news-items .news-item-image img {vertical-align:middle;}
.news-items .news-item-content{width: 89%;height:auto;float:right;padding:12px 21px}
.news-item-content h5 {color:#028dd0;display:inline-block}
.news-item-content h5 a{font-size:20px; color:#028dd0;font-family: 'Oxygen', sans-serif;font-weight:700;margin-bottom:15px;display:inline-block}
.news-item-content h5 a:hover{color:#000;}
.news-item-content span{font-size:16px; color:#5287ac;margin-left:15px;display:inline-block;font-family: 'Oxygen', sans-serif;font-weight:700;}
.news-item-content p{font-size:15px; color:#606060;}
.news-item-content p a{font-size:15px;color:#028dd0;padding:0 5px}

/*--------------------------------  FORUM  ---------------------------------------*/
.feature-forum {  width: 100%;  height: auto;  float: left;  padding-bottom: 35px;  border-bottom: 1px solid #EAEAD8;  margin-bottom: 25px;}
.feature-forum .forum-name{width:43%; height:auto; float:left; padding:6px 0;border-right:1px solid #fff}
.feature-forum ul li .forum-name{ height:auto; float:left; background:url(../img/forum-name-icon.png) left 1px center no-repeat;}

.feature-forum .forum-topic{width:13%; height:auto; float:left; text-align:center; padding:6px 0;border-right:1px solid #fff}
.feature-forum .forum-post{width:13%; height:auto; float:left; text-align:center;padding:6px 0;border-right:1px solid #fff}
.feature-forum .forum-reply{width:31%; height:auto; float:left;text-align:left;padding:5px 0 5px 8px;}
.feature-forum ul{width:100%; height:auto; float:left; margin:0px;}
.feature-forum ul li{width:100%; height:auto; float:left; margin:0px;  padding:0px 15px;  border-bottom:1px solid #eeeeee;}
.feature-forum ul li:nth-child(odd){background:#fcfcfc;}
.feature-forum ul li:nth-child(even){ background:#ffffff;}
.feature-forum ul li a{color:#028dd0; font-size:15px; font-family: 'Oxygen', sans-serif;font-weight:400;}
.feature-forum ul li p a{color:#f7483b; font-size:14px;}
.feature-forum ul li p{font-size:14px; padding-top:0px ;line-height: 15px; color:#5f5f5f}
.feature-forum ul li p span{color:#b9b9b9;}
.feature-forum ul li .forum-topic, .feature-forum ul li .forum-post,.feature-forum ul li .forum-reply{padding:11px 0 11px 8px;}

.feature-forum .forum-title{width:100%; height:auto; float:left; background:#f6f6f0; color:#ffffff; padding:0px 15px; border-bottom:none;}
.feature-forum p{margin:0px; color:#303d4d; font-size:17px;font-weight:700; }

.frm-topic{width:172px; height:auto; color:#03c8fa;font-family: 'Oxygen', sans-serif;font-weight:700; background:#ffffff url(../img/topic-but-bg.png) left 33px center no-repeat; border:1px solid #c9c9c9; border-radius:5px; padding:11px 0px 12px 62px; }
.feature-forum .forum-but{width:100%; height:auto; float:left; padding:0px 0px 22px 0px;}
.feature-forum .forum-but a.button{padding:13px 27px; border-color:#5287ac;}
.feature-forum .forum-but p a{ font-size:15px;color:#5287ac }
.feature-forum .forum-but a.secondary{margin:0px 15px 0px 0px;}
.feature-forum .forum-but p{width:auto; height:auto; float:left; display:inline-block; margin:14px 0px 0px 0px; font-size:15px; color:#000;} 
/*--------------------------------  FAQS ---------------------------------------*/
.feature-faqs{width: 100%;height: auto;float: left;padding-bottom: 35px;border-bottom: 1px solid #EAEAD8;margin-bottom: 25px;}
.faq-main{width:100%; height:auto; float:left; padding-top:12px;}
.faq-question{margin-bottom:1px;}
.faq-question .question a { background: #939393; padding: 0 11px; height: 50px; line-height: 50px; color: #fff; font-family: 'Oxygen', sans-serif; font-weight: 700; font-size: 20px; margin:0px; display:block;}
.faq-details{display: block; background: #F7F7F7; padding: 25px 60px 25px 25px;}
.faq-question .question a:before {content: ''; width: 50px; background: #5287ac url(../img/faq-plus-icon.png) no-repeat 0px 0px; float: left; padding: 25px 0px; margin: 0px 10px 0px -10px;}
.faq-question .question a.active:before{background-position:-50px 0px;}


/*--------------------------------  MEDIA  ---------------------------------------*/
.feature-media {width: 100%;height: auto;float: left;padding-bottom: 25px;border-bottom: 1px solid #EAEAD8;margin-bottom: 25px;}
.accordion{padding-top:12px;}
p.literature-container {font-size:15px; margin: 10px 0px; color:#686868;padding:0px}
p.literature-container span.icon{margin: 0 5px 0 0;padding:0px}
p.literature-container span.name {margin: 0 3px 0 0;}
p.literature-container span.name a{text-decoration:underline;color:#028dd0;}

/*--------------------------------  GALLERY  ---------------------------------------*/
.feature-gallery{width: 100%; height: auto; float: left; padding-bottom: 35px; border-bottom: 1px solid #EAEAD8; margin-bottom: 25px;}

#photogalleryTable a{width:100%; float:left; padding-right:4%; margin-bottom:4px;}
#photogalleryTable a img{width:100%; height:auto;}

/*--------------------------------  BLOG and FAQ's  ---------------------------------------*/

.main{width:100%; height:auto; float:left; padding:20px 0px 95px; background:#f1f1f1; min-height:550px;}
.main .event-item-detail{width:100%; border-bottom:2px solid #cecece; margin-bottom:20px;}
.main h1{font-size:26px; line-height:50px; }
.feature-main{width:100%; height:auto; float:left; background:#fff; min-height:500px; padding:0px 15px;}
.contact-main{width:100%; height:auto; float:left; background:#fff; min-height:500px; padding:15px;}
.feature-main p{padding:0px;}
.booking-container h1{font-size:26px;}
.date .button{color:#000;}
.date .button:hover {color:#5287ac;}

.contact-main table tr:nth-of-type(even){background:none;}


.feature-blog{width: 100%; height: auto; float: left; padding-bottom: 10px; border-bottom: 1px solid #EAEAD8; margin-bottom: 25px;}
.blog-list {width: 100%;margin: 10px 0px 0px;float:left}
.blog-items {width: 100%;height: auto;float: left;background: #f7f7f7; margin-bottom:30px ;border-radius:0 0 5px 5px;position: relative;}
.blog-items .blog-item-image {width: 35%;height:auto;float:left;margin:1px 0;background:#fff;}
.blog-items .blog-item-image img {width: 100%;height:auto;}
.blog-items .blog-item-content{width: 65%;height:auto;float:left;padding:0 18px 18px 24px;min-height:227px;border-bottom:1px solid #fff;background: #f7f7f7}
.blog-item-content h5 a{font-size:20px; color:#5287ac;font-family: 'Oxygen', sans-serif;font-weight:700;margin-bottom:15px;}
.blog-item-content h5 a:hover{color:#000;}
.blog-item-content span{font-size:15px; color:#6d6d6d;margin-bottom:15px;display:block;font-family: 'Oxygen', sans-serif;font-weight:400;}
.blog-item-content p{font-size:15px; color:#606060;}
.blog-item-content p a{font-size:15px;color:#339933;padding:0 5px}
/*.blog-item-content a{font-size:15px; color:#ffffff;font-family: 'Oxygen', sans-serif;font-weight:700;margin-bottom:5px}*/

.blog-item-social{width:100%; float:left;height:auto;border-top:1px solid #fff;padding:5px 6px 4px 6px;background:#efefef;border-radius:0 0px 5px 5px }
.blog-social{width:auto; float:left}
.blog-social ul{width:auto; float:left;margin:0px}
.blog-social ul li{ display:inline-block;margin-left:9px;}
.blog-social ul li:first-child{margin-left:0;}
.blog-social ul li a{line-height:0px ;padding:0px;margin:0px}

.blog-comment{width:auto; float:left;margin-left:12px}
.blog-comment ul{width:auto; float:left;margin:6px 0 0 0}
.blog-comment ul li{ float:left; border-left:1px solid #cecece;padding:0 14px 0 9px;line-height:15px}
.blog-comment ul li img{ padding:0 5px 0 9px}
.blog-comment ul li{font-size:13px;color:#5387ac;font-family: 'Roboto', sans-serif;font-weight:400}
.blog-comment ul li a{font-size:13px;color:#747474;font-family: 'Roboto', sans-serif;font-weight:400}
.blog-comment ul li a:hover{text-decoration:underline}

.side-panel h4 {width: 100%; height: auto; float: left; background: #f7f7f7; color: #000; margin: 0px;  padding: 14px 30px; text-transform: uppercase; font-weight: 700; border: 1px solid #CCC7C7; border-bottom: none; border-radius: 5px 5px 0px 0px; }
.side-panel ul { width: 100%; height: auto; float: left; margin: 0 0 30px; background: #fff; border: 1px solid #CCC7C7; border-top: none; border-radius: 0px 0px 5px 5px; }
.side-panel ul li { width: 100%;    padding-left: 20px; height: auto; float: left; border-bottom: 1px solid #CCC7C7; position: relative;     margin:0;      }
.side-panel ul li a { width: 100%; height: auto; float: left; color: #5287ac; font-size: 16px;     line-height:21px; padding: 10px 30px; font-weight: 700; }
.side-panel { margin-top:76px;}

.announcement-details h1{font-size:26px;}

/*CUSTOM*/
.answer ul { padding-left: 40px;}
.answer ul li { list-style: inherit; padding-bottom: 5px; }


/*--------------------------------  PAGINATION  ---------------------------------------*/
.pagination_navigation {width: 100%;float: left;margin: 0 auto;text-align: center;padding: 15px 0px;}
ul.pagination{width: auto;display: inline-block;margin: 0px;border-radius:2px;}
ul.pagination li{height:inherit;margin:0 4.5px; border-radius:4px;border:1px solid #c3c3c3;background:#d7d7d7;}
ul.pagination li a{width:43px;height:30px;line-height:30px; padding:0;font-size:14px;color:#2e4259;font-family: 'Roboto', sans-serif;font-weight:300; text-align:center;}
ul.pagination li.current a, ul.pagination li.current button{background:#578baf;}
.pagination_navigation ul li.unavailable a{padding:0px 12px;}
.pagination_navigation ul li.arrow a em{font-size:19px;color:#7d7d7d;}
.pagination_navigation ul li.arrow a:hover{background:#0a91d1;}
.pagination_navigation ul li.arrow a:hover i{;color:#fff;}
/*--------------------------------  STOREE  ---------------------------------------*/

.feature-store{width: 100%; height: auto; float: left; padding: 30px 0; border-top: 1px solid #EAEAD8; margin: 25px 0;}
.feature-store .view-cart {width: 100%;height: auto;float: right;}
.feature-store p{font-size:14px;color:#2c2c2c;text-transform:uppercase;margin-bottom:12px;}
.feature-store p a{color:#578baf;text-transform:uppercase;}
.feature-store .view-cart p {font-family: 'Roboto', sans-serif;font-weight:300;text-transform: uppercase;font-size: 14px; margin-bottom:15px; color:#2c2c2c;text-align:right}
.feature-store .view-cart a {color:#578baf; padding:3px 13px 7px 13px;width: auto;margin-left:12px}
.feature-store .wc_shop {width:100%;margin:15px 0 ;background: #fff; float:left; border:2px solid #99b4ca; padding:15px 15px 15px 13px;border-radius: 0px;}

.products ul.productList{width:100%; float:left;}
.products ul.productList li{width:50%; height:auto; float:left;}
.wc_shop .shop-images{width:100%; float:left;}
.wc_shop .shop-images img{width:100%;height:auto; }
.wc_shop .shop-description{width:100%; float:left; padding-top:37px;min-height:117px; max-height:117px;}
.wc_shop .shop-description h2 a{font-size:16px ;width:100%; text-align:center;  color:#5287ac; text-transform:uppercase; font-weight: 700; display:block;}
.wc_shop .shop-description p.new-price{width:auto; text-align:center; font-size:16px; color:#2c2c2c; margin-bottom:0px; font-weight: 700;}
.wc_shop .shop-description p.old-price{width:auto; text-align:center; font-size:14px; color:#a3bfc6;margin-bottom:8px;text-decoration: line-through;}




/*--------------------------------  PRODUICT DETAIL  ---------------------------------------*/
.feature-poplet{width: 100%; height: auto; float: left; padding: 30px 0; border-top: 1px solid #EAEAD8; margin: 25px 0;}
.product-detail{width:100%; float:left; height:auto; background:#f2f5f8; padding:37px 0}
.feature-poplet figure{padding:10px 0;text-align:center;}
.feature-poplet figure img{vertical-align: middle;text-align: center;}
.pro_detail_des{padding:0 0 0 15px;}
.pro_detail_des h2{margin-bottom:20px;line-height:24px;letter-spacing:2px;}
.pro_detail_des h2 a{font-size:24px; color:#2c2c2c;font-weight:700;text-transform:uppercase; margin-bottom:20px;line-height:24px;letter-spacing:2px;}
.pro_detail_des h2 a:hover{color:#028dd0;}
.pro_detail_des p{font-size:15px; color:#2c2c2c; float:left;width:100%;font-family: 'Roboto', sans-serif;font-weight:400}
.pro_detail_des p a{font-size:15px; color:#0a91d1;text-decoration:underline;float:right}
.pro_detail_des p a:hover{color:#939393}
.pro_detail_des h6{font-size:15px; color:#2c2c2c;font-weight:700;}
.pro_detail_des span{font-size:16px;color:#2c2c2c;font-family: 'Roboto', sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:25px;display:block}
.feature-poplet .chosen-container-single .chosen-single span{font-size:15px;font-family: 'Oxygen', sans-serif;font-weight:400;text-transform:capitalize;color:#2c2c2c}


.select-handover{width:100%; float:left}
.item_quantity{width:100% ;float:left;height:auto;margin:25px 0 15px 0; }

.item_quantity span{font-size:15px;color:#2c2c2c;font-family: 'Roboto', sans-serif;font-weight:300;display:inline-block;text-transform:capitalize; letter-spacing:0px;margin:10px 15px 0 0}
.item_quantity input{width:42px ;height:42px ;display:inline-block;margin:0px}
.item_quantity a{margin:0px}
/*==========     BUTTON     ==========*/
.button-scheme{width:100%; height:auto; float:left; padding:20px 0px 20px 0px;}
.button-class{width:100%; height:auto; float:left;}
.button-class ul{width:100%; height:auto; float:left; margin:0px;}
.button-class ul li{width:auto; height:auto; float:left;margin-bottom:15px;margin-right:15px;}

/*==========     BUTTON     ==========*/
button, .button { text-decoration: none;width:auto; text-transform:uppercase; min-width:137px; padding:9px 12px; font-size: 13px;background: #5287ac; color: #FFF; border-radius:0px ;margin:0px; font-family: 'Oxygen', sans-serif; font-weight:700; border:2px solid #99b4ca}
button:hover, button:focus, .button:hover, .button:focus { background:#b8b8af; color:#fff;border-color:#b8b8af}

input[type="submit"], #catshopbuy{text-decoration: none; width: auto; text-transform: uppercase; min-width: 137px; padding: 9px 12px; font-size: 13px; background: #5287ac; color: #FFF; border-radius: 0px; margin: 0px; font-family: 'Oxygen', sans-serif; font-weight: 700; border: 2px solid #99b4ca; cursor:pointer;}
input[type="submit"]:hover, input[type="submit"]:focus, #catshopbuy:hover, #catshopbuy:focus{background: #b8b8af; color: #fff; border-color: #b8b8af; }

button.secondary, .button.secondary {background:transparent;  color:#5287ac; border:2px solid #99b4ca  }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color:#b8b8af;border-color:#b8b8af;background:#fff;}

button.large, .button.large{padding:14px 10px; font-size:15.6px}
button.small, .button.small{font-size: 12px;padding: 9px 15px;min-width: 158px;font-weight: 600;}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image:url(../img/logo-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    z-index: 9999;
} 

.productList, .productList ul{width:100%; height:auto; float:left;}
.product-main{width:100%; height:auto; float:left; background:#fff; padding:40px 15px;}
.product-remove a:link, .product-remove a:visited{background:url(../img/cart-remove.png) no-repeat; width:24px; height:24px; float:left;}
table.webform tr.even, table tr.alt, table.webform tr:nth-of-type(even){background:none;}

#form-login form label{display:inline-block !important;}
/*======== custom css ========*/
footer h4 {  font-size: 27px;}
h2.lead {  font-size: 20px;}
.contact-main li  h3 {  font-size: 18px;}
.all-event h2 {  text-align:justify;color: #6a6a6a;  font-family: "Oxygen",sans-serif;  font-size: 18px;  font-weight: 300;  line-height: 1.6;  margin-bottom: 1.25rem;  text-rendering: optimizelegibility;}
#events ul li h3 {  font-size: 17px;  text-align: justify;}
#events h1,.travel-tour-title h1{  color: #5287ac;  margin-bottom: 3px;  font-size: 30px;  font-family: "Oxygen",sans-serif;  font-weight: normal;  line-height: 1.4;  margin-top: 0.2rem;  text-rendering: optimizelegibility;  padding: 0;  outline: medium none;    text-transform: none;}
.margin-10 {  margin-bottom: 5px;  margin-top: 5px;}
.medium-12.columns.margin-10 > img {  height: auto;  width: 100%;}
.right-need > h3 {  font-size: 20px;  margin: 0;}
.travel-list [class*="column"] + [class*="column"]:last-child {  float: left;}
.footer-social > p,.footer-detail>p{  color: #fff;  font-size: 16px;  font-weight: 900;  margin-bottom: 32px;}
.footer-top .footer-form>p {  color: #fff;  font-size: 16px;  font-weight: 900;  margin-bottom: 0px;}
.footer-form>p {  color: #000;  font-size: 18px;  font-weight: 900;  margin-bottom: 32px; }
.contact_no a {  color: #5287ac;  font-size: 30px;  font-weight: 300;}
p.contact_no{margin-bottom:0;}

/*====BOTTOM SLIDER IMAGE CSS*/
.deals-all .deal-item:nth-child(2), .deals-all .deal-item:nth-child(5)>img{
    max-width:442px !important;
    max-height:243px !important;

}

.deals-all .deal-item:first-child, .deals-all .deal-item:last-child>img{
    /*max-width:382px !important;*/
    max-width:100% !important;
    max-height:243px !important;
}

.deals-all .deal-item:nth-child(3), .deals-all .deal-item:nth-child(4)>img{
    /*max-width:315px !important;*/
    max-width:100!important;
    max-height:243px !important;
}

.webapp-item-ht{
    height: 500px;
}


@media(max-width: 1280px){


    .search-form form{position:absolute;right:0px;top:0px}
    .top-bar-section{/*padding-right:45px;*/}
    .home-deals .slick-prev{left:-45px;}
    .home-deals .slick-next{right:-45px;}
    .delas-main{padding:0 45px}
    .home-deals .slick-prev, .home-deals .slick-next{height:35px;width:35px }
    .delas-main .wc_deal{min-height:227px; max-height:227px}
    .delas-main .wc_deal img{height:227px}
    .delas-main .wc_deal:hover .deal-overlay{ padding-top:50px; }

    /*custom*/
    
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 32px;}
    .service-item h3 {  min-height: 85px;}

}

@media(max-width: 1065px){
     /*custom*/
    
     .top-bar-section ul li > a{font-size:14px;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 32px;}
    .service-item h3 {  min-height: 85px;}

    
}
@media(max-width: 1024px){


    .home-deals .slick-prev{left:-5px;}
    .home-deals .slick-next{right:-5px;}
    .travel-service{padding:15px 0 45px 0}
    .right-need{padding:0 0 16px 4px}
    .tour-bottom-right>h5{padding-top:14px;}
    .dep-date{width:46%; float:left;margin-right:4%}
    .but-book{width:46%;float:left;margin-top:25px;margin-left:4%}
    .travel-content{min-height:235px;}
    .src-date .medium-6{width:100%; margin-bottom:15px;}
    .travel-title input[type="submit"]{width:100%; margin:15px 0;max-width:145px}
    .travel-title label{min-height:40px}
    
    /*custom*/
    h5 {  font-size: 16px;}
    
     .top-bar-section ul li > a{font-size:13px;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 32px;}
    .service-item h3 {  min-height: 85px;}

}


@media(max-width: 991px){


    .usa-flag{margin-left:15px}
    .slider-cap{top:18%;}
    .right-div-title h4{font-size:20px;}
    .top-bar-section .menu{margin-right:0px;}
    .head-detail ul li:first-child{display:none;}
    
     /*custom*/
    .top-bar-section ul li > a{font-size:12px;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 32px;}
    .service-item h3 {  min-height: 85px;}

}


@media(max-width: 940px){


    .top-bar-section li:not(.has-form) a:not(.button){font-size:14px; padding:0 8px}
    .top-bar .name img{width:175px;}
    .top-bar-section{padding-right:20px;}
    .head-detail ul li{padding-right:8px; margin-right:8px;}
    .hero .slick-prev, .hero .slick-next{top:65%}
    .slider-cap{top:25px;}
    .slider-cap h1{font-size:26px}
    .service-item h5{height:16px;}
    .happy-title{padding:30px 0 100px 0}
    .happy-slider .slick-prev, .happy-slider .slick-next{top:26%}
    .footer-detail h3 a{font-size:20px;}
    .interior_content .side_panel{padding-left:0px}
    .right-div{padding:20px 16px }
    .right-div-title em{margin-right:6px}
    .event-item-date p, .event-item-date h5{font-size:24px}
    .feature-forum .forum-but p{width:100%;margin-bottom:20px}
    .blog-comment ul li{padding:0 5px}
    .blog-comment ul li img{padding:0 3px 0 0}
    .blog-comment, .blog-social ul li{margin-left:5px}
    .blog-comment ul li a{font-size:10px}
    .tour-bottom-right p{font-size:14px;}
    .dep-date h5{font-size:15px}
    .travel-title select{font-size:12px;padding-left:5px;}
    .item_quantity a {margin: 12px 0px 0px;}

    /*Custom */
    .primary_navigation{padding:0;}
    .service-item h3{min-height:69px;font-size:16px;}
    .service-item p{min-height:97px;}
    .contact_no a {  font-size: 26px;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 0px;}

}


@media(max-width: 876px){
     /*custom*/
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 0px;}
    .top-bar-section ul li > a{font-size:12px ;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 0px;}
    .service-item h3 {  min-height: 85px;}
}

@media(max-width: 799px){

    .head-detail ul li:nth-child(1){display:none}
    .delas-main .wc_deal:hover .deal-overlay{ padding-top:35px; }
    .right-need h3{font-size:28px;}
    .feature-forum p{font-size:14px;}
    
    /*custom*/
    .top-bar-section li:not(.has-form) a:not(.button) {  font-size: 12px;}
    .slider-cap b{font-size:26px !important;}
     h1{font-size:26px !important;}
    .button-border { margin: 0 25%;  }
    .margin-10 {  padding: 0;}
    .travel-image {  height: auto;}
    .travel-item {  min-height: auto;}
    .interior_content .side_panel{max-width:100%;}
    h5 {  font-size: 12px;}
    
    .service-item h3{font-size:13px;margin:0;}
    .service-item figure{margin-top:7px;}
    .service-item p{min-height:98px;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 0px;}


}


@media(max-width: 767px){


    .top-bar-section li:not(.has-form) a:not(.button) {font-size: 12px;padding: 0 8px; text-transform: capitalize;}
    .deals-all .wc_deal{width:50% !important; border:1px solid #fff;}
    .home-deals{padding:35px 0 40px;}
    .footer-top .tow_column{width:100%;margin:15px 0}
    .footer-social{float:right;}
    .interior_content .content_area{width:100%;margin-bottom:25px;z-index: 9999;}
    .interior_content .side_panel{width: 100%;padding-left: 15px;margin-bottom: 25px;max-width: 390px;float: none !important; margin: 0 auto;}

    .narrow-search, .src-country, .src-date, .src-day{width:50%}
    .src-day{padding:0 18px;}
    .travel-content{min-height:235px;}
    .src-date .medium-6{width:50%; margin-bottom:0px;}
    .travel-title input[type="submit"] {  width: 95px;  margin: 40px 0 0 6px;  max-width: inherit;}
    .travel-title label{min-height:20px}
    .src-day span{width:130px;}
    .travel-title .src-day select{width:120px}
    .cart-item.product-remove{width:9%;}
    .product-title{width:46%; padding-right:5px;}
    .product-remove a:link, .product-remove a:visited{width:20px; height:20px; background-size:cover; float:right;}
    .cltax, .product-tax{display:none;}
    .clprice, .clcost, .clremove{width:13%;}
    .product-price{width:14%;}
    .clqty, .product-qty, .product-total{width:15%;}
    .head-detail ul li:nth-child(2){display:none;}
    .head-account ul li a{padding:0 6px;}
    .head-account{padding-right:10px;}
    
    /*custom*/
    .slider-cap b{font-size:26px !important;}
    h1{font-size:26px !important;}
    .button-border { margin: 0 25%;  }
    .margin-10 {  padding: 0;}
    .travel-image {  height: auto;}
    .travel-item {  min-height: auto;}
    .interior_content .side_panel{max-width:100%;}
    h5 {  font-size: 12px;}
    .service-item a.button {  min-height: 62px;}
    
    .service-item h3{font-size:13px;margin:0;}
    .service-item figure{margin-top:7px;}
    .service-item p{min-height:121px;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 0px;}
    .content_list {  padding-left: 0;}


}


@media(max-width: 641px){


    .top-bar.expanded .title-area{background:none;}
    .top-bar-section .menu{width:100%}
    .top-bar .toggle-topbar.menu-icon a {height: 44px;padding:0px;color: #5287AC;border: 2px solid #5287AC;border-radius: 5px;top: -6px;width: 50px;}
    .top-bar .toggle-topbar.menu-icon a span::after {margin-top: -7px;box-shadow: 0 0 0 1px #5287AC, 0 7px 0 1px #5287AC, 0 14px 0 1px #5287AC;}
    .search-form form {right: 75px;  top: 77px; position:fixed; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
    .top-bar-section li:not(.has-form) a:not(.button) {font-size: 18px;  padding: 3px 2px;}
    .top-bar-section .has-dropdown > a:after{font-size:28px;-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg); transform: rotate(270deg);margin-top:9px}
    .top-bar-section .dropdown li.title h5 a {color: #787878;display: block;text-transform: uppercase;}
    .hero .slick-prev, .hero .slick-next{display:none !important;}
    .slider-cap p {font-size: 16px;margin-bottom: 14px;}
    .service-item h5{height:inherit;}
    .service-item{margin-bottom:20px}
    .delas-main{padding:0 35px}
    .footer-copyright p{width:100%;margin-bottom:16px}
    .footer-bottom{text-align: center;padding:20px 0}

    .blog-comment ul li{padding:0 8px}
    .blog-comment ul li a,.blog-comment ul li{font-size:10px}
    .pro_detail_des{padding:0px}
    .travel-list-bottom h5{font-size:14px; min-width:78px}
    .travel-list-bottom a.button{min-width:80px}
    .service-all{width:100%; float:none;display:block;margin:0 auto;max-width:360px}

    table.forum .icon{width:25px;margin-top:5px;}
    table.forum td{padding:9px 5px !important}
    table.forum .icon img{width:100%}
    table.forum .forum{margin:0 0 0 30px;}
    table.forum .forum h3 {font-size:20px;line-height:20px}
    table.forum td.lastpost{width:20px !important ;}
    table.forum td.posts{width:20px !important;}
    table.forum td.topics{width:20px !important;}
    table.forum td.name{width:40% !important ;}
    .top-bar-section .menu, .top-bar-section .dropdown{padding-top:20px;}
    .search-form form.form-top{top:33px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
    .travel-item{min-height:775px;}
    .top-bar-section ul li > a{line-height:25px !important;}

    #outerImageContainer {  max-width: 90%; overflow: hidden;max-height:285px !important}
    #imageDataContainer { max-width: 90%;overflow: hidden;}
    #lightboxImage { max-width: 100%;}

    /*custom css*/
    .top-bar-section .dropdown li {  height: auto;  width: 96%;}
    
    .slider-cap b{font-size:26px !important;}
    h1{font-size:26px !important;}
    .button-border { margin: 0 25%;  }
    .margin-10 {  padding: 0;}
    
    .travel-image {  height: auto;}
    .travel-item {  min-height: auto;}
    .interior_content .side_panel{max-width:100%;}
    
    .top-bar-section {  padding-top: 0;}
    .service-all {  max-width: 100%;  padding: 25px 0;}
    .primary_navigation{padding:0}
    .service-item h3{margin-bottom:0;min-height: unset;}
    .service-item p {  margin-bottom: 5px;  min-height: 0;  width: 100%;}
    .service-item figure {  margin-top: 15px;}
    .service-item a.button {  margin-bottom: 15px;  min-height: 43px;}
    .top-bar-section .right.menu {  margin-right: 0;  padding-top: 0px;}
    .content_list {  padding-left: 0;}


}


@media(max-width: 599px){


    .deal-overlay p{display:none;}
    .deal-overlay a{margin-top:8px;}
    .blog-post h2.post-title, .booking-container h1, .announcement-details h1{font-size:24px;}  
    .features_content_area h1{font-size:24px; font-weight:400;} 
    p{font-size:16px !important;}
    .travel-item{min-height:818px;}
    .main h1{font-size:24px; line-height:30px;}
    .head-detail ul li:nth-child(3){display:none}
    
    /*Custom*/
    .travel-item {  min-height: 621px;}
    
    .top-bar-section {  padding-top: 0;}
    .service-all {  max-width: 100%;  padding: 25px 0;}
    .primary_navigation{padding:0}
    .service-item h3{margin-bottom:0;min-height: unset;}
    .service-item p {  margin-bottom: 5px;  min-height: 0;  width: 100%;}
    .service-item figure {  margin-top: 15px;}
    .service-item a.button {  margin-bottom: 15px;  min-height: 43px;}
        .content_list {  padding-left: 0;}

}

@media(max-width: 567px){


    .slider-cap p {display:none}    
    .slider-cap h1{font-size:30px;}
    .slider-cap{top:20px;}
    .hero .button {width: 150px;font-size: 14px;}
    .button-border {width: 150px;font-size: 14px;}
    .service-all{padding-top:0px}

    .blog-comment ul li{padding:0 5px}
    .blog-comment ul li a{font-size:9px}
    .delas-main .wc_deal, .blog-items .blog-item-image{width:100%;}
    .blog-items .blog-item-content{width:100%;padding:20px 15px}
    .blog-comment ul li img{display:none;}
    .event-item-date p, .event-item-date h5 {font-size: 18px;line-height: 27px;}
    .item_quantity a {margin: 0px;min-width: 100px;margin-top: 5px;}
    .dep-date{width:100%; float:left;margin-right:0%}
    .but-book{width:100%;float:left;margin-top:0px;margin-left:0%}
    .tabs .tab-title > a{min-width:inherit; padding:8px 11px; font-size:14px}
    .tabs .tab-title > a em{font-size:15px;margin-right:5px;}
    .travel-list .column{width:100%;}
    .travel-full .column{width:100%;}
    .src-day span, .travel-title .src-day select{width:100%;}
    .src-date .medium-6{width:100%; margin-bottom:15px}

    .travel-title input[type="submit"]{width:100%; margin:15px 0}

    h1{ font-size:26px;}
    h2, .travel-tour-title h2{font-size:28px; }
    h3{font-size:20px;}
    h4{font-size:20px;}

    table.forum .forum h3 {font-size:14px;line-height:20px}
    table.forum .icon{width:25px;margin-top:5px;}
    table.forum td{padding:9px 5px !important}
    table.forum .icon img{width:100%}
    table.forum .forum{margin:0 0 0 30px;}
    table.forum .forum h3 {font-size:14px;line-height:20px}
    table.forum td.lastpost{width:20px !important ;}
    table.forum td.posts{width:20px !important;}
    table.forum td.topics{width:20px !important;}
    table.forum td.name{width:40% !important ;}

    .travel-item{min-height:inherit;}
    .tour-slider .slider-nav{height:94px;}
    #outerImageContainer {max-height:255px !important}
    #outerImageContainer>#imageContainer>img {position:absolute;top:0px;left:0px;}
    
    /*custom */
    .slider-cap b{font-size:26px !important;}
    h1{font-size:26px !important;}
    .button-border { margin: 0 25%;  }
    .margin-10 {  padding: 0;}
    .service-all{max-width:80%;}
    
    .top-bar-section {  padding-top: 0;}
    .service-all {  max-width: 100%;  padding: 25px 0;}
    .primary_navigation{padding:0}
    .service-item h3{margin-bottom:0;min-height: unset;}
    .service-item p {  margin-bottom: 5px;  min-height: 0;  width: 100%;}
    .service-item figure {  margin-top: 15px;}
    .service-item a.button {  margin-bottom: 15px;  min-height: 43px;}
    .content_list {  padding-left: 0;}

    .slider-btn{
        display: none;
    }


}


@media(max-width: 479px){
.oz-Footer-telLink {
  
    display: none;
}
.travel-tour-title h1{
  font-size: 18px !important;
}

    .head-detail ul li{border: none;float: none;display: block;margin: 0 auto;text-align: center;}
    .head-detail, .social-nav{width:100%;display:block;margin:0 auto;float:none;}
    .head-detail ul li p{display:inline-block;text-align:center;}   
    .social-nav ul{width: auto;  display: block;margin: 0 auto; text-align: center;}
    .social-nav ul li{float: none;display:inline-block;margin: 0 auto;text-align: center;}
    .footer-top .tow_column .column{width:100%;margin-bottom:20px}
    .footer-social, .footer-detail{float:left;}
    .about-team .column, .products ul.productList li{width:100%;}
    .event-items .event-item-content, .news-items .news-item-content{width:100%;}
    .event-item-date{position:inherit}
    .event-item-date p, .event-item-date h5{width:50%; float:left}
    .event-items .event-item-image, .news-items .news-item-image{width: 100%;float: left;max-width: 135px;} 
    .feature-forum .forum-but a.button {padding: 13px 10px;min-width: 72px;font-size: 12px;}
    .feature-forum .forum-name{width:30%;}
    .feature-forum .forum-reply{width:30%;}
    .feature-forum .forum-post{width:20%;}
    .feature-forum .forum-topic{width:20%;}
    .feature-forum p, .feature-forum ul li p{font-size:12px !important;}
    .pagination_navigation ul li a{width:30px;}
    .narrow-search, .src-country, .src-date, .src-day{width:100%;}
    .src-country{padding:0 18px}
    .arrow-right{display:none;}
    .footer-top{text-align:center;}
    .footer-top h6{margin:0px 0 15px 0}
    .footer-social, .footer-detail{float:none;}
    .footer-form input[type="submit"]{float:none;display:inline-block}
    .search-form{display:none;}
    .src-date .wc_date{padding:0px 10px;}
    .tour-slider .slider-nav{position:inherit; float:left; background: rgba(0,0,0,0.8);}    
    .tour-slider .slider-for{margin-bottom:-2px;}
    .blog-post h2.post-title{font-size:18px;}   
    .feature-forum .forum-but a.secondary{margin-right:8px;}
    .feature-store .view-cart a{display:block;} 
    .form-container input#FirstName, .form-container input#LastName, .form-container input#EmailAddress, .form-container input#Company, .form-container input#WorkPhone, .comment-form input.cat_textbox_small,             .comment-form textarea{width:100%;}
    p{font-size:14px !important;}
    /*.tour-slider .slider-for img{max-height: 155px;}*/
    .team-full .small-6{width:100%;}
    .travel-image, .travel-image img{height:auto;}
    .head-account{width:100%; text-align:center; padding-top:8px;}
    .head-account ul{width: auto; height: auto; margin: 0 auto; display: inline-block;}
    .deals-all .wc_deal {width: 100% !important;}

    #outerImageContainer {max-height:150px !important}

    /*custom css*/
    .top-bar-section .dropdown li {  height: auto;  width: 96%;}
    .slider-cap b{font-size:26px !important;}
    h1{font-size:26px !important;}
    .button-border { margin: 0 25%;  }
    .margin-10 {  padding: 0;}
    .tour-slider .slider-for img {  max-height: 100% !important;}
    
    .top-bar-section {  padding-top: 0;}
    .service-all {  max-width: 100%;  padding: 25px 0;}
    .primary_navigation{padding:21px;}
    .service-item h3{margin-bottom:0;min-height: unset;}
    .service-item p {  margin-bottom: 5px;  min-height: 0;  width: 100%;}
    .service-item figure {  margin-top: 15px;}
    .service-item a.button {  margin-bottom: 15px;  min-height: 43px;}
    .content_list {  padding-left: 0;}

}

#tabs-1 li {  color: #8a8a8a;  font-size: 15px;  font-weight: 300;  list-style: inside none disc;  padding-left: 15px; }
#tabs-1 ul { padding-top: 10px;   }
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {  height: 24px !important;  }
.stButton .stButton_gradient { height: 24px !important; }
.post-body a {
  color: #a8462b;
}
.post-body {
  float: left;
    margin-top:30px !important;
}

.hp_slider_title {
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
    font-size : 20px;
}

.downloadable_plan {
  position: fixed;
  right: -83px;
  top: 260px;
  transform: rotate(-90deg);
  z-index: 9999;
}


.downloadable_plan > a {
  background: rgb(3, 24, 35) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 18px;
}

.downloadable_plan > a:hover {
  background: rgb(82, 135, 172) none repeat scroll 0 0;
}
#tabs-1 > img {
  float: left;
  margin-bottom: 10px;
  margin-right: 25px;
}
.oz-Footer-tel {
  background: #000016;
  bottom: 0;
  color: rgb(255, 255, 255);
  height: 10px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100;
}
.oz-Footer-telLink {
  background-image: url('../images/bg-footer-tele.png');
  bottom: 0;
  cursor: pointer;
  font-family: "RobotoBold",arial,sans-serif;
  font-size: 15px;
  height: 47px;
  line-height: 1;
  position: absolute;
  right: 5.4rem;
  text-align: center;
  text-decoration: none;
  width: 248px;
}
.oz-Footer-telLink {
  color: rgb(255, 255, 255);
  padding-top: 15px;
  vertical-align: middle;
}
.medium-4.column.side_panel {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px;
}
.phone_num > a {
  color: #337DAC;
  font-size: 22px;
}
.phone_num {
  float: right;
}

.faq-link a {
    color: #5287ac;
    font-size: 18px;
    letter-spacing: 1px;
}
.faq-link {
    float: left;
    /*width: 50%;*/
    text-align: right;
    padding-right: 47px;
}
.phone_num .fa {
  display: inline-block;
  font: expanded x-large/1 FontAwesome;
  text-rendering: initial;
      margin-right: 4px;
      
}
#searchForm label {
  display: block;
  margin: 10px 0;
  text-align: left;
}
#searchForm .select2-container .select2-search--inline .select2-search__field {
  border: medium none;
  box-sizing: border-box;
  font-size: 87%;
  margin-top: -5px;
  padding: 0;
}
.contact-form {
  border: 1px solid #cccccc;
  padding: 10px;
}

.service-all > div > div > div:nth-child(3) .service-item {
  background: #eeeeee none repeat scroll 0 0;
  border: 1px solid #cccccc;
  border-radius: 9px;
  padding: 10px;
}
.tour-tab-content ul li {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 300;
     list-style: inside none disc;
}
.tour-tab-content ul {
    margin-bottom : 10px;

}
.ty-logo-img {
  margin: 25px auto;
  width: 11%;
}
.footer.ty-footer {
  margin-top: 30px;
  padding-top: 20px;
}
.posts-ty {
  float: left;
  margin: 40px 0 0;
}
.blog-image-ty {
  text-align: center;
}

.tit-post-ty {
  margin: 15px 0;
  text-align: center;
}

#contact_support_button {
    position: fixed;
    right: -80px;
    top: 40%;
    z-index: 1;
     transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;

    color: #ed217c;
}
#contact_support_button a {
    background-color: rgb(51, 154, 99);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    padding: 9px 10px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    width: 200px;
}
#contact_support_button a:hover {
    background-color: rgb(0, 179, 81);

    text-decoration: none;
    width: 200px;
}
.medium-4.column.contact-4m {
    float: right;
}
.medium-8.column.contact-txt {
    float: left;
}
.contact-txt li {
    list-style: inside;
    margin-bottom: 2px;
}
.land-body {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.rules-pdf {
  border: 1px solid #cccccc;
  margin-top: 25px;
  padding: 5px;
    background: #eeeeee none repeat scroll 0 0;
}
.rules-pdf > a {
  color: #000000;
  font-size: 17px;
  padding-top: 12px;
  position: absolute;
}
.image-christmas {
  margin: 0 auto 30px;
  text-align: center;
  width: 60%;
}
.contact-txt li {
  font-size: 15px;
}
.land-form li {
  list-style-type: initial;
  margin-bottom: 10px;
  margin-left: 20px;
}
.land-form {
  float: left;
  margin-bottom: 30px;
}
.g-recaptcha {
 position: relative; 
    float: left;
}



.gh1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}



.buttongr {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.buttongr:hover {
  background: #06D85F;
}

.overlaygr {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.overlaygr:target {
  visibility: visible;
  opacity: 1;
}

.popupgr {
  margin: 150px auto;
  padding: 40px 20px 20px 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupgr h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupgr .closegr {
  position: absolute;
  top: 0px;
  right: 40px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupgr .closegr:hover {
  color: #06D85F;
}
.popupgr .contentgr {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .boxgr{
    width: 70%;
  }
  .popupgr{
    width: 70%;
  }
}


a.button-border.toscroll.first-btn{
  margin-top: 100px;
}


#contact_support_button{
  display: block;
}





@media screen and (max-width: 667px){
  
  .phone_num .fa{
		font-size: 18px;
	}

	.phone_num > a{
		font-size: 18px;
	}
	.phone_num {
		float: left;
	}
	
	
  #contact_support_button{
  display: none;
}

.webapp-item-ht {
    height: 375px;
}

.hp_slider_title{
  font-size: 12px;
  background: #5287ac;
  width: fit-content;
  padding: 0px 10px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
}
div#st-2 {
    display: none;
}
}