body {
    background: #F9F9F9;
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", Arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    color: #333;
}

button:focus {
    outline: none;
}
#myModal.in ~ .modal-backdrop.in { z-index: 1040 !important; }
#myModal.in { z-index: 1050 !important; }
#myModalConfirm.in ~ .modal-backdrop.in { z-index: 1060 !important; }
#myModalConfirm.in { z-index: 1070 !important; }
#myModalReserved.in ~ .modal-backdrop.in { z-index: 1080 !important; }
#myModalReserved.in { z-index: 1090 !important; }
#myModalAlert.in ~ .modal-backdrop.in { z-index: 1100 !important; }
#myModalAlert.in { z-index: 1110 !important; }


.page-content.section-title {
    margin-bottom: 0;
}

iframe{
    width: 100%;
    overflow: auto
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #e0e0e0;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

.dark h4.modal-title {
    color: #333 !important;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

button
button:active,
button:visited,
button:focus-within,
button:hover,
button:focus {
    box-shadow: none !important;
}

.hidden {
    display: none !important;
}

#spinner_listing {
    text-align: center;
}

#spinner_listing img {
    width: 5rem;
}

#results_not_found {
    text-align: center;
    font-size: 1rem;
}

#page_content,
.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

#page_content h2,
.main_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

#page_content p,
.main_title p {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 300;
    font-size: 20px
}

#page_content h2 {
    margin-top: 30px;
}

#page_content p {
    font-size: 15px
}

h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #E04F67;
}

.terms_and_conditions p {
    margin-bottom: 5px;
}

.terms_and_conditions label {
    font-weight: 700;
}

.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 {
    color: #51BCE6;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 20px 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DDD;
}

.btns-header {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.box-promotion span {
    display: block;
}

.btn-ctt-whatsapp,
.btn-ft-whatsapp {
    width: 60px;
    height: 45px;
    z-index: 1000;
}

#float_media.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

#float_media {
    align-content: space-around;
    right: 0;
    bottom: 90px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

#float_media a {
    position: relative;
    display: block;
}

#float_media a img {
    position: fixed;
    right: 5px;
}

.telegram_msg_ctt,
.wa_msg_ctt,
.wa_msg {
    cursor: pointer;
    right: 45px;
    background: #29b301;
    color: #fff;
    position: fixed;
    width: 100px;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 2px;
    border-radius: 10px 0px 0px 10px;
    z-index: 100;
    text-align: center;
    font-weight: bold;
}

.telegram_msg_ctt {
    background: #61a8de;
    color: #fff;
}

/*-------- 1.2 Buttons --------*/
a.button_intro, .button_intro {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #FFF !important;
    background: #E04F67;
    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: #E04F67 !important;
}

a.button_intro.outilne, .button_intro.outline {
    border: 2px solid #FFF;
    color: #FFF;
    background: none;
    padding: 6px 23px;
}

a.button_intro:hover, .button_intro:hover {
    background: #FFF;
    color: #E04F67;
}

a.button_drop, .button_drop {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #E04F67 !important;
    background: #EDEDED;
    cursor: pointer;
    padding: 5px 15px !important;
    display: inline-block;
    outline: none;
    font-size: 11px;
    -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%;
    white-space: nowrap;
}

a.button_drop.outilne, .button_drop.outline {
    border: 2px solid #EDEDED;
    color: #E04F67;
    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;
}

a.btn_1, .btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #FFF;
    background: #e03328;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -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_1.green, .btn_1.green {
    background: #83C99F;
}

a.btn_1.white, .btn_1.white {
    background: #FFF;
    color: #E04F67;
}

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: #E04F67;
    border: 2px solid #E04F67;
}

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.btn_map {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #FFF;
    background: #E04F67;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -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;
}

a.btn_map:hover {
    background: #333;
}

a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #FFF;
    width: 100%;
    background: #85C99D;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -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;
}

a.btn_full_outline {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #85C99D;
    background: none;
    border: 2px solid #85C99D;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -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;
}

a.btn_full_outline:hover {
    border: 2px solid #333;
    color: #333;
}

a.btn_login, .btn_login {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #FFF;
    width: 100%;
    background: #51BCE6;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -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_login:hover, .btn_login:hover {
    background: #333;
}


/*-------- 1.3 Structure --------*/

/* Header */
#logo {
    margin-top: 10px;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    padding: 0;
}

.dark {
    background: #0a0909;
    color: #e0e0e0;
}

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 h1 {
    margin: 0px 0 10px 0;
    padding: 10px 0 0 0;
    line-height: 0;
}

#logo_home.logoname {
    padding: 15px 0;
}

#logo_home h1 a label {
    text-indent: -9999px;
}

#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
    font-size: 1.5rem;
}

#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a,
#logo_home h1 img, header.sticky #logo_home h1 img, header#plain #logo_home h1 img, header#colored #logo_home h1 img {
    width: 160px;
    height: 35px;
    color: #e04f67;
    font-family: sans-serif;
    font-weight: 700;
}

header.sticky #logo_home h1 {
    margin: 0px 0 10px 0;
    padding: 10px 0 0 0;
}

@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 h1 a, header#colored #logo_home h1 a
    #logo_home h1 img, header#colored #logo_home h1 img {
        width: 160px;
        height: 34px;
    }

    header.sticky #logo_home h1 a, header#plain #logo_home h1 a,
    header.sticky #logo_home h1 a, header#plain #logo_home h1 img {
        width: 135px;
        height: 35px;
    }

    header.sticky#colored #logo_home h1 a,
    header.sticky#colored #logo_home h1 img {
        width: 145px;
        height: 35px;
    }
}

div.ads_publish {
    margin-bottom: 25px;
}

header.sticky #top_line {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s 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;*/
}

nav {
    margin-top: 20px;
    position: relative;
}

#plain nav {
    margin-top: 35px;
}
.sticky nav {
    margin-top: 20px
}

.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: #FFF;
}

ul#top_tools a:hover {
    color: #E04F67;
}

.sticky ul#top_tools a {
    color: #333;
}

ul#top_tools li {
    display: inline-block;
    padding: 0 10px;
}

ul#top_tools li i {
    font-size: 18px;
    font-weight: normal;
}

#top_line {
    color: #FFF;
    height: 28px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 11px;
    visibility: visible;
    opacity: 1;
    margin-bottom: 5px;
    position: relative;
    z-index: 999999;
}

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;
}

.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #db2d2e;
    border-color: #db2d2e;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:hover {
    color: #fff;
    background-color: #9C2526;
    border-color: #9C2526;
}

#wishlist_link:before {
    content: "\ec5e";
}

#access_link:before {
    content: "\e97f";
}

ul#top_links li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 5px;
    padding-left: 8px;
    position: relative;
}

ul#top_links li:first-child {
    border-left: none;
    padding-left: 0;
}

ul#top_links a {
    color: #FFF;
}

ul#top_links a:hover {
    color: #E04F67;
}

/* Header  plain*/
header#plain {
    background-color: #FFF;
    padding-bottom: 0;
    position: inherit;
}

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;
    /*padding: 10px 0 0 0;*/
    z-index: 99999;
}

.dark header#plain,
.dark header#plain.sticky {
    background: #0a0a0a;
    border-bottom: 1px solid #333;
}

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: #E04F67;
    padding-bottom: 0;
    border-bottom: 2px solid #E04F67
}

header#colored.sticky ul#top_tools a {
    color: #FFF;
}


.dropdown-cart .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 0;
    padding: 15px;
    width: 260px;
    top: 100%;
    margin-left: -217px;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #E04F67;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-cart .dropdown-menu:before {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #E04F67;
    border-width: 7px;
    margin-left: -7px;
}

.dropdown-cart .dropdown-menu {
    margin-top: 12px;
}

a.cart_bt {
    position: relative;
}

a.cart_bt strong {
    font-size: 11px;
    width: 15px;
    height: 15px;
    display: block;
    background-color: #E04F67;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: -5px;
    right: -8px;
    line-height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

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 {
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

ul#cart_items li .image img {
    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: #E04F67;
}

ul#cart_items li a.action {
    color: #999;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 15px;
    height: 15px;
}

ul#cart_items li a.action i {
    font-size: 14px;
    text-shadow: none;
    font-weight: normal;
}

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;
}

.input-group button {
    background-color: #333;
    color: #FFF;
    border-color: #333;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    outline: none;
}

/* Footer */
footer {
    background: #222 url(../images/pattern.png) repeat 0 0;
    color: #FFF;
    padding: 10px 0px 0px 0px;
}

.dark footer {
    background: none;
    border-top: 2px solid #333 !important;
}

footer h3 {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    margin-top: 20px;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #999;
}

footer ul {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

#social_footer {
    text-align: center;
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
    padding-top: 30px;
    margin-top: 30px;
}

#social_footer p {
    font-size: 12px;
    color: #8C8C8C;
}

#social_footer ul {
    margin: 0;
    padding: 0 0 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: 35px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#social_footer ul li a:hover {
    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;
}

/*-------- 1.4 menu --------*/
.main-menu {
    position: relative;
    z-index: 9;
    width: auto;
}

.main-menu a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
    position: relative;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

/* Submenu styles */
.main-menu ul li a {
    display: block;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*First level styles */
.main-menu > ul > li > a {
    color: #FFF;
    padding: 0 8px 15px 8px;
    font-size: 13px;
}

.sticky .main-menu > ul > li > a {
    color: #333;
}

.main-menu > ul > li:hover > a {
    color: #E04F67;
}

/*First level styles header plain */
header#plain .main-menu > ul > li > a {
    color: #333;
}

.dark header#plain .main-menu > ul > li > a {
    color: #e0e0e0;
}

header#plain .main-menu > ul > li:hover > a {
    color: #E04F67;
}

/*First level styles header colored */
header#colored.sticky .main-menu > ul > li > a {
    color: #FFF;
}

/* Opacity mask when left open */
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 100;
    min-height: 100%;
    background-color: #000;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    -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;
}

.layer-is-visible {
    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;
}

#close_in, #header_menu, .cmn-toggle-switch {
    display: none;
}

a.dropdown-toggle.icon-search {
    display: inline-block;
}

/* All styles for screen size between 992px and 1200px
================================================== */
@media (min-width: 992px) and (max-width: 1200px) {

    /*First level styles */
    .main-menu > ul > li > a {
        padding: 0 5px 15px 5px;
    }

}

/* All styles for screen size over 992px
================================================== */
@media only screen and (min-width: 992px) {

    .main-menu {
        width: auto;
    }

    .main-menu a {
        white-space: nowrap;
    }

    .main-menu ul li {
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
    }

    .main-menu ul li.submenu:hover > a:before,
    .main-menu ul li.submenu:hover > a:after {
        bottom: -20px;
        opacity: 0;
    }

    /* Submenu + megamenu*/
    .main-menu ul ul, .main-menu ul li .menu-wrapper {
        position: absolute;
        border-top: 2px solid #E04F67;
        z-index: 1;
        visibility: hidden;
        left: 3px;
        top: 100%;
        margin: 0;
        display: block;
        padding: 0;
        background: #FFF;
        min-width: 210px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .main-menu ul li .menu-wrapper {
        padding: 10px 15px !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-menu ul li:hover > ul, .main-menu ul li:hover .menu-wrapper {
        padding: 0;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .main-menu ul .menu-wrapper ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: none;
        margin: 0;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-menu ul .menu-wrapper ul:before {
        border: 0;
    }

    .main-menu ul ul li {
        display: block;
        height: auto;
        padding: 0;
    }

    .main-menu ul ul li a {
        font-size: 12px;
        color: #666;
        border-bottom: 1px solid #EDEDED;
        display: block;
    }

    .main-menu ul ul li:last-child a {
        border-bottom: none;
    }

    .main-menu ul ul li:hover > a {
        background-color: #F9F9F9;
        color: #E04F67;
        padding-left: 15px;
    }

    /* Megamenu */
    .main-menu ul li.megamenu {
        position: static;
    }

    .main-menu ul li.megamenu .menu-wrapper {
        width: 1140px;
        float: left;
        left: auto;
        right: 0;
        padding: 10px 30px 15px 30px !important;
    }

    .main-menu ul li:hover.megamenu .menu-wrapper {
        visibility: visible;
        opacity: 1;
    }

    .main-menu ul li:hover.megamenu .menu-wrapper ul {
        visibility: visible;
        opacity: 1;
    }

    .main-menu ul .menu-wrapper h3 {
        font-size: 13px;
        text-transform: uppercase;
        border-bottom: 2px solid #EDEDED;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    /* Submenu 3rd level v.1.4 */
    .main-menu ul ul ul {
        position: absolute;
        border-top: 0;
        z-index: 1;
        height: auto;
        left: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        background: #FFF;
        min-width: 190px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    /* Arrows top */
    .main-menu ul ul:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #E04F67;
        border-width: 7px;
        margin-left: -7px;
    }

    /* Arrows top 3rd level v.1.4*/
    .main-menu ul ul ul:before {
        border-width: 0;
        margin-left: 0;
    }

}

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

    #header_menu {
        text-align: center;
        padding: 25px 15px 10px 15px;
        position: relative;
        display: block;
    }

    .main-menu ul li a:hover,
    a.show-submenu:hover,
    a.show-submenu:focus,
    a.show-submenu-mega:hover,
    a.show-submenu-mega:focus {
        color: #E04F67 !important;
        background-color: #F9F9F9;
    }

    .dark .main-menu ul li a:hover,
    .dark a.show-submenu:hover,
    .dark a.show-submenu:focus,
    .dark a.show-submenu-mega:hover,
    .dark a.show-submenu-mega:focus
    {
        color: #e0e0e0 !important;
        background-color: #505050;
    }

    .main-menu ul li {
        border-top: none;
        border-bottom: 1px solid #EDEDED;
        color: #FFF;
    }

    /* Menu mobile first level */
    .main-menu ul li a {
        padding: 10px 15px !important;
    }

    .main-menu h3 {
        font-size: 12px;
        line-height: 14px;
        margin: 0;
        padding: 0 0 15px 15px;
        color: #333;
        text-transform: uppercase;
    }

    #single_rifa_desc h1{
        margin-top: 30px !important;
    }

    .dark #single_rifa_desc h1{
        margin-top: 0px !important;
    }

    .megamenu .menu-wrapper > div {
        padding: 0;
    }

    .main-menu li,
    .main-menu a {
        display: block;
        color: #333 !important;
    }

    .dark .main-menu li,
    .dark .main-menu a
    {
        color: #f9f9f9 !important;
    }

    #page_content h2 {
        margin-top: 60px;
    }

    .main-menu li {
        position: relative;
    }

    .main-menu a:hover {
        color: #E04F67 !important;
    }

    .main-menu ul > li {
        padding-bottom: 0;
    }

    .main-menu ul > li i {
        float: right;
    }

    /* Menu mobile second level */
    .main-menu ul li.submenu ul {
        font-size: 12px;
        border-left: 1px solid #EDEDED;
        margin: 0 0 15px 25px;
    }

    .main-menu ul li.submenu ul li {
        font-size: 12px;
        border: 0;
    }

    /* Menu mobile 3rd level */
    .main-menu ul li.submenu ul ul {
        border-left: none;
        margin: 0 0 0 15px;
    }


    /* Menu mobile left panel */
    .main-menu {
        overflow: auto;
        transform: translateX(-105%);
        top: 0;
        left: 0;
        bottom: 0;
        width: 55%;
        height: 100%;
        position: fixed;
        background-color: #FFF;
        z-index: 999999;
        -webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
        -moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
        box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .dark .main-menu {
        background-color: #252525;
    }

    .main-menu.show {
        transform: translateX(0);
    }

    .main-menu .show-submenu + ul,
    a.show-submenu-mega + .menu-wrapper {
        display: none;
        visibility: hidden;
    }

    a.show-submenu-mega + .menu-wrapper.show_mega,
    .main-menu a.show-submenu + ul.show_normal {
        display: block;
        visibility: visible;
    }

    /* Hamburger menu button*/
    .cmn-toggle-switch {
        position: relative;
        display: block;
        overflow: visible;
        position: absolute;
        top: 0;
        right: 20px;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
    }

    .cmn-toggle-switch:focus {
        outline: none;
    }

    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        height: 2px;
        background: white;
    }

    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        content: "";
    }

    .sticky .cmn-toggle-switch span::before,
    .sticky .cmn-toggle-switch span::after,
    .sticky .cmn-toggle-switch span {
        background-color: #333;
    }

    /* Header plain */
    header#plain .cmn-toggle-switch span::before,
    header#plain .cmn-toggle-switch span::after,
    header#plain .cmn-toggle-switch span,
    header#plain.sticky .cmn-toggle-switch span::before,
    header#plain.sticky .cmn-toggle-switch span::after {
        background-color: #333;
    }

    .dark header#plain .cmn-toggle-switch span::before,
    .dark header#plain .cmn-toggle-switch span::after,
    .dark header#plain .cmn-toggle-switch span,
    .dark header#plain.sticky .cmn-toggle-switch span::before,
    .dark header#plain.sticky .cmn-toggle-switch span::after
    {
        background-color: #e0e0e0;
    }

    /* Header transparent colored */
    header#colored.sticky .cmn-toggle-switch span::before,
    header#colored.sticky .cmn-toggle-switch span::after, header#colored.sticky .cmn-toggle-switch span {
        background-color: #FFF;
    }

    .cmn-toggle-switch span::before {
        top: -10px;
    }

    .cmn-toggle-switch span::after {
        bottom: -10px;
    }

    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }

    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    /* active state, i.e. menu open */
    .cmn-toggle-switch__htx.active span {
        background: none !important;
    }

    .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cmn-toggle-switch__htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cmn-toggle-switch__htx.active span::before,
    .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }

}

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

    .main-menu {
        width: 100%;
    }

    a#close_in {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

    #close_in i {
        color: #555 !important;
        font-size: 16px;
    }

}

#box_winner {
    border: 1px solid #ccc;
    padding: 2rem;
    margin: 3.5rem 3.5rem 5rem 3.5rem;
    text-align: left;
}

div#box_winner .title_winner {
    margin-bottom: 30px;
}

div#box_winner label {
    display: block;
    font-weight: 800;
    font-size: 1.1rem;
}

div#box_winner label span {
    font-weight: 100;
}

div#box_winner .first_award {
    padding-bottom: 50px;
    border-bottom: 1px dotted #ccc;
}

div#box_winner .other-awards {
    padding: 0px 30px 30px 0px;
    margin-top: 1.5rem;
    border-bottom: 1px dotted #ccc;
}

div#box_winner .other-awards label {
    font-size: .9rem;
}

div#box_winner .other-awards.no-border {
    border : none;
}

div#box_winner .img-container,
div#box_winner .video-container {
    width: 350px;
    height: 250px;
}

div#box_winner .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#box_winner .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

div#box_winner .other-awards .video-container {
    width: 85%;
}

div#box_winner .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

div#box_winner .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.rifa_container .img-container img {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.rifa_container .video-container {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.rifa_container .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.rifa_container .video-container iframe {
    top: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 680px) {
    #box_winner {
        padding: 1.5rem 1rem !important;
        margin: 3rem .5rem !important;
    }

    #box_winner div:last-child label.title_winner {
        margin: 30px 0 0 0 !important;
    }

    div#box_winner .img-container,
    div#box_winner .video-container {
        width: 100%;
    }

    div#box_winner .other-awards {
        padding: 10px 10px 30px 10px;
    }
}


/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/

/*-------- 2.1 Home --------*/
.feature_home {
    padding: 30px;
    position: relative;
    background: #FFF;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feature_home h3 {
    font-size: 20px;
}

.feature_home i {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #CCC;
    font-size: 62px;
    color: #6DCFF6;
}

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

.other_tours ul li a {
    border-bottom: 1px solid #EDEDED;
    padding: 5px 0 10px 0;
    display: block;
    color: #333;
}

.other_tours ul li a:hover {
    background-color: #F9F9F9;
    color: #E04F67;
}


.other_tours ul li a i {
    font-size: 22px;
    margin-right: 5px;
    margin-left: 2px;
    position: relative;
    top: 5px;
    color: #555;
}

.other_tours_price {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    color: #888;
}

/* Home 2 */
#hero {
    position: relative;
    height: 600px;
    background: #4D536D url(../images/slide_hero.jpg) no-repeat center center;
    background-size: cover;
    color: #FFF;
    width: 100%;
    font-size: 16px;
    display: table;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
}

.intro_title {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.intro_title h3 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.intro_title h3 strong span {
    color: #FFF;
}

/* New v1.2*/
.intro_title.error h1 {
    font-size: 130px;
    color: #FFF;
    font-weight: bold;
}

/* Home 3 */
.header-video {
    position: relative;
    overflow: hidden;
    background: #4D536D url(../images/slide_hero.jpg) no-repeat center center;
    background-size: cover;
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #FFF;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
}

#hero_video a.video {
    display: none;
}

/*iframe,*/
/*video {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
/*}*/

/*iframe {*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/

/*video {*/
    /*width: 100%;*/
/*}*/

/*#page_content iframe {*/
    /*height: auto !important;*/
    /*width: auto !important;*/
/*}*/

/*#page_content iframe,*/
/*#page_content video {*/
    /*position: inherit;*/
    /*top: auto;*/
    /*bottom: auto;*/
    /*left: auto;*/
    /*right: auto;*/
/*}*/



.teaser-video {
    width: 100%;
    height: auto;
}

.header-video--media {
    width: 100%;
    height: auto;
}

/* Home 5 */
#search_bar_container {
    background: #333;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0px 5px 0px;
    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(../images/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: relative;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    height: 45px;
    font-weight: 600;
    margin-top: 1px;
}


.search-select select {
    /*background: transparent;*/
    width: 45%;
    padding: 5px 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;
    margin-right: 10px;
}

.search-select {
    width: 100%;
    overflow: hidden;
    height: 40px;
    background: transparent url(../images/down_arrow_select.png) no-repeat right center;
    border: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#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(../images/search-bt.png) no-repeat center center;
    border: none;
    cursor: pointer;
    display: block;
    height: 37px;
    right: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 3px;
    width: 35px;
}

.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: "Montserrat", 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: 18px;
    line-height: 18px;
    text-transform: uppercase;
    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;
    display: block;
    color: #777;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.strip_all_tour_list h3 {
    text-transform: uppercase;
}

.tour_list_desc .rating {
    margin: 15px 0 3px -3px;
    font-size: 15px;
}

.img_list {
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative;
}

.img_list img {
    width: auto;
    height: 220px;
    position: absolute;
    left: -10%;
}

.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
}

.img_list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.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: 220px;
    line-height: 17px;
}

.tour_list_desc h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.price_list {
    display: table;
    height: 220px;
    font-size: 38px;
    color: #E74C3C;
    width: 100%;
    margin-left: -15px;
}

.price_list small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 10px;
    line-height: 12px;
}

.price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.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;
}

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: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    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;
    padding: 15px 0 0 0;
    font-size: 12px;
}

.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-slide .sp-image-container {
    border-radius: 4px;
}

#img_carousel .sp-slide .sp-image-container img,
#img_carousel .sp-thumbnails .sp-thumbnail-container img{
    width:100% !important;
    height:100% !important;
    margin: 0 !important;
    object-fit: fill !important;
}

#img_carousel .sp-selected-thumbnail {
    border-bottom: 2px solid #E04F67;
}

#panel_right {
    background: #ffffff;
    border-radius: 4px;
    min-height: 547px;
    max-height: 547px;
    padding: 10px;
    box-shadow: #808080 0px 0 10px;
    overflow: hidden;
}

.dark #panel_right {
    background: #2c2c2c;
    box-shadow: none;
}

#panel_right #double_numbers {
    display: block;
}

#panel_right #price,
#panel_right #date_lottery {
    font-size: 1.3rem;
    font-weight: bold;
}

#panel_right small {
    font-size: 0.7rem;
}

#description_right {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 450px;
    max-height: 460px;
}

.dark #description_right {
    color: #454545 !important;
}

.box-automatic-buy .header h3 {
    margin: 0 !important;
    font-size: 1rem !important;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}

.tpl-1 .box-automatic-buy .header h3,
.dark #panel_right .box-automatic-buy .header h3 {
    color: #333;
    /*font-size: 1.6rem !important;*/
}

.tpl-1 .box-automatic-buy .header h3,
.tpl-1 #panel_right .box-automatic-buy .header h3 {
    color: #333;
    font-size: 1rem !important;
}

.box-automatic-buy  {
    background: inherit;
    border-radius: 5px;
}

.dark .box-automatic-buy {
    background: #181818;
}

.dark #panel_right .box-automatic-buy {
    background: inherit;
}

.dark #panel_right .box-automatic-buy .header small,
.dark #panel_right .box-automatic-buy .promotion_box {
    color: #333;
}

#panel_right .box-automatic-buy .promotion_box .card-title {
    margin: 0;
}

.dark #panel_right .box-automatic-buy .promotion_box .badge {
    font-size: 82%;
}

.box-upsell h6 {
    color: #333;
    display: block;
    margin:0;
}

.card-upsell {
    background: #10b981;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    transition: all 0.2s ease;
    height: 48px;
    border-left: 4px solid #059669;
    max-width: 400px;
    margin: 0 auto;
}

.toggle-switch {
    position: relative;
    width: 32px;
    height: 18px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 9px;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.toggle-switch.active {
    background: rgba(255, 255, 255, 0.25);
}

.toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.toggle-switch.active .toggle-slider {
    transform: translateX(14px);
}

.card-upsell-content {
    flex: 1;
    color: white;
}

.card-upsell-title {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 1px;
    line-height: 1.3;
}

.card-upsell-subtitle {
    font-size: 10px;
    opacity: 0.8;
    font-weight: 400;
}

.box-automatic-buy .header small {
    font-size: .7rem;
    color: #fff;
}

.tpl-1 .box-automatic-buy .header small {
    font-size: .9rem !important;
    color: #333 !important;
}

.box-automatic-buy .box-selectors {
    background: #2c2c2c;
}

.box-automatic-buy .box-selectors,
.box-automatic-buy .box-selectors .seletores {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 10px 0 5px;
}

.box-automatic-buy .box-selectors .box_prices #total_discount {
    font-size: 0.7rem;
}

.box-automatic-buy .box-selectors .seletores .btn {
    padding: .375rem 0.15rem !important;
}

.box-automatic-buy .box-selectors .seletores input {
    height: 30px;
    color: #fff;
    background: #2c2c2c;
}

.box-automatic-buy .box-selectors .seletores input:focus {
    border: 1px solid #e3e3e3;
}

.box-automatic-buy .box-selectors .btn-link {
    margin: 0;
}
.box-automatic-buy .box-selectors .btn-link i {
    color: #fff;
    font-size: 1.5rem;
}

.promotion_box {
    background: initial;
    border: none;
}

.box-automatic-buy .promotion_box {
    padding-left: 0;
    padding-right: 0;
}

.promotion_box .card-body {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.promotion_box .card-body .badge {
    padding: 0.7em 1em;
    font-weight: 500;
    color:#333;
    font-size: 80%;
    cursor: pointer;
}

.automate_buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2px;
}
.automate_buttons .add-numbers {
    padding: 5px 0;
    touch-action: none;
    margin: 8px 5px;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    cursor: pointer;
}
.automate_buttons .title {
    font-size: 1rem !important;
    margin: 0;
    cursor: pointer;
}

.automate_buttons .subtitle {
    font-size: 60%;
    margin: 0;
    cursor: pointer;
}

.automate_buttons .add-numbers p {
    margin: 0;
    cursor: pointer;
    font-weight: 100;
    font-size: 0.7rem;
}

.add-numbers.best_choice {
    border: 2px solid #198754 !important;
    background-color: #fff;
    position: relative;
}

.add-numbers.best_choice:before {
    content: "Mais popular";
    background-color: #198754;
    border-radius: 20px;
    position: absolute;
    font-size: .65em;
    padding: 0px 15px;
    color: #fff;
    top: -10px;
}

.box-automatic-buy .box-selectors {
    border-radius: 0 0 5px 5px;
    padding: 0 5px;
}

.box-automatic-buy .row.box-selectors {
    padding-right: 0 !important;
    margin: 0 5px !important;
    border-radius: 0 !important;
}


.box-automatic-buy .box-selectors .btn-link {
    padding: 0;
}

#total_discount {
    font-size: 11px;
}

#total_discount,
#total_pay {
    margin: 0;
}

#box_awarded ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-height: 190px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.show_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    text-transform: capitalize;
    color: rgb(25, 135, 84);
    width: 100%;
    border: none;
    text-decoration: none;
    padding: 6px 8px;
    font-size: 13px;
}

#box_awarded ul li.badge {
width: 100% !important;
color: rgb(33, 43, 54);
background-image: none;
position: relative;
box-shadow: rgba(145, 158, 171, 0.7) 0px 0px 2px 0px, rgba(145, 158, 171, 0.2) 0px 12px 24px -4px;
z-index: 0;
transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
padding: 4px;
border-radius: 8px;
margin: 0 5px;
}

ul.box_awarded li div {
font-size: .7rem;
display: flex;
justify-content: space-between;
}

ul.box_awarded li div span {
margin: 0;
padding: 5px;
}

ul.box_awarded .badge-group .awarded_number {
height: 22px;
line-height: 0;
border-radius: 6px;
cursor: default;
align-items: center;
white-space: nowrap;
display: inline-flex;
justify-content: center;
padding: 0px 8px;
font-size: 0.75rem;
font-family: Montserrat, "Public Sans", sans-serif;
font-weight: 700;
background-color: #fff;
color: rgb(0, 0, 0);
min-width: 15%;
max-width: 30%;
background-color: #bac3cccc;
}
ul.box_awarded .badge-group .awarded_value,
ul.box_awarded .badge-group .awarded_name {font-weight: 500;}

.box_awarded .aw-blocked {
background-color: rgb(25, 135, 84);
}

.box_awarded .aw-blocked span {
color: #FFFFFF;
}

.box_awarded li.aw-available,
.box_awarded li.aw-blocked .awarded_number {
background-color: #FFFFFF !important;
}

@media (min-width: 1024px) {
.promotion_box .card-body {
    font-size: 1rem;
}

#panel_right .promotion_box .card-body {
    font-size: inherit;
}
}


.parallax-content-2 {
position: absolute;
left: 0;
bottom: 0;
z-index: 999;
padding: 25px 0 20px 0;
color: #FFF;
font-size: 13px;
background: -webkit-linear-gradient(top, transparent, #000);
background: linear-gradient(to bottom, transparent, #000);
width: 100%;
}

.parallax-content-2 div h1 {
font-size: 36px;
text-transform: uppercase;
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: #E74C3C;
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: table;
border-bottom: 2px solid #555;
margin-bottom: 30px;
}

#single_tour_feat ul li {
display: table-cell;
width: 1%;
vertical-align: middle;
text-align: center;
padding: 0 10px 20px 10px;
white-space: nowrap;
}

#single_tour_feat ul li:last-child {
margin-right: 0;
}

#single_tour_feat ul li i {
font-size: 36px;
display: block;
margin-bottom: 10px;
}
#single_rifa_desc h1 {
padding-top: 0px;
margin: 0;
margin-top: 30px;
}

.dark #single_rifa_desc h1{
margin-top: 0px !important;
font-size: 1.6rem;
}

#single_rifa_desc h3 {
font-size: 22px;
margin-top: 20px;
}

#single_rifa_desc h4 {
line-height: 20px;
font-size: 18px;
}

#map {
width: 100%;
height: 450px;
border-bottom: 1px solid #DDD;
border-top: 1px solid #DDD;
}

.table td, .table th {
border-top: none;
}

.table.table_summary td {
border-top: 1px solid #424242;
width: 50%;
}

.table.table_summary tr:first-child td {
border-top: 0;
width: 50%;
}

.table.table_summary tr.total {
color: #E04F67;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
}

.review_strip_single {
position: relative;
padding: 30px 0 20px 0;
margin: 30px 0 25px 0;
border-bottom: 1px solid #DDD;
}

.review_strip_single.last {
margin-bottom: 0;
border-bottom: 0;
}

.review_strip_single img {
top: -15px;
position: absolute;
left: 0;
border: 4px solid #FFF;
}

.review_strip_single h4 {
font-size: 18px;
margin: -12px 0 35px 90px;
padding: 0;
}

.review_strip_single small {
float: right;
font-size: 12px;
margin-top: -10px;
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: #E74C3C;
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: 470px;
    background: #4D536D url(../images/slide_hero_2.jpg) no-repeat center center;
    background-size: cover;
    color: #FFF;
    width: 100%;
    font-size: 16px;
    display: table;
    text-align: center;
    z-index: 1;
}

#hero_2.restaurant_bg {
    background: #4D536D url(../images/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: #E04F67;
    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;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #FBE8AA;
}

.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: 5px;
    margin-bottom: 10px;
}

.form_title h3 strong {
    background-color: #E04F67;
    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: -7px;
}

.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: 20px 0 20px 31px;
    margin: 0 0 10px 0;
}

.cards {
    margin-top: 18px;
}

.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(../images/minus.png) no-repeat center center;
    border: 1px solid #CCCCCC;
    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(../images/plus.png) no-repeat center center;
    right: 0;
    top: 0;
    border: 1px solid #CCCCCC;
    -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(../images/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% 100px 10% 100px;
    height: 400px;
    background-color: #E04F67;
    color: #FFF;
    font-size: 14px;
}

.features-content h3 {
    font-family: "Gochi Hand", cursive;
    color: #FFF;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
}

.review_strip {
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 30px 20px 20px 30px;
    margin-bottom: 30px;
    -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);
}

.review_strip img {
    top: -15px;
    position: absolute;
    left: 25px;
    border: 4px solid #FFF;
}

.review_strip h4 {
    font-size: 18px;
    margin: -10px 0 35px 80px;
    padding: 0;
}

.review_strip p {
    margin-bottom: 10px;
}

.review_strip .rating {
    font-size: 16px;
}

.rating {
    font-size: 18px;
}

.rating small {
    font-size: 12px;
    color: #CCC;
}

.rating .voted {
    color: #F90;
}

/*-------- 2.6 Contact us --------*/
#map_contact {
    width: 100%;
    height: 450px;
}

#directions {
    background-color: #E04F67;
    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(../images/tape.png) no-repeat center top;
    display: block;
}

.loader {
    margin-left: 5px;
    position: absolute;
}

.error_message {
    color: #F33;
    font-weight: 600;
    margin-bottom: 4px;
}

.success_message .fa-check {
    margin-right: 10px;
    font-size: 22px;
    color: green;
}
.error_message .fa-exclamation-triangle {
    margin-right: 10px;
    font-size: 20px;
}

/*-------- 2.7 Login --------*/
#hero.login {
    height: auto;
    display: block;
    text-transform: none;
    font-size: 12px;
    background: url(../images/bg_login.jpg) no-repeat center center;
    background-size: cover;
}

#login {
    margin: 170px 0 60px;
    color: #333;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    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 .transfer_title {
    padding: 15px;
    position: relative;
}

.transfer_container .transfer_title .rating {
    font-size: 14px;
    margin-left: -3px;
}

.transfer_container .transfer_title h3 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

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 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.hotel_container .hotel_title {
    padding: 15px;
    position: relative;
}

.hotel_container .hotel_title .rating {
    font-size: 14px;
    margin-left: -3px;
}

.hotel_container .hotel_title h3 {
    margin: 0 0 3px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.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;
    z-index: 9;
}

.hotel_container a .score {
    color: #FFF;
}

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;
}

/*-------- 3.1 Wishlist --------*/
.wishlist_close {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-size: 20px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #F66 !important;
}

.wishlist_close:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 30px;
    content: "\72";
    color: #F66;
    position: absolute;
    left: 0;
    top: 3px;
}

/*-------- 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: "Montserrat", 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: #E04F67;
    position: absolute;
    left: 15px;
    top: 7px;
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/

/* Magnific popup */
.mfp-bottom-bar {
    padding: 0 10px !important;
}

.mfp-counter {
    right: 10px !important;
}

.mfp-bg {
    opacity: 0.8 !important;
}

/* Owl carousel */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #333 !important;
}

.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.box_style_1 {
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #424242;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
}

.dark .box_style_1 {
    background: none;
}

.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;
}

.dark .box_style_4,
.dark .box_style_2
{
    background: none;
}

.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 */
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.form-control {
    font-size: 12px;
    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: 3;
    bottom: 0;
}

/* Error validate style */
label.error {
    font-size: 11px;
    position: absolute;
    top: -15px;
    right: -30px;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #E34F4F;
    color: #FFF;
    font-weight: normal;
    padding: 0 6px;
}

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 {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 5px;
    margin: 0 5px 0 0;
    z-index: 9999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    color: #FFF;
    cursor: pointer;
}

#toTop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#toTop:after {
    content: "\e899";
    font-family: "fontello";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

/*Background colors*/
.white_bg {
    background-color: #FFF
}

/*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;
}

/*List*/
ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}

ul.list_ok li {
    position: relative;
    padding-left: 25px;
}

ul.list_ok li:before {
    font-style: normal;
    font-weight: bold;
    font-family: "icon_set_1";
    font-size: 14px;
    content: "\6c";
    color: #E04F67;
    position: absolute;
    left: 0;
    top: 0;
}

ul.list_order {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
}

ul.list_order li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

ul.list_order li span {
    background-color: #E04F67;
    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 **/
.page-link {
    color: #555;
}

.page-item.active .page-link {
    z-index: 1;
    color: #FFF;
    background-color: #555;
    border-color: #555;
}

.page-item .page-link:hover {
    background-color: #555;
    border-color: #555;
    color: #FFF;
}

/* 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(../images/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(../images/down_arrow_select_filters.png) no-repeat right center;
    border: none;
    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 */
.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtop_30 {
    margin-top: 30px;
}

.mbot_30 {
    margin-bottom: 30px;
}

/* Parallax bg */
.parallax-window {
    min-height: 470px;
    background: transparent;
    position: relative;
}

.parallax-content-1 {
    display: table;
    width: 100%;
    height: 470px;
    background: rgba(0, 0, 0, 0.6);
}

.parallax-content-1 > div {
    display: table-cell;
    padding: 0 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;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}

.parallax-content-1 div h1 {
    margin-bottom: 0;
    padding-top: 40px;
}

.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;
    opacity: 0.5;
    font-size: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parallax-content-1 div a:hover i {
    opacity: 1;
}

/* Tours boxes*/
.rifa_container {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    margin-bottom: 30px;
}

.img_container {
    position: relative;
    overflow: hidden;
}

.rifa_container .rifa_title {
    padding: 15px;
    position: relative;
}

.rifa_container .rifa_title a {
    color: #444 !important;
}

.dark .rifa_container .box-btn {
    background: #252525;
}

.dark .rifa_container .rifa_title {
    background: #252525;
}

.dark .rifa_container .rifa_title a {
    color: #FFF !important;
}

.rifa_container .rifa_title .rating {
    font-size: 14px;
    margin-left: -3px;
}

.rifa_container .rifa_title h2 {
    margin: 0 0 3px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.wishlist a {
    color: #888;
    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: #888;
    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);
    transform: scale(1);
}

.img_container img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.short_info_upper {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    width: 100%;
    padding: 45px 10px 30px 5px;
    color: #FFF;
}

.short_info_upper .price {
    float: right;
    color: red;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}

.short_info_upper .price sup {
    top: 0;
}

.short_info_upper .price sub {
    bottom: 0;
}

.short_info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    width: 100%;
    padding: 45px 10px 8px 5px;
    color: #FFF;
}

.short_info i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    padding: 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: 0;
    right: 5px;
}

/* Ribbons */
.ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    width: 78px;
    height: 78px;
    z-index: 1;
}

.ribbon.popular {
    background: url(../images/ribbon_popular.png) no-repeat 0 0;
}

.ribbon.top_rated {
    background: url(../images/ribbon_top_rated.png) no-repeat 0 0;
}

/* Tooltips */
.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 999;
}

.tooltip-item {
    cursor: pointer;
    display: inline-block;
}

.tooltip-item::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_styled:hover .tooltip-item::after {
    pointer-events: auto;
}

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 300px;
    left: 50%;
    margin: 0 0 20px -150px;
    bottom: 100%;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 15px;
    font-size: 12px;
    color: #FFF;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #333;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip_styled:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-content .label {
    margin-left: 10px;
}

.tooltip-content i {
    font-size: 20px !important;
    top: 3px !important;
    left: -3px !important;
    position: relative;
}

.tooltip-content h4 {
    display: block;
    margin: 0 0 10px 0;
    line-height: 14px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.tooltip-content a {
    font-weight: bold;
}

/* Tooltip flip */
.tooltip_flip {
    position: relative;
}

.tooltip_flip::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_flip:hover::after {
    pointer-events: auto;
}

.tooltip-content-flip {
    position: absolute;
    z-index: 9999;
    width: 200px;
    height: 80px;
    left: -130%;
    bottom: 100%;
    text-align: center;
    color: #FFF;
    opacity: 0;
    margin-bottom: 7px;
    cursor: default;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.strip_all_tour_list .tooltip-content-flip {
    left: -65%;
}

.tooltip-effect-1 .tooltip-content-flip {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.tooltip_flip:hover .tooltip-content-flip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tooltip-content-flip > span {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.tooltip-back {
    background: #E04F67;
    font-size: 12px;
    line-height: 14px;
    padding-top: 25px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
}

.tooltip_flip:hover .tooltip-content-flip > span {
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
}

.tooltip-content-flip .tooltip-front::after,
.tooltip-content-flip .tooltip-back::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
}

.tooltip-content-flip .tooltip-back.arrow-right::after {
    right: 0;
    left: 75%;
    border-top: 10px solid #E64B50;
    border-left: 10px solid transparent;
    border-right: none;
}

.tooltip-content-flip .tooltip-back.arrow-left::after {
    left: 10%;
    border-top: 10px solid #E64B50;
    border-right: 10px solid transparent;
    border-left: none;
}

.tooltip-content-flip .tooltip-back::after {
    left: 45%;
    border-top: 10px solid #E64B50;
    border-right: 10px solid transparent;
    border-left: none;
}

/* Position  breadcrumbs */
#position {
    background-color: #333;
    padding: 10px 0;
    font-size: 11px;
}

#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: 1px;
    color: #FFF;
}

#position ul {
    margin: 0;
    padding: 0;
    color: #888;
}

#position ul li a {
    color: #FFF;
    opacity: 0.7;
}

#position ul li a:hover {
    color: #FFF;
    opacity: 1;
}

#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative;
}

#position ul li:after {
    content: "\e9ee";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    right: 0;
    top: 2px;
}

#position ul li:last-child:after {
    content: '';
}

/*Banners*/
.banner {
    position: relative;
    background: #FFF url(../images/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(../images/shadow-bg.png) no-repeat top left;
}

.banner:before {
    right: 0;
    background: url(../images/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: 32px;
    margin: 0;
    padding: 0;
    color: #E04F67;
    font-family: "Gochi Hand", cursive;
}

.banner h4 span {
    text-transform: none;
    color: #555;
}

.banner p {
    margin: 0;
    padding: 0;
}

.banner.colored {
    background: #E04F67 url(../images/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: 999999999;
}

.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;
    margin-right: 1px;
}

.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 **/
.card {
    margin-bottom: 10px;
}

.card-header {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #DDD;
    background-color: #FFF;
    border-bottom: none;
    padding-bottom: 10px;
}

.card-header h4 {
    font-size: 16px;
    padding-top: 5px;
}

.card-header a {
    display: block;
    color: #777;
}

.card-body {
    padding: 30px;
    line-height: 1.6 !important;
    border-top: 1px solid #DDD;
}

.card-header a .indicator {
    color: #E04F67;
}

.card-header a:hover .indicator {
    color: #333;
}

/** Blockquote **/
blockquote.styled {
    font-family: "Gochi Hand", cursive;
    line-height: 1.42857143;
}

/** tabs **/
.tab-content {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #DDD;
    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;
}

/** Img frame in general page **/
.img-fluid.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 li:last-child {
    padding-right: 0;
}

.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: 700px;
    background: #4D536D url(../images/slide_hero.jpg) no-repeat center top;
    background-size: cover;
    color: #FFF;
    width: 100%;
    display: table;
    z-index: 99;
}

#search {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20%;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.6);
}

#search .nav-tabs {
    border-radius: 0;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid transparent;
    margin: 0 0 6px 10px;
    text-transform: uppercase;
}

#search .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #FFF !important;
    padding: 10px 15px;
    margin-right: 3px;
}

#search .tab-content {
    border-radius: 0;
    border: 0;
    color: #333;
}

#search .nav-tabs > li > a {
    background: rgba(0, 0, 0, 0.40);
}

#search .nav-tabs > li > a.active,
#search .nav-tabs > li > a:hover .active,
#search .nav-tabs > li > a:focus .active {
    color: #FFF;
    background-color: #E14D67;
}

.tab-pane h3 {
    color: #999;
    margin: 0 0 20px 0;
}

.tab-pane h3 {
    color: #999;
    margin: 0 0 20px 0;
}

.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 50px;
    zoom: 1;
}

.plans:before,
.plans:after {
    content: '';
    display: table;
}

.plans:after {
    clear: both;
}

.plan {
    flex: 0 0 24%;
    margin: 10px 5px;
    padding: 18px;
    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: -30px;*/
    /*margin-left: 30px;*/
/*}*/

.plan:last-child {
    border-width: 1px;
}

.plan-title {
    position: relative;
    margin: -20px -10px 20px;
    padding: 20px 15px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
}

.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);
}

.plan-features {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    text-align: center;
}

ul.plan-features {
    padding: 0;
    margin: 0 0 30px 0;
}

.plan-features li {
    list-style: none;
}

.plan-tall {
    margin: 0;
    background: #FFF;
    border-width: 1px;
    border-radius: 4px;
    margin-right: -30px;
    position: relative;
    z-index: 100;
    border: solid #83C99F;
    position: relative;
}

.ribbon_table {
    width: 99px;
    height: 97px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
    background: url(../images/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;
}

/* 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(../images/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: 10px;
    width: 65px;
    height: 77px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/icons/badge_save.png);
    font-size: 11px;
    line-height: 12px;
    padding-top: 32px;
}

.badge_save strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.input-group input {
    height: 34px;
    border: none;
}

.input-group input:focus {
    border: none;
    box-shadow: none;
}

/* Promo_full */
.promo_full {
    height: auto;
    background: url(../images/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;
    background-color: rgba(0, 0, 0, 0.6);
}

.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 */
#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: #E04F67;
}

#map_filter ul li a i {
    display: block;
    font-size: 36px;
    margin: 5px 0;
}

/* Map contact */
#map_contact.contact_2 {
    margin-top: 98px;
}

/* Sticky sidebar */
.theiaStickySidebar {
    z-index: 4 !important;
}

/*============================================================================================*/
/* 5.  UPDATES  */
/*============================================================================================*/

/*-------- 5.1 Ribbons css --------*/
.ribbon_3 {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 125px;
    height: 125px;
    text-align: right;
}

.ribbon_3 span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 125px;
    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: 28px;
    left: -24px;
}

.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.almost span {
    background: linear-gradient(#C7CB54 0%, #CBC31E 100%);
}

.ribbon_3.almost span::before {
    border-left: 3px solid #CBC31E;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CBC31E;
}

.ribbon_3.almost span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #CBC31E;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CBC31E;
}

.ribbon_3.missing span {
    background: linear-gradient(#F14F3F 0%, #CB4335 100%);
}

.ribbon_3.missing span::before {
    border-left: 3px solid #A3362A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A3362A;
}

.ribbon_3.missing span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #A3362A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A3362A;
}

.last_raffles .ribbon_3.missing {
    width: 225px;
    height: 225px;
}
.last_raffles .ribbon_3 span {
    width: 220px;
    top: 28px;
    left: -52px;
    line-height: 27px;
    padding-bottom: 33px;
    font-size: 16px;
    padding-top: 0px;
}

.ribbon_3 label,
.ribbon_3 label.concourse {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    width: 100px;
    display: block;
    position: absolute;
    top: 52px;
    left: 7px;
}

.ribbon_3 label.concourse {
    font-size: 9px;
    top: 65px;
    left: 18px;
}

.last_raffles .ribbon_3 span label {
    font-size: 10px;
}

/*-------- 5.2 Footer styles --------*/
/* Footer 3 */
footer#pattern_2 {
    background: #222 url(../images/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: 32px;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
}

#newsletter_container input.form-control#email_newsletter_2 {
    margin-bottom: 0;
    background-color: #FFF;
    border: none;
    border: 2px solid #EDEDED;
    height: 45px;
    font-size: 15px;
    padding-left: 20px;
    width: 380px;
    margin-right: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

#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: 12px 35px;
    display: inline-block;
}

/* Footer 5 */
ul.tweet_list li {
    padding-left: 30px;
    background: url(../images/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;
}

.tweets-prev {
    margin-right: 5px;
}

.tweet_avatar {
    float: left;
}

.tweet_time a {
    display: block;
    margin-bottom: 5px;
    color: #FDF7AC;
}

a.bx-next, a.bx-prev {
    color: #FFF;
}

a.bx-next:hover, a.bx-prev:hover {
    color: #FDF7AC;
}

.tweet_text a {
    text-decoration: underline;
}

.tweet-control {
    margin-left: 15px;
}

/* Footer 6 */
footer#pattern_3 {
    background: #222 url(../images/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;
}

/* Footer 7 */
footer#pattern_4 {
    background: #2A2A2A url(../images/pattern_5.png) repeat 0 0;
}

footer .gallery-image {
    overflow: hidden;
}

footer .gallery-image a {
    max-width: 33.33%;
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}

footer .gallery-image img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

/*-------- 5.3 Header versions --------*/
/* Header 4*/
#opening {
    display: inline-block;
    margin-left: 15px;
}

#social_top a i {
    font-size: 13px;
    color: #FFF;
}

#social_top a i:hover {
    color: #E05068;
}

/* 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%;
    margin: 7px 0 0 -50px;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #E04F67;
}

.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: #E04F67;
    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: #E04F67 !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-top: 20px;
    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_container_gallery a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
}

.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: #E04F67;
    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: #51BCE6;
    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;
}

/*============================================================================================*/
/* 6.  UPDATES  */
/*============================================================================================*/

/*-------- 6.1 Footer fixed --------*/
main {
    background-color: #F9F9F9;
    z-index: 2;
    position: relative;
}

.parallax-content-1 {
    z-index: 3;
    position: relative;
}

/*-------- 6.2 Notify --------*/
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.customized_notify.alert-info {
    text-align: center;
    background-color: #FFF;
    width: 310px;
    line-height: 1.4;
    border: 0;
    color: #777;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.customized_notify.alert-info h4 {
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.customized_notify i span {
    font-size: 55px;
    margin-bottom: 0;
    color: #6C6;
    display: inline-block;
}

.customized_notify i span img {
    border: 5px solid #EDEDED;
    width: 80px;
    height: auto;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*-------- 6.3 Search modal --------*/
.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -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: 999999;
    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 #909090 !important;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 32px;
    font-weight: 400;
    outline: none;
    padding: 10px 0 10px 0;
}

.search-overlay-menu form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 20px;
    color: #C6C6C6;
    outline: none;
}

.search-overlay-menu form button:hover {
    color: #E04F67;
}

.search-overlay-menu .search-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    font-size: 25px;
    color: #C6C6C6;
}

.search-overlay-menu .search-overlay-close:hover {
    color: #E04F67;
    cursor: pointer;
}

body.has-fullscreen-modal {
    position: fixed;
    width: 100%;
}

/*-------- 6.4 Header 7 --------*/
nav.full-horizontal {
    margin-top: 10px;
}

header.sticky nav.full-horizontal {
    margin-top: 0;
}

/*============================================================================================*/
/* 7. UPDATES */
/*============================================================================================*/

/*-------- 7.1 Date dropper/Time dropper --------*/
.form-control:disabled.booking_date,
.form-control[readonly].booking_date,
.form-control:disabled.booking_time,
.form-control[readonly].booking_time {
    background-color: #FFF;
    opacity: 1;
}

div.datedropper, .td-wrap {
    font-family: "Lato", Arial, sans-serif !important;
}

div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
    text-decoration: none !important;
}

div.datedropper.primary:before,
div.datedropper.primary .pick-submit,
div.datedropper.primary .pick-lg-b .pick-sl:before,
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-lg-h {
    background-color: #E04F67 !important;
}

div.datedropper.primary .pick-y.pick-jump,
div.datedropper.primary .pick li span,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-btn {
    color: #E04F67;
}


/*-------- 7.2 Tabs home--------*/
.tabs {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 45px;
}

/* Nav */
.tabs nav {
    text-align: center;
    overflow: hidden;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.tabs nav ul li {
    border: 1px solid #E2E2E2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
    -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;
}

.tabs nav li.tab-current {
    border: 1px solid #E2E2E2;
    border-bottom: none;
    z-index: 100;
    -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;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #E2E2E2;
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav a {
    color: #555;
    display: block;
    font-size: 18px;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
    -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;

}

.tabs nav a:hover {
    color: #111;
}

/* Icons */
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icon_set_1';
    line-height: 1;
    speak: none;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
    position: relative;
    top: 3px;

}

.icon-hotels:before {
    content: "\26";
}

.icon-tours:before {
    content: "\3e";
}

.icon-restaurants:before {
    content: "\5a";
}


/* Content */
.content section {
    padding: 40px 0 0 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #E2E2E2;
}

.content section.content-current {
    display: block;
}

.mediabox {
    float: left;
    width: 35%;
    padding: 0 15px;
}

.list_tours_tabs h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #999;
    margin-bottom: 15px;
}

.list_tours_tabs ul {
    list-style: none;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0;
}

.list_tours_tabs ul li {
    position: relative;
    padding: 15px 5px 10px 70px;
    min-height: 65px;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    display: table;
}

.list_tours_tabs ul li a:hover {
    color: #E04F67;
}

.list_tours_tabs ul li a small {
    color: #777;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.list_tours_tabs ul li:last-child {
    border-bottom: none;
    padding-left: 15px;
    padding-top: 10px;
}

.list_tours_tabs ul li div {
    display: table-cell;
    vertical-align: middle;
}

.list_tours_tabs ul li figure {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
}

.list_tours_tabs ul li figure img {
    width: 45px;
    height: auto;
}

.list_tours_tabs ul li h3 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.list_tours_tabs ul li:hover h3 {
    color: #E04F67;
}

.list_tours_tabs ul li:hover {
    background-color: #F8F8F8;
}

.list_hotels_tabs h3 {
    font-size: 18px;
    margin-top: 0;
}

/* Media queries */
@media screen and (max-width: 52.375em) {
    .tabs nav a span {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }

    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }

    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }

    .mediabox h3 {
        margin-top: 0;
    }

    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }

    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }

    .mediabox:after {
        clear: both;
    }
}

@media screen and (max-width: 32em) {

    .mediabox {
        text-align: center;
    }

    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .mediabox h3 {
        margin: 1.25em 0 1em;
    }

    .mediabox p {
        margin: 0;
    }
}

/*-------- 7.3 Morphext --------*/
.morphext > .animated {
    display: inline-block;
}

/*-------- 7.4 Cookie-bar --------*/
#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #EEEEEE;
    text-align: center;
    padding: 5px 0;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #FFFFFF;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 10px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #6C9
}

#cookie-bar .cb-enable:hover {
    background: #6C6
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #BB0000;
}

#cookie-bar .cb-policy {
    background: #51BCE6;
}

#cookie-bar .cb-policy:hover {
    background: #09C;
}

/* Mobile Landscape */
@media (max-width: 480px) {
    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px;
    }

}

/*-------- 7.5 Sing In Modal --------*/
#sign-in-dialog {
    background: #FFF;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Popup close button*/
#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
    color: #666;
    background-color: #E4E4E4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
    color: #FFF;
    background-color: #66676B;
}

#sign-in-dialog .mfp-close:before {
    font-size: 24px;
    font-family: 'ElegantIcons';
    content: "\4d";
}

.small-dialog-header {
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    background-color: #F6F6F6;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 400;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
    color: #FFF;
    background-color: #66676B;
}

#sign-in-dialog .form-group {
    position: relative;
}

#sign-in-dialog .form-group input.form-control {
    padding-left: 40px;
}

#sign-in-dialog .form-group i {
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 12px;
    top: 35px;
    color: #CCC;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

#sign-in-dialog .form-group i.icon_lock_alt {
    top: 37px;
}

.checkboxes {
    position: relative;
    color: #999;
}

.my-toggle {
    background: transparent;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
}

.my-toggle:hover,
.my-toggle:focus {
    background-color: #EEE;
    color: #555;
    outline: transparent;
}

#forgot_pw {
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 400px;
    display: none;
}

.sign-in-wrapper {
    position: relative;
    height: 100%;
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
    font-family: 'ElegantIcons';
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #FFF;
}

a.social_bt.facebook {
    background-color: #3B5998;
}

a.social_bt.facebook:before {
    content: "\e093";
}

a.social_bt.google {
    background-color: #DC4E41;
}

a.social_bt.google:before {
    content: "\e096";
    top: 12px;
}

a.social_bt.linkedin {
    background-color: #0077B5;
}

a.social_bt.linkedin:before {
    content: "\e09d";
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 20px 0;
    background-color: #E1E8ED;
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #FFF;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}

/*-------- 7.6 Styles Switcher --------*/
#style-switcher h3 {
    color: #FFF;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#style-switcher {
    background: #FFF;
    width: 205px;
    position: fixed;
    top: 205px;
    z-index: 999;
    left: -205px;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .175);
}

#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}

#style-switcher div {
    padding: 6px 18px;
}

#style-switcher h2 {
    background: #F8F8F8;
    color: #333;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 500;
}

#style-switcher h2 a {
    background-color: #F8F8F8;
    display: block;
    height: 46px;
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    border-radius: 0 4px 4px 0;
    font-size: 22px;
    color: #FFF;
    text-align: center;
}

#style-switcher h2 a i {
    position: relative;
    top: 2px;
    color: #333;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    float: left;
    margin: 4px 2px 0 2px;
}

.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.default {
    background: #E04F67;
}

.aqua {
    background: #1CBBB4;
}

.green_switcher {
    background: #82CA9C;
}

.orange {
    background: #F7941D;
}

.blue {
    background: #0072BC;
}

.colors li a.active {
    box-shadow: 0 0 0 2px #FFF inset
}

.colors li a {
    border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
    #style-switcher {
        display: none;
    }
}

/*============================================================================================*/
/* 8. RESPONSIVE */
/*============================================================================================*/

/* MEDIA QUERIES size 768/1200px  */
@media (min-width: 768px) and (max-width: 1200px) {

    #box_awarded ul li.badge {
        min-width: 160px !important;
    }

    .main-menu ul li.megamenu .menu-wrapper {
        width: 940px;
    }

    .img_list img {
        left: -25%;
    }

    #search {
        padding: 0 15%;
        padding-top: 100px;
    }
}

/* END MEDIA QUERIES size 768/1200px  */

/* MEDIA QUERIES max-width 1024px  */
@media (max-width: 1024px) {

    .promo_full {
        background-attachment: scroll;
    }
}

/* END MEDIA QUERIES max-width 1024 px  */

/* LOGO H1 FOR RETINA DISPLAY  */
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min-device-pixel-ratio: 2) and (max-width: 991px) {

    #logo_home h1 a,
    header#colored #logo_home h1 a {
        /*background-image: url(../images/icons/logoname.png);*/
        /*background-size: auto 30px;*/
    }

    header.sticky #logo_home h1 a,
    header#plain #logo_home h1 a {
        /*background-image: url(../images/icons/logoname.png);*/
        /*background-size: auto 30px;*/
    }

    header.sticky#colored #logo_home h1 a {
        /*background-image: url(../images/icons/logoname.png);*/
        /*background-size: auto 30px;*/
    }
}

/* END LOGO H1 FOR RETINA DISPLAY  */

/* MEDIA QUERIES max-width 991px  */
@media (max-width: 991px) {

    ul#top_tools,
    .sticky ul#top_tools {
        margin: 3px 45px 0 0;
    }

    .sticky nav {
        margin-top: 10px;
    }

    nav {
        margin-top: 10px;
    }

    header#plain {
        /*padding-top: 10px;*/
    }

    header#plain.sticky {
        padding-bottom: 0;
    }

    header #logo img.logo_normal,
    header #logo img.logo_sticky {
        width: auto;
        height: 30px;
    }

    #logo_home h1 a,
    header.sticky #logo_home h1 a,
    header#plain #logo_home h1 a,
    header#colored #logo_home h1 a {
        width: 180px;
        height: 30px;
        background-size: auto 30px;
        white-space:nowrap;
    }

    .main-menu ul li.megamenu .menu-wrapper {
        width: auto;
        margin-top: 20px;
    }

    #single_tour_feat ul {
        margin-bottom: 10px;
    }

    .review_strip_single.last {
        border-bottom: 1px solid #DDD;
        margin-bottom: 20px;
    }

    a#phone,
    a#email_footer {
        font-size: 12px;
        padding-left: 25px;
        margin: 5px 0 5px 0;
    }

    a#phone:before,
    a#email_footer:before {
        font-size: 18px;
    }

    a#email_footer {
        margin-bottom: 10px;
    }

    #search {
        padding: 0 5%;
        padding-top: 130px;
    }

    .plan {
        min-height: inherit;
    }

    .parallax-content-1 div h1,
    #hero_2 .intro_title h3 {
        font-size: 42px;
    }

    .parallax-content-1 div h1:before,
    .parallax-content-1 div h1:after {
        width: 30px;
    }

    #hero_2 .intro_title h1:before,
    #hero_2 .intro_title h1:after {
        width: 30px;
    }

    #map_filter ul li a {
        min-width: 100px;
    }

    #map_filter ul li a span {
        font-size: 11px;
    }

    .map-right #map {
        height: 450px;
    }

    .features-content {
        padding: 10%;
        height: auto;
    }

}

/* END MEDIA QUERIES max-width 991px  */

/* MEDIA QUERIES size 769/979px  */
@media (min-width: 769px) and (max-width: 979px) {

    #map-container {
        height: 280px;
        position: relative;
        top: 0;
        overflow: hidden;
    }

    #content-row {
        height: auto;
        padding-top: 0;
    }

    .plan-tall + .plan {
        border: solid #DDDDDD 1px;
    }

    .plan-tall {
        margin-right: 0;
    }

    .col-md-4.plan:first-child {
        margin-right: 0;
        margin-left: 0;
        border-right: solid #DDDDDD 1px;
    }

    .view_on_map {
        display: none;
    }

    .full-height {
        height: auto;
    }

    .row-height {
        height: auto;
    }

    .content-left {
        height: auto;
        overflow-y: scroll;
    }

}

/* END MEDIA QUERIES size 769/979px  */

/* MEDIA QUERIES max-width 768px - TABLETS  */
@media (max-width: 768px) {

    .parallax-content-1 div {
        padding: 0 10%;
        font-size: 14px;
    }

    .parallax-content-1 div h3 {
        font-size: 36px;
    }

    .step {
        padding: 20px 31px 20px 31px;
    }

    .cards {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #single_tour_feat ul li i {
        font-size: 28px;
    }

    #hero_video a.video {
        display: inline-block;
    }

    .login_social {
        margin-bottom: 5px;
    }

    /* New v1.4 */
    #search {
        padding: 0 5%;
        padding-top: 100px;
    }

    .view_on_map {
        display: none;
    }

    .full-height {
        height: auto;
    }

    .row-height {
        height: auto;
    }

    .content-left {
        height: auto;
        overflow-y: scroll;
    }

    #newsletter_container h3 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    #newsletter_container input.form-control#email_newsletter_2 {
        width: 80%;
        margin: auto;
        margin-bottom: 15px;
    }

    footer ul {
        margin: 0;
        padding: 0 0 0 0;
        list-style: none;
    }

    /* Header 6*/
    .dropdown-mini .dropdown-menu {
        margin-left: -75px;
    }
}

/* END MEDIA QUERIES max-width 768px - TABLETS  */

/* MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */
@media (max-width: 767px) {

    #description .step {
        overflow: hidden !important;
        overflow-wrap: break-word !important;
    }

    #panel_right, #description_right {
        margin-top: 30px;
    }

    #panel_right {
        min-height: auto;
        max-height: none;
    }

    .automate_buttons .add-numbers {
        font-size: 1rem;
    }

    #top_line {
        display: none;
    }

    .strip_all_tour_list {
        text-align: center;
    }

    .img_list {
        width: 100%;
        margin: auto;
    }

    .img_list img {
        left: 0;
        width: 100%;
        height: auto;
        top: -30%;
    }

    .tour_list_desc {
        padding: 0 15px;
        border-right: none;
        height: auto;
    }

    .price_list {
        display: block;
        height: auto;
        margin-left: 0;
        text-align: center;
        padding: 25px 0 15px 0;
    }

    .price_list div {
        display: block;
        text-align: center;
    }

    .price_list .button {
        display: block;
        margin: 15px;
    }

    .main_title {
        font-size: 14px;
    }

    .main_title h2 {
        font-size: 24px;
        display: grid;
        margin-top: 60px;
    }

    .main_title p {
        font-size: 16px
    }

    /* Mobile navigation for categories left column */
    .styled-select-cat select {
        background: transparent;
        width: 107%;
        padding: 7px 5px 5px 45px;
        border: 0;
        border-radius: 0;
        height: 50px;
        margin: 0;
        font-weight: 400;
        -moz-appearance: window;
        -webkit-appearance: none;
        cursor: pointer;
        color: #888;
    }

    .styled-select-cat {
        width: 100%;
        overflow: hidden;
        height: 50px;
        position: relative;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .styled-select-cat:before {
        font-style: normal;
        font-weight: normal;
        font-family: "icon_set_1";
        font-size: 22px;
        content: "\53";
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .styled-select-cat::-ms-expand {
        display: none;
    }

    .styled-select-cat select:focus {
        outline: none;
    }

    /* Responsive table cart */
    .table.cart-list,
    .table.cart-list thead,
    .table.cart-list tbody,
    .table.cart-list th,
    .table.cart-list td,
    .table.cart-list tr {
        display: block;
        border: 0;
    }

    .table.cart-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table.cart-list tr {
        border: 1px solid #CCC;
    }

    .table.cart-list td {
        border: none;
        border-bottom: 1px solid #DDD;
        position: relative;
        padding-left: 50%;
    }

    .table.cart-list td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table.cart-list td:nth-of-type(1):before {
        content: "Item";
        font-weight: bold;
        color: #111;
    }

    .table.cart-list td:nth-of-type(2):before {
        content: "Quantity";
        font-weight: bold;
        color: #111;
    }

    .table.cart-list td:nth-of-type(3):before {
        content: "Discount";
        font-weight: bold;
        color: #111;
    }

    .table.cart-list td:nth-of-type(4):before {
        content: "Total";
        font-weight: bold;
        color: #111;
    }

    .table.cart-list td:nth-of-type(5):before {
        content: "Actions";
        font-weight: bold;
        color: #111;
    }

    .thumb_cart {
        display: none;
    }

    #single_tour_feat ul {
        display: block;
        margin-bottom: 10px;
    }

    #single_tour_feat ul li {
        display: inline-block;
        width: auto;
        font-size: 11px;
    }

    /* Margin tools */
    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .margin_30 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* Parallax bg */
    .parallax-window,
    #hero_2 {
        height: 240px;
        min-height: 240px;
    }

    .parallax-content-1 {
        height: 240px;
    }

    .parallax-content-1 > div {
        padding: 0 5%;
        font-size: 12px;
        padding-top: 20px;
    }

    .parallax-content-1 div h1,
    .parallax-content-1 div h3 {
        font-size: 20px;
        padding-top: 15px;
    }

    /* Banners */
    #banner {
        padding: 20px;
    }

    .banner a {
        position: relative;
        top: 15px;
        right: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .banner h4 {
        font-size: 22px;
    }

    /* tooltip */
    .strip_all_tour_list .tooltip-content-flip {
        width: 70px;
    }

    /* Single tour page */
    .parallax-content-2 {
        padding-bottom: 15px;
    }

    .parallax-content-2 div h1 {
        font-size: 22px;
    }

    .parallax-content-2 .rating {
        font-size: 12px;
        display: block;
    }

    #price_single_main,
    #price_single_main.hotel {
        font-size: 11px;
        text-align: left;
        padding-top: 0;
    }

    #price_single_main span {
        font-size: 20px;
    }

    #price_single_main sup {
        font-size: 20px;
        top: 0;
    }

    #hero_2 .intro_title h1 {
        font-size: 22px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px;
    }

    #hero {
        height: 350px;
        font-size: 12px;
    }

    .intro_title h3 {
        font-size: 26px;
        margin-bottom: 5px;
        padding-top: 30px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
    }

    .item_cart {
        margin-top: 0;
    }

    .intro_title.error h1 {
        font-size: 50px;
    }

    .radio_fix {
        margin-top: 10px
    }

    .col-md-4.plan:first-child,
    .col-md-4.plan:last-child {
        margin-right: 0px;
        margin-left: 0px;
        border-width: 1px 1px 1px 1px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .plan-tall + .plan {
        border-left: 1px;
        border: solid #DDDDDD;
    }

    .plan-tall {
        margin-right: 0;
    }

    #map_filter ul li a {
        min-width: inherit;
    }

    #map_filter ul li a span {
        display: none;
    }

    #map_filter ul li a i {
        font-size: 24px;
    }

    #map_contact {
        height: 300px;
    }

    #map_contact.contact_2 {
        margin-top: 60px;
    }

    .content-left {
        padding-top: 80px;
    }

    .map-right #map {
        height: 375px;
    }

    #top_line.visible_on_mobile {
        display: block;
    }

    a#lang_link,
    a#currency_link {
        position: relative;
        text-indent: -999px;
        width: 20px;
        height: 20px;
        display: block;
    }

    #lang_link:before,
    #currency_link:before {
        text-indent: 0px;
        font-size: 20px;
    }

    .dropdown-access .dropdown-menu:before {
        right: 5%;
    }

    a#access_link,
    a#wishlist_link {
        position: relative;
        text-indent: -999px;
        width: 20px;
        height: 20px;
        display: block;
    }

    #wishlist_link:before,
    #access_link:before {
        text-indent: 0px;
        font-size: 20px;
    }

    .search-overlay-menu form {
        width: 80%;
        left: 10%;
        height: 50px;
        margin: -25px auto 0;
    }

    .search-overlay-menu input[type="search"] {
        font-size: 20px;
    }

    .search-overlay-menu form button {
        font-size: 2rem;
        top: 10px;
    }

    .laptop {
        display: none;
    }

    .score {
        display: none;
    }
}

/* END MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */

/* MEDIA QUERIES max-width 480px - MOBILE PORTRAIT  */
@media (max-width: 480px) {

    .features-slider {
        padding: 11% 50px 10% 50px;
    }

    .box_style_1 {
        padding: 15px;
    }

    .box_style_1 h3.inner {
        margin: -15px -15px 15px -15px;
    }

    .img_list img {
        left: 0;
        width: 100%;
        height: auto;
        top: -5%;
    }

    .tooltip-item::after {
        width: 180px;
    }

    .tooltip-content {
        width: 180px;
        margin: 0 0 20px -90px;
    }

    .styled-select-filters {
        margin-bottom: 5px;
    }

    .search_bar {
        width: 100%;
    }

    #hero {
        height: 250px;
    }

    .intro_title {
        display: none;
    }

    .sticky ul#top_tools, ul#top_tools {
        margin: 3px 25px 0 0;
    }

    .dropdown.dropdown-cart {
        display: none;
    }

    .dropdown.dropdown-search {
        font-size: 20px;
    }

    #testimonials h2 {
        font-size: 28px;
    }

    #score {
        float: none;
        margin-top: 15px;
    }

    .intro_title.error {
        display: table-cell;
    }

    .intro_title.error h1 {
        font-size: 36px;
    }

    .intro_title.error a.button_intro {
        display: none;
    }

    #search {
        padding: 0 5%;
        padding-top: 100px;
    }

    .promo_full_wp div h3 {
        font-size: 36px;
    }

    .promo_full_wp div a i {
        font-size: 60px;
    }

    #map_filter ul li a i {
        font-size: 18px;
    }

    #search ul.nav.nav-tabs {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 1px;
    }

    #search .nav-tabs > li > a {
        font-size: 11px;
        padding: 5px 8px;
    }


}

/* END MEDIA QUERIES max-width 480px - MOBILE PORTRAIT  */


<!-- REVOLUTION LAYERS STYLES -->
.tp-caption.News-Title,
.News-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}

.tp-caption.News-Subtitle,
.News-Subtitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto Slab;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}

.tp-caption.News-Subtitle:hover,
.News-Subtitle:hover {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-radius: 0 0 0px 0
}

.hermes.tp-bullets {}

.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

.hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

.hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    /*background-color: rgb(255, 255, 255);*/
    box-shadow: 0 0 1px rgb(255, 255, 255);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

.hermes .tp-bullet.selected:after {
    height: 100%
}
<!-- END REVOLUTION LAYERS STYLES -->



/*****************************************/
/* Tabela da rifa */
/*****************************************/
#box_legend {
    margin-top: 15px;
}

.legends {
    display: flex;
    flex-wrap: wrap;
}

.legend,
.legend a:hover {
    position: relative;
    display: inline-table;
    white-space: nowrap;
    flex: 1;
    font-size: 13px !important;
    padding: 12px;
    /*max-width: 145px;*/
    height: 40px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    /*line-height: 0 !important;*/
    z-index: 10;
    font-weight: bold;
    font: 22px Verdana, Tahoma, Arial;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 25px;
    border-style: solid;
    border-width: 1px !important;
    /*width: 24%;*/
}

.margin-top-30px {
    margin-top: 30px;
}

@media (max-width: 700px) {
    #box_awarded ul {
        padding: 0 !important;
    }

    .legend {
        font-size: 10px !important;
        padding: 12px;
    }
}

.container {
    width: 100%;
}

.rifa_table_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.dark .rifa_table_container {
    background: none;
}

.rifa_table_container .rifa_number {
    width: 46px;
    height: 46px;
    margin: 3px 2px 3px 1px;
    z-index: 10;
    font-weight: bold;
    font: 15px Verdana, Tahoma, Arial;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 25px;
    border-width: 2px !important;
    border-style: solid;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.square .rifa_table_container .rifa_number {
    width: 46px;
    height: 46px;
    border-radius: 3px;
}

.retangle .rifa_table_container .rifa_number {
    width: 46px;
    height: 36px;
    border-radius: 3px;
}

.dark.retangle .rifa_table_container .rifa_number {
    border: none;
}

.square .legend, .square.legend a:hover,
.retangle .legend, .retangle.legend a:hover {
    padding: 6px;
    border-radius: 5px;
    height: auto;
    line-height: 25px;
}

.dark .rifa_number i.item_status {
    display: none !important;
}

.dark .rifa_number.selected,
.dark .rifa_number.selected:hover {
    opacity: 0.7;
    color: #fff;
}

.dark .rifa_number.item_pago {
    color: #454545;
}

#tabs {
    background: none;
    padding: 0px;
    border-width: 0px;
}
#tabs .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#tabs .ui-tabs-panel {
    background-color: #fff;
    border-width: 0px 1px 1px 1px;
    border-radius: 0 !important;
    margin: 0 !important;
}

#tabs .ui-state-active {
    border: 1px solid #dddddd;
    background: #fff;
    font-weight: normal;
    color: #454545;
    border-bottom: none !important;
}

#tabs .ui-tabs-nav li {
    border-radius: 0 !important;
    margin: 1px .5em -1px 0 !important;
}

#tabs .ui-tabs-nav li a,
#tabs .ui-state-active a {
    color: initial;
    outline: none;
    padding-top: 13px;
    padding-bottom: 13px;
}


.rifa_number .item_status {
    font-size: .7rem;
}

.rifa_number.winner {
    position: relative;
    /*background-color: #FFA500;*/
    /*border: 5px solid #FFA500;*/
    color: #454545;
    font-size: 21px;
    transform: scale(1.6);
    z-index: 15;
    border-width: 2px !important;
}

.rifa_number.winner small {
    font-size: 7px;
    line-height: 0 !important;
    display: block;
    margin: 30px 0 0 6px;
    position: absolute;
}

.rifa_number.milhar.winner {
    font-size: 17px;
}
.rifa_number.milhar.winner small {
    margin: 22px 0 0 6px;
}

@media (max-width: 700px) {

    .rifa_number.winner small {
        margin: 23px 0 0 7px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .legend {
        width: 11rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .legend {
        width: 11rem;
    }

}

@media only screen
and (min-device-width : 360px)
and (max-device-width : 736px)
and (orientation : portrait) {
    h1 {
        font-size: 23px;
    }

    .rifa_table_container .rifa_number {
        font-size: 14px;
    }
}

@media only screen
and (min-device-width : 360px)
and (max-device-width : 736px)
and (orientation : landscape) {
    h1 {
        font-size: 23px;
    }

    .rifa_table_container .rifa_number {
        font-size: 14px;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 359px)
and (orientation : landscape) {

    .rifa_table_container .rifa_number {
        font-size: 14px;
    }

}
/*iPhone 5 & 5S in portrait*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 359px)
and (orientation : portrait) {

    .rifa_table_container .rifa_number {
        font-size: 14px;
    }

}

.images_rifa .award_thumbnail img{
    cursor: zoom-in;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 250px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.award_image {
    margin-left: auto;
    margin-right: auto;
}

.modal-image .modal-body {
    text-align: center;
    vertical-align: middle;
}

.modal-body img.loading{
    width: 8rem;
}

#tabs {
    margin-top: 20px;
    margin-bottom: 30px;
}

.video-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 20px;
    margin: 0 auto;
}

.tooltip{
    margin:15px;
    padding:8px;
    border:1px solid blue;
    background-color:yellow;
    position: absolute;
    z-index: 20;
    opacity: inherit !important;
    border-radius: 4px;
}

.box_btn_reserved {
    height: 65px;
}

a.reserved {
    margin-top: 20px;
    z-index: 10;
    bottom: 10px;
}

/*a.reserved.fixed {*/
/*    position: fixed;*/
/*}*/

#numbers_reserved span,
#numbers_selected span {
    margin: 5px 5px 5px 0px;
    padding: 5px;
    border: 1px solid #529442;
    background-color: #80D56B;
    border-radius: 4px;
    display: inline-block;
}

#numbers_selected span i {
    cursor: pointer;
    margin-left: 5px;
}

.error-message {
    padding: 3px;
    color: #a94442;
}

.box_accounts {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.account_payment {
    font-size: 14px;
    border: 2px solid;
    padding: 0;
    border-radius: 5px;
    width: 16rem;
    margin-right: 15px;
    margin-bottom: 45px;
    min-height: 25em;
}

.account_payment .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
}

.account_payment .bank_logo img {
    margin-top: 0.8rem
}

.account_payment h4 {
    font-size: 18px;
    margin-top: 10px;
}

.account_payment .rifa_number.send_receipt  {background-color: #dedede;color: #363636!important;max-width: 200px; width: 100% !important;margin-top: 15px; margin-bottom: 15px;}
.account_payment .rifa_number.send_receipt:hover {background-color: #bdbdbd;}

div.phone_advices label,
div.phone_advices span {
    font-size: 1rem;
}

div.phone_advices span {
    display: block;
    padding: 10px 0px 0 10px;
}

div.phone_advices span input {
    margin: 10px 10px 0px 0px;
}


@media (max-width: 700px) {
    .account_payment .legend {
        width: 100% !important;
    }
    .account_payment {
        margin: 0 auto 45px auto;
    }
    .account_payment .payment-method {
        margin: 25% 0;
    }
}

.tbl-account {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    min-height: 165px;
}

.tbl-account img.bank_name {
    width: 7em;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.tbl-account .account-data {
    margin-top: 10px;
}

.tbl-account .account {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
.payment-method {
    cursor: pointer;
}

.dark .modal-dialog,
.dark #show_account h1,
.dark #show_account h2,
.dark #show_account h3,
.dark #show_account h4,
.dark #show_account h5,
.dark #show_account h6
{
    color: #444;
}

.btn-whatsapp {
    color: #fff;
    background-color: #4caf50;
    border-color: #1eb324;
}

.btn-whatsapp:hover {
    background-color: #2a902e;
    border-color: #2a902e;
}

#award_rifa .step.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.box_award {
    width:auto;
    color: #fff;
    background-color: #db2d2e;
    cursor: default;
    border-color: #db2d2e;
    align-self: inherit;
    margin-bottom: 30px;
    margin-right: 20px;
    border-radius: 5px;
}

.box_award.main_award {
    margin: 20px auto 0 auto;
    width: fit-content;
}

.box_award .title_award {
    padding: 10px 20px;
    font-size: 16px;
}

.box_award .content_award {
    color: #212529;
    background: #f2f2f2;
    padding: 20px 10px;
    font-size: 15px;
}

.box_award .footer_award {
    color: #212529;
    border-top: 1px solid #dee2e6;
    padding: 10px 20px;
    background: #f2f2f2;
}

@media (max-width: 700px) {
    .box_award {
        margin: 20px 20px 40px 0;
        width: 100%;
    }
}

/*checkout*/

#checkout {margin-bottom:60px;}
#checkout h3.inner {border: 1px solid #424242;color: #e0e0e0;}
#checkout i.icon-ok-circled {color: #008000; font-size: 2rem;}
#checkout td img {border-radius:10px;margin-top: 15px;}
#checkout .flex {display:flex;flex-direction: row;justify-content: space-around;}
#checkout .flex-itens {align-self: inherit;}
#checkout .box_payment {font-size: 13px; border:1px solid #424242; padding: 10px; margin: 0; margin-top: -1px; border-radius:10px;}
#checkout .box_payment .bank_title {margin-top: 20px;text-align: center;font-weight: bold;z-index: 9;text-transform: uppercase;}
#checkout .box_payment .content .account_box img {display:inline !important;}
#checkout #box_payment {border: 1px dotted #ccc;padding: 0px 30px 60px 30px; margin-bottom: 60px;font-size: 13px;}
#checkout #frm-payment p {margin-right: 0;}
#checkout #frm-payment h5 {padding-top: 60px;}
#checkout #qrcode img {width: 25%; margin: 0 auto;}
#checkout .back-payment {color: #db2d2e;font-size:14px;}
#checkout #payment-form {margin: 15px 0;}
#checkout .list_overflow {max-height: 110px;overflow-y: scroll;}

.payment-method { cursor: pointer; margin-top:25px; text-align: center; background: #db2d2e; color: #ffffff; display: inline-block; text-transform: inherit; vertical-align: middle; padding: 8px 20px; -ms-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -ms-transition-property: color; -moz-transition-property: color; -o-transition-property: color; -webkit-transition-property: color; transition-property: color; -ms-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.payment-method:hover, .payment-method:focus, .payment-method:active { color: #ffffff; }
.payment-method:before, .payment-method:hover:before, .payment-method:focus:before, .payment-method:active:before { background: #A00708; }
.pix-steps {font-size: 16px;text-align: center;font-weight: 900;}
.box-receipt td, .box-buttons td {padding-top: 40px;}

@media screen and (min-width: 960px) {
    .hidden-desktop {display:none !important;}
}

@media (max-width: 900px) {
    #checkout #qrcode img {
        width: 100%;
    }

    #checkout .table.table_summary td {
        display: inline-block;
    }

    #checkout td.box-buttons {
        border: 1px solid red;
        display: contents !important;
    }

    #checkout td.box-buttons a {
        margin-bottom: 15px;
    }

    #checkout td.box-image {
        width: 100%;
    }
    .box-receipt td, .hidden-desktop td {width: 100% !important;}
}

@media screen and (max-width: 600px) {
    table#payment-list {
        border: 0;
    }

    table#payment-list caption {
        font-size: 1.3em;
    }

    table#payment-list thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table#payment-list tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table#payment-list td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table#payment-list td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table#payment-list td:last-child {
        border-bottom: 0;
    }
}

@media print {
    .no-print { display: none; }
    .dark {
        color: #333 !important;
    }
}

.dark .printing {
    color: #333 !important;
}

.box_cart {
    min-height: 70px;
    z-index: 10;
    padding: 1rem 3rem;
    background: #222;
    bottom: 0;
    position: sticky;
    margin: 30px 0 0 0;
    width: 100%;
    color: #fff;
}

.dark .box_cart {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.box_cart .cart {
    align-items: center
}

.box_cart .cart .cart-numbers {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow-x: scroll;
    max-height: 135px;
}

.box_cart .cart .cart-numbers span {
    margin: 5px 5px 5px 0px;
    padding: 3px 5px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    color: #454545 !important;
    font-weight: 500;
}

.box_cart .cart .cart-numbers span i {
    cursor: pointer;
    margin-left: 5px;
}

.box_cart .cart .cart-total {
    /*border: 1px solid blue;*/
    text-align: left;
    min-width: 40%;
}

.box_cart .cart .cart-total .row {
    justify-content: space-between;
}

.box_cart .cart .cart-btn {
    /*border: 1px solid green;*/
    text-align: center;
    padding: 1rem;
    min-width: 50%;
}

.box_cart .cart .cart-btn a.reserved {
    margin: 0;
}

.box_cart .cart .cart-promotional .from span {
    text-decoration: line-through
}
.box_cart .cart .cart-promotional .total span {
    font-size: 1.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .box_cart .cart .cart-numbers {
        border-bottom: 1px solid #CCC;
        max-height: 95px;
    }
}

#box_biggest_payers {font-size: 14px;}
#box_biggest_payers .lst-biggest-payers {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;}
#box_biggest_payers .lst-biggest-payers .big-list {height: auto;width: auto;padding: 10px;margin: 10px auto;min-width: 20%;}
#box_biggest_payers span.medal {font-size:30px;display:block;margin-bottom: 10px;}
#box_biggest_payers span.badge {text-align:center;margin-top:10px;display:block;padding:10px;border-radius:100px !important;}
#box_biggest_payers .badge-biggest {color: #fff;background-color: #28a745;}
.w3-progress-container{width:100%;height:1.7em;position:relative;background-color:#e1e1e1}
.w3-progressbar{background-color:#ffc107!important;height:100%;position:absolute;line-height:inherit}
.w3-round-xlarge{border-radius:16px!important}
.w3-progress-container span.percent {z-index: 100;color: #000;position: absolute;font-weight: bold;}


