﻿/*
[Table of contents]

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 All tours list / All tours grid
- 2.3 Single tour page
- 2.4 Cart - Payment - Confirmation
- 2.5 About
- 2.6 Contact us
- 2.7 Login / register
- 2.8 Tour guide page
- 2.9 Transfer
- 3.0 Hotel
- 3.1 Whishlist
- 3.2 Map listing

3. COMMON
- Tooltips
- Containers styles
- Form styles
- Tabs, collapse
- etc

4. UPDATES
- 4.1 Home 7
- 4.2 Faq
- 4.3 Pricing tables
- 4.4 Common

5. UPDATES  - Version 3
- 5.1 Ribbons css
- 5.2 Footers versions
- 5.3 Header versions
- 5.4 Gallery overlay
- 5.5 Map + infobox

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

/*-------- Only fo the demo - menu colors bullets --------*/
i.color_1 {
    color: #0090eb;
}

i.color_2 {
    color: #1cbbb4;
}

i.color_3 {
    color: #82ca9c;
}

i.color_4 {
    color: #f7941d;
}

/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe {
    background: #ddd;
    color: #000;
    padding: 0.2em;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
}

    .chromeframe a {
        color: #ed1c24;
    }

/*-------- 1.1 Typography --------*/
body {
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    color: #333;
}

h3 {
    font-size: 22px;
}

.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

    .main_title h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .main_title p {
        font-family: 'Open Sans',Arial, sans-serif;
        font-weight: 500;
        font-size: 16px
    }

h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #0090eb;
}

.box_style_1 h3.inner {
    margin: -30px -30px 20px -30px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*General links color*/
a, a:focus {
    color: #0090eb;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

    a:hover, a:active {
        color: #111;
        text-decoration: none;
        outline: none;
    }

p {
    margin: 0 0 20px 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

/*-------- 1.2 Buttons --------*/
a.button_intro, .button_intro {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    background: #0090eb;
    cursor: pointer;
    padding: 8px 25px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 150px;
}

    a.button_intro:hover, .button_intro:hover {
        background: #fff;
        color: #0090eb !important;
    }

    a.button_intro.outilne, .button_intro.outline {
        border: 2px solid #fff;
        color: #fff;
        background: none;
        padding: 6px 23px;
    }


a.button_drop, .button_drop {
    border: none;
    font-family: inherit;
    font-size: 11px;
    color: #0090eb !important;
    background: #ededed;
    cursor: pointer;
    padding: 5px 15px !important;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold !important;
    width: 49%;
}

    a.button_drop.outilne, .button_drop.outline {
        border: 2px solid #ededed;
        color: #0090eb;
        background: none;
        padding: 3px 23px !important;
    }

    a.button_drop:hover, .button_drop:hover {
        background: #ededed;
        color: #333;
    }

    a.button_drop.outline:hover, .button_drop.outline:hover {
        background: #ededed;
        color: #333;
        border: 2px solid #ededed;
    }

#prod-description.active-tab .content p a.button_blue:focus,
#prod-description.active-tab .content p a.button_blue,
a.button_blue, .button_blue {
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 14px 20px 17px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background: #0090eb;
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 0 #0063a1;
    -moz-box-shadow: inset 0 -2px 0 0 #0063a1;
    box-shadow: inset 0 -2px 0 0 #0063a1;
    -webkit-font-smoothing: antialiased;
    border: none;
}

    #prod-description.active-tab .content p a.button_blue:active,
    #prod-description.active-tab .content p a.button_blue:hover,
    a.button_blue:hover, .button_blue:hover {
        background: #0083d5;
    }


    .button_blue.wide {
        padding: 18px 50px 17px;
    }

    .button_blue.small {
        padding: 10px 10px 15px 10px;
        font-size: 13px;
        color: #fff;
    }


a.button_yellow, .button_yellow {
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 14px 20px 17px;
    margin-bottom: 2px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background: #ffc00f;
    color: #000;
    -webkit-box-shadow: inset 0 -2px 0 0 #d79e00;
    -moz-box-shadow: inset 0 -2px 0 0 #d79e00;
    box-shadow: inset 0 -2px 0 0 #d79e00;
    -webkit-font-smoothing: antialiased;
    border: none;
}

    a.button_yellow:hover, .button_yellow:hover {
        background: #ffd04b;
    }

a.button_trans, .button_trans {
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 12px 15px 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: #ea0e0e;
    background-color: none;
    width: 100%;
    border: 2px solid #ea0e0e;
}

    #prod-description.active-tab .content p a.button_trans:active,
    #prod-description.active-tab .content p a.button_trans:hover,
    a.button_trans:hover, .button_trans:hover {
        background-color: #ffe7e7 !important;
        color: #ea0e0e !important;
    }




.parallax-content-1 div .button_yellow i {
    color: #000;
}



a.button_darkgrey, .button_darkgrey {
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 18px 42px 17px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background: #444;
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 0 #000;
    -moz-box-shadow: inset 0 -2px 0 0 #000;
    box-shadow: inset 0 -2px 0 0 #000;
    -webkit-font-smoothing: antialiased;
    border: none;
}

    a.button_darkgrey:hover, .button_darkgrey:hover {
        background: #333;
    }


a.button_green, .button_green {
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 15px 42px 17px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background: #4db848;
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 0 #068b00;
    -moz-box-shadow: inset 0 -2px 0 0 #068b00;
    box-shadow: inset 0 -2px 0 0 #068b00;
    -webkit-font-smoothing: antialiased;
    border: none;
}

    a.button_green:hover, .button_green:hover {
        background: #2ca126;
    }

    .button_green.full {
        width: 100%;
    }

a.btn_1, .btn_1 {
    border: none;
    font-family: inherit;
    font-size: 12px;
    color: #fff;
    background: #0090eb;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
}

    a.btn_1.green, .btn_1.green {
        background: #4db848
    }

    a.btn_1.grey, .btn_1.grey {
        background: #eee;
        color: #333;
    }

        a.btn_1.grey:hover, .btn_1.grey:hover {
            color: #fff;
        }

    a.btn_1.white, .btn_1.white {
        background: #fff;
        color: #0090eb;
    }

        a.btn_1.white:hover, .btn_1.white a:hover {
            background: #333;
            color: #fff;
        }

    a.btn_1.outline, .btn_1.outiline, input .btn_1.outiline {
        color: #555;
        background: none;
        border: 2px solid #555;
        padding: 5px 18px;
    }


        a.btn_1.outline:hover, .btn_1.outiline:hover, input .btn_1.outiline:hover {
            color: #fff;
            background: #0090eb;
            border: 2px solid #0090eb;
        }

    a.btn_1.medium, .btn_1.medium {
        padding: 10px 25px;
        font-size: 14px;
    }

    a.btn_1.small, .btn_1.small {
        padding: 5px 8px;
        font-size: 10px;
        line-height: 9px;
        text-transform: none;
        color: #fff !important;
    }

    a.btn_1:hover, .btn_1:hover {
        background: #333;
    }

a.bt_facebook {
    color: #fff !important;
    background: #4267b2;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding: 10px 5px;
    border: none;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.btn_map {
    border: none;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    background: #0090eb;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*text-transform:uppercase;*/
    font-weight: normal;
    display: block;
    text-align: center;
}

a.btn_map2 {
    border: none;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    background: #444;
    cursor: pointer;
    padding: 8px 2px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*text-transform:uppercase;*/
    font-weight: normal;
    display: block;
    text-align: center;
}

#single_tour_feat .btn_map2 a {
    color: #fff;
}

a.btn_map2:hover {
    color: #333;
    background: #eee;
}

a.btn_map:hover {
    background: #333;
}



a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: 12px;
    color: #fff;
    width: 100%;
    background: #ffc00f;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

    a.btn_full:hover, .btn_full:hover {
        background: #333;
    }



/*-------- 1.3 Structure --------*/

/* Header */
#logo {
    margin-top: 10px;
}

header {
    width: 100%;
    /*position:fixed;*/
    left: 0;
    top: 0;
    z-index: 99999;
    padding: 10px 0;
    /*background-color: rgba(255,255,255,.99);*/
    background-color: #fff;
}

    header#plain {
        background-color: #fff;
    }

    header #logo .logo_sticky {
        display: none;
    }

    header.sticky #logo .logo_normal {
        display: none;
    }

    header.sticky #logo .logo_sticky {
        display: block;
    }

/* logo home with h1 */
#logo_home {
    margin: 10px 0 0 0;
    padding: 0;
}



#aff_home {
    margin: 0;
    padding: 0;
    /*width:655px;*/
    height: 42px;
    display: block;
}

    #aff_home a {
        background-color: #d90000;
        color: #fff;
        padding: 10px 5px;
    }

        #aff_home a:hover {
            background-color: #f82929;
        }

#logo_home a, header.sticky #logo_home a, header#plain #logo_home a, header#colored #logo_home a {
    width: 170px;
    height: 34px;
    display: block;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 170px 34px;
    text-indent: -9999px;
}

header.sticky #aff_home
header.sticky #logo_home {
    margin: 0 0 10px 0;
    padding: 0;
}

header.sticky #logo_home a {
    background-image: url(../img/logo_sticky.png);
}

header#plain #logo_home a {
    background-image: url(../img/logo_sticky.png);
}

header.sticky#colored #logo_home a {
    background-image: url(../img/logo_sticky_colored.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #logo_home a, header#colored #logo_home a {
        background-image: url(../img/logo_2x.png);
        background-size: 170px 34px;
    }

    header.sticky #logo_home a, header#plain #logo_home a {
        background-image: url(../img/logo_sticky_2x.png);
        background-size: 170px 34px;
    }

    header.sticky#colored #logo_home a {
        background-image: url(../img/logo_sticky_colored_2x.png);
        background-size: 170px 34px;
    }
}

header.sticky #top_line {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

header.sticky {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 0;
}

nav {
    margin-top: 20px;
    position: relative;
}

.sticky nav {
    margin-top: 10px
}

.sticky #logo {
    margin-top: 0;
    margin-bottom: 10px;
}

ul#top_tools {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
}

    ul#top_tools a {
        color: #000;
    }

.sticky ul#top_tools a {
    color: #000;
}

ul#top_tools li {
    display: inline-block;
    padding: 0 10px;
}

#top_line {
    color: #000;
    height: 28px;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
    /*font-size:11px;*/
    visibility: visible;
    opacity: 1;
    margin-bottom: 5px;
    position: relative;
    z-index: 999;
}

ul#top_linksl {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

ul#top_links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

a#access_link, a#wishlist_link {
    position: relative;
    display: inline-block;
    padding-left: 16px;
}

#access_link:before, #wishlist_link:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

#wishlist_link:before {
    content: "\ec5e";
}

#access_link:before {
    content: "\e97f";
}

ul#top_links li,
ul#top_linksl li {
    display: inline-block;
    /*border-left: 1px solid rgba(255,255,255,0.3);*/
    border-left: 1px solid #f0f0f0;
    margin-right: 15px;
    padding-left: 18px;
    position: relative;
}

    ul#top_links li:first-child,
    ul#top_linksl li:first-child {
        border-left: none;
        padding-left: 0;
    }


ul#top_links a,
ul#top_linksl a {
    color: #000;
}

    ul#top_links a:hover,
    ul#top_linksl a:hover {
        color: #0090eb;
    }

/* Header  plain*/
header#plain {
    background-color: #fff;
    padding-bottom: 0;
}

    header#plain.sticky {
        -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
    }

        header#plain.sticky #logo .logo_normal {
            display: none;
        }

        header#plain.sticky #logo .logo_sticky {
            display: block;
        }

    header#plain #top_line {
        color: #888;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    header#plain ul#top_links li {
        border-left: 1px solid rgba(0,0,0,0.1);
    }

        header#plain ul#top_links li:first-child {
            border-left: none;
        }

    header#plain ul#top_tools a {
        color: #333;
    }

    header#plain ul#top_links a {
        color: #888;
    }

    header#plain ul#top_links :hover a {
        color: #333;
    }

.subheader_plain {
    margin-top: 60px;
}

/* Header  colored*/
header#colored.sticky {
    background-color: #0090eb;
    padding-bottom: 0;
    border-bottom: 2px solid #0090eb
}

    header#colored.sticky ul#top_tools a {
        color: #fff;
    }

/* Drop down cart / login / search  */
.dropdown.dropdown-search, .dropdown.dropdown-cart {
    float: right;
    font-size: 14px !important;
}

.dropdown-cart .dropdown-menu, .dropdown-access .dropdown-menu, .dropdown-search .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 15px;
    right: 0;
    width: 250px;
    top: 100%;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #0090eb;
}

    .dropdown-cart .dropdown-menu:before, .dropdown-access .dropdown-menu:before, .dropdown-search .dropdown-menu:before {
        bottom: 100%;
        right: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #0090eb;
        border-width: 7px;
        margin-left: -7px;
    }

.dropdown-menu {
    margin-top: 14px;
}

ul#cart_items {
    padding: 5px 0 0 0;
    list-style: none;
}

    ul#cart_items li {
        border-bottom: 1px solid #ededed;
        position: relative;
        margin: 0;
        padding: 5px 10px;
        padding-bottom: 10px;
        width: 100%;
        clear: both;
    }

        ul#cart_items li .image {
            border: 1px solid #ddd;
            overflow: hidden;
            width: 50px;
            height: 50px;
            float: left;
            margin-right: 10px;
        }

            ul#cart_items li .image img {
                padding: 1px;
                width: 48px;
                height: auto;
            }

        ul#cart_items li strong {
            font-weight: normal;
            float: left;
            color: #999;
            margin-top: 10px;
            float: left;
            width: 150px;
            line-height: 14px;
        }

            ul#cart_items li strong > a {
                color: #333;
                display: block;
            }

                ul#cart_items li strong > a:hover {
                    color: #0090eb;
                }

        ul#cart_items li a.action {
            color: #999;
            position: absolute;
            font-size: 14px;
            right: 10px;
            top: 0;
            width: 15px;
            height: 15px;
        }

            ul#cart_items li a.action:hover {
                color: #333;
                background: none;
            }

        ul#cart_items li:last-child div {
            color: #999;
            text-align: right;
            font-size: 14px;
            padding: 10px 0 15px 0;
            display: block;
        }

        ul#cart_items li:last-child span {
            color: #333;
            font-weight: bold;
            font-size: 16px;
        }

.dropdown-cart .dropdown-menu a.button_drop {
    display: inline-block;
}

.dropdown- .dropdown-menu {
    margin-top: 7px;
}

.login-or {
    position: relative;
    font-size: 16px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -30px;
    background-color: #fff;
    width: 60px;
    text-align: center;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

a#forgot_pw {
    color: #999 !important;
    font-size: 11px;
    padding: 0;
    margin: -5px 0 10px 0;
    display: block;
}

    a#forgot_pw:hover {
        color: #333 !important;
    }

.dropdown-search .dropdown-menu {
    margin-top: 15px;
    right: -25px;
}

.input-group button {
    background-color: #333;
    color: #fff;
    border-color: #333
}

    .input-group button:hover, .input-group button:focus {
        background-color: #0090eb;
        color: #fff;
        border-color: #0090eb
    }

/* Footer */
footer {
    background: #222 url(../img/pattern.png) repeat 0 0;
    color: #fff;
    padding: 30px 0 10px 0;
}

    footer h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        color: #0090eb;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #999;
        }

    footer ul {
        margin: 0;
        padding: 0 0 10px 0;
        list-style: none;
    }

    footer li {
        padding: 0 0 10px 0;
    }

.row p.copy {
    font-size: 12px;
}

footer .row p {
    margin: 0 0 20px 0;
}

footer .webdesign {
    float: right;
}

footer .copy a {
    font-size: 12px;
}

footer .webdesign a {
    font-size: 12px;
    color: #999;
}

    footer .copy a:hover,
    footer .webdesign a:hover {
        color: #fff;
        text-decoration: underline;
    }

#social_footer {
    text-align: center;
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
    padding-top: 5px;
    margin-bottom: 20px;
    /*margin-top: 30px;*/
}

    #social_footer p {
        font-size: 12px;
        color: #8c8c8c;
    }

    #social_footer ul {
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }

        #social_footer ul li {
            display: inline-block;
            margin: 0 5px 10px 5px;
        }

            #social_footer ul li a {
                color: #fff;
                text-align: center;
                line-height: 34px;
                display: block;
                font-size: 16px;
                width: 35px;
                height: 35px;
                border: 1px solid rgba(255, 255, 255, 0.3);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

                #social_footer ul li a:hover {
                    border: 1px solid #fff;
                    background: #fff;
                    color: #111;
                }

a#phone,
a#email_footer {
    display: block;
    position: relative;
    color: #fdf7ac;
    font-size: 16px;
    padding-left: 40px;
    margin: 20px 0;
}

    a#phone:hover,
    a#email_footer:hover {
        color: #fff;
    }

    a#phone:before,
    a#email_footer:before {
        font-style: normal;
        font-weight: normal;
        font-family: "icon_set_1";
        position: absolute;
    }

    a#phone:before {
        font-size: 30px;
        content: "\79";
        left: 0;
        top: 0;
    }

    a#email_footer:before {
        font-size: 28px;
        content: "\74";
        left: 0;
        top: 5px;
    }

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/

/*-------- 2.1 Home --------*/
.feature_home {
    padding: 30px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .feature_home h3 {
        font-size: 20px;
    }

    .feature_home em {
        margin: auto;
        margin-bottom: 20px;
        display: block;
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px dashed #ccc;
        font-size: 62px;
        color: #ffc00f;
    }



.intro_title h3 {
    font-size: 48px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
}

    .intro_title h3 strong span {
        color: #fff;
    }

/* New v1.2*/
.intro_title.error h1 {
    font-size: 130px;
    color: #fff;
    font-weight: bold;
}


/*iframe,
video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

iframe {
	height: 100%;
	width: 100%;
}

video {
	width: 100%;
}*/


/* Home 5 */
#search_bar_container {
    background: #333;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.search_bar {
    position: relative;
    width: 80%;
    margin: auto;
}

#nav-search-in {
    display: inline-block;
    height: 45px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #6ccef5;
}

    #nav-search-in #nav-search-in-content {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        height: 45px;
        line-height: 35px;
        margin: 5px 65px 0 15px;
        text-indent: 1px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60px;
        overflow: visible;
    }

    #nav-search-in.nav-facade-active .nav-down-arrow {
        display: inline-block;
        right: 15px;
        top: 20px;
        background: url(../img/arrow_down_2.png);
        height: 6px;
        width: 10px;
        position: absolute;
    }

.nav-facade-active #searchDropdownBox {
    cursor: pointer;
    height: 45px;
    left: 15px;
    opacity: 0;
    top: 0;
    visibility: visible;
    width: auto;
}

#searchDropdownBox {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    color: black;
    font-family: "arial", "sans-serif";
    left: 5px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100px;
}

.nav-searchfield-outer {
    border: none;
    background: #fff;
    color: #ccc;
    display: block;
    font-size: 15px;
    left: 0;
    padding: 5px;
    position: realtive;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    height: 45px;
    font-weight: 600;
    margin-top: 1px;
}

#twotabsearchtextbox {
    background: #FFF;
    width: 100%;
    border: none;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 30px;
    padding: 3px 0 0 150px;
    outline: none;
    font-weight: bold;
}

.nav-submit-button {
    background: #fff url(../img/search-bt.png) no-repeat center center;
    border: none;
    cursor: pointer;
    display: block;
    height: 45px;
    right: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 40px;
}

    .nav-submit-button .nav-submit-input {
        background: #fff;
        border: medium none;
        color: white;
        cursor: pointer;
    }

/*-------- 2.2 All tours list / All tours grid --------*/
.box_style_cat {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#cat_nav li {
        border-bottom: 1px solid #ddd;
    }

        ul#cat_nav li a {
            position: relative;
            color: #777;
        }

            ul#cat_nav li a span {
                font-size: 11px;
                color: #999;
            }

            ul#cat_nav li a:after {
                font-family: "fontello";
                content: "\e89b";
                position: absolute;
                right: 15px;
                top: 15px;
            }

        ul#cat_nav li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        ul#cat_nav li:first-child a:hover,
        ul#cat_nav li:first-child a#active,
        ul#cat_nav li:first-child a.active {
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        ul#cat_nav li:last-child a:hover,
        ul#cat_nav li:last-child a#active,
        ul#cat_nav li:last-child a.active {
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -moz-border-radius-bottomleft: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        ul#cat_nav li a {
            display: block;
            padding: 15px 10px;
        }

            ul#cat_nav li a:hover,
            ul#cat_nav li a#active,
            ul#cat_nav li a.active {
                background: #f9f9f9;
                color: #111;
            }

    ul#cat_nav i {
        font-size: 22px;
        margin-right: 5px;
        float: left;
    }

#tools {
    background: #eee;
    padding: 5px;
    margin-bottom: 15px;
}

/* Map */
.marker_info {
    width: 280px;
    height: 320px;
    border-radius: 3px;
    text-align: center;
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 9999999;
    font-family: "'Open Sans'", Arial, sans-serif;
}

    .marker_info img {
        display: block;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .marker_info h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .marker_info span {
        display: block;
        padding: 0px 20px;
        font-size: 12px;
        line-height: 16px;
        color: #7a7f82;
        margin-bottom: 0;
    }

    .marker_info:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(255, 255, 255, 0.9);
        border-width: 10px;
        margin-top: -10px;
    }

.strip_all_tour_list {
    margin-bottom: 30px;
    background-color: #fff;
    border: 3px dashed #777;
    display: block;
    color: #777;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


.tour_list_desc .rating {
    margin: 15px 0 3px -3px;
    font-size: 15px;
}

.img_list {
    overflow: hidden;
    min-height: 150px;
    text-align: center;
    position: relative;
}

    .img_list img {
        width: auto;
        height: 150px;
        position: absolute;
        left: 0;
    }

    .img_list a img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-backface-visibility: hidden;
    }

    .img_list a:hover img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    .img_list .short_info {
        padding: 5px 5px 5px 5px;
        text-align: left;
        min-height: 38px;
    }

.price_list .button {
    display: block;
}

.tour_list_desc {
    padding: 10px 20px 0 0;
    border-right: 1px solid #ededed;
    height: 150px;
    font-size: 14px;
    line-height: 20px;
}

    .tour_list_desc h3 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 10px;
    }

.price_list {
    display: table;
    height: 150px;
    font-size: 38px;
    color: #C92228;
    width: 100%;
    margin-left: -15px;
}

.price_list2 {
    display: table;
    font-size: 20px;
    color: #C92228;
    padding-bottom: 10px;
    width: 100%;
    font-weight: bold;
}

.price_list small {
    font-size: 11px;
    color: #999;
    /*display: block;
	margin: 3px;
	line-height: 12px;*/
}

.price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .price_list div .price {
        padding-bottom: 10px;
    }

.price_list p {
    padding: 0;
    margin: 0;
}

.price_list .normal_price_list {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-top: 10px;
}

.price_list sup {
    font-size: 22px;
    position: relative;
    top: -10px;
}

.price_list .btn_1 {
    width: 95%;
}

ul.add_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.add_info li {
        display: inline-block;
        margin-right: 5px;
        border: 1px solid #ededed;
        text-align: center;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        ul.add_info li a {
            color: #555;
            width: 35px;
            height: 35px;
            display: block;
        }

        ul.add_info li i {
            display: inline-block;
            font-size: 22px;
            top: 6px;
            position: relative;
        }

#filters_col {
    background-color: #fff;
    padding: 15px 10px 15px 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 25px;
}

    #filters_col label {
        color: #999;
        font-weight: normal;
    }

a#filters_col_bt {
    display: block;
    color: #888;
}

    a#filters_col_bt .icon_set_1_icon-65 {
        font-size: 20px;
        position: relative;
        top: 0;
        margin-right: 5px;
    }

.filter_type h6 {
    /*border-top: 1px solid #ddd;*/
    margin: 15px 0 15px 0;
    padding: 0;
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

    .filter_type ul li .rating {
        font-size: 16px;
        left: -7px;
        position: relative;
        top: 3px;
    }

/*-------- 2.3 Single tour page --------*/
#Img_carousel .sp-selected-thumbnail {
    border-bottom: 2px solid #0090eb;
}

.parallax-content-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 18px 0 20px 0;
    color: #fff;
    font-size: 13px;
    background: url(../img/shadow_single.png) repeat-x bottom left;
    width: 100%;
}

    .parallax-content-2 div h1 {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        margin: 0;
    }

    .parallax-content-2 .rating {
        font-size: 14px;
    }

#price_single_main {
    text-align: right;
    padding-top: 25px;
    font-weight: normal;
}

    #price_single_main span {
        font-size: 60px;
        color: #3CF;
    }

    #price_single_main sup {
        font-size: 22px;
        position: relative;
        top: -25px;
    }

#price_single {
    background-color: #079400;
    color: #fff;
    font-size: 36px;
    margin: -15px;
    padding: 20px 15px 10px 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 15px;
}

    #price_single small {
        font-size: 12px;
    }


#single_tour_feat ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

    #single_tour_feat ul li {
        float: left;
        width: 50%;
        text-align: left;
        padding: 0 0px 15px 0px;
        /*white-space: nowrap;*/
        margin-bottom: 5px;
    }

    #single_tour_feat ul:after {
        content: '';
        display: table;
        clear: both;
    }

    #single_tour_feat ul li:last-child {
        margin-right: 0;
    }

    #single_tour_feat ul li i {
        font-size: 30px;
        display: inline-block;
        margin-bottom: 0px;
        color: #0090eb;
        vertical-align: middle;
    }


.theiaStickySidebar h3 {
    font-size: 16px;
    margin-top: 5px;
}

#single_tour_desc #faq .panel-title {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
}

#single_tour_desc h4 {
    line-height: 25px;
    font-size: 18px;
}

.single-tour-map {
    margin-bottom: 30px;
}

#map, #mapsingle {
    width: 100%;
    height: 360px;
    /*border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
}


.table.table_summary td {
    border-top: 1px solid #ededed;
    width: 50%;
}

.table.table_summary tr.total {
    color: #0090eb;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.review_strip_single {
    position: relative;
    padding: 15px;
    margin: 5px 0;
    background-color: #f5f5f5;
}

.prod-tabs .tabs-container .tab .review_strip_single p {
    font-size: 14px;
    margin: 0px;
    line-height: 25px;
}



.review_strip_single img {
    top: -15px;
    position: absolute;
    left: 0;
    border: 4px solid #fff;
}

.review_strip_single h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.review_strip_single .name {
    font-size: 15px;
    font-weight: bold;
}

.review_strip_single small {
    float: right;
    font-size: 12px;
    font-style: italic;
}

.review_strip_single .rating {
    font-size: 16px;
}

.normal_price_single {
    font-size: 18px;
    text-decoration: line-through;
}

.price_in {
    font-size: 42px;
    color: #079400;
    border-bottom: 1px solid #ededed;
    text-align: center;
    padding-top: 30px;
    background-color: #fff8e5;
    margin: -20px -20px 20px -20px;
}

    .price_in small {
        font-size: 11px;
        color: #999;
        display: block;
        margin-bottom: 20px;
        margin-top: 4px;
    }

    .price_in p {
        padding: 0;
        margin: 0;
    }

.normal_price_in {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-top: 10px;
}

.price_in sup {
    font-size: 22px;
    position: relative;
    top: -10px;
}

.table.options_booking td i {
    font-size: 26px;
}

.table.options_booking td {
    vertical-align: middle;
}

/*Update version 1.1*/
#general_rating {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

    #general_rating .rating {
        display: inline;
    }

#rating_summary ul {
    list-style: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

    #rating_summary ul li {
        margin-bottom: 5px;
    }

        #rating_summary ul li .rating {
            display: inline-block;
            font-size: 14px;
            float: right;
        }
/*End Update version 1.1*/

/*-------- 2.4 Cart - Payment - Confirmation --------*/
#hero_2 {
    position: relative;
    height: 400px;
    background: #4d536d url(../img/slide_hero_2.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    text-align: center;
}

    #hero_2.restaurant_bg {
        background: #4d536d url(../img/restaurant_top_in.jpg) no-repeat center center;
        background-size: cover;
    }

    #hero_2 .intro_title h1 {
        font-size: 38px;
        margin-bottom: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

        #hero_2 .intro_title h1:before,
        #hero_2 .intro_title h1:after {
            display: inline-block;
            width: 60px;
            height: 1px;
            content: '';
            vertical-align: middle;
            background: rgba(255, 255, 255, 0.5);
        }

        #hero_2 .intro_title h1:before {
            margin-right: 10px;
        }

        #hero_2 .intro_title h1:after {
            margin-left: 10px;
        }

.bs-wizard {
    width: 90%;
    margin: auto;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #0090eb;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 23px 0;
            background-color: #fbe8aa;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;

            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
            
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;

        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;

        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

    .form_title h3 strong {
        background-color: #0090eb;
        text-align: center;
        width: 40px;
        height: 40px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .form_title h3 {
        margin: 0;
        padding: 0;
    }

    .form_title p {
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 14px;
    }

.step {
    border-left: 1px solid #ddd;
    padding: 0px 0 20px 31px;
    margin: 0 0 10px 20px;
}

.cards {
    margin-top: 18px;
}

.table {
    border-bottom: 1px solid #ddd;
}

    .table.options_cart td i {
        font-size: 38px;
    }

    .table.cart-list th,
    .table.options_cart th {
        background-color: #fff;
        text-transform: uppercase;
    }

    .table.cart-list td {
        vertical-align: middle;
    }

    .table.options_cart td {
        vertical-align: middle;
    }

.numbers-row {
    position: relative;
    width: 97px;
    height: 40px;
    overflow: visible;
}

    .numbers-row.list {
        margin: auto;
        margin-bottom: 5px;
        margin-top: 15px;
    }

input.qty2 {
    position: relative;
    width: 35px;
    height: 40px;
    border-radius: none;
    text-align: center;
    left: 31px;
    font-size: 12px;
    padding: 5px;
}

.button_inc {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 40px;
    z-index: 9;
}

.dec {
    background: #fff url(../img/minus.png) no-repeat center center;
    border: 1px solid #888;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.inc {
    background: #fff url(../img/plus.png) no-repeat center center;
    right: 0;
    top: 0;
    border: 1px solid #888;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#total {
    text-align: right;
    margin-top: 20px;
}

    #total h3 {
        font-size: 26px;
        line-height: 26px;
        padding: 0;
        font-weight: bold;
        display: block;
        margin: 0 0 10px 0;
    }

.options i {
    font-size: 22px;
}

.thumb_cart {
    border: 1px solid #ddd;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

    .thumb_cart img {
        padding: 1px;
        width: 58px;
        height: auto;
    }

.item_cart {
    display: inline-block;
    margin-top: 20px;
}

.table.confirm th {
    text-transform: uppercase;
}

.table.confirm td {
    width: 50%;
}

#policy {
    padding: 10px 0 0 50px;
}

/*-------- 2.5 About --------*/
.feature {
    padding: 30px 30px 20px 120px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .feature i {
        margin: 0;
        position: absolute;
        top: 30px;
        left: 30px;
        padding: 0;
        margin: 0;
        width: 65px;
        height: 65px;
        line-height: 60px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px dashed #ccc;
        font-size: 34px;
        color: #6dcff6;
    }

.features-bg {
    position: relative;
    min-height: 400px;
    background: url(/img/features-intro-01.jpg) no-repeat center center;
    background-size: cover;
}

.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}

.features-content {
    position: relative;
    padding: 11% 50px 10% 50px;
    height: 400px;
    background-color: #222;
    color: #fff;
    font-size: 14px;
}

    .features-content h3 {
        color: #fff;
        font-size: 26px;
        line-height: 34px;
    }

.review_strip {
    background-color: #333;
    position: relative;
    padding: 30px 30px 20px 30px;
    margin-bottom: 20px;
}

    .review_strip img {
        top: -15px;
        position: absolute;
        border: 4px solid #fff;
    }

    .review_strip h4 {
        font-size: 18px;
        margin: -10px 0 35px 80px;
        padding: 0;
        color: #fff;
    }

    .review_strip p {
        margin-bottom: 10px;
    }

    .review_strip .rating {
        font-size: 16px;
    }

.rating {
    font-size: 18px;
}

    .rating small {
        font-size: 12px;
        color: #999;
    }

    .rating .voted {
        color: #F90;
    }

/*-------- 2.6 Contact us --------*/
#map_contact {
    width: 100%;
    height: 450px;
}

#directions {
    background-color: #0090eb;
    padding: 22px 0;
}

ul#contact-info {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.tape {
    position: absolute;
    left: 0;
    top: -20px;
    height: 45px;
    width: 100%;
    background: url(../img/tape.png) no-repeat center top;
    display: block;
}

.loader {
    margin-left: 5px;
    position: absolute;
}

.error_message {
    color: #F33;
    font-weight: 600;
    margin-bottom: 4px;
}

/*-------- 2.7 Login --------*/
#hero.login {
    height: auto;
    display: block;
    text-transform: none;
    font-size: 12px;
    background: url(../img/bg_login.jpg) no-repeat center center;
    background-size: cover;
}

#login {
    margin: 170px 0 60px;
    color: #333;
    text-align: left;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    padding: 30px;
}

#pass-info {
    width: 98.5%;
    margin-bottom: 15px;
    color: #829CBD;
    text-align: center;
    font: 12px/25px Arial, Helvetica, sans-serif;
}

    #pass-info.weakpass {
        border: 1px solid #FF9191;
        background: #FFC7C7;
        color: #94546E;
        text-shadow: 1px 1px 1px #FFF;
    }

    #pass-info.stillweakpass {
        border: 1px solid #FBB;
        background: #FDD;
        color: #945870;
        text-shadow: 1px 1px 1px #FFF;
    }

    #pass-info.goodpass {
        border: 1px solid #C4EEC8;
        background: #E4FFE4;
        color: #51926E;
        text-shadow: 1px 1px 1px #FFF;
    }

    #pass-info.strongpass {
        border: 1px solid #6ED66E;
        background: #79F079;
        color: #348F34;
        text-shadow: 1px 1px 1px #FFF;
    }

    #pass-info.vrystrongpass {
        border: 1px solid #379137;
        background: #48B448;
        color: #CDFFCD;
        text-shadow: 1px 1px 1px #296429;
    }

/*-------- 2.8 Tour guide page --------*/
#tour_guide {
    text-align: center;
}

.img-circle.styled {
    border: 5px solid #fff;
}

#filters {
    padding: 20px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ededed;
    margin: 0 -15px 30px -15px;
}

a.bt_filters {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 8px;
    color: #888;
    display: inline-block;
}

/*-------- 2.9 Tranfers --------*/
.transfer_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

    .transfer_container .short_info span {
        padding: 0 10px 35px 10px;
    }

    .transfer_container .transfer_title {
        padding: 15px 15px 0 15px;
        position: relative;
        top: -35px;
        background-color: #fff;
        z-index: 15;
        margin: 10px;
    }

        .transfer_container .transfer_title .rating {
            font-size: 14px;
            margin-left: -3px;
        }

        .transfer_container .transfer_title h3 {
            margin: 0 0 15px 0;
            font-weight: bold;
            font-size: 16px;
            padding-bottom: 15px;
        }


.transfer_title p {
    margin-bottom: 20px!important;
}


a.btn_collapse {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

/*-------- 3.0 Hotels --------*/
.score span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 2px solid #999;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    margin-left: 5px;
    text-align: center;
}

.score {
    float: right;
    font-size: 11px;
    margin-top: 5px;
}

#score_detail span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #555;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-right: 5px;
    text-align: center;
}

#score_detail {
    font-size: 14px;
    margin-bottom: 15px;
}

    #score_detail small {
        color: #999;
    }

.hotel_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 520px;
    /*min-width: 260px;*/
}

    .hotel_container.small {
        min-height: 150px;
    }


    .hotel_container.f {
        min-height: 1px;
    }

    .hotel_container .hotel_title {
        padding: 15px;
        padding-bottom: 0;
        position: relative;
        top: -35px;
        z-index: 15;
        margin: 10px;
        min-height: 240px;
        background-color: #fff;
    }


    .hotel_container.small .hotel_title {
        min-height: 100px;
    }

    .hotel_container .hotel_title .rating {
        font-size: 14px;
        margin-left: -3px;
    }

    .hotel_container .hotel_title h3 {
        margin: 0;
        font-size: 18px;
        /*text-transform: uppercase;*/
    }

        .hotel_container .hotel_title h3.lowercase {
            text-transform: none;
            font-weight: 600;
        }

    .hotel_container .hotel_title p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px;
    }

    .hotel_container .score span {
        color: #fff;
        margin-right: 5px;
        text-align: center;
        border: 2px solid #fff;
    }

    .hotel_container .score {
        font-size: 11px;
        margin-top: 5px;
        position: absolute;
        bottom: 30px;
        left: 5px;
    }

        .hotel_container .score.large {
            font-size: 30px;
            /*text-transform: uppercase;*/
            font-weight: 700;
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            top: 50%;
            margin-top: -20px;
            z-index: 10;
        }

    .hotel_container .image-filter {
        background: rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .hotel_container a .score {
        color: #fff;
    }

/* Carousel */
.carousel .item {
    margin: 3px;
}

    .carousel .item img {
        display: block;
        width: 100%;
        height: auto;
    }

ul.list_icons {
    margin: 0 0 020px 0;
    padding: 0;
    list-style: none;
}

    ul.list_icons li i {
        font-size: 16px;
    }

.modal-dialog {
    margin-top: 80px;
}

#price_single_main.hotel {
    padding-top: 40px;
}

.hotel_container .short_info.hotel {
    padding-left: 10px;
}

.hotel_container .short_info.calendar {
    padding-left: 10px;
    font-size: 12px;
    padding-bottom: 32px;
}

/*-------- 3.1 Wishlist --------*/
.wishlist_close {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

    .wishlist_close:hover a,
    .wishlist_close:hover:before {
        color: #f66;
    }

.short_info > a,
.short_info > a:hover {
    color: #fff;
}

.wishlist_close a {
    color: #fff;
    cursor: pointer;
    display: block;
}

.strip_all_tour_list .wishlist_close a {
    color: #fff;
}

.wishlist_close:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 40px;
    content: "\72";
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}
/*-------- 3.2 Map listing --------*/
.marker_info_2 {
    width: 240px;
    height: 340px;
    border-radius: 3px;
    text-align: center;
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 9999999;
    font-family: "'Open Sans'", Arial, sans-serif;
}

    .marker_info_2 img {
        display: block;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .marker_info_2 h3 {
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .marker_info_2 span {
        display: block;
        padding: 0px 20px;
        font-size: 12px;
        line-height: 16px;
        color: #7a7f82;
        margin-bottom: 15px;
    }

    .marker_info_2:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(255, 255, 255, 0.9);
        border-width: 10px;
        margin-top: -10px;
    }

.full-height {
    height: 100%;
}

.row-height {
    height: 100%;
    min-height: 100%;
}

.map-right {
    height: 100%;
    min-height: 100%;
    padding: 0px;
}

.content-left {
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    padding-top: 115px;
}

.view_on_map {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 0 30px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -8px;
    display: block;
    border-top: 1px solid #ededed;
}

    .view_on_map:before {
        font-style: normal;
        font-weight: normal;
        font-family: "fontello";
        font-size: 14px;
        content: "\ecea";
        color: #0090eb;
        position: absolute;
        left: 15px;
        top: 7px;
    }

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/

.box_style_1 {
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}

.box_style_3 {
    padding: 20px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .box_style_3 h3 {
        font-size: 20px;
    }

    .box_style_3 i {
        margin: auto;
        margin-bottom: 20px;
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px dashed #ccc;
        font-size: 42px;
        color: #6dcff6;
    }

.box_style_4,
.box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
}

    .box_style_4:after,
    .box_style_4:before {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
    }

    .box_style_4:before {
        border-bottom: 10px solid #ccc;
        margin-bottom: 0;
    }

    .box_style_4:after {
        border-bottom: 10px solid #fff;
        margin-bottom: -1px;
        z-index: 1;
    }

    .box_style_2 i,
    .box_style_4 i {
        font-size: 52px;
        margin-top: 10px;
        display: inline-block;
    }

    .box_style_2 a.phone,
    .box_style_4 a.phone {
        font-size: 26px;
        display: block;
        margin-bottom: 20px;
    }

/* Input form style */
.form-control {
    font-size: 14px;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

div#frontsearch1_RadComboBoxRegion,
div#frontsearch1_RadComboBoxType {
    padding-left: 5px;
}

.RadComboBox_Default .rcbFocused .rcbActionButton, .RadComboBox_Default .rcbExpanded .rcbActionButton,
.RadComboBoxDropDown_Default .rcbHovered {
    cursor: pointer;
}

.RadComboBox .rcbActionButton,
.RadComboBox_Default .rcbActionButton,
.RadComboBox_Default .rcbHovered .rcbActionButton {
    height: 40px !important;
}

div#frontsearch1_RadComboBoxType,
div#frontsearch1_RadComboBoxRegion {
    width: 100%;
}

input#frontsearch1_RadComboBoxRegion_Input,
input#frontsearch1_RadComboBoxType_Input {
    font-size: 14px;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

#booking .form-group {
    position: relative;
}

.expose {
    position: relative;
}

#overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
}

/* Error validate style */
label.error,
.prod-tabs .add-review label.error {
    font-size: 11px;
    position: absolute;
    top: -14px;
    left: 0px;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    padding: 0 6px;
}


    label.error:after,
    .prod-tabs .add-review label.error:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #e34f4f;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -6px;
        left: 20%;
    }

/* Scroll top button */
#toTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px;
    line-height: 20px;
    border-radius: 20px;
    position: fixed;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
    z-index: 25;
}

    #toTop:before {
        font-style: normal;
        font-weight: normal;
        font-family: "fontello";
        content: "\e899";
    }

#btn-down:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    content: "\e899";
}

.btn-down:active,
.btn-down:focus,
.btn-down {
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 80px;
}

    .btn-down:hover {
        cursor: pointer;
        color: rgba(255,255,255,0.9);
    }

    .btn-down:before {
        font-style: normal;
        font-weight: normal;
        font-family: "fontello";
        content: "\e896";
    }


/*Background colors*/
.white_bg {
    background-color: #fff
}


.grey_bg {
    background-color: #f5f5f5;
}


.blue_bg {
    background: #0090eb url(../img/pattern_2.png) repeat 0 0;
}

/*Spacing*/
.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}

.nomargin_top {
    margin-top: 0;
}

.prod-tabs .tabs-container .tab div.nm_bottom {
    margin-bottom: 30px;
    border: dashed 3px #C92228;
    padding: 10px;
    background-color: #ffe8e8;
}

    .prod-tabs .tabs-container .tab div.nm_bottom.margin {
        margin-bottom: 30px;
    }



/*p row*/
.row p {
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 30px;
}

a#gpx {
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}


/*List*/
ul.list_ok,
ul.list_nok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
}

    ul.list_ok li,
    ul.list_nok li {
        position: relative;
        padding-left: 25px;
    }


        ul.list_ok li:before {
            font-style: normal;
            font-weight: 600;
            font-family: "fontello";
            font-size: 18px;
            content: "\e81b";
            color: #4db848;
            position: absolute;
            left: 0;
            top: 0;
        }


        ul.list_nok li:before {
            font-style: normal;
            font-weight: 600;
            font-family: "fontello";
            font-size: 18px;
            content: "\e826";
            color: #d90000;
            position: absolute;
            left: 0;
            top: 0;
        }

ul.list_order {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
    font-size: 16px;
}

    ul.list_order li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 10px;
    }

        ul.list_order li span {
            background-color: #0090eb;
            color: #fff;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            font-size: 18px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

/** Pagination **/
.pagination > li > a,
.pagination > li > span {
    color: #888;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #333 !important;
        background-color: #f9f9f9;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #555;
    border-color: #555;
}

/* Drop down select footer */
.styled-select select {
    background: transparent;
    width: 115%;
    padding: 7px 5px 5px 15px;
    border: 0;
    border-radius: 0;
    height: 37px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 40px;
    background: #434343 url(../img/down_arrow_select.png) no-repeat right center;
    border: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .styled-select select::-ms-expand {
        display: none;
    }

    .styled-select select:focus {
        outline: none;
    }

/* Drop down select filters */
.styled-select-filters select {
    background: transparent;
    width: 115%;
    padding: 7px 5px 5px 10px;
    border: 0;
    border-radius: 0;
    height: 31px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 12px;
    color: #888;
}

.styled-select-filters {
    width: 100%;
    overflow: hidden;
    height: 34px;
    background: #fff url(../img/down_arrow_select_filters.png) no-repeat right center;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    display: block;
}

    .styled-select-filters select::-ms-expand {
        display: none;
    }

    .styled-select-filters select:focus {
        outline: none;
    }

/* Margin tools */
.padding_6030 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.padding_1530 {
    padding-top: 15px;
    padding-bottom: 30px;
}

.padding_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding_300 {
    padding-top: 30px;
}

.padding_030 {
    padding-bottom: 30px;
}

.padding_3060 {
    padding-top: 30px;
    padding-bottom: 60px;
}


.padding_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.margin_60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin_6030 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.margin_3060 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin_030 {
    margin-bottom: 30px;
}

.margin_020 {
    margin-bottom: 20px;
}

.margin_1530 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.margin_300 {
    margin-top: 30px;
}


.margin_3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

/* Parallax bg */
.parallax-window {
    /*min-height: 400px;*/
    min-height: 300px;
    background: rgba(0, 0, 0, 0.35);
    position: relative;
}

.parallax-content-1 {
    display: table;
    width: 100%;
    /*height: 400px;*/
    height: 140px;
}


    .parallax-content-1.height200 {
        height: 200px;
    }

    .parallax-content-1.height400 {
        height: 400px;
    }

    .parallax-content-1.height450 {
        height: 450px;
    }

    .parallax-content-1.height600 {
        height: 450px;
    }

    .parallax-content-1 > div {
        display: table-cell;
        padding: 20px 15% 20px 15%;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .parallax-content-1 div h1,
    .parallax-content-1 div h3 {
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
        text-shadow: 1px 2px #000;
        /*padding-top: 110px;*/
    }

    .parallax-content-1 p {
        margin: 5px 0 0 0;
        color: rgba(255, 255, 255, 0.90);
    }

    /*.parallax-content-1 div h1:before,
.parallax-content-1 div h1:after {
	display: inline-block;
	width: 50px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}

.parallax-content-1 div h1:before {
	margin-right: 10px;
}

.parallax-content-1 div h1:after {
	margin-left: 10px;
}*/

    .parallax-content-1 div a i {
        color: #fff;
    }

/*// .parallax-content-1 div a:hover i {
// 	opacity: 1;
//     opacity: 0.5;
// 	-webkit-transition: all 0.5s ease;
// }*/

/* Tours boxes*/
.tour_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    margin-bottom: 30px;
}

.img_container {
    position: relative;
    overflow: hidden;
    /*border: 1px solid #fff;*/
}


#section-2 .hotel_title {
    min-height: 70px;
}

#section-2 .list_hotels_tabs {
    display: flex;
    flex-wrap: wrap;
}

.tour_container .tour_title {
    padding: 15px;
    position: relative;
    min-height: 95px;
}

    .tour_container .tour_title .rating {
        font-size: 14px;
        /*margin-left: -3px;*/
    }

    .tour_container .tour_title h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        /*text-transform: uppercase;*/
    }

@media(min-width: 764px) {
    .tour_height .tour_title {
        min-height: 95px;
    }
}


@media(max-width: 526px) {
    .tour_height .tour_title {
        min-height: 92px;
    }
}

@media (max-width: 1024px) {
    .show-megamenu.submenu.desktop_menu,
    .show-submenu.desktop_menu {
        display: none;
    }

    .show-megamenu.submenu.mobile_menu,
    .show-submenu.mobile_menu {
        display: block;
    }
}

@media (min-width: 1024px) {
    .show-megamenu.submenu.desktop_menu,
    .show-submenu.desktop_menu {
        display: block;
    }

    .show-megamenu.submenu.mobile_menu,
    .show-submenu.mobile_menu {
        display: none;
    }
}

.wishlist {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

    .wishlist:hover a,
    .wishlist:hover:before {
        color: #0090eb;
    }

.short_info > a,
.short_info > a:hover {
    color: #fff;
}

.wishlist a {
    color: #fff;
    cursor: pointer;
    display: block;
}

.strip_all_tour_list .wishlist a {
    color: #fff;
}

.wishlist:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 40px;
    content: "\72";
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}

.strip_all_tour_list .wishlist {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-size: 20px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
}

    .strip_all_tour_list .wishlist:before {
        font-style: normal;
        font-weight: normal;
        font-family: "icon_set_1";
        font-size: 30px;
        content: "\72";
        color: #fff;
        position: absolute;
        left: 0;
        top: 3px;
    }

.img_container a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.img_container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
}

.img_container.bannerw img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    width: 100%;
}

.short_info {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url(../img/shadow_tour.png) repeat-x left bottom;
    width: 100%;
    padding: 30px 10px 8px 5px;
    color: #fff;
}

    .short_info i {
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        font-style: normal;
        padding: 0 2px 2px 0;
        margin: 0;
    }

    .short_info .price {
        float: right;
        font-size: 28px;
        font-weight: bold;
        display: inline-block;
    }

        .short_info .price sup {
            font-size: 18px;
            position: relative;
            top: -5px;
        }

/* Ribbons */
.ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    width: 78px;
    height: 78px;
    z-index: 1;
}

    .ribbon.popular {
        background: url(../img/ribbon_popular.png) no-repeat 0 0;
    }

    .ribbon.top_rated {
        background: url(../img/ribbon_top_rated.png) no-repeat 0 0;
    }



/* Position  breadcrumbs */
#position {
    background-color: #efefef;
    /*background-color: #fff;*/
    padding: 10px 0;
    font-size: 11px;
    margin-bottom: 30px;
}

    #position ul li:first-child {
        padding-left: 20px;
    }

        #position ul li:first-child:before {
            content: "\eaf4";
            font-style: normal;
            font-weight: normal;
            font-family: "fontello";
            position: absolute;
            left: 0;
            top: -2px;
            color: #555;
        }

    #position ul {
        margin: 0;
        padding: 0;
        color: #888;
    }

        #position ul li a {
            color: #555;
        }

            #position ul li a:hover {
                color: #555;
                opacity: 0.7;
            }

        #position ul li {
            display: inline-block;
            padding-right: 8px;
            margin-right: 5px;
            position: relative;
        }

            #position ul li:after {
                content: "\e9ee";
                font-style: normal;
                font-weight: normal;
                font-family: "fontello";
                position: absolute;
                right: 0;
                top: 0;
            }

            #position ul li:last-child:after {
                content: '';
            }

/*Banners*/
.banner {
    position: relative;
    background: #fff url(../img/banner_bg.png) no-repeat center bottom;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 60px;
}

    .banner:after,
    .banner:before {
        position: absolute;
        content: "";
        z-index: 1;
        height: 18px;
        width: 50%;
        top: 100%;
    }

    .banner:after {
        left: 0;
        background: url(../img/shadow-bg.png) no-repeat top left;
    }

    .banner:before {
        right: 0;
        background: url(../img/shadow-bg.png) no-repeat top right;
    }

    .banner a {
        position: absolute;
        top: 35%;
        right: 30px;
    }

    .banner h4 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 26px;
        margin: 0;
        padding: 0;
        color: #0090eb;
    }

        .banner h4 span {
            text-transform: none;
            color: #555;
        }

    .banner p {
        margin: 0;
        padding: 0;
    }

    .banner.colored {
        background: #0090eb url(../img/banner_bg_colored.png) no-repeat center bottom;
        color: #fff;
    }

        .banner.colored h4 {
            color: #fff;
        }

            .banner.colored h4 span {
                color: #FFC;
            }

/*Preloading*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
    display: none;
}

.sk-spinner-wave div {
    background-color: #ccc;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.laptop {
    margin: auto;
    margin-top: 20px;
}

/** Collapse updated v.1.8 **/
.panel {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e5e5e5;
}



.panel-title a {
    display: block;
    color: #0090eb;
    font-weight: 500;
    padding: 12px 15px 12px 15px;
}

.panel-title strong a {
    font-weight: 700;
}

.panel-default > .panel-heading {
    /*background-color: #0090eb;*/
    padding: 0px;
}


/*.panel-heading {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}*/
.panel-heading,
.panel-group .panel {
    border-radius: 0px;
}

.panel-body {
    padding: 15px 15px 0 15px;
    line-height: 1.6 !important;
}

.panel-title a .indicator {
    background-color: #0090eb;
    color: #fff;
}

.panel-title a:hover .indicator {
    background-color: #279feb;
}

/** Blockquote **/
blockquote.styled {
    line-height: 1.42857143;
    border: 3px dashed #337ab7;
}

    blockquote.confirm p
    blockquote.alert p,
    blockquote.styled p {
        font-size: 20px;
        font-style: italic;
        font-weight: 500;
        line-height: 1.5;
    }

blockquote p .icon {
    font-size: 40px;
    color: #888;
}

blockquote small {
    color: #0090eb;
}

blockquote {
    padding: 20px;
    background-color: #f5f5f5;
    border-left: 5px solid #337ab7;
    line-height: 30px
}

    blockquote q {
        font-style: italic;
    }

    blockquote.confirm {
        line-height: 1.42857143;
        padding: 20px;
        background-color: #dcffe9;
        border-left: 5px solid #4aa800;
    }

    blockquote a {
        text-decoration: underline;
    }

        blockquote a:hover {
            color: #0090eb
        }


    blockquote.alert {
        line-height: 1.42857143;
        padding: 20px;
        background-color: #fcd4d4;
        border-left: 5px solid #d90000;
    }


    blockquote > div:after {
        content: '';
        display: table;
        clear: both;
    }

.info-block-icon {
    float: left;
    width: 8%;
    text-align: center;
}

    .info-block-icon i,
    .info-block-icon em {
        font-size: 40px;
        color: #888;
    }

.info-block-text {
    float: right;
    width: 90%;
}

.prod-tabs .tabs-container .tab span.info-block-text p {
    margin-bottom: 0px;
}



/** sidebar **/
#sidebar .list_tours_tabs h3 {
    margin: 0;
    text-transform: none;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

#sidebar .list_tours_tabs ul {
    list-style: none;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0;
}

    #sidebar .list_tours_tabs ul li {
        position: relative;
        padding: 0px 5px 10px 80px;
        min-height: 85px;
        height: 85px;
        width: 100%;
        border-bottom: 1px solid #ededed;
        display: table;
    }

        #sidebar .list_tours_tabs ul li:last-child {
            padding: 0px 5px 10px 0px;
            border-bottom: none;
            min-height: 65px;
        }

            #morereviews a:before,
            .list_tours_tabs ul li:last-child a:before,
            #sidebar .list_tours_tabs ul li:last-child a:before {
                content: "\e9ee";
                font-style: normal;
                font-weight: normal;
                font-family: "fontello";
                margin-top: 2px;
                margin-right: 7px;
            }

        #sidebar .list_tours_tabs ul li div {
            display: table-cell;
            vertical-align: middle;
            font-size: 13px;
        }

#morereviews {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    padding-bottom: 15px;
}


#sidebar .list_tours_tabs ul li figure {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 10px;
}

    #sidebar .list_tours_tabs ul li figure img {
        width: 60px;
        height: 60px;
    }

#sidebar .list_tours_tabs ul li h3 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

#sidebar .list_tours_tabs ul li a small {
    color: #777;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#sidebar .list_tours_tabs {
    margin-left: 0;
    margin-right: 0;
}

/** tabs **/
.tab-content {
    padding: 30px 30px 10px 30px;
    /*background-color: rgba(255, 192, 15, 0.95);*/
    background-color: #ffc00f;
    border: none;
    border-top: none;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .tab-content h1 {
        text-align: center;
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        padding-bottom: 5px;
        margin: 0;
    }

    .tab-content h2 {
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 25px;
        margin: 0;
    }


    .tab-content h3 {
        text-align: center;
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        padding-bottom: 5px;
        margin: 0;
    }

.tabs-container.nl h2 {
    border-bottom: none;
    padding-bottom: 0;
}

/*.tabs-container h2 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}*/


/*.tabs-container p {
    padding-bottom: 20px;

}*/


/** Img frame in general page **/
.img-responsive.styled {
    margin-top: 20px;
    /*border: 5px solid#fff;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/**General icons block **/
.general_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 30px 0 0 0;
}

    .general_icons ul li {
        display: inline-block;
        text-align: center;
        padding: 0 20px 20px 0;
        white-space: nowrap;
    }

        .general_icons ul em:last-child,
        .general_icons ul li:last-child {
            padding-right: 0;
        }

        .general_icons ul li em,
        .general_icons ul li i {
            font-size: 36px;
            display: block;
            margin-bottom: 10px;
        }

/*============================================================================================*/
/* 4.  UPDATES  */
/*============================================================================================*/

/* 4.1 Home 7: search function */
#search_container {
    position: relative;
    height: 400px;
    background: url(../img/front_reisroutes.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    width: 100%;
    display: table;
    z-index: 1;
}

#search {
    max-width: 840px;
    margin: 0 auto;
    padding: 100px 0 75px 0;
}

    #search .nav-tabs {
        border-radius: 0;
        font-size: 12px;
        border: 0;
        border-bottom: 1px solid transparent;
        margin-left: 10px;
        text-transform: uppercase;
    }

        #search .nav-tabs > li > a {
            border-radius: 0;
            border: 0;
            color: #fff !important;
        }

    #search .tab-content {
        border-radius: 0;
        border: 0;
        color: #333;
    }

    #search .nav-tabs > li > a {
        background: rgba(0, 0, 0, 0.40);
        padding-bottom: -2px;
    }

    #search .nav-tabs > li.active > a,
    #search .nav-tabs > li.active > a:hover,
    #search .nav-tabs > li.active > a:focus {
        color: #fff;
        background-color: #0090eb;
    }


.dd-select {
    border-radius: 3px !important;
    border: solid 1px #ccc;
    position: relative;
    cursor: pointer;
    height: 40px;
    font-weight: normal !important;
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
}

.dd-selected {
    overflow: hidden;
    display: block;
    padding: 0 0 0 10px !important;
    font-weight: normal !important;
    color: #444 !important;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #999 !important;
}

.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}

.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}

.dd-options li .dd-option {
    height: 45px;
    line-height: 25px !important;
}

.dd-option:hover {
    background: #f9f9f9 !important;
    color: #000;
}

.dd-option-selected {
    background: #f9f9f9 !important;
    color: #444 !important;
}

.dd-option-image,
.dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 10px !important;
    max-width: 64px;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
}

​ label.dd-selected-text {
    font-weight: normal !important;
}

.dd-option-text {
    line-height: 14px !important;
}

.dd-selected-image {
    margin-top: 7px;
}

.dd-select label,
.dd-options label {
    font-weight: normal !important;
    cursor: pointer !important;
}

.radio_fix {
    float: left;
    margin-top: 35px;
}

/*-------- 4.1 Faq --------*/
#faq h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
}

/*-------- 4.2 Pricing tables --------*/
.plans {
    margin: 0px auto 30px;
    zoom: 1;
}

    .plans:before,
    .plans:after {
        content: '';
        display: table;
    }

    .plans:after {
        clear: both;
    }

.plan {
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    background: #fafafa;
    background-clip: padding-box;
    border: solid #dddddd;
    min-height: 435px;
    border-width: 1px 0 1px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.col-md-4.plan:first-child {
    margin-right: 0px;
    margin-left: 15px;
}

.plan:last-child {
    border-width: 1px;
}

#faq h2.plan-title,
h2.plan-title {
    position: relative;
    margin: -20px 0px 15px;
    padding: 15px 15px 0 15px;
    line-height: 1;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    /*border-bottom: 1px solid #ededed;*/
    border: none;
}

.plan-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}

.plan-price {
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: #4b4b4b;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-family: "Helvetica Neue", Arial;
}

    .plan-price > span {
        font-size: 12px;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.9);
    }



.lst {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    text-align: center;
}

ul.lst {
    padding: 0;
    margin: 0 0 10px 0;
}

.lst li {
    list-style: none;
}

.plan-tall {
    margin: 0;
    background: #fff;
    border-width: 1px;
    border-radius: 4px;
    margin-right: -30px;
    position: relative;
    z-index: 10;
    border: dashed #4db848;
    position: relative;
}

.ribbon_table {
    width: 99px;
    height: 97px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
    background: url(../img/ribbon.png) no-repeat 0 0;
    z-index: 101;
}

.plan-tall > .plan-title {
    font-size: 18px;
}

.plan-tall > .plan-price {
    margin: 0 auto 20px;
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: #f26d7d;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    display: inline-block;
    text-align: center;
}

.plan-tall > .plan-features {
    font-size: 14px;
}

.plan-tall > .plan-button {
    padding: 0 16px;
    line-height: 32px;
}

.plan-tall + .plan {
    border-left: 0;
}

.plan img {
    width: auto;
    margin: 0 auto 10px 0;
}


/* Pricing tables style 2 */
#pricing_2 {
    margin-top: 20px;
}

.ribbon_2 {
    width: 99px;
    height: 97px;
    position: absolute;
    left: -5px;
    top: -5px;
    display: block;
    background: url(../img/ribbon.png) no-repeat 0 0;
    z-index: 101;
}

.pricing-table {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

    .pricing-table:hover {
        -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    }

    .pricing-table.green {
        text-align: center;
        font-weight: 400;
    }

    .pricing-table.black {
        text-align: center;
        font-weight: 400;
    }

.pricing-table-sign-up {
    border-top: 1px solid #ededed;
    padding: 10px 10px 5px 10px;
    text-align: center;
    margin-top: 30px;
}

.pricing-table-features p {
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
}

    .pricing-table-features p:nth-child(2n) {
        background: #f8f8f8;
        padding: 10px 0;
    }

.pricing-table-features,
.pricing-table-space {
    background: #fff;
}

.pricing-table p {
    padding: 5px;
    margin-top: 5px;
    font-size: 110%;
    font-weight: 400;
    background: #fff;
}

    .pricing-table p strong {
        font-weight: 600;
    }

.pricing-table .pricing-table-header {
    color: #fff;
    padding: 0px;
}

.pricing-table-header .heading {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

.pricing-table.green .heading {
    background: #83c99f;
}

.pricing-table.black .heading {
    background: #333333;
}

.pricing-table .pricing-table-header .price-value {
    background: #fff;
}

.pricing-table.green .pricing-table-header .price-value {
    background: #fff;
}

.pricing-table.black .pricing-table-header .price-value {
    background: #fff;
}

.pricing-table-header .price-value {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    background: #1ABC9C;
    font-family: "Helvetica Neue", Arial;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

    .pricing-table-header .price-value span {
        font-weight: 800;
        font-size: 36px;
        line-height: 36px;
    }

        .pricing-table-header .price-value span.mo {
            font-size: 22px;
            font-weight: 400;
        }

.question_box h3 {
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px;
}

.question_box {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}

    .question_box:before {
        content: "\ec7e";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 30px;
        position: absolute;
        color: #999;
        top: 5px;
        left: 0;
    }

/*-------- 4.4 Common --------*/
.badge_save {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 77px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/badge_save.png);
    font-size: 11px;
    line-height: 12px;
    padding-top: 32px;
    z-index: 10;
}

    .badge_save strong {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

.input-group input {
    height: 34px;
}

/* Promo_full (v.1.7)*/
.promo_full {
    height: auto;
    background: url(../img/home_bg_2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.promo_full_wp {
    display: table;
    width: 100%;
    height: auto;
}

    .promo_full_wp > div {
        display: table-cell;
        padding: 10% 15%;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .promo_full_wp div h3 {
        font-size: 48px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }

    .promo_full_wp div a i {
        color: #fff;
        opacity: 0.5;
        font-size: 72px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .promo_full_wp div a:hover i {
        opacity: 1;
    }

/* Map filter (v.1.8)*/
#map_filter {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    width: 100%;
}

    #map_filter ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        #map_filter ul li {
            display: inline-block;
            text-align: center;
        }

            #map_filter ul li a {
                display: inline-block;
                padding: 15px;
                color: #444;
                min-width: 120px;
                margin: 0 -3px;
            }

                #map_filter ul li a:hover,
                #map_filter ul li a.active {
                    background-color: #fff;
                    color: #0090eb;
                }

                #map_filter ul li a i {
                    display: block;
                    font-size: 36px;
                    margin: 5px 0;
                }

/* Map contact (v.1.9)*/
#map_contact.contact_2 {
    margin-top: 98px;
}



/*-------- 5.1 Ribbons css --------*/
.ribbon_3 {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon_3 span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon_3 span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #638908;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #638908;
        }

        .ribbon_3 span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #638908;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #638908;
        }

    .ribbon_3.popular span {
        background: linear-gradient(#f14f3f 0%, #cb4335 100%);
    }

        .ribbon_3.popular span::before {
            border-left: 3px solid #a3362a;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #a3362a;
        }

        .ribbon_3.popular span::after {
            border-left: 3px solid transparent;
            border-right: 3px solid #a3362a;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #a3362a;
        }

    .ribbon_3.pay span {
        background: linear-gradient(#50bbff 0%, #337ab7 100%);
    }

        .ribbon_3.pay span::before {
            border-left: 3px solid #337ab7;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #337ab7;
        }

        .ribbon_3.pay span::after {
            border-left: 3px solid transparent;
            border-right: 3px solid #337ab7;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #337ab7;
        }

.left0 {
    left: 0px;
}
/*============================================================================================*/
/* 5.  UPDATES Version 3  */
/*============================================================================================*/

/*-------- 5.2 Footer styles --------*/
/* Footer 3 */
footer#pattern_2 {
    background: #333 url(../img/pattern_3.png) repeat 0 0;
}

footer #logo {
    margin-top: 20px;
}

/* Footer 4 */
#newsletter_container {
    background-color: #f8f8f8;
    /*border-top: 1px solid #ededed;*/
}

    #newsletter_container h3 {
        font-size: 26px;
        color: #fff;
        font-weight: 500;
        margin: 0 0 20px 0;
    }

    #newsletter_container #newsletter_2 .form-group:first-child {
        margin-right: 2px;
    }

    #newsletter_container input.form-control#email_newsletter_2 {
        margin-bottom: 0;
        background-color: #fff;
        border: none;
        border: 2px solid #ededed;
        height: 49px;
        font-size: 15px;
        padding-left: 20px;
        width: 380px;
        margin-top: -2px;
        margin-right: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #newsletter_container input.form-control#email_newsletter_2:focus {
            border-color: none;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #444;
        }

    #newsletter_container #submit-newsletter_2.btn_1 {
        padding: 14px 35px;
    }

/* Footer 5 */
ul.tweet_list li {
    padding-left: 30px;
    background: url(../img/twitter_icon.svg) no-repeat 0 5px;
}

.tweets-next,
.tweets-prev {
    display: inline-block;
    font-size: 28px;
    color: #FFF;
    margin-top: 5px;
    width: 28px;
    padding: 0;
    text-align: left;
}

/* Footer 6 */
footer#pattern_3 {
    background: #333 url(../img/pattern_4.png) repeat 0 0;
}

footer .post {
    position: relative;
    min-height: 62px;
    padding-left: 80px;
    padding-top: 5px;
    margin-bottom: 10px;
}

    footer .post:last-child {
        margin-bottom: 5px;
    }

    footer .post figure {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 62px;
        height: 62px;
    }

    footer .post h4 {
        font-size: 13px;
        color: #ffffff;
        margin-bottom: 6px;
    }

    footer.post i {
        font-size: 14px;
        padding-right: 10px;
    }


/*-------- 5.3 Header versions --------*/
/* Header 4*/
#opening {
    display: inline-block;
    margin-left: 15px;
}

ul#top_links #social_top {
    margin-right: 7px;
}

#social_top a i {
    font-size: 18px;
}

/* Header 5*/
#lang_top i {
    font-size: 14px;
}

.dropdown-menu#log_out {
    text-align: center;
}

    .dropdown-menu#log_out p {
        color: #999;
    }

/* Header 6*/
.dropdown-mini .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    text-align: left;
    min-width: 0;
    padding: 0;
    right: 0;
    min-width: 100px;
    width: auto;
    top: 100%;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #0090eb;
}

    .dropdown-mini .dropdown-menu:before {
        bottom: 100%;
        right: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #0090eb;
        border-width: 7px;
        margin-left: -7px;
    }

    .dropdown-mini .dropdown-menu ul#lang_menu {
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .dropdown-mini .dropdown-menu ul#lang_menu li {
            padding: 0;
            margin: 0;
            width: 100%;
        }

            .dropdown-mini .dropdown-menu ul#lang_menu li a {
                color: #555 !important;
                text-align: left;
                border-bottom: 1px solid #ededed;
                padding: 8px;
                display: block;
            }

                .dropdown-mini .dropdown-menu ul#lang_menu li a:hover {
                    background-color: #f9f9f9;
                    color: #0090eb !important;
                    padding-left: 15px;
                }

a#lang_link, a#currency_link {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

#lang_link:before, #currency_link:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

#lang_link:before {
    content: "\ea26";
}

#currency_link:before {
    content: "\e8b8";
}

/*-------- 5.4 Gallery overlay --------*/
.img_wrapper_gallery {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    /*border: 4px solid#fff;
	background-color:#000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);*/
}

    .img_wrapper_gallery small {
        font-size: 14px;
    }

        .img_wrapper_gallery small a {
            color: #ddd;
            font-size: 10px;
        }

.img_container_gallery a:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.img_container_gallery img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

.img_container_gallery {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .img_container_gallery i {
        position: absolute;
        top: 50%;
        z-index: 10;
        display: none;
        color: #fff;
        font-size: 30px;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        display: none;
    }

/*.img_container_gallery a:hover i{
	display: block;
}*/

/*-------- 5.5 Map infobox + map listing --------*/
.infoBox {
    padding-right: 25px !important;
}

.map-right #map {
    height: 100%;
    width: 100%;
}

a.btn_infobox_detail:before, .btn_infobox_get_directions:before, a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: normal;
    font-family: "Fontello";
    font-size: 20px;
    cursor: pointer;
}

.btn_infobox_get_directions, a.btn_infobox_phone {
    border: none;
    display: inline-block;
    color: #0090eb;
    background: none;
    cursor: pointer;
    margin: 0 5px;
    font-size: 13px;
    position: relative;
    padding-left: 18px;
    outline: none;
}

    .btn_infobox_get_directions:hover, a.btn_infobox_phone:hover {
        color: #333;
    }

    .btn_infobox_get_directions:before {
        font-size: 14px;
        content: "\ecea";
        position: absolute;
        left: 0;
        top: 2px;
    }

    a.btn_infobox_phone:before {
        font-size: 13px;
        content: "\eed5";
        position: absolute;
        left: 0;
        top: 0;
    }

a.btn_infobox, .btn_infobox {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #0090eb;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    outline: none;
    font-size: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

    a.btn_infobox:hover, .btn_infobox:hover {
        background: #333;
    }

.marker_tools {
    margin: 10px 0 15px 0;
}

/*============================================================================================*/
/* 5.  Custom update  */
/*============================================================================================*/

.static-window {
    /*background-image: url(../img/single_tour_bg_1.jpg);*/
    background-size: cover;
    background-position: center center;
    position: relative;
}

.static-window-filter {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.static-window section {
    /*z-index: 999;*/
    position: relative;
}

.white-header {
    background-color: #fff;
}

.static-window-section {
    /*background-image: url(../img/single_tour_bg_1.jpg);*/
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .static-window-section .parallax-content-1 {
        position: relative;
        /*z-index: 999;*/
    }

.new-map-iframe {
    /*height: 480px;*/
    position: static;
    border: none;
}

body header .submenu .menu-wrapper {
    z-index: 9999;
}

.form-submit-button {
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 18px 20px 17px;
    margin-bottom: 2px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background: #0090eb;
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 0 #0063a1;
    -moz-box-shadow: inset 0 -2px 0 0 #0063a1;
    box-shadow: inset 0 -2px 0 0 #0063a1;
    -webkit-font-smoothing: antialiased;
    border: none;
}

    .form-submit-button:hover {
        background: #0083d5;
    }

.fancybox-opened {
    transform: translateZ(100px) !important;
}

.fancybox-container .fancybox-slide--iframe .fancybox-content {
    max-width: 95%;
    max-height: 100vh;
}

.fancybox-container .fancybox-slide > * {
    margin: 0;
}

.form-group img {
    max-width: 100%;
}

.hidden-review-link {
    display: none;
    visibility: hidden;
}

#add-review {
    padding: 10px;
    box-sizing: border-box;
}

textarea.form-control {
    height: 100px;
}

#newsletter_container input.form-control#email_newsletter_2.error,
#newsletter_container input.form-control#email_newsletter_2.error:focus,
#contactform input.error,
#contactform input.error:focus,
#contactform textarea.error,
#contactform textarea.error:focus,
#add-review input.error,
#add-review input.error:focus,
#add-review textarea.error,
#add-review textarea.error:focus {
    background-color: #faafaf;
    border: 1px solid #d90000;
    color: #d90000;
}

.req-area.error {
    border-color: #f26565;
    background: #faafaf;
}

.itemProp,
.txtIV {
    visibility: hidden;
    display: none;
}

#toggleText {
    display: none;
}

.error-text {
    display: block;
    background: #bb0900;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    padding: 8px 10px 9px;
    margin: 0 0 13px;
}

    .error-text a {
        color: #fff;
        text-decoration: underline;
    }

        .error-text a:hover {
            color: #fff;
            text-decoration: none;
        }

#newsletter_container .form-group,
#contactform .form-group {
    position: relative;
}

    #contactform .form-group input[type="checkbox"] {
        height: 14px;
        width: 14px;
    }

.decor-field-none-red {
    overflow: hidden;
    padding: 0;
    border: 1px solid #d90000;
    background: #faafaf
}

.rc-anchor-light.rc-anchor-normal {
    background: #faafaf
}


label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
}


.subscribe-container {
    padding: 10px;
}

.subscribe-image-container {
    float: left;
    width: 27%;
}

    .subscribe-image-container img {
        max-width: 100%;
    }

    .subscribe-image-container .form-group {
        margin: 0;
    }

.subscribe-fields-container {
    float: right;
    width: 70%;
}

    .subscribe-fields-container h3 {
        margin: 10px 0 15px 0;
    }

    .subscribe-fields-container .btn_1 {
        width: 100%;
    }

.subscribe-container:after {
    content: '';
    display: table;
    clear: both;
}

.fancybox-toolbar .fancybox-button--fullscreen {
    display: none;
}


.checkbox-group {
    padding: 7px 0 6px 0;
}

.error-checkbox {
    background-color: #faafaf;
    border-radius: 3px;
}

.owl-carousel .owl-stage-outer {
    padding: 5px 0;
}

.owl-carousel .ribbon_3 {
    left: -5px;
}

.first-tab-pane .form-control {
    display: inline-block;
    width: 56%;
    margin-left: 10px;
    height: 51px;
}

#newsletter_2 label.error {
    top: -29px;
}

.first-tab-pane .form-group {
    margin-bottom: 0;
}

.button-text-align {
    text-align: right;
}

#top_tools .dropdown-toggle .icon-search {
    font-size: 130%;
}

#mobile-menu-links,
#mobile-social {
    display: none;
}

.first-tab-pane-row:after {
    content: '';
    display: table;
    clear: both;
}

.first-tab-pane-row > div:first-child {
    margin: 0 168px 0 0;
}

.first-tab-pane-row > div:last-child {
    width: 158px;
    float: right;
}

.first-tab-pane-select {
    float: left;
    width: 48%;
    margin-right: 3%;
}

    .first-tab-pane-select:last-of-type {
        margin-right: 0;
    }

    .first-tab-pane-select .form-group > div:first-child {
        width: 80px;
        float: left;
        text-align: right;
    }

    .first-tab-pane-select:last-of-type .form-group > div:first-child {
        width: 13px;
    }

    .first-tab-pane-select .form-group > div:last-child {
        margin: 0 0 0 80px;
    }

    .first-tab-pane-select:last-of-type .form-group > div:last-child {
        margin: 0 0 0 13px;
        max-width: 90%;
    }

    .first-tab-pane-select .form-control {
        width: 100%;
    }

    .first-tab-pane-select label {
        height: 51px;
        line-height: 51px;
        margin-bottom: 0;
    }

.frontico_link:before {
    content: "\eaf4";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    margin-right: 5px;
}


.social-bar * {
    display: none;
}

.social-bar.sticky-social-bar * {
    display: inline-block;
}

.image-pin-link {
    background-color: #C92228;
}

.image-pin-container:hover {
    opacity: 0.8;
    cursor: pointer;
}

.image-pin-container {
    /*max-width: 80%;*/
    margin: 0 auto;
}

    .image-pin-container img {
        max-width: 100%;
    }

.image-pin-link,
.image-pin-link:hover {
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.social-bar:after {
    content: '';
    display: table;
    clear: both;
}

.social-bar .social-container {
    float: right;
    line-height: normal !important;
}

    .social-bar .social-container a {
        display: block;
        color: #fff;
        padding: 10px 12px;
        text-align: left;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 2px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 -2px 0 0 #0063a1;
        -moz-box-shadow: inset 0 -2px 0 0 #0063a1;
        box-shadow: inset 0 -2px 0 0 #0063a1;
        -webkit-font-smoothing: antialiased;
        border: none;
    }

.social-bar .a2a_count {
    float: right;
    color: #fff;
    background-color: transparent;
    border: none;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
}

    .social-bar .a2a_count:before,
    .social-bar .a2a_count:after {
        display: none;
    }

.share-count {
    float: right;
}


.social-bar .social-container a:hover {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.social-bar .social-container a.facebook {
    background-color: #306199;
}

    .social-bar .social-container a.facebook:hover {
        background-color: #3f76b5;
    }

.social-bar .social-container a.pinterest {
    background-color: #C92228;
}

    .social-bar .social-container a.pinterest:hover {
        background-color: #ca5c60;
    }


.social-bar .social-container a.download {
    background-color: #0090eb;
}

    .social-bar .social-container a.download:hover {
        background-color: #279feb;
    }

.social-bar .social-container a.shop {
    background-color: #ffc00f;
}

    .social-bar .social-container a.shop:hover {
        background-color: #fbd058;
    }

.social-bar .social-container a.comment {
    background-color: #565a5c;
}

    .social-bar .social-container a.comment:hover {
        background-color: #969b9f;
    }

.sticky-social-bar .social-container a.download,
.sticky-social-bar .social-container a.shop,
.sticky-social-bar .social-container a.comment {
    display: block;
}

.sticky-social-bar {
    position: fixed;
    /*top: 52px;*/
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

    .sticky-social-bar:after {
        content: '';
        display: table;
        clear: both;
    }

.social-bar-logo {
    float: left;
}

    .social-bar-logo #logo_home {
        margin: 0;
    }

.socials-container {
    float: right;
    max-width: 440px;
}

.search-open .sticky-social-bar {
    display: none;
}

.sticky-social-bar .social-container {
    /*width: 19%;*/
    padding-right: 5px;
}

.magnific-gallery .img_wrapper_gallery {
    background-color: transparent;
}

.magnific-gallery .text-center2 {
    display: block;
    justify-content: center;
    text-align: center;
}

    .magnific-gallery .text-center2 .image-pin-link {
        margin: 0 auto;
        max-width: 564px;
        height: 100%;
        max-height: 40px;
    }

@media(max-width: 768px) {
    .magnific-gallery .col-sm-12.text-center2 {
        float: left;
        width: 100%;
    }
}

.fb_iframe_widget_fluid > span,
.fb_iframe_widget_fluid > span > iframe {
    max-width: 100%;
}

.fb-area iframe {
    position: static;
}

/*-------- Search modal --------*/
.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 192, 15, 0.95);*/
    background-color: #ffc00f;
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1250002;
    text-align: center;
}

    .search-overlay-menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    .search-overlay-menu form {
        height: 70px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -35px auto 0;
        width: 60%;
        left: 20%;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    .search-overlay-menu.open form {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .search-overlay-menu input[type="search"] {
        height: 100%;
        width: 100%;
        color: #fff;
        background: transparent;
        border-top: 0px solid transparent;
        border-bottom: 2px solid #000 !important;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 32px;
        font-weight: 400;
        outline: none;
        padding: 10px 0 10px 0;
        line-height: normal;
    }

    .search-overlay-menu form button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        font-size: 3rem;
        position: absolute;
        right: 0;
        top: 20px;
        color: #000;
        outline: none;
    }

        .search-overlay-menu form button .icon_set_1_icon-78:before {
            padding-top: 1px;
        }

        .search-overlay-menu form button:hover {
            color: #fff;
        }

    .search-overlay-menu .search-overlay-close {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 1;
        font-size: 25px;
        color: #000;
    }

        .search-overlay-menu .search-overlay-close:hover {
            color: #fff;
            cursor: pointer;
        }

#searchform input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

#searchform input[type="search"]::-moz-placeholder {
    color: #fff;
}

#searchform input[type="search"]:-ms-input-placeholder {
    color: #fff;
}

#searchform input[type="search"]:-moz-placeholder {
    color: #fff;
}

.post a.btn_1 {
    position: relative;
    width: 100%;
    display: block;
}

.icon-play-circled2-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0 !important;
    top: 0 !important;
    /*top: 22%;
    left: 45%;*/
    font-size: 3em;
    color: #fff;
}
/*.hotel_container .icon-play-circled2-1{
	position: absolute;
    color: #fff;
    top: 35.5%;
    left: 41%;
    font-size: 3em;
}
@media (max-width: 500px){
	.post .icon-play-circled2-1{
	    top: 33%;
	    left: 37%;
	}

    .hotel_container .icon-play-circled2-1{
        top: 33%;
	    left: 37%;
}
}*/


.short_info.calendar a {
    color: #fff;
}

.container_blog .hotel_container .short_info.calendar {
    padding-left: 0;
}

#single_tour_desc #reviews-container h4, #single_tour_desc #reviews-container #general_rating {
    display: inline-block;
    margin-right: 25px;
}

.rev-img {
    margin-right: 15px;
}

    .rev-img, .rev-img h4 {
        display: inline-block;
    }

#single_tour_desc .rev-img h4 {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
}

ul.entry-tags {
    padding: 0;
    list-style: none;
    margin: 0;
}



    ul.entry-tags li {
        float: left;
        display: inline-block;
        margin: 0 5px 10px 0;
    }

        ul.entry-tags li a {
            background: #eee;
            display: inline-block;
            padding: 3px 10px;
            color: #5a5a5a;
            font-size: 14px;
        }


            ul.entry-tags li a:hover {
                background: #f8f8f8;
                color: #0090eb;
            }




.btn-close {
    display: none;
}

.main-menu.show .btn-close {
    text-align: left;
    display: block;
    position: absolute;
    right: 13px;
    top: 13px;
    background: #fff;
    z-index: 1000;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

    .main-menu.show .btn-close:before,
    .main-menu.show .btn-close:after {
        content: "";
        height: 2px;
        background: #231f20;
        width: 100%;
        position: absolute;
        top: 6px;
        left: 0;
    }

    .main-menu.show .btn-close:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .main-menu.show .btn-close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.adaptpage {
    background-color: rgba(255, 8, 0, 0.75);
    text-align: center;
    color: #fff;
    padding: 5px;
}

    .adaptpage.top {
        text-align: center;
        padding: 5px;
        z-index: 1555;
        display: block;
        position: fixed;
        overflow: hidden;
        left: 50%;
    }


    .adaptpage a {
        color: #fff;
        text-decoration: underline;
    }

        .adaptpage a:hover {
            color: #fff;
            text-decoration: none;
        }

    .adaptpage:hover {
        background-color: #C92228;
    }

/*custom 12-10-2017*/
.search-overlay-menu > div {
    /*#header1_pnlSearchTop*/
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -35px auto 0;
    width: 60%;
    left: 20%;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.search-overlay-menu input[type="text"] {
    height: 100%;
    width: 100%;
    color: #fff;
    background: transparent;
    border-top: 0px solid transparent;
    border-bottom: 2px solid #000 !important;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 32px;
    font-weight: 400;
    outline: none;
    padding: 10px 0 10px 0;
    line-height: normal;
}

.search-overlay-menu a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 20px;
    color: #000;
    outline: none;
}

.search-overlay-menu input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.search-overlay-menu input[type="text"]::-moz-placeholder {
    color: #fff;
}

.search-overlay-menu input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.search-overlay-menu input[type="text"]:-moz-placeholder {
    color: #fff;
}

#newsletter_2 .form-control {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border: 2px solid #ededed;
    height: 48px;
    font-size: 15px;
    padding-left: 20px;
    /*width: 380px;*/
    width: 100%;
    min-width: 380px;
    margin-top: -4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #newsletter_2 .form-control.error {
        background-color: #faafaf;
        border: 1px solid #d90000;
        color: #d90000;
    }

@media (max-width: 500px) {
    #newsletter_2 .form-control {
        min-width: 290px;
    }
}

h2.plan-title a,
.tour_list_desc h3 a,
.prod-tabs .tabs-container .tab .feature_home h3,
#single_tour_desc .tour_title h3,
#UpdatePanel2 .tour_title h3 {
    /*max-height: 35px;*/
    overflow-y: hidden;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    min-height: 40px;
}

.hotel_container .hotel_title h3,
.prod-tabs .tabs-container .tab .hotel_container .hotel_title h3 {
    overflow-y: hidden;
    color: #333;
    font-size: 20px;
    line-height: 25px;
}

h2.plan-title a:hover,
.tour_list_desc h3 a:hover,
.hotel_container .hotel_title a h3:hover,
.prod-tabs .tabs-container .tab .hotel_container .hotel_title a h3:hover,
#single_tour_desc .tour_title a h3:hover,
#UpdatePanel2 .tour_title a h3:hover,
.tour_container .tour_title a h3:hover {
    color: #0090eb;
}



.inlsearchblock {
    display: inline-block;
    width: 100%;
    position: relative;
}

#filters_col .inlsearchblock label {
    color: #fff;
}

.form-control.error {
    background-color: #faafaf;
    border: 1px solid #d90000;
    color: #d90000;
}

#newsletter_2 input, div {
    /*display: inline-block;*/
    vertical-align: baseline;
    box-sizing: border-box;
}

#newsletter_2 input {
    display: inline-block;
}

.search_dropdawn {
    display: inline-block;
    width: 75%;
    margin-bottom: 5px;
}

.round_circle {
    display: inline-block;
    width: 23%;
    text-align: center;
}

@media(max-width: 991px) {

    #collapseFilters[data-inkognt='minssggg'] {
        display: none;
    }

    .plans {
        padding: 0px 15px;
    }

    body .new_tool {
        right: 60px;
    }

    .socials-container {
        width: 100%;
    }

    .hotel_container .hotel_title {
        min-height: 257px;
    }
}

@media(max-width: 768px) {
    .hotel_container .hotel_title {
        min-height: 1px;
    }
}

@media (max-width: 599px) {
    .plans {
        padding: 0px;
    }
}

.social-bar {
    margin-bottom: 0px !important;
}

/*#product-tabs{
	margin-top: 30px;
}

#sidebar{
	padding-top: 30px;
}*/
.at-share-dock.atss,
.atss {
    z-index: 20;
}

.new_tool {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 99;
    font-weight: bold;
    cursor: pointer;
    min-width: 30px;
}

    .new_tool i {
        font-weight: bold;
        color: #000;
    }

.overfll {
    display: none;
    overflow: hidden;
    max-height: 100vh;
    position: relative;
}

.overfll2 {
    /*display: none;*/
    overflow: hidden;
    max-height: 100vh;
    position: relative;
}

.averallblock.dispalay_plate2 {
    display: block;
    width: 100%;
    height: 100%;
}

.averallblock {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: #ffc00f;
    z-index: 999999999;
    display: none;
}

    .averallblock.dispalay_plate {
        display: block;
    }

.absolutecontainer {
    position: absolute;
    margin: auto;
    display: inline-block;
    width: 60%;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.inputsearch {
    width: 100%;
    color: #fff;
    background: transparent;
    border-top: 0px solid transparent;
    border-bottom: 2px solid #000 !important;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 26px;
    font-weight: 400;
    outline: none;
    padding: 10px 0 10px 0;
    display: inline-block;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .inputsearch::placeholder {
        color: #fff;
        font-size: 26px;
        font-family: 'Open Sans', sans-serif;
    }

.for_clothzex i {
    font-weight: bold;
}

.for_clothzex {
    position: fixed;
    cursor: pointer;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 25px;
    color: #000;
}

    .for_clothzex:hover {
        color: #fff;
    }

#butsearchfor {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 20px;
    color: #000;
    outline: none;
    background-color: #ffc00f;
}

.getblocktast {
    display: flex;
    flex-wrap: wrap;
}

.req-area {
    padding-left: 22px;
    position: relative;
}

    .req-area input[type="checkbox"] {
        position: absolute;
        left: 0px;
        top: 3.5px;
    }

@media(max-width: 567px) {

    .req-area input[type="checkbox"] {
        top: 0px;
    }
}

.req-area label {
    display: inline-block;
}





a.pagerButton,
a.pagerButton:visited {
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #656565;
}

    a.pagerButton:hover {
        color: #0090eb;
        /*color: #fff;

    background: #243e90*/
    }

.pagerButtonCurrentPage {
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    background: #0090eb;
    color: #fff;
    padding: 8px;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid #0090eb;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.content {
    padding: 5px 0 15px 0;
}

    .content ol li,
    .content ul li {
        line-height: 30px;
    }

    .content ol,
    .content ul {
        margin-bottom: 40px;
        font-size: 16px;
    }

        .content ol.lst,
        .content ul.lst {
            margin-bottom: 10px;
            font-size: 16px;
        }

/*.content li a,
.content p a {
    text-decoration: underline;
}

.content li a:hover,
.content p a:hover {
    text-decoration: none;
}*/
.img-responsive {
    margin: 0 auto;
}

.fancybox-type-iframe .fancybox-nav {
    display: none;
}

.fancybox-type-iframe .fancybox-skin {
    padding: 0px !important;
}

.upper {
    background: #d90000;
    font-size: 12px;
    position: absolute;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 15px;
    top: -5px;
    right: -2px;
}

.contenttable {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    padding: 15px 35px;
    margin-bottom: 30px;
}

ul.contenttable li,
ol.contenttable li {
    line-height: 21px;
    margin-bottom: 9px;
    font-size: 14px;
}


.item-meta {
    margin-bottom: 20px;
}

.meta {
    font-size: 12px;
    margin-right: 20px;
    color: #777;
}

#UpdatePanel2 {
    display: flex;
    flex-wrap: wrap;
}

.uniq_cont .container .padding_030 {
    text-align: center;
}

.uniq_cont .container a {
    display: inline-block;
}

p#mapknop {
    margin-bottom: 20px;
}


#prod-description.active-tab .content p a.btn_map2:focus,
#prod-description.active-tab .content p a.btn_map2,
#prod-description.active-tab .content p a.btn_1 {
    text-decoration: underline;
    color: #fff;
}

ul.underline ol a:focus,
ul.underline ol a,
ul.underline li a:focus,
ul.underline li a,
#prod-description.active-tab .content p a:focus,
#prod-description.active-tab .content p a {
    text-decoration: underline;
    /*color: #0090eb;*/
    color: #ea0e0e;
}

    ul.underline ol a:active,
    ul.underline ol a:hover,
    ul.underline li a:active,
    ul.underline li a:hover,
    #prod-description.active-tab .content p a:active,
    #prod-description.active-tab .content p a:hover {
        text-decoration: none;
        background-color: #bbe5ff;
        color: #333;
    }


.decorblue {
    background-color: #e6f1f9;
    padding: 15px;
    border-left: 3px solid #0076c1;
}


.decorblue .icon_set_1_icon-30,
.decorblue .icon_set_1_icon-54 {
        background-color: #0076c1;
        color: white;
        margin-right: 10px;
        padding: 2px;
        border-radius: 25px;
    }

.decoryellow {
    background-color: #fff5d9;
    padding: 15px;
    border-left: 3px solid #ffc00f;
}

.decoryellow .icon_set_1_icon-30,
.decoryellow .icon_set_1_icon-54 {
        background-color: #ffc00f;
        color: #333333;
        margin-right: 10px;
        padding: 2px;
        border-radius: 25px;
    }


.h3yellow {
    background-color: #ffc00f;
    padding: 15px;
    margin-bottom: 0px !important;
}

.decor {
    background-color: #efefef;
    margin: 20px 0;
}


.navbar {
    background: #2CA8FF;
    margin-bottom: 0;
    /* color: #fff; */
}

.content ol.oltitle {
    padding-left: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 0px;
}

.content ol.oltitle10 {
    padding-left: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 0px;
}

ul.st {
    margin: 10px 0 0 0;
    padding: 0 0 0 5px;
    list-style: none;
}

    ul.st li {
        line-height: 30px;
    }

.add-image-lst {
    margin: 0 -10px 0 0;
    padding: 0 0 20px 0;
    list-style: none;
}

.text-area .add-image-lst {
    margin: 0 -10px 0 0;
    padding: 0 0 20px 0;
    list-style: none;
}

/*.mybanner{
    display: block;
    float: left;
}*/

.border3white {
    border: solid 3px #fff;
}

.fietsbanner {
    background-color: #4db848;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #009b54;
    margin-bottom: 20px;
}

    .fietsbanner a {
        text-decoration: underline;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        .fietsbanner a:hover {
            text-decoration: none;
            color: #fff;
        }


#prod-description.active-tab .content p a.button-green, .button-green {
    color: #fff;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background: #006c2b;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background: #06a344;
    -webkit-box-shadow: inset 0 -2px 0 0 #000;
    -moz-box-shadow: inset 0 -2px 0 0 #000;
    box-shadow: inset 0 -2px 0 0 #000;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: uppercase;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    text-decoration: none;
}

    #prod-description.active-tab .content p a.button-green:hover,
    #prod-description.active-tab .content p a.button-green:active,
    #prod-description.active-tab .content p a.button-green:focus,
    .button-green:hover, .button-green:active, .button-green:focus {
        background: #006c2b;
        color: #fff;
    }




.divascookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(51,51,51,0.8);
    display: none;
    z-index: 999999;
}

    .divascookies > .divascookies-banner-container {
        position: relative;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    .divascookies p.divascookies-banner-text {
        position: relative;
        line-height: 0px;
        font-size: 12px;
        display: inline-block;
        padding: 0 25px 0 0;
    }

span.divascookies-policy-link {
}

    span.divascookies-policy-link a {
        white-space: nowrap;
        color: #fff !important;
        text-decoration: underline;
    }

        span.divascookies-policy-link a:hover {
            text-decoration: underline;
            transition: color 0.3s ease 0s;
        }

.divascookies-banner-container > .divascookies-accept-button-container {
    display: inline-block;
    margin-top: 5px;
}

.divascookies-accept-button-container > .divascookies-accept-button-img {
}

.divascookies-accept-button-container > .divascookies-accept-button-text {
    font-size: 12px;
    cursor: pointer;
    background: #0090eb;
    color: #fff;
    padding: 3px 10px;
    margin: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: background-color 0.3s ease 0s;
}

    .divascookies-accept-button-container > .divascookies-accept-button-text:hover {
        background: #0063a1;
    }


.bg-blogger {
    background-color: #f9f9f9;
    padding: 15px 15px 5px 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.table-striped.tstyle > thead > tr {
    background-color: #ffc00f;
    padding: 5px;
}

.table-striped.tstyle thead tr h3 {
        color: #fff;
        margin: 0;
        padding: 5px;
    }


.table-striped.tstyle li {
    line-height: 1.52857143;
    font-size: 15px;    
    padding-bottom: 3px;
}
 


.table-striped.tstyle tr {
    background-color: #fff5d9;
}

.table-striped.tstyle > tbody > tr:nth-of-type(odd) {
    background-color: #fff5d9;
}

.table-striped.tstyle > tbody > tr ul {
    margin-bottom: 3px;
    padding-left: 20px;
}

.table-striped.tstyle > tbody > td {
    padding: 0.75em;
}

.tstyle a {
    text-decoration: underline;
    color: #ea0e0e;
}

.tstyle a:hover {
    text-decoration: none;
    background-color: #bbe5ff;
    color: #333;
}

ul.reisgidsenland {
    display: inline;
}

li.reisgidsenland {
    display: inline;    
    padding: 5px;
    margin: 10px 5px 10px 5px;
    border: 1px solid #e5e5e5;
    line-height: 40px!important;
}