@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?85952300);
    src: url(../fonts/fontello.eot?85952300#iefix) format('embedded-opentype'),url(../fonts/fontello.woff2?85952300) format('woff2'),url(../fonts/fontello.woff?85952300) format('woff'),url(../fonts/fontello.ttf?85952300) format('truetype'),url(../fonts/fontello.svg?85952300#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    font-family: roboto,sans-serif;
    width: 100%;
    font-size: 16px;
    line-height: 1.625;
    color: #3b393a;
    background: #fff
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%
}

:focus {
    outline: none
}

a {
    color: #be0027
}

a:focus {
    text-decoration: none
}

a:hover {
    color: #be0027
}

[class^=icon-]:before,[class*=" icon-"]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ol:not([class]),ul:not([class]) {
    margin-left: 25px
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    padding-right: 12.5px;
    padding-left: 12.5px
}

.icon-search:before {
    content: '\e800'
}

.icon-calendar:before {
    content: '\e801'
}

.icon-ok-circled:before {
    content: '\e802'
}

.icon-chat:before {
    content: '\e803'
}

.icon-mail:before {
    content: '\e804'
}

.icon-cancel:before {
    content: '\e805'
}

.icon-flight:before {
    content: '\e806'
}

.icon-flight-1:before {
    content: '\e807'
}

.icon-lock:before {
    content: '\e808'
}

.icon-star-half:before {
    content: '\e809'
}

.icon-calendar-1:before {
    content: '\e814'
}

.icon-ship-1:before {
    content: '\e815'
}

.icon-map-marker:before {
    content: '\e816'
}

.icon-instagram-social:before {
    content: '\e81e'
}

.icon-plus:before {
    content: '\e81f'
}

.icon-star:before {
    content: '\e824'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-doc-text:before {
    content: '\f0f6'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-angle-up:before {
    content: '\f106'
}

.icon-angle-down:before {
    content: '\f107'
}

.icon-star-half-alt:before {
    content: '\f123'
}

.icon-anchor:before {
    content: '\f13d'
}

.icon-dollar:before {
    content: '\f155'
}

.icon-doc-text-inv:before {
    content: '\f15c'
}

.icon-youtube-play:before {
    content: '\f16a'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-ship:before {
    content: '\f21a'
}

.icon-map:before {
    content: '\f279'
}

.icon-envelope-open:before {
    content: '\f2b6'
}

.icon-train:before {
    content: '\f238'
}

.btn {
    line-height: 1;
    font-size: 29px;
    font-weight: 500;
    padding: 24px 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #be0027;
    text-decoration: none;
    border-radius: 0;
    white-space: normal
}

.btn:hover {
    background-color: #6e0016;
    color: #fff
}

.btn-red {
    background-color: #be0027
}

.btn-red:hover {
    background-color: #6e0016;
    color: #fff
}

.container {
    padding-right: 12.5px;
    padding-left: 12.5px;
    max-width: 100%
}

.container-fluid {
    padding: 0 40px;
    width: 100%
}

.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #f4f3f1;
    color: #000
}

.header_top {
    min-height: 105px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0
}

.header_top .row {
    display: flex;
    flex-wrap: wrap
}

.logo_box {
}

.logo_box > a {
    display: inline-block;
    max-width: 49%;
}

.logo_box_mobile {
    display: none
}

.logo_box img {

}

.header_right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%
}

.header_contacts {
    font-size: 20px;
    display: inline-block;
    text-align: left;
    min-width: 310px;
    vertical-align: top;
    line-height: 1.3
}

.header_contacts a {
    color: #000;
    float: right
}

.header_contact_title {
    text-transform: uppercase;
    margin-right: 10px
}

.header_social {
    display: inline-block;
    padding-left: 17px;
    vertical-align: top
}

.header_social a {
    text-decoration: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    vertical-align: top;
    margin: 4px 3px;
    background-color: #fff;
    font-size: 20px
}

.header_social a:hover {
    color: #be0027;
    box-shadow: 0 0 9px rgba(0,0,0,.7);
    text-decoration: none
}

.header_title {
    background: #be0027;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0 6px
}

.site_title {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    line-height: 1
}

.header_menu {
    background: #be0027
}

.collapse_tab_btn,.open_main_menu {
    color: #fff;
    border: 0;
    text-align: center;
    width: 85px;
    background: 0 0;
    position: relative;
    z-index: 105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: none;
    margin-left: 20px;
    margin-top: 11px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1
}

.collapse_tab_btn .lines,.open_main_menu .lines {
    display: inline-block;
    width: 23px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative;
    top: -6px;
    margin-left: 10px
}

.opened_collapse .collapse_tab_btn .lines,.opened_menu .open_main_menu .lines {
    background: 0 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.collapse_tab_btn .lines:before,.collapse_tab_btn .lines:after,.open_main_menu .lines:before,.open_main_menu .lines:after {
    display: inline-block;
    width: 23px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: .28571em center;
    -ms-transform-origin: .28571em center;
    -o-transform-origin: .28571em center;
    -webkit-transform-origin: .28571em center;
    transform-origin: .28571em center
}

.opened_collapse .collapse_tab_btn .lines:before,.opened_collapse .collapse_tab_btn .lines:after,.opened_menu .open_main_menu .lines:before,.opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.collapse_tab_btn .lines:after,.open_main_menu .lines:after {
    top: 7px
}

.collapse_tab_btn .lines:before,.open_main_menu .lines:before {
    top: -7px
}

.opened_collapse .collapse_tab_btn .lines:before,.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg)
}

.opened_collapse .collapse_tab_btn .lines:after,.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg)
}

.collapse_tab_btn {
    position: absolute;
    right: 15px;
    top: 9px;
    display: block;
    width: 30px;
    height: 24px;
    z-index: 2;
    margin-top: 0
}

.collapse_tab_btn .lines,.collapse_tab_btn .lines:after,.collapse_tab_btn .lines:before {
    background: #fff;
    height: 3px;
    width: 30px
}

.collapse_tab_btn .lines:before {
    top: -9px
}

.collapse_tab_btn .lines:after {
    top: 9px
}

.lines_text {
    position: absolute;
    right: 100%;
    top: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin-right: 5px;
    text-align: right;
    font-weight: 600;
    display: block
}

.menu_wrap {
    position: absolute;
    top: 0;
    left: -100%;
    transition: left .3s
}

.opened_menu .menu_wrap {
    left: 0
}

.header-mobile__wrapper {
    display: none
}

.main_menu_wrap {
    position: relative;
    height: 40px
}

.main_menu_wrap:after {
    content: '';
    width: 100%;
    clear: both;
    display: table
}

.main_menu {
    list-style: none;
    text-align: center;
    margin: 0;
    font-size: 18px
}

.main_menu>li {
    float: left;
    position: relative
}

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

.main_menu ul+ul {
    float: left
}

.main_menu>li:not(:last-child)>a:after {
    content: '';
    height: 14px;
    width: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -7px
}

.main_menu>li>a {
    display: block;
    padding: 12px 15px 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    position: relative;
    white-space: nowrap
}

.main_menu>li:hover>a,.main_menu>li.active>a,.main_menu>li>a:hover {
    text-decoration: none;
    background: #6e0016;
    color: #fff
}

.main_menu>li.active>a:after,.main_menu>li:hover>a:after,.main_menu>li>a:hover:after {
    display: none
}

.main_menu>li>.submenu {
    display: none;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    background: #be0027;
    list-style: none;
    min-width: 250px;
    padding: 10px 0;
    max-width: 320px
}

.main_menu>li ul li {
    display: block;
    width: 100%
}

.main_menu>li ul li a {
    display: block;
    color: #fff;
    padding: 8px 20px;
    line-height: 1.1;
    text-transform: uppercase
}

.main_menu>li ul li.active a,.main_menu>li ul li a:hover {
    text-decoration: none;
    background-color: #6e0016
}

.main_menu>li.travelrite_menu>a,.main_menu>li.travelrite_menu>a:hover,.main_menu>li.travelrite_menu:hover>a {
    background-color: #6e0016;
    color: #fff
}

.contact-us-page .main_menu>li>a.contact-us-link,.faq-page .main_menu>li>a.faq-link,.about-us-page .main_menu>li>a.about-us-link {
    background: #6e0016
}

.contact-us-page .main_menu>li>a.contact-us-link:after,.faq-page .main_menu>li>a.faq-link:after,.about-us-page .main_menu>li>a.about-us-link:after {
    display: none
}

.main_menu .travelrite_menu {
    position: static
}

.home-page .main_menu>li.travelrite_menu .travelrite_submenu {
    display: block;
    width: 25%;
    left: -40px;
    max-width: none;
    background: #6e0016;
    padding: 15px 0;
    min-height: 570px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 100
}

.travelrite_submenu_close {
    display: none;
    position: absolute;
    background: 0 0;
    border: 0;
    right: 10px;
    top: 3px;
    width: 24px;
    height: 24px
}

.travelrite_submenu_close:before,.travelrite_submenu_close:after {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #be0027;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: absolute;
    left: 1px;
    content: '';
    -moz-transform-origin: .28571em center;
    -ms-transform-origin: .28571em center;
    -o-transform-origin: .28571em center;
    -webkit-transform-origin: .28571em center;
    transform-origin: .28571em center;
    -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    top: 6px
}

.travelrite_submenu_close:after {
    -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: 16px
}

.home-page .main_menu>li.travelrite_menu>a:after {
    display: none
}

.main_menu>li.travelrite_menu ul li a {
    text-transform: none;
    color: #be0027;
    padding: 4px 60px
}

.main_menu>li.travelrite_menu ul li a:hover {
    color: #fff
}

.fixed_btn {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #be0027;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    line-height: 1;
    white-space: nowrap
}

.signup_btn.fixed_btn {
    left: 40px
}

.chat_btn.fixed_btn {
    right: 20px
}

.fixed_btn:before {
    margin-right: 10px
}

.signup_box {
    position: fixed;
    z-index: 1100;
    top: 100%;
    left: 20px;
    background: #f4f3f1;
    padding: 20px;
    width: 280px;
    transition: transform .3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.signup_box.signup_show {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.signup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    background: 0 0;
    border: 0;
    z-index: 2
}

.signup_box .icon-envelope-open {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #be0027;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    font-size: 24px;
    line-height: 75px;
    margin-bottom: 15px
}

.blue-section {
    padding: 0 40px;
    width: 100%;
    background: #81b5dc
}

.white-section {
    background-color: #fff;
    max-width: 1835px;
    margin: 0 auto
}

.home_top_section {
    padding: 0 0 10px;
    overflow: hidden
}

.home_top_section .container-fluid {
    padding: 0
}

.image_box {
    height: 272.5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    padding: 10% 15px 10px;
    text-shadow: 0 0 3px #be0027;
    position: relative;
    margin-bottom: 25px
}

.image_box:before {
    content: '';
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0
}

.image_box:hover:before {
    opacity: 1
}

.image_box+.image_box {
    margin-top: 40px
}

.image_box_lg {
    height: 570px
}

.image_box a {
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none!important;
    position: relative;
    z-index: 1
}

.image_box_title {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 10px
}

.image_box_text {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 700
}

.image_box_lg .image_box_title {
    font-size: 57px
}

.image_box_lg .image_box_text {
    font-size: 35px
}

.page_title {
    font-size: 52px;
    margin: 0 0 18px;
    color: #be0027;
    font-weight: 700;
    text-transform: uppercase
}

.section_text {
    font-size: 18px;
    line-height: 1.55
}

.section_title {
    font-size: 49px;
    font-weight: 700;
    margin: 0 0 28px;
    color: #be0027;
    text-transform: uppercase
}

.section_header .section_title {
    display: inline-block
}

.intro_section {
    padding: 0 0 20px
}

.tours_section {
    padding: 20px 0
}

.view_all_link {
    font-size: 29px;
    color: #ed1c24;
    position: relative;
    font-weight: 500;
    text-decoration: none!important
}

.view_all_link:hover {
    color: #be0027
}

.section_header .view_all_link {
    float: right
}

.view_all_link .icon-plus {
    color: #fff;
    background-color: #ed1c24;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    margin-left: 13px;
    position: relative;
    top: 6px;
    vertical-align: top
}

.view_all_link:hover .icon-plus {
    background-color: #be0027
}

.offer_box {
    max-width: 600px;
    margin: 0 auto 25px
}

.offer_img {
    min-height: 420px;
    background-color: #fdfdfd
}

.offer_info {
    padding: 23px 25px 30px;
    background-color: #f4f3f1
}

.offer_title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 17px;
    min-height: 60px;
    text-transform: uppercase
}

.offer_info_list {
    list-style: none;
    margin: 0 0 15px;
    font-size: 19px
}

.offer_info_list li {
    display: inline-block;
    width: 41%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.offer_info_list li:nth-child(even) {
    width: 57%
}

.offer_info_list li span:before {
    width: 30px;
    display: inline-block;
    text-align: left
}

.offer_info_item {
    font-size: 17px;
    padding-left: 28px;
    position: relative;
    line-height: 1.49;
    margin-bottom: 10px
}

.offer_info_item.icon-star:before {
    position: absolute;
    top: 3px;
    left: 0
}

.destination_box .offer_title {
    min-height: 0;
    margin: 10px 0 33px
}

.companies_section {
    padding-bottom: 23px
}

.companies_logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.companies_logos li {
    margin-bottom: 30px;
    display: inline-block
}

.intro_text a {
    color: #be0027
}

.footer {
    padding: 60px 0 40px;
    background-color: #776d70;
    color: #fff
}

.footer a {
    color: #fff
}

.footer_title {
    margin: 0 0 30px;
    font-size: 20px
}

.footer_subtitle {
    margin: 0 0 5px;
    font-size: 20px
}

.footer_list {
    list-style: none;
    column-count: 2
}

.footer_box {
    padding-left: 245px
}

.footer_services {
    padding-left: 88px
}

.footer_payment {
    padding-left: 30px
}

.footer_services_box {
    margin-bottom: 18px
}

.footer_services .footer_text {
    padding-right: 70px
}

.footer_services_contact {
    margin-bottom: 0;
    font-size: 20px
}

.footer_payment .footer_text {
    margin-bottom: 25px;
    padding-right: 235px
}

.footer_payment .footer_subtitle {
    margin-bottom: 40px;
    font-size: 16px
}

.payment_logos {
    display: flex
}

.payment_logos_left {
    display: flex;
    align-items: flex-end
}

.payment_logos_right img {
    margin: 0 auto 10px;
    display: block
}

.footer_bottom {
    padding-top: 30px;
    text-align: center
}

.signup_box {
    padding: 0 20px;
    left: 30px
}

.facebook_banner {
	padding: 15px;
	background-color: #256db9;
	color: #fff;
	display: flex;
	width: 100%;
	align-items: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin: 20px 0 0;
}
.facebook_banner:hover {
	color: #ccc;
	text-decoration: none;
}
.facebook_banner_icon {
	margin-right: 15px;
	flex: 0 0 auto;
}


	.facebook_banner {
		font-size: 18px;
	}


#mc_embed_signup form {
    padding: 15px 10px 25px
}

#mc_embed_signup .mc-field-group {
    width: 100%
}

#mc_embed_signup .mc-field-group label {
    font-weight: 400
}

#mc_embed_signup .mc-field-group input {
    padding: 4px 10px;
    color: #000
}

#mc_embed_signup .button {
    margin: 0;
    width: 100%;
    height: 48px;
    border-radius: 0;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 18px;
    background: #be0027;
    color: #fff
}

.signup_box .captcha {
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

#mc_embed_signup .mc-field-group select {
    color: #000;
    height: 36px;
    width: 100%;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 1.1
}

#modal-tc .tour_section {
    padding: 0
}

#modal-tc .content_info h3 {
    display: none
}

#modal-tc .tabs_section,#modal-tc .signup_box,#modal-tc .signup_btn,#modal-tc .footer,#modal-tc .testimonials_section,#modal-tc .intro_section,#modal-tc .logo_section,#modal-tc .tour-item-section,#modal-tc .header {
    display: none
}

#modal-tc .tab-pane:not(#pricing_tab) {
    display: none
}

#modal-tc .tab-pane#pricing_tab {
    display: block;
    opacity: 1
}

body:not(.home-page) .main_menu>li.travelrite_menu .travelrite_submenu {
    display: none;
    width: 446px;
    left: 0;
    max-width: none;
    background: #6e0016;
    padding: 15px 0;
    height: auto;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 100
}

.travelrite-top-section {
    margin-bottom: 30px
}

.travelrite-top-section_mobile {
    display: none
}

.travelrite-tours-page .page_title {
    margin-bottom: 13px
}

.travelrite-tours-page .tours_section {
    padding: 0
}

.offer_highlights {
    margin-bottom: 10px
}

.offer_highlights_title {
    margin-bottom: 3px;
    font-size: 17px
}

.offer_highlights_list {
    margin-bottom: 0;
    padding-left: 10px;
    list-style: none
}

.offer_highlights_list li {
    position: relative
}

.offer_highlights_list li:before {
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-radius: 50%;
    content: '';
    background: #be0027
}

.travelrite_about {
    padding-top: 14px;
    padding-bottom: 60px
}

.travelrite_about_wrapper {
    text-align: center;
    font-weight: 700
}

.travelrite_about_img {
    margin-bottom: 11px
}

.travelrite_about_description {
    font-size: 17px
}

.btn_red:focus,.btn_red {
    color: #fff;
    background: #be0027
}

.btn_red:hover {
    color: #fff;
    background: #6e0016
}

.btn_green:focus,.btn_green {
    color: #fff;
    background: #37ba98
}

.btn_green:hover {
    color: #fff;
    background: #6e0016
}

.offer_price {
    color: #fff;
    background: #776d70;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    height: 70px;
    line-height: 1;
    padding: 5px
}

.small_text,.offer_price small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 5px 0;
    color: #fff
}

.cruiseline_price {
    float: left;
    width: 50%;
    padding: 0 3px
}

.cruiseline_price+.cruiseline_price {
    border-left: 1px solid #fff
}

.collapse_tab_header {
    display: none;
    background: #be0027;
    position: relative
}

.tabs_section .collapse_tab_header {
    background: #be0027
}

.search_tabs {
    display: inline-block;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1
}

.search_tabs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left
}

.search_tabs li h2 {
    font-size: inherit;
    margin: 0;
    line-height: inherit
}

.search_tabs a {
    color: #fff;
    display: block;
    padding: 5px 12px;
    position: relative;
    text-decoration: none
}

.search_tabs a:hover,.search_tabs .active a {
    background: #3b393a
}

.search_tabs.tabs {
    display: block;
    background: #776d70;
    overflow: hidden;
    padding: 0 20px
}

.search_tabs.tabs a {
    padding: 12px 10px;
    display: block
}

.search_tabs.tabs li:not(:last-child) a:after {
    content: '';
    height: 14px;
    width: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -7px
}

.search_tabs.tabs li.active a:after {
    display: none
}

.tabs_section .search_tabs a:hover,.tabs_section .search_tabs .active a {
    background: #3b393a
}

.tour-item-page .white-section .container {
    width: 1405px
}

.tour-item-page .white-section {
    max-width: 100%
}

.tour-item-page .intro_section {
    padding-top: 26px;
    background: #f4f3f1
}

.tour-item-page .tour-item-section img {
    width: 100%
}

.tour-item-page .page_title {
    font-size: 36px;
    color: #be0027
}

.tour-item-page .offer_info_list {
    font-size: 20px;
    max-width: 80%
}

.tour-item-page .offer_info_list li {
    margin-bottom: 5px;
    width: 100%;
    white-space: normal
}

.tour-item-page .offer_info_list span {
    margin-right: 15px
}

.tour_title {
    font-size: 30px;
    background: #6e0016;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 5px 15px;
    margin: 0;
    text-transform: uppercase
}

.tour_info_section {
    background: #e8e9eb;
    padding: 20px 0
}

.tour_info {
    margin: 10px 270px 5px 0;
    min-height: 150px
}

.tour_info_section h1 {
    margin: 0 0 15px
}

.tour_info .offer_info_item {
    font-size: 20px;
    white-space: normal
}

.tour_info .offer_info_item [class*=icon-] {
    display: inline-block
}

.tour_info .offer_info_item[class*=icon-] {
    padding-left: 27px;
    position: relative
}

.tour_info .offer_info_item[class*=icon-]:before {
    position: absolute;
    left: 0;
    top: 4px
}

.tour_info .icon-none {
    padding-left: 0
}

.tour_offer {
    position: relative;
    width: 250px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.tour_offer .offer_price {
    font-size: 20px;
    padding: 3px 5px;
    height: 55px
}

.tour_offer .small_text {
    margin: 3px 0
}

.tour_offer .offer_price>.small_text {
    margin: 0 0 3px
}

.tour_info_wrap {
    position: relative;
    display: flex;
    justify-content: space-between
}

.tour_offer .btn {
    padding: 10px 5px;
    margin: 0;
    font-size: 20px
}

.tour_offer .btn_red {
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    order: -1;
    margin-bottom: 20px;
    border-radius: 12px;
}

.tabs_section:not(.tour_filter_section) {
    background: #776d70
}

.tabs_section .search_tabs.tabs {
    background: #776d70;
    padding: 0;
    font-size: 22px
}

.tour_section .search_tabs.tabs {
    font-size: 20px
}

.tabs_section .collapse_tab_header {
    background: #776d70
}

.tour-item-page .search_tabs.tabs a {
    padding: 9px 15px
}

.tabs_section .search_tabs a:hover,.tabs_section .search_tabs .active a {
    background: #3b393a
}

.tour_description {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px
}

.tour_section {
    padding: 30px 0
}

.info_widget {
    margin-bottom: 30px
}

.widget_title {
    color: #be0027;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 11px 0;
    margin: 0 0 10px;
    font-size: 22px
}

.widget_content {
    padding: 20px 25px;
    background: #f4f3f1
}

.widget_content .tour-item_list {
    line-height: 1.3;
    font-size: 20px
}

.widget_content ul.tour-item_list {
    margin-left: 25px;
    margin-bottom: 10px
}

.widget_content .tour-item_list li {
    margin-bottom: 10px
}

.widget_content .tour-item_list li:last-child {
    margin-bottom: 0
}

.content_info h3,.content_info h4 {
    font-weight: 700;
    font-size: 24px;
    color: #be0027;
    margin: 30px 0 10px;
    text-transform: uppercase
}

.widget_content h3 {
    margin: 10px 0
}

.content_info figure {
    margin-bottom: 30px
}

.content_info figure img {
    max-height: 335px
}

.content_info figure .btn {
    padding: 17px 20px;
    max-width: 595px;
    font-size: 20px
}

.content_info ul,.content_info ol {
    margin-bottom: 25px;
    margin-left: 20px
}

.content_info p {
    margin-bottom: 20px
}

.content_info p+.btn {
    margin-top: 38px
}

.tab-content .btn_red {
    padding: 18px 20px;
    font-size: 20px
}

.box_red {
    color: #fff;
    background: #be0027
}

.box_green {
    color: #fff;
    background: #37ba98
}

.table_striped {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    table-layout: fixed
}

.table_striped th,.table_striped td {
    padding: 2px 9px
}

.table_striped thead th,.table_striped thead td {
    background: #e6e2df;
    font-weight: 600;
    text-transform: uppercase
}

.table_lg td {
    padding: 30px
}

.table_striped tr:nth-child(odd) {
    background: #fff
}

.table_striped tr {
    background: #f4f3f1
}

.bg-top td:first-child {
    width: 21%
}

.box_title {
    color: #be0027;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    margin: 0;
    text-transform: uppercase
}

.box_title>span {
    display: inline-block;
    background: #be0027;
    padding: 0 10px
}

.offer_table {
    width: 100%;
    display: table;
    height: 70px;
    margin-top: 30px
}

.offer_table .offer_price {
    width: 250px
}

.offer_table .btn {
    display: table-cell;
    height: auto;
    line-height: 1;
    vertical-align: middle
}

.mobile_table {
    display: none
}

.mobile_table_caption {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 5px
}

.logo_section {
    padding-bottom: 53px
}

.logo_section .text-center {
    margin: 3px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #be0027
}

.logos_list {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.logos_list img {
    margin: 0 15px;
    max-width: 17%
}

.form_widget .widget_content {
    padding: 20px 25px 1px
}

.radio_box {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.radio_box label,.check_box label {
    vertical-align: top;
    font-weight: 400;
    cursor: pointer
}

.radio_box input,.check_box input {
    width: 20px;
    height: 20px;
    margin: 1px 10px 0 0
}

.modal-dialog {
    width: 95%;
    max-width: 865px
}

.modal-header,.modal-body,.modal-footer {
    padding: 20px
}

.modal-header .close {
    margin-top: 0;
    position: absolute;
    right: 35px;
    top: 30px
}

.validation_wrap {
    position: relative
}

.validation_wrap .help-block {
    position: absolute;
    color: #ed1b23;
    font-size: 12px;
    line-height: 1;
    top: 100%;
    margin: 3px 0 0
}

.validation_wrap .help-block ul {
    margin: 0
}

.has-error .form-control {
    border-color: #ed1b23
}

.btn.icon-lock:before {
    margin-right: 10px
}

.input-group-addon {
    padding: 6px 17px;
    font-size: 18px;
    color: #646464;
    background-color: #e2e2e2;
    border: 0;
    border-radius: 3px
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-header,.modal-body,.modal-footer,.modal_download {
    padding: 20px
}

.modal-header {
    padding: 15px 35px;
    border-bottom: 1px solid #e5e5e5
}

.modal-body {
    position: relative;
    padding: 15px
}

.form_title {
    font-size: 28px;
    font-weight: 700;
    margin: 8px 0 18px;
    color: #be0027;
    text-transform: uppercase
}

.form-group {
    margin-bottom: 20px
}

.validation_wrap {
    position: relative
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.5;
    color: #3b393a;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 3px;
    font-size: 16px;
    height: 40px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #776d70
}

.validation_wrap .help-block {
    position: absolute;
    color: #ed1b23;
    font-size: 12px;
    line-height: 1;
    top: 100%;
    margin: 3px 0 0
}

.modal_download .btn {
    margin-top: 71px
}

.btn_lg {
    font-size: 20px;
    padding: 28px 60px
}

.testimonials_section {
    padding: 47px 0;
    background: #f4f3f1
}

.testimonials_section .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 12.5px
}

.testimonials_section .offer_title {
    min-height: 0;
    padding: 0 25px;
    margin: 0 0 3px;
    font-size: 20px
}

.testimonial_box {
    font-size: 19px;
    padding: 25px
}

.testimonial_author {
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 10px
}

.testimonial_info {
    font-style: italic;
    font-weight: 700
}

.tour_section_template,.tour_item_template {
    display: none
}

.tour_filter_section {
    margin: 30px 0
}

.tours_inner {
    margin-bottom: 20px
}

.carousel-indicators {
    bottom: 5px
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border: 0;
    border-radius: 50%;
    background-color: #020001
}

.carousel-indicators .active {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    background-color: #be0027
}

#main_carousel .item img {
    width: 100%
}

.green_icon {
    color: #37ba98
}

.tab_title {
    color: #fff;
    padding: 9px 15px;
    background: #6e0016;
    margin: 0;
    line-height: 1;
    display: inline-block;
    font-size: 22px
}

.g-recaptcha>div {
    max-width: 100%
}

.content_info .text_title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #be0027
}

.tailored_logos {
    text-align: center;
    margin-top: 40px
}

.tailored_logos img {
    width: 95px;
    max-width: 25%;
    margin: 0 3%;
    display: inline-block;
    vertical-align: top
}

.signup_box #mc_embed_signup #mce-success-response {
    color: #fff
}

.signup_box #mc_embed_signup div.response,.signup_box #mc_embed_signup div#mce-responses {
    float: none;
    top: 0;
    padding: 0;
    width: 100%;
    margin: 0 0 12px
}

.travelrite-top-section_desktop {
    width: 100%
}

.wine-card {
    margin-bottom: 45px
}

.wine-card .offer_title {
    text-align: center
}

.wine-card .widget_title {
    margin: 0 0 2px;
    padding: 0;
    font-size: 24px
}

.wine-card-content {
    background: #f4f3f1;
    padding: 35px 35px 20px;
    min-height: 450px;
    display: flex;
    flex-direction: column
}

.wine-card-img {
    text-align: center;
    margin-bottom: 20px
}

.wine-card-img img {
    width: 300px;
    height: 300px;
    object-fit: contain
}

.wine-card-text,.wine-card-subtext {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.56
}

.wine_section {
    padding: 20px 0
}

.wine_section .page_title {
    font-size: 38px;
    margin: 0 0 40px
}

.wine_section .section_text {
    margin: 0 0 55px
}

.wine_title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: center
}

.wine_logos_list {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 10px
}

.wine_logos_list img {
    margin: 0 5%;
    max-width: 40%
}

.wine-card-list {
    display: flex;
    flex-wrap: wrap
}

.wine-card-content .form-group {
    margin-top: auto
}

@media(min-width: 768px) {
    .modal-content {
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .row_two>div:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width: 992px) {
    .mt-md-0 {
        margin-top:0!important
    }

    .text-md-center {
        text-align: center
    }

    .wide_cols>.col-md-6:nth-child(1) {
        padding-right: 25px
    }

    .wide_cols>.col-md-6:nth-child(2) {
        padding-left: 25px
    }
}

@media(min-width: 1200px) {
    .header_top .container {
        width:1225px
    }

    .main_menu>li:hover>.submenu {
        display: block
    }

    body:not(.home-page) .main_menu>li:hover>.travelrite_submenu {
        display: block
    }

    body:not(.home-page) .header_menu>.container {
        width: 1225px
    }

    .row_four>div:nth-child(4n+1) {
        clear: both
    }

    .icon-angle-down {
    }
}

@media(min-width: 1450px) {
    .container {
        width:1323px
    }

    .container-md {
        max-width: 1330px
    }

    .white-section {
        max-width: 1380px
    }

    .header_top .container {
        width: 1415px
    }

    body:not(.home-page) .header_menu>.container {
        width: 1405px
    }
}

@media(min-width: 1900px) {
    .header_top .container {
        width:1865px
    }

    .container {
        width: 1780px
    }

    .white-section {
        max-width: 1835px
    }

    body:not(.home-page) .header_menu>.container {
        width: 1865px
    }
}

@media(max-width: 1900px) {
    .home-page .main_menu>li.travelrite_menu ul li a {
        padding:4px 60px
    }

    .intro_section {
        padding-bottom: 9px
    }

    .page_title {
        margin-bottom: 16px;
        font-size: 36px
    }

    .tours_section {
        padding: 20px 0 10px
    }

    .section_title {
        margin-bottom: 20px;
        font-size: 32px
    }

    .view_all_link {
        padding-top: 2px;
        font-size: 21px
    }

    .view_all_link .icon-plus {
        width: 28px;
        height: 28px;
        top: 3px;
        line-height: 28px;
        font-size: 14px
    }

    .offer_info {
        padding: 20px
    }

    .offer_title {
        margin-bottom: 13px;
        font-size: 20px;
        min-height: 44px
    }

    .offer_info_list {
        margin-bottom: 4px;
        font-size: 14px
    }

    .offer_info_list li span:before {
        width: 25px
    }

    .offer_info_item {
        padding-right: 35px;
        padding-left: 25px;
        font-size: 12px;
        line-height: 1.5
    }

    .btn {
        padding: 16px 20px;
        font-size: 22px;
        font-weight: 700
    }

    .companies_section {
        padding: 23px 0 28px
    }

    .companies_logos {
        justify-content: center
    }

    .image_box_title {
        font-size: 28px;
        margin: 0 0 6px
    }

    .image_box_text {
        font-size: 14px
    }

    .image_box_lg .image_box_title {
        font-size: 42px
    }

    .image_box_lg .image_box_text {
        font-size: 26px
    }

    .companies_logos {
        max-width: 950px
    }

    .companies_logos li {
        margin: 0 15px 10px;
        max-width: 12%
    }

    .footer_box {
        padding-left: 20px
    }

    .footer_services {
        padding-left: 50px
    }

    .footer_services .footer_text {
        padding-right: 0
    }

    .footer_services_contact {
        line-height: 1.3
    }

    .footer_payment {
        padding-left: 110px
    }

    .footer_payment .footer_text {
        padding-right: 0
    }

    .footer_bottom {
        padding-top: 40px
    }

    .travelrite-tours-page .offer_highlights_title {
        margin-top: 0;
        font-size: 12px
    }

    .offer_highlights_list {
        font-size: 12px
    }

    .travelrite_about {
        padding-top: 0;
        padding-bottom: 28px
    }

    .travelrite_about_img {
        margin: 0 auto 4px;
        width: 82px
    }

    .travelrite_about_description {
        font-size: 14px
    }

    .tour-item-page .intro_section {
        padding-bottom: 27px
    }

    .tour-item-page .offer_info_list li span:before {
        width: 32px
    }

    .tour-item-page .offer_price {
        font-weight: 500
    }

    .tour-item-page .btn {
        font-size: 20px
    }

    .tour_description {
        margin-bottom: 40px
    }

    .logo_section {
        padding-bottom: 20px
    }

    .offer_img {
        min-height: 305px
    }
}

@media(max-width: 1449px) {
    .main_menu>li>a {
        padding:12px 12px 11px
    }

    .white-section {
        max-width: 1200px
    }

    .home-page .main_menu>li.travelrite_menu ul li a {
        padding: 4px 30px
    }

    .offer_title {
        font-size: 17px;
        min-height: 36px
    }

    .offer_info_list li span:before {
        width: 20px
    }

    .offer_info_list {
        font-size: 13px
    }

    .offer_info {
        padding: 14px
    }

    .offer_info_item {
        padding-right: 0;
        padding-left: 20px;
        font-size: 12px;
        line-height: 1.5
    }

    .footer_payment {
        padding-left: 60px
    }

    .footer_payment .footer_text {
        margin-bottom: 30px;
        padding-right: 0
    }

    .footer_services {
        padding-left: 10px
    }

    .tour-item-page .white-section .container {
        width: 1225px
    }

    .offer_highlights_list {
        font-size: 11px
    }

    .tour-item-page .offer_info_list {
        max-width: 75%
    }

    .offer_img {
        min-height: 267px
    }

    .form_title {
        font-size: 24px;
        margin: 6px 0 16px
    }
}

@media(max-width: 1400px) {
    .main_menu>li>a {
        padding:12px 8px 11px
    }

    .main_menu {
        font-size: 16px
    }
}

@media(max-width: 1199px) {
    #mobile_menu {
        display:none;
        position: absolute;
        right: -20px;
        top: 100%;
        width: 320px;
        z-index: 20;
        background-color: #be0027;
        text-align: left;
        font-size: 18px
    }

    #mobile_menu.main_menu>li {
        float: none;
        display: block
    }

    .opened_menu #mobile_menu {
        display: block
    }

    .open_main_menu {
        display: inline-block;
        float: right;
        text-align: right
    }

    .white-section {
        max-width: 935px
    }

    .header_right {
        padding-top: 10px
    }

    .home-page .main_menu>li.travelrite_menu .travelrite_submenu {
        min-height: 520px;
        width: 31%
    }

    .image_box {
        padding: 50px 15px 10px
    }

    .image_box_title {
        font-size: 37px;
        margin: 0 0 6px
    }

    .image_box_text {
        font-size: 19px
    }

    .image_box_lg {
        width: 93%;
        margin-left: auto;
        margin-right: 0;
        height: 520px;
        margin-bottom: 25px
    }

    .image_box_lg .image_box_title {
        font-size: 36px
    }

    .image_box_lg .image_box_text {
        font-size: 23px
    }

    .page_title {
        margin-bottom: 9px
    }

    .section_text {
        font-size: 17.7px
    }

    .section_header .section_title {
        margin-bottom: 4px;
        display: block
    }

    .section_title {
        font-size: 32px
    }

    .section_header {
        margin-bottom: 16px
    }

    .section_header .view_all_link {
        float: none
    }

    .tours_section {
        padding: 13px 0 10px
    }

    .offer_box {
        margin-bottom: 20px
    }

    .offer_info {
        padding: 27px 26px
    }

    .offer_title {
        min-height: 60px;
        font-size: 28px;
        margin-bottom: 17px
    }

    .offer_info_list li span:before {
        width: 25px
    }

    .offer_info_item {
        margin-bottom: 15px;
        padding-left: 30px;
        font-size: 17px
    }

    .companies_logos li {
        margin: 0 10px 24px;
        max-width: 12%
    }

    .offer_info_list {
        margin-bottom: 14px;
        font-size: 20px
    }

    .companies_section {
        padding: 15px 0 30px
    }

    .companies_logos {
        justify-content: space-around
    }

    .footer_box {
        padding-left: 0
    }

    .footer_services {
        padding-left: 33px
    }

    .footer_payment {
        padding-left: 0
    }

    .footer_services_contact {
        font-size: 18px
    }

    .footer_payment .footer_subtitle {
    }

    .footer_payment .footer_text {
        margin-bottom: 10px
    }

    .footer_bottom {
        padding-top: 25px;
        font-size: 15px
    }

    .footer {
        padding: 60px 0 50px
    }

    .container {
        width: 895px
    }

    .header_top .container {
        width: 970px
    }

    .header_menu .container {
        width: 955px
    }

    .testimonials_section .container {
        width: 1010px
    }

    .footer .container {
        width: 960px
    }

    .footer_title {
        margin: 0 0 22px
    }

    .main_menu>li.travelrite_menu>a {
        padding: 12px 17px
    }

    .home-page .main_menu>li.travelrite_menu ul li a {
        padding: 3.5px 33px;
        font-size: 16px
    }

    .has_submenu .icon-angle-down {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        height: 40px;
        width: 60px;
        line-height: 40px;
        text-align: center;
        font-size: 22px
    }

    .main_menu>li>.submenu {
        position: relative;
        background-color: #6e0016
    }

    .main_menu>li:hover>a,.main_menu>li.active>a,.main_menu>li>a:hover {
        text-decoration: none;
        background: #be0027;
        color: #fff
    }

    .has_submenu.open_submenu .icon-angle-down:before {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg)
    }

    .main_menu>li:not(:last-child)>a:after {
        display: none
    }

    .main_menu>li>a {
        padding: 12px 62px 11px 12px
    }

    .tour-item-page .header_top .container,.tour-item-page .header_menu>.container {
        width: 990px
    }

    .tour-item-page .white-section .container {
        width: 980px
    }

    .travelrite-tours-page .main_menu_wrap {
        padding-right: 15px
    }

    body:not(.home-page) .main_menu>li.travelrite_menu .travelrite_submenu {
        left: 0;
        width: 280px;
        padding: 27px 0
    }

    body:not(.home-page) .main_menu>li.travelrite_menu ul li a {
        padding: 3.5px 33px;
        font-size: 16px
    }

    .travelrite-tours-page .offer_info_item {
        margin-bottom: 10px
    }

    .offer_highlights {
        margin-bottom: 15px
    }

    .travelrite-tours-page .offer_highlights_title {
        font-size: 16px
    }

    .offer_highlights_list {
        font-size: 14px
    }

    .travelrite_about_wrapper {
        margin-bottom: 15px
    }

    .travelrite_submenu_close {
        display: block
    }

    .home-page .travelrite_submenu_close {
        display: none
    }

    .tour-item-page .intro_section {
        padding: 26px 17.5px 27px
    }

    .tour_section {
        padding: 30px 17.5px
    }

    .offer_img {
        min-height: 422px
    }

    .row_four>div:nth-child(2n+1) {
        clear: both
    }

    .form_title {
        font-size: 18px
    }
}

@media(max-width: 991px) {
    .home-page .travelrite_submenu_close {
        display:block
    }

    .white-section {
        max-width: 710px
    }

    .container {
        width: 675px
    }

    .header_contacts {
        font-size: 16px;
        min-width: 225px
    }

    .header_social {
        padding-left: 5px
    }

    .header_social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 21px;
        margin: 2px 0 2px 10px
    }

    .header_top {
        min-height: 95px
    }

    .main_menu>li.travelrite_menu>a .icon-angle-down {
        display: none
    }

    .header_top .container {
        width: 735px
    }

    .header_menu .container {
        width: 735px
    }

    .travelrite_menu {
        margin-left: 0
    }

    .home-page .main_menu>li.travelrite_menu .travelrite_submenu {
        height: auto;
        left: 0;
        width: 280px;
        padding: 27px 0;
        display: none
    }

    .image_box_title {
        margin: 0 0 10px;
        font-size: 28px
    }

    .image_box_text {
        font-size: 14px
    }

    .image_box_lg {
        width: 100%
    }

    .page_title {
        margin-bottom: 11px;
        font-size: 32px
    }

    .section_header {
        margin-bottom: 26px
    }

    .offer_info {
        padding: 20px 16px
    }

    .offer_title {
        min-height: 48px;
        font-size: 21px;
        margin-bottom: 13px
    }

    .offer_info_list {
        font-size: 15px;
        margin-bottom: 8px
    }

    .offer_info_item {
        padding-left: 24px;
        font-size: 13px
    }

    .btn {
        padding: 19px 20px;
        font-size: 22px;
        font-weight: 700
    }

    .mobile_collapse {
        display: none;
        padding: 10px 0;
        position: relative;
        margin: 0 0 14px
    }

    .collapse_btn:before {
        position: absolute;
        content: '\f107';
        font-family: fontello;
        line-height: 1;
        right: 0;
        top: 50%;
        font-size: 36px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .footer_services {
        padding-left: 0
    }

    .collapse_btn {
        padding: 17px 25px 17px 0;
        position: relative;
        border-bottom: 1px solid #fff;
        cursor: pointer
    }

    .companies_logos {
        justify-content: flex-start
    }

    .companies_logos li {
        margin: 0 3px 17px;
        max-width: 155px
    }

    .companies_section {
        padding: 0 0 30px
    }

    .footer {
        padding: 45px 0 90px
    }

    .footer .container {
        width: 730px
    }

    .footer_bottom {
        line-height: 2
    }

    .testimonials_section .container {
        width: 780px
    }

    .travelrite-tours-page .header {
        padding-top: 10px
    }

    .travelrite-tours-page .logo_box {
        margin-top: 11px
    }

    .travelrite-tours-page .main_menu_wrap {
        padding-right: 0
    }

    .travelrite-tours-page .offer_info_item {
        margin-bottom: 0
    }

    .travelrite-top-section {
        margin-bottom: 30px
    }

    .travelrite-top-section_desktop {
        display: none
    }

    .travelrite-top-section_mobile {
        display: block
    }

    .travelrite-tours-page .intro_section {
        padding-bottom: 30px
    }

    .travelrite-tours-page .tours_section {
        margin-bottom: 0;
        padding: 0
    }

    .travelrite-tours-page .offer_box {
        margin-bottom: 37px
    }

    .travelrite-tours-page .page_title {
        margin-bottom: 17px
    }

    .travelrite-tours-page .section_text {
        font-size: 16px;
        line-height: 1.65
    }

    .travelrite-tours-page .offer_info_item {
        margin-bottom: 13px;
        min-height: auto
    }

    .offer_highlights {
        margin-bottom: 10px
    }

    .travelrite-tours-page .offer_highlights_title {
        font-size: 13px
    }

    .travelrite_about_wrapper {
        margin-bottom: 31px
    }

    .travelrite_about_img {
        width: 80px
    }

    .travelrite_about_description {
        font-size: 13px
    }

    .tour-item-page .intro_section {
        padding: 27px 17.5px 50px
    }

    .tour-item-page .page_title {
        margin-bottom: 22px;
        font-size: 32px
    }

    .tour-item-page .offer_info_list {
        margin-bottom: 27px;
        font-size: 18px;
        max-width: 100%
    }

    .tour-item-page .offer_info_list li {
        margin-bottom: 0;
        width: 100%;
        display: flex
    }

    .tour-item-page .offer_info_list span {
        padding-left: 34px;
        position: relative;
        text-align: left
    }

    .tour-item-page .offer_info_list span:before {
        position: absolute;
        top: 5px;
        left: 0
    }

    .tour_offer {
        width: 310px;
        position: static
    }

    .tour_offer .offer_price {
        height: 68px;
        font-size: 24px
    }

    .tour_section {
        padding: 25px 17.5px
    }

    .tour_description {
        margin-bottom: 23px;
        font-size: 18px
    }

    .info_widget {
        margin-bottom: 26px
    }

    .widget_content {
        padding: 20px 25px 45px
    }

    .widget_content .tour-item_list {
        font-size: 18px
    }

    .content_info h4 {
        margin-bottom: 15px;
        font-size: 22px
    }

    .offer_img {
        min-height: 312px
    }

    .tour_filter_section {
        margin: 0 0 30px
    }

    .tour_info_wrap {
        display: block
    }

    .mt-md-3 {
        margin-top: 30px
    }

    .tailored_logos {
        margin: 10px 0 30px
    }
}

@media(max-width: 767px) {
    .tabs_section .search_tabs.tabs {
        background:#776d70;
        padding: 0;
        font-size: 16px
    }

    .logo_box img {
        max-width: 100%
    }
    .logo_box > a {
        max-width: 100%;
    }
    #mobile_menu {
        right: -25px
    }

    .has_submenu .icon-angle-down {
        padding-right: 23px
    }

    .main_menu>li>a {
        padding: 11px 25px
    }

    .opened_menu #mobile_menu {
        display: block;
        padding: 16px 0
    }

    .main_menu>li.travelrite_menu>a {
        padding: 12px 15px
    }

    .container {
        padding: 0 25px
    }

    .container-fluid {
        padding: 0 15px
    }

    .image_box_lg .image_box_title {
        font-size: 33px
    }

    .image_box_lg .image_box_text {
        font-size: 21px
    }

    .image_box {
        padding: 40px 15px 10px;
        margin-bottom: 25px
    }

    .image_box_title {
        font-size: 31px
    }

    .image_box_text {
        font-size: 16px
    }

    .page_title {
        margin-bottom: 20px;
        font-size: 30px
    }

    .section_text {
        font-size: 16.5px
    }

    .section_title {
        font-size: 29px
    }

    .tours_section {
        padding: 23px 0 10px
    }

    .section_header .section_title {
        margin-bottom: 9px
    }

    .offer_info {
        padding: 37px 25px
    }

    .offer_title {
        min-height: 0;
        font-size: 36px;
        margin-bottom: 23px
    }

    .offer_info_list {
        margin-bottom: 20px;
        font-size: 24px
    }

    .offer_info_item {
        margin-bottom: 25px;
        padding-left: 35px;
        font-size: 21px
    }

    .offer_highlights {
        margin-bottom: 25px
    }

    .offer_box {
        margin-bottom: 34px
    }

    .companies_logos li {
        max-width: 125px
    }

    .companies_section {
        padding: 0 0 14px
    }

    .footer {
        padding: 45px 15px 90px
    }

    .collapse_btn {
        margin: 0 0 15px
    }

    .table_striped {
        font-size: 15px;
        table-layout: auto
    }

    .modal_download .btn {
        margin-top: 30px
    }

    .testimonials_section .offer_title {
        padding: 0
    }

    .testimonial_box {
        font-size: 14px;
        padding: 25px 0
    }

    .testimonials_section .container-fluid {
        padding: 0 25px
    }

    .offer_img {
        min-height: 270px
    }

    .offer_highlights_title {
        margin-bottom: 6px;
        font-size: 26px
    }

    .offer_highlights_list {
        font-size: 20px
    }

    .wine_section .page_title {
        font-size: 30px;
        margin: 0 0 20px
    }

    .wine-card-img img {
        width: 250px;
        height: 250px
    }

    .wine-card-content {
        padding: 20px 20px 10px;
        min-height: 0
    }

    .wine-card-text,.wine-card-subtext {
        margin-bottom: 20px;
        font-size: 16px
    }

    .wine-card .widget_title {
        font-size: 22px
    }

    .header_top .row {
        display: flex;
        align-items: center
    }

    .logo_box {
        margin-top: 0
    }

    .header_top {
        min-height: auto;
        padding: 7px 0
    }

    .header_right {
        padding-top: 0
    }

    .header_contacts {
        min-width: auto
    }

    .header_contact_item {
        margin-bottom: 5px
    }

    .header_contact_item:last-child {
        margin-bottom: 0
    }

    .header_contact_item:first-child {
        display: none
    }

    .header_contact_item span {
        display: block;
        text-align: right;
        margin-right: 0
    }

    .header_contacts a {
        float: none
    }
}

@media(max-width: 767px) and (min-width:576px) {
    .col-sx-6 {
        width:50%;
        float: left
    }

    .col-sx-7 {
        width: 58.33333333%;
        float: left
    }

    .col-sx-5 {
        width: 41.66666667%;
        float: left
    }

    .col-sx-4 {
        width: 33.33333333%;
        float: left
    }

    .col-sx-3 {
        width: 25%;
        float: left
    }

    .image_box {
        margin-bottom: 32px;
        padding-top: 50px;
        height: 260px
    }

    .image_box_lg {
        margin-bottom: 25px;
        height: 490px
    }

    .mobile-hide {
        display: none
    }

    .section_header {
        margin-bottom: 30px
    }

    .offer_title {
        margin-bottom: 18px
    }

    .offer_info {
        padding: 43px 39px 40px
    }

    .offer_info_list li span:before {
        width: 35px
    }

    .companies_logos li {
        max-width: 23%
    }
}

@media(max-width: 576px) {
    .collapse_tab_header {
        display:block
    }

    .collapse_tab_title {
        font-weight: 600;
        text-transform: uppercase;
        padding: 13px 20px;
        color: #fff;
        line-height: 1;
        padding-right: 55px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 40px
    }

    .tour-item-page .search_tabs.tabs a {
        padding: 9px 20px
    }

    .collapse_tab_btn {
        position: absolute;
        right: 15px;
        top: 9px;
        display: block;
        width: 30px;
        height: 24px;
        z-index: 2;
        margin-top: 0
    }

    .tabs_section .search_tabs.tabs {
        display: none;
        font-size: 16px
    }

    .search_tabs.collapse_tabs li {
        display: block;
        float: none
    }

    .header_social {
        padding-top: 2px
    }

    .mobile-hide {
        display: none
    }

    .image_box {
        margin-bottom: 30px;
        padding-top: 45px;
        height: 260px
    }

    .image_box_lg {
        margin-bottom: 32px;
        height: 327px
    }

    .section_header .section_title {
        margin-bottom: 14px
    }

    .view_all_link {
        font-size: 16px
    }

    .view_all_link .icon-plus {
        margin-left: 10px;
        width: 19px;
        height: 19px;
        top: 4px;
        line-height: 19px;
        font-size: 9px
    }

    .section_header {
        margin-bottom: 10px
    }

    .offer_box {
        margin-bottom: 31px
    }

    .offer_info {
        padding: 21px 18px
    }

    .offer_title {
        margin-bottom: 8px;
        font-size: 23px
    }

    .offer_info_list {
        margin-bottom: 10px;
        font-size: 16px
    }

    .offer_highlights_title {
        margin-bottom: 6px;
        font-size: 19px
    }

    .offer_highlights_list {
        font-size: 15px;
        padding-left: 13px
    }

    .offer_info_item {
        margin-bottom: 12px;
        padding-left: 28px;
        font-size: 14.3px
    }

    .btn {
        padding: 17px 20px;
        font-size: 22px
    }

    .offer_info .btn {
        padding: 20px;
        font-size: 24px
    }

    .companies_logos li {
        max-width: 30%
    }

    .collapse_btn {
        margin-bottom: 7px
    }

    .footer {
        padding: 45px 15px 55px
    }

    .footer_list {
        column-count: 1
    }

    .footer_bottom {
        padding: 25px 20px 0
    }

    .signup_btn.fixed_btn {
        left: 20px
    }

    #chat-application {
        right: 30px!important
    }

    .tour-item-page .page_title {
        font-size: 30px
    }

    .tour-item-page .offer_info_list {
        font-size: 16px
    }

    .tour-item-page .offer_info_list span {
        padding-left: 25px;
        display: block
    }

    .tour-item-page .offer_info_list li {
        display: block
    }

    .tour-item-page .intro_section {
        padding: 25px 0 50px
    }

    .tour_offer {
        width: 100%
    }

    .collapse_tab_title {
        padding: 13px 10px
    }

    .tour-item-page .search_tabs.tabs a {
        padding: 13px 10px
    }

    .tour_section {
        padding: 20px 0
    }

    .widget_content {
        padding: 20px 10px
    }

    .content_info h4 {
        font-size: 20px
    }

    .widget_content .tour-item_list {
        font-size: 16px
    }

    .content_info figure .btn {
        padding: 10px 20px
    }

    .table_striped {
        font-size: 15px
    }

    .table_striped.mobile_table th,.table_striped.mobile_table td {
        padding: 14px
    }

    .desktop_table.table_striped {
        font-size: 12px;
        line-height: 1.2
    }

    .desktop_table.table_striped th,.desktop_table.table_striped td {
        padding: 5px
    }

    .table_striped.mobile_table tr:nth-child(odd) {
        background: #f1f1f1
    }

    .table_striped.mobile_table tr {
        background: #f9f9f9
    }

    .logos_list {
        flex-direction: column
    }

    .logos_list img {
        margin: 0 auto;
        margin-bottom: 10px;
        max-width: 80%;
        display: block
    }

    .offer_table {
        height: auto;
        max-width: 320px;
        display: block
    }

    .offer_table .offer_price {
        width: 100%
    }

    .offer_table .btn {
        display: block
    }

    .tour-item-page .btn {
        padding: 10px 20px
    }

    .tour_offer .btn_red {
        height: auto;
        line-height: 1
    }

    .tab_title {
        font-size: 16px
    }
}

@media(max-width: 360px) {
    .header_menu {
        padding:0
    }

    .open_main_menu {
        margin-left: 0
    }

    .section_header .section_title {
        font-size: 26px
    }

    .view_all_link {
        font-size: 12px
    }

    .offer_info {
        padding: 22px 15px
    }

    .offer_title {
        font-size: 20px
    }

    .offer_info_list {
        font-size: 14px
    }

    .offer_info_item {
        padding-right: 0
    }

    .companies_logos li {
        max-width: 31%
    }

    .header_contacts {
        font-size: 14px
    }
}
