@font-face {
    font-family: "RobotoRegularLocal";
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "RobotoMediumLocal";
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "RobotoCondensed";
    src: url(../fonts/roboto-condensed.ttf) format("truetype");
}

html, body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    background: -moz-linear-gradient(top, #e5e5e5 30%, #ffffff 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 30%, #ffffff 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 30%, #ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    min-height: 100%;
}

.header, .main {
    background-color: #fff;
}
h1 {
    font-size: 30px !important;
    font-weight: 500;
    color: #005b96 !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
h2 {
    font-size: 18px !important;
    font-weight: 700;
    color: #005b96 !important;
    margin-top: 30px !important;
    margin-bottom: 10px;
}
strong {
    font-weight: 700;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.hl {
    height: 1px;
    background-color: #e5e5e5;
}
.mt-28 h1{
    margin-top: -28px !important;
    padding-left: 153px;
    text-align: center;
}

h1.mt-28{
    margin-top: -28px !important;
    /*padding-left: 165px;*/
}

.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.fr {
    float: right;
}
.row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.navbar {
    border-radius: 0 !important;
    min-height: 39px !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.navbar-top {
    background-color: #00437b !important;
}

.navbar-top .nav > li a, .navbar-top .nav > li a:hover, .navbar-top .nav > li a:focus {
    background-color: #00437b;
    color: #fff;
    text-decoration: none;
}
.navbar-top .nav > li {
    color: #fff;
    padding: 0px 10px 0px 10px !important;
    font-weight: 400 !important;
    white-space: nowrap;
}

.navbar-top #nav1 > li > a:hover, .navbar-default #nav1 > li > a:focus {
    background-color: #00437b  !important;/*#135386;*/
}

.navbar-top .nav > li {
    border-right: 1px solid #135386;
}


.navbar-top .nav > li:first-child {
    border-left: 1px solid #135386;
}

.nav > li.language {
    width: 11%;
}

.nav > li.language a {
    display: inline !important;
}

.nav > li.language a.active{
    font-weight: bold;
}
.nav > li.language a, .nav > li.mail a, .nav > li.newsletter a, .nav > li.contact a{
    padding: 10px 5px;
}

.nav > li.phone {
    width: 14%;
}

.nav > li.phone:before {
    content: "";
    display: inline-block;
    background: url("../img/top_nav_phone.png") no-repeat top right;
    width: 22px;
    height: 22px;
    margin-bottom: -7px;
    margin-right: 5px;
}

.nav > li.time {
    width: 25%;
}

.nav > li.time:before {
    content: "";
    display: inline-block;
    background: url("../img/top_nav_time.png") no-repeat top right;
    width: 22px;
    height: 22px;
    margin-bottom: -7px;
    margin-right: 5px;
}

.nav > li.mail {
    width: 18%;
}

.nav > li.mail > a:before {
    content: "";
    display: inline-block;
    background: url("../img/top_nav_mail.png") no-repeat top right;
    width: 22px;
    height: 22px;
    margin-bottom: -7px;
    margin-right: 5px;
}

.nav > li.newsletter {
    width: 18%;
}

.nav > li.newsletter > a:before {
    content: "";
    display: inline-block;
    background: url("../img/top_nav_aircraft.png") no-repeat top right;
    width: 22px;
    height: 22px;
    margin-bottom: -7px;
    margin-right: 5px;
}

.nav > li.contact {
    width: 6%;
}

.navbar-default#nav2  li > a {
    padding: 10px;
    white-space: nowrap;
    color: #005b96 !important;
    font-size: 16px;
}

.navbar-default#nav2  li > a:hover, .navbar-default#nav2  li > a:focus, a:hover, a:focus{
    text-decoration: none !important;
}

.navbar-default #nav2 a {
    color: #005b96 !important;
    font-size: 18px;
}
.navbar-default {
    background-color: #fff !important;
    padding-top: 35px;
    padding-bottom: 12px;
}

.navbar-default #nav1 > li  {
    padding: 10px;
    white-space: nowrap;
}

.navbar-default li {
    color: #005b96 !important;
    font-size: 18px;
}

.navbar-default li.active{
    font-weight: bold;
}
.navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-collapse .navbar-tabs {
    margin-top: 10px;
}


.navbar-brand .home_all_destinations {
    font-family: 'RobotoCondensed';
    color: #6c708b;
    font-size: 11px;
    font-weight: bold;
    margin-left: 32px;
}
.container {
    max-width: 1040px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.navbar-default a:hover, .navbar-default a:focus {
    background-color: #fff;
    text-decoration: underline;
}

.navbar-toggle {
    border: none !important;
    float: left !important;
    margin-left: 15px !important;
    margin-top: 23px !important;
    margin-bottom: 24px !important;
    margin-right: 10px !important;
    padding: 0 !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: #cdd7ff !important;
}

.mobile_lang {
    background-color: #3271b4;
    padding: 3px;
    border-radius: 3px;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-top: 18px;
    display: inline-block;
    text-shadow: none !important;
}

.mobile_logo {
    float: right;
    /*margin-right: 20px;*/
    /*margin-top: 16px;*/
    margin-bottom: 16px;
}

.navbar-default a:hover, .navbar-default a:focus {
    background-color: transparent !important;
    text-decoration: underline !important;
}

.reise_logo {
    display: inline-block;
}

.index_title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #005b96;
    text-align: center;
    margin-top: -47px;
}

.red {
    color: #cd0100 !important;
}

.index_text {
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
}

.tours > div.col-md-4{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tours div.col-md-12 {

    padding-top: 1px;
    padding-bottom: 2px;
}

.tour, .tour_light {
    background-color: #005b96;
    color: #fff !important;
    display: table-cell;
    font-size: 14px !important;
    padding: 8px;
    width: 275px;
    font-weight: bold;
}

.tour_light {
    background-color: #008ad2;
    padding-bottom: 9px;
    padding-top: 9px;
}

.tour:hover, .tour_price:hover, .tour:focus, .tour_price:focus, .tour_light:hover, .tour_price_light:hover, .tour_light:focus, .tour_price_light:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0073b0;
}

.tour_light:hover, .tour_price_light:hover, .tour_light:focus, .tour_price_light:focus {
    background-color: #00a4ee;
}

.tour_price, .tour_price_light {
    background-color: #0073b0;
    color: #fff;
    display: table-cell;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 70px;
    font-weight: bold;
    white-space: nowrap;
}

.tour_price_light {
    background-color: #00a4ee;
    padding: 0 19px;
}
.tour_price>img {
    margin-left: 10px;
    margin-right: 10px;
}

.tour > span {
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}

.partner_section {
    margin-top: 50px;
}

.partner_section > div {
    padding-left: 9px;
    padding-right: 9px;
}

.partner_banner, .addres {
    background-color: #e5e5e5;
    padding: 20px 25px;
    min-height: 170px;
}
.addres a {
    color: #000 !important;
}
.addres a:hover, .addres a:focus {
    text-decoration: underline;
}
.partner_banner {
    padding: 20px 30px;
}

.partner_banner > img {
    display: inline-block;
}

.partner_banner > span, .addres > span {
    font-weight: 700;
    color: #001d50;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.footer a{
    color: #ffffff;
}

.footer {
    padding-bottom: 20px;
    padding-top: 100px;
    margin-top: 0px;
    font-family: RobotoRegular;
    font-size: 12px;
    background-color: #005b96;
    color: #ffffff;
}

.footer a
{
    font-family: RobotoRegular;
    font-size: 12px;
}

.prev_footer h1
{
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    color: #001d50;
}


.prev_footer .col-sm-8 h1
{
    margin-bottom: 25px;
}
.prev_footer .col-sm-8, .prev_footer .col-sm-4
{
    float: left;
    background-color: #e5e5e5;
    padding: 30px;
    top: 80px;
    position: relative;
    width: 270px;
    color: #000;
    height: 150px;
    padding: 20px 30px;
}

.prev_footer .col-sm-4
{
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.6;
}
.prev_footer .col-sm-4 a{
    color: #000;
    font-family: Roboto;
    font-size: 14px;
}

.prev_footer .col-sm-8
{
    margin-right: 20px;
    width: 590px;
}

.prev_footer .row
{
    display: table;
    width: 100%;
}

.prev_footer{
    background-color: #fff;
}

.footer h1
{
    margin-bottom: 10px;
    color:#001a53;
}

.prev_footer .nav, .footer .nav
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: #005b96;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: -80px;
    font-size: 12px;
    font-weight: 400;
}

footer a {
    color: #fff !important;
    margin-right: 30px;
}
footer a.active{
    font-weight: bold;
}
footer a:hover, footer a:focus {
    text-decoration: underline;
}
footer .title {
    font-size: 18px;
}
footer .phone {
    font-size: 30px;
}
.mobile_banner>img {
    width: 100%;
    margin-bottom: 23px;
}
.right_nav {
    position: fixed;
    top: 200px;
    right: 0;
}
.right_nav>a {
    display: block;
    width: 72px;
    height: 72px;
    background-color: #00437b;
    margin-bottom: 3px;
}
.right_nav>a:hover, .right_nav>a:focus {
    background-color: #135386;
}
.right_nav>a:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 17px;
}
.right_nav>a#search:before {
    background: url("../img/right_nav_search.png") no-repeat top right;
}
.right_nav>a#help:before {
    background: url("../img/right_nav_help.png") no-repeat top right;
}
.right_nav>a#newsletter:before {
    background: url("../img/right_nav_aircraft.png") no-repeat top right;
}
.right_nav>a#book:before {
    background: url("../img/right_nav_book.png") no-repeat top right;
}
.top_img {
    width: 100%;
    max-width: 1500px !important;
}
.small_text {
    font-size: 12px;
    display: block;
}
.text_phone, .text_mail {
    font-size: 25px;
    color: #00437b;
    margin: 15px;
    font-weight: 700;
}
.text_phone:before, .text_mail:before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: -3px;
}
.text_phone:before {
    background: url("../img/text_phone.png") no-repeat top right;
}
.text_mail:before {
    background: url("../img/text_mail.png") no-repeat top right;
}

.cards{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
     -webkit-flex: 1 1 auto;
}
.cards>div {
    padding: 9px;
    color: #333;
}
.card {
    display: block;
    width: 492px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    /*height: 295px;*/
}
.card>.image {
    background-color: #007dbb;
    color: #fff;
    display: table;
    width: 100%;
}
.offer-title p{
    display: inline;
}
.card>a.image
{
    height: 180px;
}
.card>.image>img {
    display: inline-block;
    width: 40%;
    height: 180px;
}
.card>.image>.description {
    display: inline-block;
    width: 60%;
    float: right;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
.card > .image > .card_title, .card > .image >.description>.card_title {
    background-color: #005b96;
    padding: 10px 36px 10px 10px;
    font-size: 18px;
    height: 70px;
    text-align: left;
    justify-content: left;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.card>.image>.card_title:after, .card>.image>.description>.card_title:after {
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 20px;
    content: "";
    width: 36px;
    height: 16px;
}
.card>.image>.card_title:after {
    background: url("../img/arrow_card_mobile.png") no-repeat top right;
}
.card>.image>.description>.card_title:after {
    background: url("../img/arrow_card.png") no-repeat top right;
}
.card>.image>.description>.card_descr {
    padding: 5px 10px;
    height: 110px;
    vertical-align: top;
    line-height: 1.5;
}
.card>.detales {
    padding: 15px 20px;
    color: #000;
    background-color: #fff;
    display: table;
    width: 100%;
    height: 115px;
}

.hotels-cards .card{
    height: 255px;
    display: table;
}

.hotels-cards .card>.detales{
    height: 15px;
}

.ui-page-theme-a a.detales, .ui-page-theme-a a.detales:visited, html .ui-bar-a a.detales:visited, html .ui-body-a a.detales:visited,
html body .ui-group-theme-a a.detales:visited, .ui-page-theme-a a.detales strong
{
    color: #000 !important;
}
.card_price {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
}
.card_price>span {
    font-size: 12px;
    font-weight: 400;
}
.link {
    margin-top: 20px;
    display: inline-block;
}
.link:before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 12px;
    margin-right: 6px;
    background: url("../img/arrow_red.png") no-repeat top right;
    text-decoration: none;
}
.link:focus, .link:hover{
    text-decoration: none;
}
.link.blue {
    color: #000;
}
.link.blue:before {
    background: url("../img/arrow_blue2.png") no-repeat top right;
}
a.card:hover, a.card:focus {
    text-decoration: none;
}
.gray {
    color: #7f7f7f;
}
.pagination {
    margin: 0 !important;
}
.pagination>a, .pagination>span {
    color: #cacaca !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 18px;
    font-weight: 700;
}
.pagination > a:hover, .pagination > span:hover, .pagination > a:focus, .pagination > span:focus,
.pagination > .current, .pagination > .current:hover, .pagination > .current:focus {
    color: #005b96 !important;
    background-color: transparent !important;
    text-decoration: none;
}

.pagination > a, .pagination span {
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    color: #428bca;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > .current, .pagination > .current:hover, .pagination > .current:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > span.previous_page, .pagination > a.previous_page {
    content: "";
    width: 15px;
    height: 16px;
    margin-right: 6px;
    margin-top: 9px;
    background: url("../img/paginator_left_a.png") no-repeat top right;
    display: inline-block;

}
.pagination > a.previous_page {
    background: url("../img/paginator_left_d.png") no-repeat top right;
}

.pagination > a.previous_page:focus, .pagination > a.previous_page:hover
{
    background: url("../img/paginator_left_a.png") no-repeat top right;
}

.pagination > span.next_page, .pagination > a.next_page {
    content: "";
    width: 15px;
    height: 16px;
    margin-right: 6px;
    margin-top: 9px;
    background: url("../img/paginator_right_a.png") no-repeat top right;
    display: inline-block;
}
.pagination > a.next_page {
    background: url("../img/paginator_right_d.png") no-repeat top right;
}

.pagination > a.next_page:focus, .pagination > a.next_page:hover
{
    background: url("../img/paginator_right_a.png") no-repeat top right;
}
.big {
    font-size: 18px;
    font-weight: 700;
}
.preishit_banner>.title {
    background-color: #005b96;
    color: #fff;
    font-size: 20px;
    padding: 20px 30px;
}
.preishit_banner>.content {
    padding: 20px 30px;
    background-color: #fff;
}

.preishit_banner .surchargediv p{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    font-size: 14px;
}
.line_mar {
    margin: 5px 0;
}
.btn_red, .btn_red_light {
    display: table-cell;
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 8px 14px;
}
.btn_red {
    background-color: #e0070d;
}
.btn_red_light {
    background-color: #ff3d27;
}

.btn_red:hover, .btn_red:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff3d27;
}
.hotel_left>span, .hotel_right>span {
    font-size: 12px;
    color: #000;
}
.hotel_left:hover, .hotel_right:hover, .hotel_left:focus, .hotel_right:focus {
    text-decoration: none;
}

.hotel_left, .hotel_right {
    display: inline-block;
    width: 230px;
    height: 100px;
    background-color: #fff;
    font-size: 16px;
    color: #035999;
    text-align: left;
    float: left;
    margin-top: 140px;
}

.hidearrow{
    background-color: #e5e5e5;
}

.hotel_left {
    padding: 15px 22px 20px 36px;
}
.hotel_right {
    padding: 15px 36px 20px 22px;
}
.hotel_left>img {
    background-color: #00437b;
    position: absolute;
    padding: 10px;
    margin-left: -56px;
    margin-top: 14px;
}
.hotel_right>img {
    background-color: #00437b;
    position: absolute;
    padding: 10px;
    margin-left: 189px;
    margin-top: 14px;
}
.hotel_left {
    margin-right: -3px;
}
.hotel_right {
    margin-left: -3px;
}
.blue {
    color: #035999;
}
form.main_form, .main_form {
    background-color: #fff;
    padding: 25px;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

form.main_form .view{
    border: 1px solid #ff3e27 !important;
}
.glyphicon-chevron-down:before {
    content: "" !important;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: -3px;
    background: url("../img/select_arrow.png") no-repeat 50% 50%;
}
label {
    color: #555;
    font-weight: 500 !important;
}
label.star:after {
    content: " *";
    color: #ff3e27;
    font-weight: 700;
}

.white-form-control{
    background-color: #ffffff !important;
}
.form-control {
    background-color: #eee !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
    color: #000 !important;
}

.white-form-control{
    background-color: #ffffff !important;
}
.input-group-addon {
    border: none !important;
    border-radius: 0 !important;
}
.remove {
    background-color: #005b96;
    display: inline-block;
    float: right;
    /*margin-top: -34px;*/
    padding: 10px 13px;
}

.search_submit {
    background-color: #00437b;
    display: inline-block;
    float: right;
    padding: 18px 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.search_submit:focus, .search_submit:hover
{
    color: #FFFFFF;
}

.search_submit.small_search
{
    padding: 10px 13px;
}
#search_hotelhits_form .input-group-addon
{
    padding: 0;
}
#search_destinations .input-group{
    float: right;
    width: 60%;
}

#search_home_form{
    margin-top: 20px;
    margin-bottom: 30px;
}
#search_home_form .input-group-addon
{
    padding: 0 !important;
}
#search_home_form .form-control
{
    background-color: #ffffff !important;
    padding: 25px 20px;
    border: 1px solid #ddd !important;
}

.after_search_text{
    color: #005b96;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 30px;
}
.add {
    display: block;
    margin-top: 20px;
    color: #007dbb !important;
}
.add:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 6px;
    background: url("../img/plus.png") no-repeat top right;
}

::-webkit-input-placeholder {color:#aaa; font-size: 14px; font-style: italic;}
::-moz-placeholder          {color:#aaa; font-size: 14px; font-style: italic;}/* Firefox 19+ */
:-moz-placeholder           {color:#aaa; font-size: 14px; font-style: italic;}/* Firefox 18- */
:-ms-input-placeholder      {color:#aaa; font-size: 14px; font-style: italic;}
.button, .back {
    margin-top: 20px;
    background-color: #005b96 !important;
    color: #fff !important;
    font-size: 18px;
    padding: 0 10px 0 10px;
    height: 40px;
    float: right;
    white-space: nowrap;
}
.button:hover, .button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #007dbb;
}
.button:after {
    display: inline-block;
    content: "";
    width: 46px;
    height: 41px;
    margin-left: 10px;
    margin-right: -11px;
    margin-bottom: -15px;
    background: url("../img/arrow_button.png") no-repeat top right;
}
.logo_back{
    display: table;
}
.back {
    font-size: 14px;
    padding-top: 5px;
    margin-top: 38px;
    margin-left: 20px;
    height: 30px;
}
/*.back:before {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 10px;*/
    /*height: 11px;*/
    /*margin-bottom: -1px;*/
    /*margin-right: 5px;*/
    /*background: url("../img/scroll2_arrow_left.png") no-repeat left top;*/
/*}*/
input[type="checkbox"]:before{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    margin-left: -7px;
    margin-top: -7px;
    background: url("../img/checkbox.png") no-repeat 0 0;
    cursor: pointer;
}
input[type="checkbox"]:checked:before {
    background: url("../img/checkbox.png") no-repeat 0 -26px;
}

.country_links div.col-md-12 a {
    display: block;
    margin: 10px 10px 10px 20px;
}
.country_links div.col-md-12 a:before {
    content: "";
    display: inline-block;
    margin-left: -20px;
    margin-right: 5px;
    margin-bottom: -2px;
    background: url("../img/arrow_blue.png") no-repeat 0 0;
    width: 15px;
    height: 15px;
}
/*.mobile_hotel {*/
    /*color: #035999;*/
/*}*/

.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:50px;
    z-index: 3;
}
.b-popup .b-popup-content{
    position: relative;
    margin: 120px 300px;
    height: 330px;
    padding:10px;
    background-color: #FFF;
}

.b-close {
    position: absolute;
    right: 0px;
    top: -20px;
    color: #FFF;
    font-weight: bold;
}
.newsletter-box {
    background: #005b96 none repeat scroll 0 0;
    color: #fff;
    font-size: 90%;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
}

.newsletter-box-img::before {
    background: rgba(0, 0, 0, 0) url("../img/banner2_air.png") no-repeat scroll right top;
    display: inline-block;
    height: 36px;
    margin-right: 20px;
    width: 36px;
    content: "";
    margin-top: 5px;
}

.newsletter-box-img{
    float: left;
}
.newsletter-box a, .newsletter-box a:hover, .newsletter-box a:focus
{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.newsletter-box a b
{
    font-size: 18px;
}

.cnt_hotels .hotel_item
{
    margin-bottom: 10px;
}

.cnt_hotels .hotel_item .input-group-addon
{
    padding: 0;
}

.cnt_hotels .hotel_item a.remove img{
    cursor: pointer;
}

.tour-list{
    display: table;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.tour-list .tour_catalogs
{
    float: left;
    margin-right: 10px;
    display: table;
    margin-bottom: 20px;
    /*background-color: #fff;*/
}

.tour-list div.tour_catalogs:nth-child(2n){
    margin-right: 0px;
}

.tour-list .tour_title
{
    color: #fff !important;
    text-transform: none;
    background-color: #035999;
    margin-top: 0 !important;
    padding: 8px;
    margin-bottom: 0 !important;
    font-size: 20px !important;
    text-align: left;
}

.pdf_arrow {
    background: url(../img/pdf_arrow.png) no-repeat;
    height: 20px;
    /*width: 20px;*/
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 30px;
    padding-top: 2px;
    color: #000;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 10px;
}
.tour-catalog
{
    float: right;
    background: url(../img/catalog.png) no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    /*height: 27px;*/
    padding-left: 35px;
    padding-right: 10px;
    color: #011a53;
    background-color: #dde8fc;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px !important;
    font-weight: bold;
}

.destination-catalog {
    float: right;
    background: url(../img/icon-catalogue.png) no-repeat;
    background-position-x: 5px;
    background-position-y: center;
     height: 27px;
     width: 27px;
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px !important;
    font-weight: bold;
}

#slider .bxslider li, #slider .bx-viewport, #slider .bx-wrapper
{
    max-width:1500px !important;
    height: 310px;
}

#slider-hotel
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#slider-hotel .bx-wrapper
{
    max-width: 1000px !important;
    height: 369px;
}

#slider-hotel .small_slider
{
    display: table;
}
#slider-hotel .small_slider .bx-wrapper
{
    height: 129px;
    padding: 25px;
    width: 1000px;
}

#slider .bx-wrapper, #slider-hotel .bx-wrapper
{
    margin-right: auto;
    margin-left: auto;
    border: 0;
    margin-bottom: 0;
}

#slider .bx-caption
{
    background-color: #cd0100;
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -90px;
    height: 90px;
    display: table;
    /*padding: 15px;*/
}

#slider .bx-wrapper .bx-caption span, #slider-hotel .bx-wrapper .bx-caption span
{
    display: table;
    width: 100%;
}

#slider .bx-wrapper .bx-caption span.offer
{
    display: inline;
    padding-left: 0;
}

#slider .bx-caption .destination-info
{
    display: table-cell;
    float: left;
    font-family: Roboto;
    font-size: 30px;
    text-align: left;
    width: auto;
    margin-top: 10px;
    padding-left: 10px;
}

#slider .bx-caption .destination-price
{
    float: right;
    font-size: 30px;
    font-family: Roboto;
}

#slider .bx-caption .destination-price .big-price
{
    font-size: 50px;
    display: inline;
}

#slider .bx-wrapper .bx-prev
{
    background: rgba(0, 0, 0, 0) url("../img/arrow_left.png") no-repeat scroll 0 0;
    width: 42px;
    height: 45px;
    left: 180px;
    top: 87%;
    z-index: 1;
}

#slider .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("../img/arrow_right.png") no-repeat scroll 0 0;
    right: 180px;
    width: 42px;
    height: 45px;
    top: 87%;
    z-index: 0 !important;
}

#slider-hotel .bx-wrapper .bx-prev
{
    background: rgba(0, 0, 0, 0) url("../img/arrow_left.png") no-repeat scroll 0 0;
    width: 42px;
    height: 45px;
    z-index: 1;
}

#slider-hotel .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("../img/arrow_right.png") no-repeat scroll 0 0;
    width: 42px;
    height: 45px;
    z-index: 1;
}

#slider-hotel .small_slider .bx-wrapper .bx-next {
    background: url("../img/scroll3_arrow_right.png") no-repeat scroll center center;
    height: 110px;
    margin-top: -50px;
    width: 115px;
    z-index: 1;
    right: 0;
}

#slider-hotel .small_slider .bx-wrapper .bx-prev {
    background: url("../img/scroll3_arrow_left.png") no-repeat scroll center center;
    height: 110px;
    margin-top: -50px;
    width: 115px;
    z-index: 1;
    left: 0;
}

#slider-hotel .small_slider .bx-wrapper .bx-controls
{
    background-color: #fff;
}
#slider .bx-wrapper .bx-pager
{
    display: none;
}

.hotel-slide-box
{
    display: table;
    width: 1000px;
    float: left;
}

div.select{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #214080;
    background: #e5e5e5;
    padding: 8px 12px;
    width: 46%;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.select a {
    color: #00437b !important; /*#214080;*/
    font-size: 14px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-family: Roboto !important;
}
/*.datepicker-days .icon-arrow-left*/
/*{*/
    /*background: url("../img/scroll3_arrow_left.png") no-repeat scroll center center;*/
/*}*/
.datepicker{
    padding: 0 !important;
}

.datepicker th{
    color: #fff;
}

.datepicker th.dow
{
    color: #aaaba9;
    padding: 10px;
}

.datepicker-dropdown.datepicker-orient-top::before {
    border-bottom: 0 none !important;
    border-top: 0 none !important;
    bottom: 0 !important;
}

.datepicker-dropdown.datepicker-orient-top::after {
    border-bottom: 0 none !important;
    border-top: 0 none !important;
    bottom: 0 !important;
}

.datepicker-dropdown::after {
    border-width: 0 !important;
}

.datepicker-dropdown.datepicker-orient-bottom::after {
    top: 0px !important;
}
/*.datepicker-dropdown.datepicker-orient-left::after {*/
    /*left: 0px !important;*/
/*}*/

.datepicker-dropdown.datepicker-orient-bottom::before {
    top: 0px !important;
}
/*.datepicker-dropdown.datepicker-orient-left::before {*/
    /*left: 0px !important;*/
/*}*/

.datepicker-title
{
    background-color: #005b96;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    text-align: left !important;
    padding: 20px !important;
    z-index: 1121;
}

.datepicker-title span{
    color: #96abcb;
}
.datepicker th.prev, .datepicker th.next
{
    /*border-bottom: 1px solid #aaaba9;*/
    /*padding-bottom: 10px;*/
    padding-top: 10px;
}

.datepicker .datepicker-months th.datepicker-switch
{
    padding-bottom: 0px;
    padding-top: 0px;
}

.datepicker .datepicker-days table tr td{
    border-radius: 20px;
    padding: 8px 10px !important;
}

.datepicker .datepicker-months table tr td span
{
    height: 45px;
    line-height: 45px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover
{
    background-color: #005b96 !important;
    background-image: none !important;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover
{
    background-color: #005b96 !important;
    background-image: none !important;
    border-radius: 20px;
}
.datepicker thead tr:nth-child(2), .datepicker thead tr:nth-child(2) th:focus, .datepicker thead tr:nth-child(2) th:hover{
    background-color: #005b96;
    color: #fff !important;
}

.datepicker thead th{
    border-radius: 0;
    line-height: 1;
}

.datepicker th.next::before {
    background: rgba(0, 0, 0, 0) url("../img/scroll2_arrow_right.png") no-repeat scroll center;
    content: "" !important;
    display: inline-block;
    height: 21px;
    /*margin-right: 5px;*/
    width: 19px;
}

.datepicker th.next{
    content: "" !important;
    border-radius: 0;
}

.datepicker-dropdown.datepicker-orient-left::before{
    display: none;
}

.datepicker-dropdown.datepicker-orient-bottom::after {
    display: none !important;
}
.datepicker-dropdown.datepicker-orient-left::after {
    display: none !important;
}

.datepicker-dropdown.datepicker-orient-bottom::before {
    display: none !important;
}
.datepicker-dropdown.datepicker-orient-left::before {
    display: none !important;
}

.wSelect-options {
    border: 0px !important;
    margin-bottom: 0 !important;
    height: 170px !important;
}

.datepicker th.prev::before {
    background: rgba(0, 0, 0, 0) url("../img/scroll2_arrow_left.png") no-repeat scroll center;
    content: "" !important;
    display: inline-block;
    height: 21px;
    /*margin-left: 5px;*/
    width: 19px;
}

.sidebar-show
{
    position: absolute;
    left: -310px;
    display: table !important;
    width: 320px;
    z-index: 222;
}

.sidebar-show .col-md-4
{
    width: 320px;
    top: -75px;
    left: -10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.right_nav > a.sidebar-active
{
    background-color: #005b96;
}

.right_nav > a.sidebar-active#book::before, .right_nav > a.sidebar-active#newsletter::before,
.right_nav > a.sidebar-active#help::before, .right_nav > a.sidebar-active#search::before {
    background-image: none;
}

.right_nav > a#book.sidebar-active, .right_nav > a#newsletter.sidebar-active, .right_nav > a#help.sidebar-active
, .right_nav > a#search.sidebar-active
{
    background-color: #005b96;
}
.sidebar-show .preishit_banner > .content {
    background-color: #fff;
    padding: 20px 20px;
}

.sidebar-show .banner_girl {
    left: -19px;
    margin-top: 10px !important;
    position: relative;
}

.sidebar-show .mt30
{
    margin-top: 0 !important;
}

.sidebar-show .newsletter-box {
    margin-top: 0px;
    padding: 13px;
    height: 72px;
}

.sidebar-show .preishit_banner > .title.book::before {
    background: rgba(0, 0, 0, 0) url("../img/right_nav_book_a.png") no-repeat scroll right top;
    content: "";
    display: inline-block;
    height: 38px;
    margin-bottom: -10px;
    margin-right: 20px;
    width: 38px;
}

.sidebar-show .preishit_banner > .title.help-info::before {
    background: rgba(0, 0, 0, 0) url("../img/right_nav_help_a.png") no-repeat scroll right top;
    content: "";
    display: inline-block;
    height: 38px;
    margin-bottom: -10px;
    margin-right: 20px;
    width: 38px;
}

.sidebar-show .preishit_banner > .title.search-title::before {
    background: rgba(0, 0, 0, 0) url("../img/right_nav_search_a.png") no-repeat scroll right top;
    content: "";
    display: inline-block;
    height: 38px;
    margin-bottom: -10px;
    margin-right: 20px;
    width: 38px;
}

.sidebar-show .preishit_banner > .title {
    background-color: #005b96;
    color: #fff;
    font-size: 20px;
    padding: 19px 20px 18px;
    font-weight: bold;
    height: 72px;
    cursor: pointer;
}

.lang_fr .navbar-brand {
    float: left;
    font-size: 18px !important;
    height: 50px;
    line-height: 20px;
    padding: 15px 5px !important;
    margin-left: -20px !important;
}

#navigation_title, .topmenu{
    display: none !important;
}

.bx-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
#form_destinations .checkbox label{
    padding-left: 30px;
    font-size: 13px;
}

#form_destinations .checkbox input[type="checkbox"]
{
    margin-left: -30px !important;
}

#form_destinations .checkbox
{
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.bx-wrapper .bx-caption span a {
    color: #fff;
    display: table;
    width: 100%;
}

.wSelect-el
{
    display: none !important;
}

.wSelect-theme-classic.wSelect
{
    padding-bottom: 4px !important;
}

#form_reservation .checkbox-inline
{
    width: 15%;
    padding-left: 25px;
}

#form_reservation .checkbox-inline.last{
    width: 194px;
    margin-left: 5px;
}

#form_reservation .checkbox-inline.last input[type="checkbox"]
{
    margin-top: 10px;
}

@media (min-width: 1010px) {
    .mobile_lang, .mobile_logo, .mobile_search, .mobile_banner, .mobile_container, .card>.image>.card_title, .mobile_show {
        display: none !important;
    }
}

@media (min-width: 1010px) and (max-width: 1024px) {
    .navbar-default#nav2 li > a {
        font-size: 16px !important;
    }

    #slider-hotel, .right_nav{
        display: none;
    }
}

.ipad_show{
    display: none !important;
}

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

.margin-bottom{
    margin-bottom: 40px;
}

@media (min-width: 760px) and (max-width: 770px)
{
    div.select {
        width: 48%;
    }
}

@media (min-width: 760px) and (max-width: 770px)
{
    #slider {
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-bottom: 25px;
    }

    .ipad_hide{
        display: none !important;
    }

    .mobile_hide.ipad_show{
        display: block;
    }

    .nav-justified>li {
        width: 100% !important;
    }

    .group_arrows
    {
        width: 290px;
        float: right;
        display: table;
    }
    .btn_red
    {
        width: 240px;
        display: inline-block;
        margin-right: 0;
        border: none;
        font-weight: bold !important;
    }

    .btn_red_light
    {
        width: 50px;
        display: inline-block;
        margin-left: 0;
        border: none;
    }

    .bxslider-small img.ipad_show , .mobile_show .bxslider-small li {
        /*width: 710px !important;*/
    }

    /*.mobile_show.mobile_hotel .bx-viewport {*/
        /*height: 471px !important;*/
    /*}*/

    .tour-list .tour_catalogs{
        width: 345px !important;
        margin-right: 20px !important;
    }
    .tour-list .tour_catalogs img{
        width: 345px !important;
    }

    .tour-list div.tour_catalogs:nth-child(2n) {
        margin-right: 0px !important;
    }

    .col-xs-6 {
        width: 33.33333333% !important;
    }

    #form_reservation .rice, #form_reservation .baby {
        margin-top: 0px !important;
    }

    #form_reservation .date .ui-input-text{
        width: 100%;
    }

    #search_hotelhits_form .ui-input-text{
        margin: 0 !important;
    }
}

@media (max-width: 1010px) {
    .mobile_show{
        display: block !important;
    }

    .col-md-8 {
        width: 100% !important;
    }
    .navbar-header {
        width: 100%;
    }
    .container>.navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle {
        display: inline-block !important;
    }
    #form_destinations .checkbox label {
        padding-left: 0;
        margin-left: 40px;
    }

    #form_destinations .checkbox input[type="checkbox"]
    {
        margin-left: 0px !important;
    }


    .mt-28 h1 {
        margin-top: 0 !important;
        padding: 5px;
        text-shadow: none !important;
    }

    h2 {
        margin-top: 10px;
    }

    #form_destinations h2 {
        margin-top: 0 !important;
    }

    #navigation_title, .topmenu {
        display: block;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
    .container-fluid>.navbar-collapse
    {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #top_menu ul > li:first-child {
        padding: 10px 0px 6px 6px;
    }

    #top_menu ul > li {
        padding: 14px 0px 0px 6px;
        border-bottom: 1px solid #2088D6;
        border-radius: 3px 3px 3px 3px;
    }

    #top_menu ul li {
        background: none;
        display: block !important;
        width: 100%;
        padding-left: 0px !important;
    }

    #navigation_title {
        background-color: #ffffff !important;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
    }

    #top_menu ul > li > a {
        display: block;

        color: #ffffff;
        float: none;
        text-decoration: none;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        font-size: 16px !important;
        font-weight: bold !important;
        margin-bottom: 6px;
        line-height: 32px;
        padding: 0 !important; /*padding: 14px 10px 6px 6px*/
        /* margin-bottom: 2px !important; */
        vertical-align: middle;
        text-align: center;

    }

    #top_menu ul > li a:hover, #top_menu ul > li:hover {
        background-color: #2088D6 !important;
    }

    .travel_list {
        width: 100%;
    }

    .top_menu_travel_list {
        background-color: #ffffff;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    .top_menu_travel_list .col-md-4 {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top_menu_travel_list a {
        width: 100% !important;
        font-size: 12px;
        text-shadow: none !important;
        font-weight: normal;
        padding: 4px;
    }

    .top_menu_travel_list a:last-child {
        margin-bottom: 0px;
        color: #fff !important;
        text-shadow: none !important;
    }

    .top_menu_travel_list a span {
        display: inline-block;
        font-size: 10px;
        text-shadow: none !important;
    }

    .lang, .destinations .lang {
        top: 12px;
        left: 90px;
    }

    .lang {
        color: #FFFFFF;
        display: block;
        position: absolute;
        font-size: 14px;
        font-weight: normal;
    }

    .lang a {
        color: #FFFFFF !important;
        display: inline !important;
        padding: 0px;
        margin-right: 0px !important;
        font-size: 14px;
        font-weight: normal !important;
    }

    .destinations .lang {
        top: 110px;
    }

    #home_link {
        background-color: #fff;
        color: #035999 !important;;
        padding: 2px 5px;
        margin-right: 5px !important;
        font-weight: bold !important;
    }

    a.long_switcher {
        display: none !important;
    }

    .topmenu .lang {
        position: relative;
        top: 0px;
        left: 0px;
        display: inline;
    }

    .navbar-brand {
        display: none !important;
    }

    .navbar-top, .navbar-default .navbar-brand, .index_title, .index_text, .partner_section, footer > .container,
    .right_nav, #slider-hotel, .mobile_hide, .mobile_hotel  img.mobile_hide {
        display: none !important;
    }

    .card > .image > .card_title, .card > .image > .description > .card_title {
        font-size: 16px;
    }

    h1, h1.mobile.text-left {
        font-size: 16px !important;
        color: #fff !important;
        background-color: #035999;
        text-shadow: none !important;
    }

    h1.mobile {
        display: block;
        background-color: #e2e2e2;
        text-transform: inherit;
        font-weight: 700;
        margin-top: 20px !important;
        padding: 10px;
        text-shadow: none !important;
        color: #005b96 !important;
    }

    h1 > span, h1.mobile > span {
        display: block;
        font-size: 18px;
    }

    body {
        background: -moz-linear-gradient(top, #ffffff 30%, #ffffff 60%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 30%, #ffffff 60%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 30%, #ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    }

    .navbar-default {
        background-color: #00437b !important;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.43);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.43);
    }

    .navbar-default#nav2 li > a {
        color: #fff !important;
    }

    footer {
        -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.43);
        box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.43);
        background-color: #035999 !important;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 500;
    }

    footer .title, footer .phone, footer .mobile_container {
        color: #fff;
        font-weight: normal;
    }

    .navbar-default .nav > li, .navbar-default .nav > li.first_el, .navbar-default .nav > li.uber_el {
        width: 100%;
    }

    .navbar-collapse {
        webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    .navbar-default a {
        color: #fff !important;
        margin-right: 5px;
    }

    .navbar-default a.navbar-toggle{
        margin-right: 10px !important;
    }

    .navbar-default a.mobile_lang:hover, .navbar-default a.mobile_lang:focus {
        background-color: #377ec8 !important;
        text-decoration: none !important;
        text-shadow: none !important;
    }

    .navbar-toggle .icon-bar {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        /* border-radius: 1px; */
    }

    .ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn,
    html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited,
    html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited,
    html head + body .ui-btn.ui-btn-a:visited {
        background-color: #005b96 !important;
        color: #fff;
    }

    .brand {
        /*background: url('../img/mobile_logo.png') no-repeat scroll 0 3px transparent;*/
        padding-left: 0px;
        height: 20px;
        float: right;
        margin-top: 18px;
        width: 206px;
        margin-right: 0 !important;
    }

    .navbar-toggle {
        border: none !important;
        float: left !important;
        margin-left: 0px !important;
        margin-top: 23px !important;
        margin-bottom: 24px !important;
        margin-right: 5px !important;
        padding: 0 !important;
    }

    .ui-btn-corner-all, .ui-btn.ui-corner-all, .ui-slider-track.ui-corner-all, .ui-flipswitch.ui-corner-all,
    .ui-li-count {
        border-radius: 0 !important;

    }

    .ui-panel #dest_select-button {
        background-color: #EEEEEE;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0px;
    }

    .ui-panel #dest_select-button select {
        padding: 6px;
        text-align: left;
        /*display: none;*/
    }

    .ui-panel .preishit_banner {
        margin-top: 0px;
    }

    .ui-panel .preishit_banner > .title {
        background-color: #005b96;
        color: #fff;
        font-size: 20px;
        padding: 20px 20px;
    }

    .ui-panel .preishit_banner > .content {
        padding: 10px;
        background-color: #fff;
    }

    .ui-panel .form-control {
        font-size: 16px !important;
        font-weight: normal;
    }


    #search_hotel .wSelect-theme-classic.wSelect {
        margin-bottom: 0 !important;
    }

    /*.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after,
    .ui-btn-icon-notext:after
    {
        background-image: url("../img/select_arrow.png");
        background-position: 0 center;
        background-repeat: no-repeat;
        height: 6px;
        width: 12px;
    }*/
    #top_menu {
        background-color: #035999;
        margin-top: 0px !important;
        display: block;
    }

    .ui-content
    {
        padding: 15px 0 0 0 !important;
    }

    .back, .ui-page-theme-a a.back:visited {
        font-size: 11px;
        color: #7f7f7f !important;
        display: block;
        margin-top: 15px;
    }

    .ui-page-theme-a .pagination > span.current, .ui-page-theme-a .pagination > span.current:hover,
    .ui-page-theme-a .pagination > span.current:focus {
        color: #005b96 !important;
    }

    .ui-page-theme-a .pagination > a, .ui-page-theme-a .pagination > span, .ui-page-theme-a .pagination > a:visited{
        color: #cacaca !important;
        background-color: transparent !important;
        border: none !important;
        font-size: 18px;
        font-weight: 700;
    }

    .ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited,
    .ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a
    {
        /*color: #fff !important;*/
        font-weight: normal;
    }

    .ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
        text-shadow: none !important;
        font-weight: normal;
        color: #fff;
    }

    .ui-overlay-a p, .ui-page-theme-a p, .ui-page-theme-a .ui-panel-wrapper p {
        color: #333;
    }

    .cards .description p, .cards .description p, .cards .description p
    {
        color: #fff;
    }

    .ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
        font-weight: normal !important;
        color: #fff;
    }

    .pagination > a, .pagination span {
        padding: 6px;
    }

    .pagination {
        margin: 10px 0 !important;
    }

    .btn_red {
        color: #fff !important;
    }

    .mobile_hotel .bx-viewport {
        height: 188px !important;
        background-color: #eee;
    }

    .mobile_hotel .bx-wrapper {
        border: 0;
        margin-left: auto;
        margin-right: auto;
        height: 188px !important;
    }

    .bxslider-small {
        padding-left: 0;
    }

    .bxslider-small img, .bxslider-small li {
        width: 282px;
    }

    .ui-checkbox input, .ui-radio input {
        width: 0 !important;
    }

    .ui-page-theme-a label.ui-btn, html .ui-bar-a label.ui-btn, html .ui-body-a label.ui-btn,
    html body .ui-group-theme-a label.ui-btn, html head + body label.ui-btn.ui-btn-a,
    .ui-page-theme-a .ui-btn:visited, html .ui-bar-a label.ui-btn:visited, html .ui-body-a label.ui-btn:visited,
    html body .ui-group-theme-a label.ui-btn:visited, html head + body label.ui-btn.ui-btn-a:visited {
        background-color: #fff !important;
        color: #555;
        padding: 0 0 0 0px;
        border: 0;
        margin-left: 10px;
    }

    .ui-btn.ui-checkbox-off:after, .ui-btn.ui-checkbox-on:after, .ui-btn.ui-radio-off:after, .ui-btn.ui-radio-on:after {
        display: none !important;
    }

    #form_reservation {
        padding: 20px 15px;
    }

    /*#form_reservation .ui-icon-carat-d {*/
        /*display: none;*/
    /*}*/

    .ui-select .ui-btn
    {
        background-color: #eee !important;
        padding: 0!important;
        text-align: left;
        font-weight: normal;
    }

    .ui-page-theme-a .ui-btn:hover, html .ui-bar-a .ui-btn:hover, html .ui-body-a .ui-btn:hover,
    html body .ui-group-theme-a .ui-btn:hover, html head + body .ui-btn.ui-btn-a:hover,
    .ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn,
    html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited,
    html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited,
    .ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn,
    html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited,
    html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited
    {
        text-shadow: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .ui-select .ui-btn-icon-notext:after, .ui-select .ui-btn-icon-left:after, .ui-select .ui-btn-icon-right:after
    {
        content: "" !important;
        width: 16px;
        height: 16px;
        display: block;
        /*margin-right: -3px;*/
        background: url(../img/select_arrow.png) no-repeat 50% 60%;
    }

    .ui-mobile label, div.ui-controlgroup-label {
        font-size: 12px !important;
    }

    #form_reservation a {
        font-size: 14px !important;
    }

    .input-group.date .ui-input-text, #search_home_form .ui-input-text  {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: 0;
    }

    .input-group-addon {
        padding: 6px;
    }

    .ui-select {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #form_reservation .rice, #form_reservation .baby {
        margin-top: 15px;
    }

    #form_reservation .mb30 {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    #form_reservation .form-control {
        font-size: 13px !important;
    }

    /*#form_reservation .remove*/
    /*{*/
    /*padding: 13px;*/
    /*}*/
    #form_reservation .date .ui-input-text {
        display: table;
    }


    #form_reservation .ui-input-text{
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
    }
    .ui-input-text input, .ui-input-search input {
        min-height: 0 !important;
    }

    .tour_price, .tour_price_light {
        color: #ffffff !important;
    }

    #search_hotel .ui-btn, #search_hotel label.ui-btn {
        font-weight: normal;
        text-align: left;
    }

    body, input, select, textarea, button, .ui-btn {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

    .card > .detales {
        padding: 15px;
    }

    .link {
        margin-top: 16px;
        display: inline-block;
        font-size: 12px;
    }

    .big_card_price {
        font-size: 30px;
    }

    .tour-list .tour_catalogs{
        margin-right: 0;
        width: 100%;
    }
    .tour-list .tour_catalogs img{
        width: 100%;
    }

    .pdf_arrow, .tour-catalog{
        font-size: 12px !important;
    }

    .card {
        width: 100%;
        height: auto;
    }
    .card > .image a .card_title {
        background-color: #005b96;
        padding: 10px 36px 10px 10px;
        font-size: 18px;
        color: #fff !important;
        height: 70px;
        text-align: center;
        justify-content: center;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .card> .image a .card_title:after {
        display: inline-block;
        position: absolute;
        top: 36px;
        right: 20px;
        content: "";
        width: 36px;
        height: 16px;
    }
    .card > .image a .card_title:after {
        background: url("../img/arrow_card_mobile.png") no-repeat top right;
    }

    .card>a.image {
        height: 100px;
    }

    .card>.image>.description>.card_descr {
        height: 125px;
    }

    .card>.image>img{
        height: 125px;
    }
    .tour, .tour_light{
        width: 100%;
    }

    .ui-header{
        position: fixed !important;
        top: 0px;
        height: 60px;
    }

    .ui-page-theme-a a.detales, .ui-page-theme-a a.detales:visited, html .ui-bar-a a.detales:visited, html .ui-body-a a.detales:visited,
    html body .ui-group-theme-a a.detales:visited, .ui-page-theme-a a.detales strong
    {
        color: #000 !important;
    }

    .back, .ui-page-theme-a a.back:visited, html .ui-bar-a a.back:visited, html .ui-body-a a.back:visited,
    html body .ui-group-theme-a a.back:visited, .ui-page-theme-a a.back, html .ui-bar-a a.back, html .ui-body-a a.back,
    html body .ui-group-theme-a a.back {
        /*font-size: 11px;*/
        color: #fff !important;
        display: block;
        margin-top: 15px;
        margin-left: 0;
        padding-top: 8px;
    }

    .ui-page-theme-a .pagination > span.current, .ui-page-theme-a .pagination > span.current:hover,
    .ui-page-theme-a .pagination > span.current:focus {
        color: #005b96 !important;
    }

    .ui-page-theme-a .pagination > a, .ui-page-theme-a .pagination > span, .ui-page-theme-a .pagination > a:visited{
        color: #cacaca !important;
        background-color: transparent !important;
        border: none !important;
        font-size: 18px;
        font-weight: 700;
    }

    .ui-page-theme-a a.red {
        color: #cd0100 !important;
    }

    #slider
    {
        padding-left: 0;
        padding-right: 0;
    }

    #slider .bx-caption .destination-info
    {
        font-size: 24px;
    }

    #slider .bx-caption .destination-price{
        font-size: 14px;
        margin-top: 24px;
    }

    #slider .bx-caption .destination-price .big-price
    {
        font-size: 30px;
    }

    #slider .bx-caption{
        top:0;
        height: 70px;
    }

    #slider .bxslider li, #slider .bx-viewport, #slider .bx-wrapper
    {
        height: 213px;
        width: 100%;
    }

    #slider .bx-wrapper{
        box-shadow: none;
    }
    #slider .bx-wrapper .bx-prev, #slider .bx-wrapper .bx-next{
        top: 30%;
    }

    #slider .bx-wrapper .bx-prev
    {
        left: 3% !important;
    }

    #slider .bx-wrapper .bx-next
    {
        right: 3% !important;
    }

    #slider .bx-wrapper .bx-caption span
    {
        padding: 0px 10px 0px 10px !important;
    }

    #slider .bx-wrapper .bx-caption span.offer {
        display: inline !important;
        margin: 0;
        padding: 0;
        font-size: 12px !important;
        font-family: Roboto;

    }

    #slider .bx-wrapper .bx-caption span.offer.mobile_hide {
        display: none !important;
    }

    #top_menu .tours > div.col-md-4{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 1px;
        padding-bottom: 1px;
        width: 100%;
    }

    .link {
        margin-top: 23px;
    }

    #form_destinations .ui-checkbox{
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .pdf_arrow.ui-link, .pdf_arrow.ui-link:visited{
        color: #000 !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .tour-catalog.ui-link, .tour-catalog.ui-link:visited{
        font-size: 14px !important;
        font-weight: bold !important;
        color: #011a53 !important;
    }

    .hotels-cards>div.col-md-6{
        width: 100%;
    }

    .seo_text .content{
        height: 55px;
        overflow: hidden;
    }

    .seo_text .content.all{
        height: auto;
    }
    .seo_text a.more, .seo_text a.less{
        color: #035999 !important;
    }
}

@media (max-width: 1510px) {
    .hotel_left.wide, .hotel_right.wide {
        display: none;
    }
    .container.narrow {
        display: block;
    }
}

@media (min-width: 1510px) {
    .container.narrow {
        display: none;
    }
}

@media (max-width: 1500px) {
    .hotel_left, .hotel_right {
        display: none;
    }
}
@media (max-width: 1487px) {
    #slider .bx-wrapper .bx-prev
    {
        left: 10%;
    }

    #slider .bx-wrapper .bx-next
    {
        right: 10%;
    }
}


@media (max-width: 1403px) {
    #slider .bx-wrapper .bx-prev
    {
        left: 5%;
    }

    #slider .bx-wrapper .bx-next
    {
        right: 5%;
    }
}

@media (max-width: 1240px) {
    #slider .bx-wrapper .bx-prev {
        left: 70px;
        top: 50%;
    }
    #slider .bx-wrapper .bx-next {
        right: 70px;
        top: 50%;
    }
}

@media (max-width: 1200px) {
    .partner_banner>a>img {
        width: 76%;
    }
    .partner_banner>img {
        width: 20%;
    }

}

@media (max-width: 1177px) {
    #slider-hotel, .right_nav{
        display: none;
    }

    .mobile_slider{
        display: block !important;
    }

    .mobile_slider .bx-wrapper {
        /*height: 458px;*/
        border: none;
    }

    .mobile_slider .ipad_hide{
        display: none;
    }
    .mobile_slider .ipad_show{
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .card {
        width: 100%;
        height: auto;
    }

    #form_reservation .checkbox-inline {
        width: 14%;
    }
}

@media (max-width: 1024px) and (min-width: 771px)
{
    #nav1 .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-top .nav > li{
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 13px;
    }

    .cards .col-md-6{
        width: 49.5%;
    }

    .btn_red, .btn_red_light
    {
        font-size: 16px;
    }

    .tour-list .tour_catalogs{
        width: 300px;
    }
    .tour-list .tour_catalogs img{
        width: 300px;
    }

    #form_destinations .col-sm-6 {
        width: 55%;
    }

    #form_destinations .col-sm-6:last-child {
        width: 45%;
    }
}

@media (max-width: 1010px) {
    .navbar-top .container {
        width: 100%;
        padding: 0 !important;
    }
}
@media (max-width: 991px) {
    .preishit_banner {
        margin-top: 30px;
    }
}

@media (max-width: 970px) {
    .index_title, h1 {
        margin-top: 10px !important;
    }
    .navbar-top .nav > li > a {
        font-size: 12px;
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}

@media (max-width: 1010px)
{
    .card > .image > .description > .card_title{
        display: none !important;
    }

    #form_reservation .checkbox-inline{
        width: 50%;
        margin-left: 25px;
        height: 26px;
        padding-left: 5px;
    }

    #form_reservation .checkbox-inline.last{
        margin-left: 25px;
    }

    #form_reservation .ui-checkbox
    {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 800px) and (min-width: 438px)
{
    #form_reservation .col-xs-6 {
        width: 33.33333333% !important
    }

    #form_reservation .rice, #form_reservation .baby {
        margin-top: 0px;
    }
}
@media (max-width: 374px)
{
    .brand a.home_all_destinations {
        font-family: 'RobotoCondensed';
        font-size: 11px;
        font-weight: bold;
        margin-left: 22px;
        color: #a5b2c5 !important;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        padding-bottom: 5px !important;
    }

    .ui-content{
        padding-top: 15px !important;
    }

    .ui-header{
        position: fixed !important;
        top: 0px;
    }

    .navbar-default a.navbar-toggle {
        margin-right: 5px !important;
    }
    .navbar-default a {
        color: #fff !important;
        margin-right: 0px;
    }

    .navbar-default .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .col-sm-2.catalog a.links {
        font-size: 13px;
    }

    .col-xs-6.catalog:nth-child(2n) {
        padding-left: 0px !important;
    }

    .col-xs-6.catalog:nth-child(2n + 1) {
        padding-right: 0px !important;
    }
}

@media (max-width: 374px)
{
    div.select a {
        font-size: 12px !important;
    }

    .card_price {
        font-size: 18px;
        font-weight: 700;
        margin-top: 18px;
    }

    .datepicker
    {
        left:33px !important;
    }
}


@media (min-width: 768px)
{
    .col-sm-2.catalog {
        width: 20%;
        padding-left: 0px !important;
        padding-right: 15px !important;
    }
}

.col-sm-2.catalog a.links {
    margin: 10px 0;
    background-image: url("../img/catalogue-download.svg");
    background-position: left 3px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 40px;
    color: #005b96 !important
}

.destinations_container h2{
    margin-top:10px !important;
}

#form_destinations .wSelect-theme-classic .wSelect-options {
    height: auto !important;
}

.cookie_disclaimer {
    background-color: #00437b;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000;
}
.cookie_disclaimer a {
    color: #fff;
    text-decoration: underline;
}

.cookie_disclaimer .cookie_disclaimer_OK{
    background-color: #005b96;
    text-decoration: none;
    padding: 5px 15px;
    margin-left: 15px;
    cursor: pointer;
    color: #ffffff;
}
}