
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#333831;
    line-height:26px;
    margin:0;
    padding:0;
    font-weight:400;
    background-color:#f5f5f5;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
}

@media(min-width:1270px) {
    .container {width:1230px;}
}



a {
    color: #808596;
    text-decoration:none;
}
a:hover,
a:focus {
    color: #000;
    text-decoration:none;
}
a:focus {}

a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}
:focus{
    outline:0; /*removes the dotted border*/
}
a:hover, a:active, a:focus {
    outline: 0;
}

.left {
    float:left;
}
.right {
    float:right;
}

img {max-width:100%;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color:#bebebe;
}
:-moz-placeholder {
    color:#bebebe;
    opacity:1;
}
::-moz-placeholder {
    color:#bebebe;
    opacity:1;
}
:-ms-input-placeholder {
    color:#bebebe;
}
::-ms-input-placeholder {
    color:#bebebe;
}

::placeholder {
    color:#bebebe;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden; 
    overflow-y: scroll;
}

html,body{min-height:100%;margin:0;padding:0}

.mb-20 {margin-bottom:20px!important;}
.mb-30 {margin-bottom:30px!important;}
.mb-40 {margin-bottom:40px!important;}
.mb-50 {margin-bottom:50px!important;}
.mb-60 {margin-bottom:50px!important;}
.mb-70 {margin-bottom:50px!important;}
.mb-80 {margin-bottom:50px!important;}


body.site_overlay_visible {
    overflow: hidden;
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #222;
    font-weight:bold;
}

p {margin: 0 0 25px 0;}

.site-wrapper {background-color:#fff;margin:0 auto;max-width:1420px;box-shadow:0 0 25px rgba(0,0,0,.1);}

.button {
    display:inline-block;padding:6px 35px 4px 35px;font-size:15px;border-radius:2px;white-space:nowrap;text-align:center;
    transition:background-color .3s ease, color .3s ease, border .3s ease, box-shadow 0.3s ease, top 0.2s ease;
    font-size:14px;position:relative;
    top:0;
    border-radius: 0 12px 0 12px;

}
.button:hover {
    top:-2px;
}

.button.right_angle:after {content:'\f105';font-family:'FontAwesome';margin-left:10px;transform:translateX(0);}
.button.right_angle:hover:after {transform:translateX(2px);opacity:1;}

.button .icon {margin-right:10px;}

.button_orange {color:#fff;background:#339967;border:1px solid #1e985c;box-shadow:0 2px 0 #1c7c4c;}
.button_orange:hover {background-color:#f26421; border:1px solid #f27237; box-shadow:0 2px 0 #d65f28; color:#fff;}


.button_green {color:#fff;background:#339967;border:1px solid #2b9460;box-shadow:0 2px 0 #2b9460;}
.button_green:hover {background-color:#f26421;border-color:#ed5a15;color:#fff;box-shadow:0 2px 0 #ed5a15;}

.button_dark {color:rgba(255,255,255,.8);background:#339967;border:1px solid #1e985c;box-shadow:0 4px 0 #054124;font-weight:400;}
.button_dark:hover {background-color:#f26421;border-color:#f27237;color:#fff;}


.side_menu_header {padding:10px 20px 20px 20px;border-bottom:1px solid rgba(255,255,255,0.12);color:#fff;}
.side_menu_header h5 {font-weight:400;margin:0;color:#fff;font-size:16px;}
.side_menu_header .hide_mobile_menu {color:rgba(255,255,255,.9);display:inline-block;padding:0 18px;border:1px solid rgba(255,255,255,0.35);font-size:14px;border-radius:20px;}
.side_menu_header .hide_mobile_menu i.fa {margin-right:5px;}

.side_menu_header_inner {display:flex;align-items:center;justify-content:space-between;}

.side_menu_block {padding:20px;border-bottom:1px solid rgba(255,255,255,0.12);}

.site_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    opacity: 0.5;
    display: none;
}

.no-scroll {
    margin-right: 21px;
}

.push-nav-wrap {position:absolute;top:20px;bottom:20px;left:0;right:0;overflow-y:auto;}

.push-nav {
    line-height:24px;
    background:#1db368;
    position:fixed;
    width:440px;
    max-width:90%;
    min-height:100%;

    -ms-transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);

    top:0;
    left:0;

    visibility:hidden;

    border-left:1px solid #111;
    z-index:10000;

    -webkit-transition: transform 0.3s ease, visibilty 0s;
    -moz-transition: transform 0.3s ease, visibilty 0s;
    -o-transition: transform 0.3s ease, visibilty 0s;
    transition: transform 0.3s ease, visibilty 0s;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile_nav_visible .push-nav {
    transform:translateX(0);
    visibility:visible;
}


.push_nav_menu > ul {list-style-type:none;padding:0 0;margin:0;}
.push_nav_menu > ul > li {}
.push_nav_menu > ul > li > a {
    color:#fff;
    font-size:15px;
    color:rgba(255,255,255,0.9);
    font-weight:400;
    display:block;
    padding:5px 0;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    position: relative;
    padding-right:30px;

}
.push_nav_menu > ul > li > a:hover {color:rgba(255,255,255,1);}
.push_nav_menu > ul > li > a:hover,
.push_nav_menu > ul > li > a:link,
.push_nav_menu > ul > li > a:active {
    text-decoration:none!important;
}
.push_nav_menu > ul > li.has-sub-menu > a:after {
    right:0;
    position:absolute;
    color:#fff;
    font-size:18px;
    content: "\f105";
    font-family: FontAwesome;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}
.push_nav_menu > ul > li.has-sub-menu > a.open:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/** Mobile menu LEVEL - 2 **/
.push_nav_menu > ul ul {list-style-type:none;padding:0 0 0 20px;margin:0;display:none;}
.push_nav_menu > ul ul a {color:#fff;color:rgba(255,255,255,0.8);display:block;padding:4px 0;}
.push_nav_menu > ul ul a:hover {color:#fff;color:rgba(255,255,255,0.8);}


.site_search {
    position:absolute;
    top:40px;
    left:0;
    z-index:10000;
    width:100%;
    background:rgba(51,153,103,1);
    transition:all 0.3s 0.2s ease, visibility 0s ease;
    display:none;
}

.site_search_visible .site_search {display:block;}
.site_search_visible .site_overlay {opacity:0!important;}

.searchInput {padding-left:35px;background:#fff;position:relative;position:relative;}
.searchInput:before {content:'\f002';font-family:'FontAwesome';display:inline;left:20px;position:absolute;top:50%;transform:translateY(-50%);}

.searchInputContainer {padding:40px 0;position:relative;position:relative;}
.searchInputContainer:before {content:'';position:absolute;top:-8px;right:20px;width:0;height:0;border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent rgba(51,153,103,1) transparent;}

.search_form {position:absolute;width:100%;left:0;height:100%;}

.site_search input[type="text"] {width:100%;border:0 none;padding:12px 15px;}

.widgets_area {padding:140px 0;}


.v_center {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

.site_header {position:relative;z-index:100;}

.top-bar {background-color:#f5f5f5;font-size:12px;height:40px;line-height:40px;overflow:hidden;}

.top_links {margin:0;padding:0;list-style-type:none;}
.top_links li {display:inline-block;margin-right:25px;font-weight:400;}
.top_links li:last-child {margin-right:0;}

.top_links li a {color:#576960;transition:color 0.3s}
.top_links li a:hover {color:#f26421;}
.top_links li a:active {color:#f26421;}

.top_links li:before {font-family:'FontAwesome';color:#f26421;margin-right:10px;font-weight:900;}
.top_contants li.contact_email:before {content:'\f003';}
.top_contants li.contact_phone:before {content:'\f095';}

.top_links li.menu-search {cursor: pointer; font-weight: 700}

.top_links li.menu-search i {color:#f26421; margin: 0px 5px 0px 0px; font-weight: 800}

.top_menu li {position:relative;margin-right:18px;padding-right:18px;}
.top_menu li:last-child {padding-right:0;}

.top_menu li:not(:last-child):after {content:'';width:1px;height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:#cacaca;}

.main_navbar {background-color:#fff;border-bottom:1px solid #eee;}

.list-inline li
{
    color: #145236;
}

.list-inline span
{
    color: #2e9763;
    padding: 0px 7px;
}

.main_navbar.fixed {top:0;left:0;position:fixed;width:100%; -moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
    box-shadow: inset 0 -10px 5px -10px #6f6f6f;}

@media(max-width:991px){
    body {padding-top:61px;}
    .site_header {top:0;left:0;position:fixed;width:100%;}
}

@media(max-width:480px){
    body {padding-top:51px;}
}

.main_navbar_inner {display:flex;align-items:center;justify-content:space-between;}
.header_right {display:flex;align-items:center;}

@media(max-width:991px) {
    .main_navbar_inner {height:60px;}
}

@media(max-width:768px) {
    .main_navbar_inner {height:50px;}
    .header_logo img {width:210px;}
}

@media(max-width:480px) {
    .header_logo img {width:140px;}
}

a.show_mobile_menu {display:block;}
.menu-button {width:18px;height:18px;position:relative;}
.menu-button a {display:inline-block;cursor:pointer;position:relative;float:left;background:red;padding:10px;}

.menu-button span {width:100%;height:2px;background:#333;position:absolute;top:8px;}
.menu-button span:before,
.menu-button span:after {content:'';height:2px;width:100%;background:#333;position:absolute;left:0;transition:.12s ease;}

.menu-button span:before {top:-5px;}
.menu-button span:after {bottom:-5px;}

.main_menu .main_menu_list {margin:0;padding:0;list-style-type:none;display:flex;}

.main_menu .main_menu_list .menu_item {position:relative;margin-right:20px;}
@media(min-width:1200px) {
    .main_menu .main_menu_list .menu_item {margin-right:50px;}
}
.main_menu .main_menu_list .menu_item:after {content:'';position:absolute;bottom:25px;left:0;width:0;height:1px;right:100%;background:#f26421;transition:width 0.3s ease;}
.main_menu .main_menu_list .menu_item:hover:after {width:20px;}

.main_menu .main_menu_list .menu_item > a {
    font-size:15px;
    overflow:hidden;
    display:block;
    float:left;
    font-weight:600;
    color:#111;
    height:90px;
    line-height:92px;
    transition:color .2s ease;
    white-space:nowrap;
}

.main_navbar.fixed .main_menu .main_menu_list .menu_item > a {height:60px;line-height:62px;}
.main_navbar.fixed .main_menu .main_menu_list .menu_item:after {bottom:10px;}

.main_menu .main_menu_list .menu_item.has_sub > a:after {
    content:'\f107';
    font-family:'FontAwesome';
    margin-left:10px;
    font-size:14px;
}


.main_menu .main_menu_list .menu_item:hover > a,
.main_menu .main_menu_list .menu_item > a:hover {
    color:#f26421;
}

.header_book_now a.button {font-size:14px;font-weight:600;padding:8px 35px 6px 35px;}

.dropdown_menu, .mega_dropdown_menu {
    position:absolute;
    left:0;
    width:340px;
    top:140%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding-top:20px;

}

.dropdown_inner:before {
    content:'';
    position: absolute;
    top:-10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #fff transparent;
}

.dropdown_inner {
    background:#fff;
    padding:30px 25px;
    position:relative;
    box-shadow:0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}



.dropdown_menu ul {margin:0;padding:0 0;list-style-type:none;}
.dropdown_menu ul > li > a {display:block;padding:6px 0 6px 20px;border-bottom:1px solid #eee;font-size:15px;color:#444;transition:all 0.2s ease;font-size:14px;position:relative}

.dropdown_menu ul > li > a:before {position:absolute;content:'\f105';font-family:'FontAwesome';left:0;font-size:12px;}
.dropdown_menu ul > li > a:hover:before {color:#f26421}

.dropdown_menu ul > li:last-child > a {border-bottom:0;}
.dropdown_menu ul > li > a:hover {color:#f26421;padding-left:25px;}

.main_menu .menu_item:hover .mega_dropdown_menu,
.main_menu .menu_item:hover .dropdown_menu {
    opacity:1;
    top: calc(100%);
    visibility: visible;
}

.section-title {margin-bottom:35px;}
.section-title .title {margin:0 0 10px 0;font-size:28px;font-weight:400;letter-spacing:-0.5px;}
.section-title p {margin:5px 0 0 0;letter-spacing:1px;color:#333;font-size:15px;line-height:20px;margin-bottom:15px;}


.home_slider {height:600px;position:relative;background:#fefefe;overflow: hidden}
.home_slider_videobg {height:600px;position:relative;background:#fefefe;overflow: hidden}

@media(max-width:480px) {
    .home_slider {height:auto !important;}
    .home_slider_videobg {height:200px;position:relative;background:#fefefe;overflow: hidden}
}

@media(max-width:768px) {
    .home_slider {height:auto !important;}
    .home_slider_videobg {height:400px;position:relative;background:#fefefe;overflow: hidden}
}

@media(min-width:768px) {
    .home_slider {height:auto !important;}
    .home_slider_videobg {height:400px;position:relative;background:#fefefe;overflow: hidden}
}


.home_slider_content {position:absolute;width:100%;top:50%;transform:translateY(-50%);left:0;z-index:10;}
.home_slider_content .title {font-size:5vmin;color:#fff;font-weight:700;}
.home_slider_content p {color:#fff;}

.home_slider_content .button {background:rgba(255,255,255,0.8); color:#111; border:1px solid rgba(255,255,255,.5);font-size:12px;text-transform:uppercase;letter-spacing:1px;}
.home_slider_content .button:hover { background:rgba(17,17,17,0.8); color:#fff ;border:1px solid rgba(255,255,255,.8);}


.home_pattern_overlay {position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;background:url(../images/pattern.png);}
.home_color_overlay {position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background:#283814;opacity:0.1;}

.home_slider_image {
    position:relative;height:100%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:1;
}

.home_slider_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color:#333;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}


.section-home {padding:70px 0;}
.section-home.section-guarenteed {padding-top:0!important;}

.about-info h1 {font-weight:600;font-size:28px;line-height:30px;margin:0 0 30px 0;letter-spacing:-0.6px;}

.about-info a
{
    color: #108c4f;
}

.about-info a:hover
{
    color: #f47a18;
    font-size: 16px;
}


@media(max-width:480px) {
    .home_slider_content .title {font-size:24px;letter-spacing:0;line-height:28px;}
    .about-info h1 {font-size:20px;letter-spacing:0;line-height:26px;margin-bottom:15px;}

    .section-title .title {font-size:20px;font-weight:600;}
    .section-title p {letter-spacing:0;font-size:14px;}

    .section-home {padding:60px 0;}
    .guarenteed_header {padding-top:50px!important;}

    .tourtab .guarenteed_header {padding-top:0px!important;}
}

.border-top {border-top:2px solid #eee;}

.section-trip-advisor {
    color:rgba(255,255,255,0.5);
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.section-trip-advisor:before {
    content:'';
    position:absolute;
    left:0;
    top:0;height:100%;width:100%;
    background:#4a873f;
    opacity:0.6;
}

.section-home.section-trip-advisor {padding:80px 0;}

.section-trip-advisor .tripadvisor-logo {margin-bottom:10px;}
.section-trip-advisor h4 {font-size:18px;letter-spacing:3px;margin:0 0 15px 0;font-weight:300;color:rgba(255,255,255,0.5);}

.tripadvisor-link .button {font-size:14px;padding:8px 40px;box-shadow:none;background-color:#f26421; color:#fff; border-color: #da5a1e;}
.tripadvisor-link .button:hover {background-color:#fa882c;color:#fff;border-color:#f47a18;}

@media(max-width:480px) 
{
    .section-trip-advisor h4 {font-size:15px;margin:0 0 15px 0;}
    .tripadvisor-link .button {font-size:13px;padding:6px 30px;}
}

.guarenteed_header {background-color:#ecf5f0;padding-top:60px;}
.guarenteed_content {padding-top:30px;}

.tourtab { background: #f2f9f6;  }
.tourtab .guarenteed_header {background-color:#ecf5f0; padding-top:0px;}
.tourtab .guarenteed_content {padding:1px 0px 0px;}

.highlightbg { background: #f2f9f6;  }
.highlightbg .guarenteed_header {background-color:#ecf5f0; padding-top:0px;}
.highlightbg .guarenteed_content {padding:30px;}

.teamtab { background: #fff;  }
.teamtab .guarenteed_header {background-color:fff; padding-top:0px;}
.teamtab .guarenteed_content {padding:30px;}

.home_guarenteed_tab ul {display:flex;list-style-type:none;margin:0;padding:0;}
.home_guarenteed_tab ul {display:flex;}
.home_guarenteed_tab ul li {text-align:center;margin-right:1px;}

.home_guarenteed_tab ul li a {display:block;padding:28px 20px 26px 20px;background-color:rgba(223,223,223,0.78);color:#000;border-radius:0 15px 0 0 ;transition:background-color 0.4s ease, color 0.4s ease;}

.home_guarenteed_tab ul li.active a {background:#339967;color:#fff;}
.home_guarenteed_tab ul li:not(.active) a:hover {background-color:rgba(51,153,103,0.4);color:#fff;}

@media(min-width:768px) {
    .home_guarenteed_tab ul li {flex:1 0 auto;}
}

@media(max-width:480px) {
    .home_guarenteed_tab ul li {}
    .home_guarenteed_tab ul li a {font-size:14px;line-height:18px;padding:18px 10px 16px 10px;}
}


.guarenteed_list {}
.guarenteed_list .guarenteed_item_header {padding:10px 20px 10px 20px;font-size:13px;letter-spacing:1px;font-weight:600;opacity:0.9;color:#000;}

.guarenteed_list .guarenteed_item {padding:24px 20px 22px 20px;margin-bottom:1px;font-weight:400;}
.guarenteed_list .guarenteed_item:nth-child(even) {background-color:#ecf5f0;}
.guarenteed_list .guarenteed_item:nth-child(odd) {background-color:#fcfcfc;}

.guarenteed_list .guarenteed_item p {margin:0;}
.guarenteed_list .guarenteed_item .tour_name {font-weight:600;font-size:16px;margin:0;}
.guarenteed_list .guarenteed_item .tour_date {color:#888;}
.guarenteed_list .guarenteed_item .tour_price {font-weight:600;color:#108c4f;}
.guarenteed_list .guarenteed_item .available {font-style:italic;}
.guarenteed_list .guarenteed_item .places_left {color:#f11b27;}
.guarenteed_list .guarenteed_item .button {box-shadow:none;font-size:13px;}

@keyframes grtd_animation {
    
    40%  {transform:translateY(-100%);}
    80%  {color:red}
    100% {color: green;transform:translateY(-100%);}
}

.grtd_c {overflow:hidden;height:20px;}

.grtd {
    position:relative;
    display:block;
    animation-name: grtd_animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-weight:600;
}

.grtd:after {
    content:attr(data-txt);position:absolute;top:100%;left:0;
}

.view_all_dates {margin-top:40px;text-align:center;}
.view_all_dates a {color:#108c4f;font-weight:400;position:relative;font-size:17px;letter-spacing:1px;}
.view_all_dates a:hover {color:#f26421;}
.view_all_dates a:after {content:'\f105';font-family:'FontAwesome';margin-left:10px;position:absolute;top:6px;}




@media(min-width:1200px) {

    .view_all_dates a {letter-spacing:4px;font-size:17px;}

    .about-info {padding:30px 40px 0 0;}

    .home_guarenteed_tab ul li a {letter-spacing:1px;}

    .guarenteed_list .guarenteed_item .row {display:flex;}
    .guarenteed_list .guarenteed_item .row > div {display:flex;align-items:center;}
}

@media(max-width:991px) {


    .guarenteed_list .guarenteed_item p {margin-bottom:15px;}
    .guarenteed_list .guarenteed_item p span {display:block;}
    .guarenteed_list .guarenteed_item p span:first-child {margin-bottom:4px;}


    .guarenteed_list .guarenteed_item {padding:30px 20px;font-size:14px;line-height:20px;}
    .guarenteed_list .guarenteed_item .tour_name {margin:0 0 20px 0;font-size:16px;color:#000;line-height:26px;}

    .guarenteed_list .guarenteed_item .tour_price {font-size:20px;}
}



.advantage-box .icon {margin:0 0 10px 0;}
.advantage-box .icon span {display:inline-block;width:42px;height:42px;line-height:42px;background-color:#339967;border-radius:50%;color:#fff;position:relative;text-align:center;}
.advantage-box:hover .icon span {background-color:#f47a18;}
.advantage-box .icon span:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(255,255,0,.2); border:1px solid #f47a18;border-radius:50%;z-index:0;transform:scale(0.1);opacity:0;transition:0.3s ease;}
.advantage-box:hover .icon span:after {transform:scale(1.3);opacity:1;}
.advantage-box .icon span i {position:relative;z-index:2;}

.advantage-box p {margin:0;line-height:24px;}


    .advantage-box {height:160px;text-align:center;background-color:#ecf5f0;margin-bottom:30px;border-radius:0 20px 0 20px;}
    .advantage-box .inner {padding:38px 50px;}

    .widget .advantage-box {height:160px;text-align:center;background-color:#ecf5f0;margin-bottom:0px;border-radius:0 20px 0 20px;}

@media(max-width:480px) {

    .advantage-box {height:auto !important; padding: 20px 10px;}
}


@media(max-width:767px){
    .advantage-box {height:auto !important; position:relative;min-height:42px;padding:20px 10px;border-bottom:1px solid #eee; }
    .advantage-box .inner {padding:6px 0 10px 60px;}
    .advantage-box .icon {margin:0 0 10px 0;position:absolute;left:10px;top:20px;}
    .advantage-box p {font-weight:bold;}
}



.home-advantage .advantage-box {position:relative;min-height:42px;padding:25px 0;border-bottom:1px solid #eee; height: auto; background-color: #fff; margin-bottom: 0px; border-radius: 0;}
.home-advantage .advantage-box .inner {padding:6px 0 10px 60px;}
.home-advantage .advantage-box .icon {margin:0 0 10px 0;position:absolute;left:10px;top:20px;}
.home-advantage .advantage-box p {font-weight:bold;}

.blog-single {}
.blog-single .image img {width:100%;}
.blog-single .content {padding:20px;border:1px solid #eee;}
.blog-single .title {font-weight:700;line-height:26px;font-size:16px;}
.blog-single .title a {color:#222;}
.blog-single .title a:hover {color:#f47a18;}
.blog-single p {font-size:14px;margin:0;}


.breadcrumb {margin:10px 0;font-size:13px;padding:0;background:transparent;}
.breadcrumb > li {margin:0;padding:0;}
.breadcrumb > li + li:before {content:'\f105';padding:0;margin:0 10px;font-family:'FontAwesome';}

.bread_crumb a {margin-right:10px;color:#8b8f98;transition:color .3s;}
.bread_crumb a:hover {color:#ff6f12;}
.bread_crumb a:not(:last-child):after {content:'\f105';font-family:'FontAwesome';margin-left:12px;color:#ccc;}


.q_dates_table:not(:last-child) {margin-bottom:30px;}
.q_dates_year {font-size:16px;font-weight:700;color:#222;margin:0;background:#ecf4f5;padding:15px;text-align:center;}
.q_dates_title {font-weight:600;font-size:16px;margin:20px 10px 20px 10px;}

.q_dates {}
.q_date_item {padding:7px 15px 6px 15px;font-size:13px;}
.q_dates > .q_date_item:nth-child(odd) {background-color:#ecf5f0;}

.q_date_item > div {white-space:nowrap;}
.sidebar {line-height:24px;}

@media(max-width:767px)
{
    .q_date_item {padding:5px 10px 5px 10px;font-size:12px;}
}


.difficulty-rating span {display:inline-block;margin-right:5px;color:#f26421;}
.difficulty-rating span:before {content:'\f206';font-family:'FontAwesome';}



.difficulty-rating-1 span:nth-child(2),
.difficulty-rating-1 span:nth-child(3),
.difficulty-rating-1 span:nth-child(4),
.difficulty-rating-1 span:nth-child(5)
{
    color:#eee;
}

.difficulty-rating-2 span:nth-child(3),
.difficulty-rating-2 span:nth-child(4),
.difficulty-rating-2 span:nth-child(5)
{
    color:#eee;
}

.difficulty-rating-3 span:nth-child(4),
.difficulty-rating-3 span:nth-child(5)
{
    color:#eee;
}

.difficulty-rating-4 span:nth-child(5){
    color:#eee;
}


.accordion-list > .accordion {}
.accordion-title {position:relative;padding-right:50px;transition: all 0.3s ease;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}


.accordion-list .accordion:nth-child(odd) .accordion-title {background-color:rgba(244,225,24,0.1);}
.accordion-list .accordion:nth-child(even) .accordion-title {background-color:rgba(244,225,24,0.2);}
.accordion-list .accordion .accordion-title {border-bottom-color:rgba(244,225,24,0.6);}
.accordion-list .accordion-title:after {content:'\f055';font-family:'FontAwesome';position:absolute;right:15px;top:10px;color:#696969;font-size:16px;}
.accordion-list .accordion-title.active:after {color:#fff; content:'\f056';}

.accordion-list .accordion-title.active {background-color:#339967!important;color:#fff!important;}

.accordion-content > div {padding:20px;border:4px solid #339967;border-radius:0 0 5px 5px;background-color:#f2f9f6;margin-bottom:2px;}
.sidebar .accordion-content {font-size:14px;}


.single_tour .sidebar .q_date_item {padding-top:8px;padding-bottom:6px;}


.tour_info_list {margin:0 0 20px 0;padding:0;list-style-type:none;display:flex;}
.tour_info_list > li {padding:0 15px;}
.tour_info_list > li:first-child {padding-left:0;}
.tour_info_list > li:last-child {padding-right:0;}
.tour_info_list > li:not(:last-child) {border-right:1px solid #ddd;}

.difficulty-rate {font-weight: 700; color:#339967;}
.tour_info_item h6 {margin:0 0 2px 0;font-weight:300;font-size:15px;opacity:0.7;}
.tour_info_item strong {font-size:18px;font-weight:600;color:#f26421;}

.tour_list {}
.tour_list_item {padding:60px 0;border-bottom:1px solid #eee;}
.tour_list_item h3 {font-size:23px;letter-spacing:-1px;margin:0 0 20px 0;}




.tour_list_item_img img {width:100%;}


.tour_list_item_info p {font-size:15px;}

.view_all_departures {padding:15px 15px 0 15px;}
.view_all_departures a {color:#f26421;font-size:14px;position:relative;transition:color 0.5s ease;}
.view_all_departures a:after {content:'\f105';font-family:'FontAwesome';margin-left:10px;}
.view_all_departures a:hover {color:#f47a18}


.additional_options {margin:0;padding:0;list-style-type:none;}
.additional_options li {border-top:1px dashed #ccc;position:relative;padding:5px 80px 5px 10px;}
.additional_options li:first-child { border-top: 0px; }
.additional_options li.red { color: #da4341;  } 
.additional_options li.red .option_price{ color: #da4341;  } 
.additional_options li .option_price {position:absolute;right:10px;top:6px;color:#339967; font-weight: 600}

@media(max-width:1199px) {
    .f_2_2 {padding-top:20px;}
}



@media(min-width:768px) {
    .tour_list_item.f {display:flex;}
    .f_1 {flex:0 0 auto;}
    .f_2 {flex:1 1 auto;margin-left:40px;}


    .f_2 {margin-left:30px;}
    .tour_list_item_img {width:200px;}

    .single_tour .tour_header .tour_details {display:flex;justify-content:space-between;}
}
@media(min-width:992px) {
    .has_right_sidebar .body_col {padding-right:30px;}
}


@media(min-width:1200px) {
    .tour_list_item_img {width:276px;}

    .f_2 {display:flex;padding-top:30px;margin-left:50px;}
    .f_2_1 {padding-right:20px;margin-right:20px;position:relative;flex:1 1 auto;}
    .f_2_2 {flex:0 0 auto;width:350px;}
    .f_2_1:after {content:'';position:absolute;right:0;top:50px;width:1px;bottom:80px;background-color:#ddd;}

    .has_right_sidebar .body_col {padding-right:40px;}
    .detail_feature_item:hover {transform:scale(1.02);box-shadow:0 0 34px rgba(0,0,0,0.1);z-index:2;position:relative;background-color:#f8f8f8;}
}

@media(min-width:1400px) {
    .has_right_sidebar .body_col {padding-right:80px;}
}


@media(max-width:767px) {
    .container {max-width:500px;}

    .tour_list_item_img {margin-bottom:30px;}
    .tour_list_item h2 {font-size:20px;letter-spacing:-1px;}

    .tour_info_list > li {padding:0 10px;}

    .tour_info_item strong {font-size:15px;font-weight:400;}

    .view_all_departures {padding-top:10px;}


}

@media(max-width:500px) {
    .container {width:96%;}
}


.tour_detail_title {font-size:20px;font-weight:600;margin:0 0 30px 0;}
.single_tour_cover {margin-bottom:40px;}
.single_tour_cover img {width:100%;}

.single_tour .tour_header {border-bottom:1px solid #eee;margin-bottom:50px;}
.single_tour .tour_header .hero_title {font-size:30px;font-weight:700;color:#000;letter-spacing:-1.5px;margin:0 0 36px 0;}
.single_tour .tour_info_list {margin-bottom:40px;}



.highlight_section {background:#f2f9f6;padding:40px;}
.highlight_section .tour_detail_title {font-size:20px;}



.list {margin:0;padding:0;list-style-type:none;}

.list li {position:relative; padding-left:20px;line-height:25px;}
.list li:before {content:''; position:absolute;width:8px;height:8px;background:#2e9763;left:0;top:8px;border-radius:2px;}

.tab-content .list 
{
    padding:  30px !important;
}

.listprice {margin:0;padding:0;list-style-type:none;}

.listprice li {position:relative; padding-left:20px;line-height:25px;}
.listprice li:before {content:''; position:absolute;width:8px;height:8px;background:#2e9763;left:0;top:15px;border-radius:2px;}


.itinerary-list {list-style-type:none;margin:0;padding:0;position:relative;}

.itinerary-list > li {position:relative;padding-left:130px;padding-bottom:20px;}
.itinerary-list > li:last-child {background-color:#fff;}
.itinerary-list > li:before {content:attr(data-day);position:absolute;left:0;top:0;background-color:#2e9763;color:#fff;width:100px;height:36px;border-radius:30px;line-height:34px;text-align:center;overflow:hidden;font-weight:bold;font-size:15px;text-transform:uppercase;}
.itinerary-list > li  > p {margin:0 0 10px 0;}
.itinerary-list > li strong {font-weight:700;display:block;}
.itinerary-list > li  > h4 {line-height: 1.4}

@media(min-width:768px) {
    .itinerary-list:before {content:'';position:absolute;left:50px;height:100%;top:0;width:1px;border-left:3px dashed #cffbe8;}    
}
@media(max-width:767px) {

    .highlight_section {padding:20px;}
    .highlight_section .list {margin-bottom:40px;}


    .itinerary-list > li {padding-left:0;padding-top:50px;}
    .itinerary-list > li:before {}
}



.section_gallery {padding:100px 0;background:#222;}

.gallery_list {margin-left:-1px;}
.gallery_list .gallery_item {float:left;width:25%;padding-left:1px;margin-bottom:1px;}

.gallery_box {overflow:hidden}

.gallery_box img {width:100%;opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1), opacity .4s ease;transition: transform .8s cubic-bezier(.19, 1, .22, 1), opacity .4s ease;}
.gallery_box:hover img {cursor:zoom-in;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);opacity:0.4;}


@media(min-width:992px) {
    .gallery_list .gallery_item {width:25%;}
    .gallery_list .gallery_item:nth-child(4n+1) {clear:left;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .gallery_list .gallery_item {width:33.33333%;}
    .gallery_list .gallery_item:nth-child(3n+1) {clear:left;}
}

@media(max-width:767px) {
    .gallery_list .gallery_item {width:50%;}
    .gallery_list .gallery_item:nth-child(odd) {clear:left;}
}



.sidebar .widget {margin-bottom:40px;}
.sidebar .widget_title {font-weight:600;font-size:18px;margin:0 0 20px 0;color:#111;}

.price_holder {background-color:#ecf4f5;padding:15px 0;text-align:center;}
.price_holder .price_from {text-align:center; text-transform: uppercase;}
.price_holder span {display:block;}

.widget_holder {background-color:#ecf4f5;padding:30px;text-align:left;}


.single_tour .price_holder .price_from {font-size:14px;}
.single_tour .price_holder .price_amount {margin:12px 0;}
.single_tour .price_holder .price_amount strong {display:block;font-size:40px;color:#09502d;font-weight:700;}
.single_tour .price_holder .price_calendar {margin-top:20px;}
.single_tour .price_holder .price_calendar {margin-top:20px;}

.book_now_holder {padding:35px 30px;text-align:center;padding:0;}
.book_now_holder .button {padding:25px 0;text-align:center;padding:20px 45px 16px 45px;font-size:18px;font-weight:600;border-radius:0!important;display:block;}


.review_item {position:relative;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ebe4de;}
.review_item .review_image {width:100px;position:absolute;left:0;}
.review_item .review_image img {border-radius:100%;}
.review_item .review_content {padding-left:130px;}
.review_item .review_content h6 {font-size:16px;margin:0 0 8px 0;font-weight:700;}

.review_item .rating_stars {color:#f1c40f;}

.dates_and_prices.fixed {position:fixed;top:86px;width:380px;}

@media(min-width:992px) {
    .dates_and_prices.affix-top {
        position: static;
    }

    .dates_and_prices.affix-bottom {
        position: relative;
    }

    .dates_and_prices.affix {
        position: fixed;
        top:90px;
        width:293.33px;
    }
}

@media(min-width:1200px) {
    .dates_and_prices.affix {
        width:360px;
    }
}

@media(min-width:1270px) {
    .dates_and_prices.affix {
        width:380px;
    }
}


.blog_posts {margin:0 0 50px 0;}
.blog_posts > div {padding:60px 0;}
.blog_posts > div:nth-child(odd) {background:#f2f9f6;}

.blog_post .post_image img {width:100%;}


.blog_post h3 {font-size:24px;font-weight:600;margin-bottom:15px;letter-spacing:-0.2px;line-height:30px;}
.blog_post h3 a {color:#111;}
.blog_post p {margin-bottom:30px;font-weight:400;}

@media(min-width:768px) {
    .blog_post {display:flex;}
    .blog_post .post_image {margin-left:50px;width:360px;flex:0 0 auto;order:2;}
    .blog_post .post_detail {flex:1 1 auto;order:1;}

    .blog_post .post_detail {padding:0px 0;}
}

@media(max-width:767px) {
    .blog_post h3 {font-size:20px;line-height:24px;}
    .blog_post .post_image {margin-bottom:20px;}
}


.single_post {margin-bottom:40px;}
.single_post h1 {font-size:30px;font-weight:600;color:#000;margin:0 0 10px 0;letter-spacing:-1px;}




.post_small {position:relative;min-height:82px;border-bottom:1px solid #eee;padding-bottom:18px;margin-bottom:18px;}

.post_small .post_image {position:absolute;left:0;top:0;width:80px;}
.post_small .post_content {padding-left:100px;}
.post_small .post_content h5 {font-size:13px;font-weight:400;margin:0;line-height:20px;}
.post_small .post_content h5 a {transition: all .2s;color:#222;}
.post_small .post_content h5 a:hover {color:#ff6f12;}


@media(max-width:767px) {
    .single_post h1 {font-size:28px;}

    .single_tour .tour_header .hero_title {font-size:28px;}

    .review_item .review_image {width:100px;position:static;margin-bottom:10px;}
    .review_item .review_content {padding-left:0;}
}

.single_post_image {margin:0 0 20px 0;}

.post_meta {margin:0 0 10px 0;padding:0;list-style-type:none;}
.post_meta li {display:inline-block;font-weight:400;font-size:12px;margin-right:15px;text-transform:uppercase;letter-spacing:2px;position:relative;}
.post_meta  li:not(:last-child) {padding-right:15px;}
.post_meta  li:not(:last-child):after {content:'';position:absolute;width:1px;height:16px;right:0;top:5px;background-color:#ddd}

.page-title {margin:20px 0 30px 0;}
.page-title .title {font-size:38px;font-weight:600;margin:0;letter-spacing:-1px;}

.category-header { padding: 40px 0px 0px; }
.category-header .row {margin:0 -5px;}
.category-header .row > div {padding:0 5px;}
.category-header img {}

.hdr {position:relative;}
.hdr .image {position:relative}
.hdr .image:after {content:'';position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.5);}
.hdr .image.image_1:after {content:'';position:absolute;width:100%;height:100%;left:0;top:0;background:#fff;}

.hdr .category-title {position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%);}
.hdr .category-title h1 {font-size:36px;}
.hdr .category-title p {line-height:22px;}
.hdr .category-title > div {padding-right:100px;}
.hdr .category-title .guaranteed-button {text-align:center;padding:0 60px;}
.hdr .category-title .guaranteed-button p {color:#fff;letter-spacing:2px;margin:15px 0 0 0;font-size:13px;}
.hdr .category-text { padding:50px 50px 0 50px;text-align:center; }
.hdr .category-text h1 { font-size:28px; }
.hdr .image img { width:100%; }


.category_header {padding-top:20px;}
.category_header .hdr_1 h1 {font-size:30px;font-weight:600;margin:0 0 20px 0;letter-spacing:-1px;}


.category_header .hdr_2 {padding:50px;background:#ecf5f0;}
.category_header .hdr_2 p {line-height:20px;margin-bottom:20px;}

@media(min-width:992px){
    .category_header {display:flex;}
    .category_header .hdr_1 {flex:1 1 auto;padding-right:40px;margin-right:40px;}
    .category_header .hdr_2 {flex:0 0 auto;width:330px;text-align:center;}
    .category_header .hdr_1 p {border-bottom:1px solid #eee;padding-bottom:30px;}
}

@media(max-width:991px){
    .category_header .hdr_2 {padding:30px 30px;}
}

@media(max-width:767px) {
    .category-header { padding: 0px;}
    .hdr .category-text { padding:20px 20px 0 20px;text-align:center; }
    .hdr .category-text h1 { font-size:26px; }
    .hdr .category-title .guaranteed-button {padding:0 50px;}
}
.inline-block {display:inline-block;}

.tripadvisor-box {padding:50px;background-color:#ecf2ef;text-align:center;}
.tripadvisor-box .text-line {margin-top:20px;margin-bottom:0;}

@media(min-width:767px) {
    .cdsROW  {width:auto!important;}
    .cdsROWContainer  {width:468px!important;}
    .cdsComponent.cdsLocName  {max-width:auto!important;}
}

/* pagination */
.pagination {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;


    margin: 30px 0 0;
    padding: 2px 2px 3px 1px;
    text-align:center;
    display:block;
}
.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagination li {
    display:inline-block;
    margin: 0 4px 0px 0;
}
.pagination li:last-child {
    margin: 0;
}
.pagination li.active a, .pagination li a:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color:#f47a18;
    color:#fff;
}
.pagination li a:hover {
    background-color:#ddd;
}
.pagination li .delimeter {
    display: block;
    padding-top: 6px;
}
.pagination a {
    background: #f2f2f2 none repeat scroll 0 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    display:inline-block;
    padding: 5px 12px;
    text-decoration: none;
}


.teams {display:flex;flex-wrap:wrap;margin:0 -10px;}
.teams > div {width:33%;display:flex;padding:10px;}

@media(max-width:991px) {
    .teams > div {width:50%;}
}

@media(max-width:767px) {
    .teams > div {width:100%;}
}


.team-member  {flex-grow:1;text-align:center;border:1px solid #eee;padding:30px;}
.team-member .image {margin-bottom:20px;}
.team-member .image img {max-width:140px;border-radius:100%;}
.team-member h5 {font-size:16px;font-weight:700;margin:0 0 10px 0;}
.team-member h6 {font-size:15px;font-weight:400;margin:0 0 15px 0;opacity:0.5;}
.team-member p {margin:0;}

#footer {background:#eaedee;color:#808284;}

.footer-main {padding:80px 0 40px 0;line-height:26px;}
.footer-main h4 {font-size:14px;color:#121316;margin:0 0 25px 0;font-weight:700;}
.footer-main ul {margin:0;}

.footer-block {margin-bottom:20px;}
.footer-block.bt-top {border-top:1px solid #e4e4e4;padding-top:10px;}

.footer-contact {padding:10px 0;}
.footer-contact h5 {margin:0 0 5px 0;text-transform:uppercase;font-size:12px;}
.footer-contact .phone p {margin:0;font-size:15px;color:#333;font-weight:700;}

#footer ul {margin:0;padding:0;list-style-type:none;}
.footer-links ul li a {}

.footer-copyright {font-size:14px;}
.footer-copyright .inner {padding:10px 0;border-top:1px solid rgba(0,0,0,.14);}

.footer-copyright .company_name {float:left;}
.social_icons { margin-bottom: 20px;}
.social_icons a {display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,.1);text-align:center;line-height:30px;font-size:15px;border-radius:50%;margin:0 2px;transition:all .3s;}
.social_icons a:hover {border:1px solid rgba(0,0,0,.3); font-size: 16px }

.social_icons a .fa-skype { color: #00AFF0; }
.social_icons a .fa-skype:hover { color: #008cbf; }
.social_icons a .fa-whatsapp { color: #4FCE5D; }
.social_icons a .fa-whatsapp:hover { color: #249c32; }
.social_icons a .fa-facebook { color: #3B5998; }
.social_icons a .fa-facebook:hover { color: #25458a; }
.social_icons a .fa-twitter { color: #08a0e9; }
.social_icons a .fa-twitter:hover { color: #0084B4; }
.social_icons a .fa-instagram { color: #8134AF; }
.social_icons a .fa-instagram:hover { color: #DD2A7B; }
.social_icons a .fa-youtube { color: #E62117; }
.social_icons a .fa-youtube:hover { color: #FF0000; }


.dropdown-menu {background:#339967;padding:0;border:0 none;margin:0;text-align:left;border-radius:0; top: 40px;}

.dropdown.open .dropdown-toggle {position:relative}
.dropdown.open .dropdown-toggle:after {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    top: 21px;
    transform:translateX(-50%);
    width: 0; 
    height: 0; 
    border-left:8px solid transparent;
    border-right:8px solid transparent;

    border-bottom:8px solid #339967;
 
}

.dropdown-mega {position:static!important;}
.dropdown-mega .dropdown-menu {
    left:0;right:0;
}

.header_search {
    padding:21px 0!important;
}




.header_search input[type="text"]{
    border:0 none;
    padding:5px 20px 5px 46px;
    width:100%;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    position:relative;
    z-index:1;
    font-size:14px;
}

.header_search .search_input {
    position:relative;
}

.header_search .search_input:before {
    content:'\f002';
    font-family:'FontAwesome';
    position:absolute;
    font-size:16px;
    left:20px;
    top:5px;
    z-index:2;
    color: #339967;
}


.travel-blog-box .content
{
    margin-top: 20px;
}

.travel-blog-box .content .title a
{
    color: #222;
}

.travel-blog-box .content .title a:hover
{
    color: #f47a18;;
}

.body-content h1
{
    font-weight: 600;
}

.side-bar h2
{
    font-weight: 600;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_holder .view_more span {display:inline-block;position:relative;padding-right:30px; padding-top: 5px}
.price_holder .view_more span:after {
    content: '\f055';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0px;
    top: 5px;
    color: #696969;
    font-size: 16px;
}

.price_widget .accordion-title.active .price_holder .view_more span:after {
    content: '\f056';
}

.projectlogos {
    box-sizing: border-box;
    height: 100px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 10px 0px;
}

.projectlogos img 
{
    max-height: 80px;
}






.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.2em 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}

  .iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}



.wtrvl-checkout_button {
    color: #fff;
    background: #339967;
    border: 1px solid #2b9460;
    box-shadow: 0 2px 0 #2b9460;
    transition: background-color .3s ease, color .3s ease, border .3s ease, box-shadow 0.3s ease, top 0.2s ease;
    position: relative;
    top: 0;
}

.book_now_holder .wtrvl-checkout_button {
    padding: 25px 0;
    text-align: center;
    padding: 20px 45px 16px 45px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0 !important;
    display: block;
    width: 100%;
}

.wtrvl-checkout_button:hover {
    background-color: #f26421;
    border-color: #ed5a15;
    color: #fff;
    box-shadow: 0 2px 0 #ed5a15;
    top: -2px;
}