/*
Theme Name: 	ImageTours
Description: 	ImageTours
Version: 		1.1
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
    font-family: 'SegoePrint-Bold';
    src: url("fonts/SegoePrint-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/SegoePrint-Bold.woff") format('woff'), url("fonts/SegoePrint-Bold.ttf") format('truetype'), url("fonts/SegoePrint-Bold.svg#SegoePrint-Bold") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello.eot?23944590");
    src: url("fonts/fontello.eot?23944590#iefix") format('embedded-opentype'), url("fonts/fontello.woff?23944590") format('woff'), url("fonts/fontello.ttf?23944590") format('truetype'), url("fonts/fontello.svg?23944590#fontello") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.mt-0{
    margin-top: 0!important;
}
.mt-10{
    margin-top: 10px!important;
}
.mt-20{
    margin-top: 20px!important;
}
.mt-30{
    margin-top: 30px!important;
}
.mt-40{
    margin-top: 40px!important;
}
.mt-50{
    margin-top: 50px!important;
}

.mb-10{
    margin-bottom: 10px!important;
}
.mb-20{
    margin-bottom: 20px!important;
}
.mb-30{
    margin-bottom: 30px!important;
}
.mb-40{
    margin-bottom: 40px!important;
}
.mb-50{
    margin-top: 50px!important;
}

.pt-0{
    padding-top: 0!important;
}
.pt-10{
    padding-top: 10px!important;
}
.pt-20{
    padding-top: 20px!important;
}
.pt-30{
    padding-top: 30px!important;
}
.pt-40{
    padding-top: 40px!important;
}
.pt-50{
    padding-top: 50px!important;
}

.pb-0{
    padding-bottom: 0!important;
}
.pb-10{
    padding-bottom: 10px!important;
}
.pb-20{
    padding-bottom: 20px!important;
}
.pb-30{
    padding-bottom: 30px!important;
}
.pb-40{
    padding-bottom: 40px!important;
}
.pb-50{
    padding-bottom: 50px!important;
}

.pl-0{
    padding-left: 0!important;
}
.pl-10{
    padding-left: 10px!important;
}
.pl-20{
    padding-left: 20px!important;
}
.pl-30{
    padding-left: 30px!important;
}
.pl-40{
    padding-left: 40px!important;
}
.pl-50{
    padding-left: 50px!important;
}

.pr-0{
    padding-right: 0!important;
}
.pr-10{
    padding-right: 10px!important;
}
.pr-20{
    padding-right: 20px!important;
}
.pr-30{
    padding-right: 30px!important;
}
.pr-40{
    padding-right: 40px!important;
}
.pr-50{
    padding-right: 50px!important;
}

.ta-justify{
    text-align: justify!important;
}
.red {
    color: red!important;
}
body {
    padding-top: 156px;
    /*padding-bottom: 20px;*/
    font-family: 'Roboto', sans-serif;
    color: #484848;
}
img.rounded{
    border: 2px solid #fff;
    border-radius: 50%;
}
/* HEADER */
.orange-top-bar {
    height: 23px;
    background-color: #f58220;
    color: #fff;
}
.slogan-top-bar{
    height: 67px;
    border-bottom: solid 2px #979797;
    background-color: #fff;
}
.slogan-top-bar .info div{
    float: left;
    line-height: 70px;
}
.slogan-top-bar .logo{
    line-height: inherit!important;
}
.slogan-top-bar .agency{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0f0f0f;
    padding-right: 6px!important;
}
.slogan-top-bar .slogan {
    font-family: 'SegoePrint-Bold';
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.slogan-top-bar .phone{
    font-size: 29px;
    font-weight: 800;
    color: #3f464b;
    text-decoration: none;
    float: right!important;
    padding-right: 10px !important;
}
.slogan-top-bar .call-icons{
    display: none;
}
.top-menu .navbar-header{
    height: 60px;
}
.navbar-header .nav a{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #1a74d4;
    padding: 22px 28px;
}
.navbar-header .nav li.active a{
    color: #202b3e;
    font-weight: bold;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
    color: #202b3e;
}
.top-menu .nav>li>a:first-of-type{
    padding-left: 0;
}
.top-menu{
    height: 66px;
    background-color: #fff;
}
.top-menu .container{
    padding-left: 12px;
    padding-right: 0;
}
.results > .container{
    padding-right: 0;
}

/* MAIN IMAGE */
.main-image-wrapper{
    background-color: #d9edf7;
    background-size: 100% 100%;
    max-width: 1920px;
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.home .main-image-wrapper{
    height: 590px;
    min-height: inherit;
    background-size: cover;
}
.service.main-image-wrapper{
    height: 520px;
    min-height: inherit;
    background-color:#fff;
}
.main .service.main-image-wrapper{
    background-size: cover;
}
/* MAIN SEARCH BLOCK */
.search-block-wrapper{
    width: 1179px;
    border-radius: 4px;
    /*background-color: #1e1e1e;*/
    /*opacity: 0.7;*/
    background: rgba(30, 30, 30, 0.7);
    box-shadow: 0 2px 4px 0 #00000080;
    padding: 21px 16px 17.9px 16px;
}
.home .search-block-wrapper{
    height: 551px;
}
.inner .search-block-wrapper{
    height: 404px;
    padding-top: 26px;
}
.search-block-wrapper #spa .form-group,.search-block-wrapper #eilat-dead-sea .form-group{
    width: 232px;
}
.search-block-wrapper #spa .form-group.btn-wrapper,.search-block-wrapper #eilat-dead-sea .form-group.btn-wrapper{
    width: 100%;
}
.search-block-wrapper #spa .custom-select,.search-block-wrapper #eilat-dead-sea .custom-select{
    width: 212px;
}
.search-block-wrapper #spa .custom-select select,.search-block-wrapper #eilat-dead-sea .custom-select select,
.search-block-wrapper #spa .custom-select input,.search-block-wrapper #eilat-dead-sea .custom-select input{
    width: 215px;
}
/*.search-tabs-wrapper{padding-top: 21px;}*/
.search-tabs-wrapper .nav-tabs{
    border-bottom:none;
}
.search-block-wrapper .tab-content label{
    font-size: 18px;
    color: #aeb4be;
    margin-bottom: 12px;
}
.nav-tabs>li>a{
    margin-right: 0;
}
.nav-tabs>li>a{
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6.5px 0;
    font-size: 17px;
    font-weight: normal;
    border: none;
    text-align: center;
    color: #ffffff;
}
.nav-tabs>li.active>a{
    font-weight: bold;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover{
    background: rgba(249, 132, 32, 1);
    border: none;
    color: #ffffff;
}
.tab-spa,.tab-excursions,.tab-eilat-dead-sea{
    margin-right: 11px;
}
.tab-tours{
    margin-right: 10px;
    width: 220px;
}
.tab-spa{
    width: 140px;
}
.tab-excursions{
    width: 230px;
}
.tab-eilat-dead-sea{
    width: 236px;
}
.tab-tickets-hotels{
    width: 152px;
    margin-right: 10px;
}
.tab-cruises{
    width: 116px;
}
i.icon{
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin: 0 auto;
}
.inner i.icon{
    display: inline-block;
}
i.icon.ticket, i.icon.hotel{
    margin: 0;
    display: inline-block;
}
i.icon.ticket {
    margin-right: 64px;
}
.search-tabs li a span{
    display: block;
}

/* CONTENT */
.h1 {
    font-size: 34px;
    font-weight: 600;
}
.h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, .home h2 {
    font-size: 34px;
    color: #1d2341;
    font-weight: 600;
}
.only-here{
    margin-top: 15px;
    height: 414px;
}
.only-here h1, .only-here .h1{
    text-transform: uppercase;
}
.only-here .item{
    font-size: 20px;
    color: #485275;
    text-align: center;
    margin-top: 54px;
}
.only-here a{
    text-decoration: none;
    color: #455078;
}
.icon-wrapper{
    width: 111px;
    height: 111px;
    object-fit: contain;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #13173025;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
}
.icon-wrapper img{
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
    object-fit: contain;
}
.home-slider{
    height: 416px;
    margin-top: 76px;
    background-color: #1d2341;
}
.home-slider .carousel-inner{
    min-height: 400px;
}
.home-slider .slide .item{
    margin-top: -117px;
    width: 1179px;
}
.home-slider .slide .item .caption{
    position: relative;
    background: url(images/rectangle_13.png) no-repeat;
    top: 180px;
    color: #fff;
    width: 744px;
    height: 143px;
    object-fit: contain;
    opacity: 0.9;
    padding-left: 66px;
    padding-top: 18px;
    line-height: 40px;
}
.slide .item .caption h1, .slide .item .caption .h1{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.slide .item .caption p{
    font-size: 24px;
    margin: 0;
}
.slide .item .caption a{
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.home-slider .slide .item img{
    width: 1179px;
    height: auto;
}
.home-under-slider{
    height: 115px;
    background-color: #f5f4f9;
    font-size: 20px;
    color: #1d2341;
    padding-top: 32px;
}
.home-under-slider span {
    display: inline-block;
    vertical-align: middle;
}
.under-slider-info{
    height: 56px;
}
.text-right.under-slider-info{
    padding-top: 12px;
}
img.check{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 7px;
}
.hot{
    border-bottom: 1px solid #e4e5ea;
    padding-bottom: 60px;
    padding-top: 60px;
}
.home-featured.hot .item .info{
    padding: 0 26px;
}
.home-hot-excursions{
    padding-top: 32px;
}
.see-all-wrapper{
    margin-bottom: -25px;
    padding-right: 22px;
    position: relative;
    z-index: 1;
}
a.see-all{
    font-size: 18px;
    font-weight: bold;
    color: #3887dc;
    text-decoration: none;
}
.home-hot-excursions .item{
    margin-top: -42px;
    padding: 0;
}
.home-hot-excursions .caption{
    position: relative;
    width: 280px;
    height: 85px;
    top: 108px;
    background: url(images/rectangle_14.png) no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 32px;
    padding-top: 5px;
}
.home-hot-excursions.banners img.block-image {
    min-height: 253px;
    width: 380px;
}
.home-hot-excursions .caption a{
    color: #fff;
    text-decoration: none;
}
.home-hot-excursions .caption h4, .home-hot-excursions .caption .h4{
    margin-top: 0!important;
    font-weight: bold;
}

.home-hot-tours .item{
    width: 380px;
    height: 470px;
    background-color: #ffffff;
    border: solid 1px #e4e5ea;
    margin-top: 40px;
    padding: 0;
    margin-right: 22px;
    line-height: 1.5;
}
.home-hot-tours .image-wrapper img,.home-hot-spa .image-wrapper img{
    width: 379px;
}
.home-hot-tours .info{
    font-size: 18px;
    font-weight: bold;
    padding-left: 21.5px;
    padding-right: 21.5px;
    line-height: 1.5;
    margin-top: -81px;
}
.home-hot-tours .info span,.home-hot-spa .info span{
    display: block;
    padding: 2px 0 2px 0;
}
.home-hot-tours .info .places{
    color: initial;
    font-weight: 500;
    border-bottom: solid 1px #d8d6d6;
}
.home-hot-tours .info .dates{
    color: #455078;
    font-weight: normal;
}
.home-hot-tours .image-wrapper .price{
    width: 165px;
    height: 81px;
    opacity: 0.81;
    background-color: #ffffff;
    position: relative;
    bottom: 81px;
    left: 214px;
    padding-right: 24px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: #f5821f;
    padding-top: 8px;
}
.home-hot-tours .image-wrapper .price span{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #455078;
    display: block;
}
.home-hot-tours .info .see-all-wrapper{
    position: absolute;
    bottom: 32px;
}

.home-hot-spa .item {
    width: 380px;
    height: 390px;
    background-color: #ffffff;
    border: solid 1px #e4e5ea;
    margin-top: 40px;
    padding: 0;
    margin-right: 22px;
    line-height: 1.5;
}
.home-hot-spa .image-wrapper img{
    height: 228px;
}
.home-hot-spa .info {
    font-size: 18px;
    font-weight: bold;
    padding-left: 21.5px;
    padding-right: 21.5px;
    line-height: 1.8;
    padding-top: 30px;
}
.home-hot-spa .info .place {
    color: #3385df;
    font-weight: normal;
}
.home-hot-spa .info .price{
    font-size: 30px;
    font-weight: bold;
    color: #f5821f;
    float: right;
    padding: 0;
    line-height: 38px;
    text-align: right;
}

.home-featured .see-all-wrapper{
    margin-bottom: 16px;
}
.home-featured .item{
    width: 1179px;
    height: 220px;
    background-color: #ffffff;
    border: solid 1px #e4e5ea;
    margin-bottom: 20px;
    padding: 0;
}
.home-featured .image img{
    height: 219px;
}
.home-featured .item .image{
    margin-left: -15px;
}
.home-featured .info h3{
    font-size: 20px;
    font-weight: bold;
    color: #0f0f0f;
}
.home-featured .info .excerpt{
    height: 124px;
    font-size: 18px;
    color: #484848;
}

.home-about-us{
    height: 443px;
    /*background-color: #349ed6;*/
    color: #fff;
    padding-top: 42px;
    background: url("images/footer-aboutus-bg.jpg") no-repeat left;
    background-size: inherit;
}
.home-about-us h1{
}
.home-about-us .item{
    margin-top: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #484848;
}
.home-about-us .text{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #484848;
    padding-left: 0;
    padding-right: 136px;
}
.home-about-us .text p{
    padding-bottom: 14px;
}
.home-about-us .on-facebook{
    width: 286px;
    height: 154px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.text-under{
    background-color: #F4F6F8;
    /*min-height: 300px;*/
}
/**/
.page-template-default .content{
    padding-bottom: 20px;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
/* FOOTER */
.footer{
    height: 367px;
    background-image: url(images/footer-bg.png);
    background-size: 100% 100%;
    max-width: 1920px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.9;
    /*min-height: 100%;
    min-height: 100vh;*/
    background-color: #172d46;
}
.home .footer{
    margin-top: -20px;
}
.footer .widget-title{
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: normal;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}
.footer #text-3
{
    margin-top: 42px;
}
.footer #text-3 p{
    margin-bottom: 0;
}
.footer #text-4{
    margin-top: 25px;
    margin-left: 54px;
}
.footer #text-4 .widget-title{
    display: none;
}
.footer #text-4 .textwidget img{
    height: auto;
    width: 216px;
}
.footer #text-4 .join-image-club{
    margin-top: -46px;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
}
.footer #text-4 .join-image-club .btn{
    margin-top: 16px;
}
.footer .widget li{
    list-style: none;
    margin-left: -40px;
}
.footer .widget a{
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
}
.footer .widget a:hover{
    text-decoration: none;
}
.footer #text-11 img{
    margin-bottom: -20px;
}
.footer .col-md-3:first-of-type{
    padding-left: 0;
}
.padding-right-0{
   padding-right: 0;
}
/* SEARCH BLOCK*/
.search-wrapper{
    margin-top: 53px;
    margin-left: -15px;
    margin-right: -15px;
}
#tickets-hotels .search-wrapper{
    margin-top: 40px;
}
.inner .search-wrapper{
    margin-top: 18px;
    height: 214px;
}
.form-title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#spa .search-wrapper{

}
.search-wrapper label{
    font-size: 18px;
    color: #aeb4be;
    margin-bottom: 12px;
}
.search-block-wrapper .info > div{
    color: #fff;
}
.consultants{
    height: 189.8px;
    margin-top: 34px;
}
.inner .consultants{
    height: 117px;
    margin-top: 0;
}
.consultants:after{
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    height: 60%;
    width: 1px;
    background: #979797;
}
.consultants img{
    width: 76.2px;
    height: 76.3px;
}
.consultant{
    margin-top: 6px;
    width: 29.5%;
}
.consultant .name,.consultant .phone{
    font-size: 18px;
    font-weight: bold;
}
.consultant .phone{
    color: #3385df;
}

.image-club{
    margin-top: 66px;
    padding-left: 21px;
}
.inner .image-club{
    height: 117px;
    margin-top: 0;
}
.image-club a.btn-flat-blue{
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3887dc;
}
.inner .image-club img{
    /*margin-top: -4px;*/
}
.search-block-wrapper.inner .info{
    height: 117px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: -14.8px;
}
/* SERVICES */
.content.service .no-dates{
    color: red;
    font-size: 18px;
}
.content.service .results{
    padding-top: 28px;
}
.content.service .results .list, .content.service .results .side,.results .side-filters{
    margin-top: 16px;
    margin-bottom: 30px;
}

.content.service.tours .results .col-md-9.list,
.content.service.spa .results .col-md-9.list,
.content.service.excursions .results .col-md-9.list
{
    width: 73.5%;
}
.content.service .side,
.single-items .side{
    background-color: #0079a9;
    margin-bottom: 60px;
    width: 270px;
    padding: 0;
}
.results .side-filters{
    border: solid 1px #aeb4be;
}
.service.tours .results > .container,
.service.spa .results > .container,
.service.excursions .results > .container
{
    padding-right: 17px;
}
.service.tours .results .side-filters,
.service.spa .results .side-filters,
.service.excursions .results .side-filters
{
    margin-left: 17px;
}
.single-items .side .image{
    max-width: 270px;
}
.single-items .side .image img{
    width: 100%;
    height: auto;
}
.content.service .side .text, .single-items .side .text{
    margin-top: -22px;
    padding: 0 22px 30px;
    color: #fff;
}
.list .item{
    height: 178px;
    border: solid 2px #aeb4be;
    margin-bottom: 6px;
}
.list .item .content{
    padding-right: 0px;
}
.list .item .image{
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.list .item img{
    width: 208px;
    height: 157px;
    margin-left: 12px;
}
.list .item .info-block{
    padding-top: 8px;
}
.list .item .info-block .name{
    font-size: 22px;
    font-weight: bold;
    color: #3887dc;
    padding-top: 10px;
    line-height: 24px;
}
.list .item .info-block .name a:hover{
    text-decoration: none;
}
.list .item .dates{
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #0f0f0f;
}
.list .item .info-block .details,.list .item .info-block .place,.list .item .price-block .price,.single-header .price-block .price{
    font-size: 18px;
    color: #484848;
}
.list .item .price-block .price{
    font-size: 22px;
    font-weight: bold;
}
.list .item .price.regular{
    text-decoration:line-through;
}
.list .item .info-block .details span,
.list .item .info-block .place span{
    display: block;
}
.list .item .info-block .details{
    font-size: 14px;
    line-height: 17px;
    padding: 0;
}
.single-header .price-block .price{
    color: #efefef;
}
.list .item .price-block{
    padding-top: 20px;
    line-height: 1.3;
}

.list .item .price-block .price-image-club, .single-header .price-block .price-image-club{
    color: #3887dc;
    font-size: 22px;
    font-weight: bold;
}
.image-club-text{
    font-size: 18px;
    display: block;
    line-height: 1.8;
}
.list .item .price-block .price-image-club .discount-tip{
    font-size: 14px;
    display: block;
}

.results .btn-order-wrapper{
    padding-top: 2px;
}
.btn-order-wrapper .btn.custom.small{
    width: 110px;
    height: 49px;
}
.page-link.btn{
    width: 125px!important;
}
a.btn span {
    line-height: 38px;
}
/* CUSTOM SEARCH */
.btn-wrapper{
    margin-top: 16px;
}
.btn.custom{
    width: 164px;
    height: 57px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.btn.custom.small{
    width: 148px;
    height: 36px;
    line-height: 22px;
}
.btn.custom.auto{
    width: auto;
}
.search-block-wrapper .btn.custom.small{
    padding: 0;
    text-align: left;
}
.btn-blue{
    background-color: #3f94ee;
    box-shadow: 0 1px 10px 0 #00000043;
}
.btn-orange{
    background-color: #f58220;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.26);
}
.btn-gray{
    background-color: #9ea3ab;
}
.search-wrapper .btn-wrapper .btn{
    float: right;
}
.single-spa .side-meta .price-block .btn.custom,
.single-tour .side-meta .price-block .btn.custom
{
    height: 51px;
    padding: 0 28px;
}
.custom-select {
    position: relative;
    display: block;
}
.custom-select select,.custom-select input {
    width: 365px;
    height: 57px;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 #00000043;
    border: solid 1px #cdcdcd;
    display: inline-block;
    padding: 4px 3px 3px 5px;
    margin: 0;
    font-size: 20px;
    outline:none;
    line-height: 1.2;
    background: #fff;
    -webkit-appearance:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #484848;
}
.tours-search .custom-select select{
    width: 267px;
}
.tours-search #tour-type{
    width: 169px;
}
.tours-search .datepicker-tours{
    width: 184px!important;
}
.pages-number .form-group{
    padding: 0;
}
.pages-number .custom-select select{
    width: 108px;
}
.service.tours .pages-number .custom-select select{
    width: 104px;
}
.pages-number .custom-select:after{
    right: 40px;
    padding: 0 11.5%;
}
.order .custom-select select,
#tour-date{
    color: #484848;
}
.order .form-control[readonly]{
    background-color: #fff;
}
.order input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #484848;
    opacity: 1; /* Firefox */
}

.order input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #484848;
}

.order input::-ms-input-placeholder { /* Microsoft Edge */
    color: #484848;
}
.search-wrapper .custom-select input#tour-date,
.search-wrapper .custom-select input#tour-date-from,
.search-wrapper .custom-select input#tour-date-to{
    width: 252px;
}
.custom-select select#tour-date-range{
    width: 150px;
}
.form-group.tour-date-range-wrapper{
    padding-left: 34px;
}
.tour-date-range-wrapper label, .search-block-wrapper .tab-content .tour-date-range-wrapper label{
    margin-bottom: 32px;
}
#tour-date-range{
    padding-left: 30px;
}
.col-md-2.tour-date-wrapper{
    padding-right: 0;
    padding-left: 0;
}

/*.custom-select input{
    height: 57px;
    font-size: 20px;
    outline: none;
    line-height: 1.2;
    color: #aeb4be;
}*/
.custom-select select:focus {
    -webkit-box-shadow: 0 0 2px 1px #3f94ee;
    -moz-box-shadow: 0 0 2px 1px #3f94ee;
    box-shadow: 0 0 2px 1px #3f94ee;
}
.custom-select:after {
    content: "▼";
    width: 55px;
    position: absolute;
    top: 1px;
    right: -2px;
    bottom: 1px;
    font-size: 110%;
    line-height: 52px;
    padding: 0 5.5%;
    background: #3f94ee;
    color: white;
    pointer-events:none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
#tours .custom-select:after{
    padding: 0 7.5%!important;
}
#tours .custom-select.tour-type:after{
    padding: 0 11.5%!important;
}
#tours .custom-select.date-range:after{
    padding: 0 14.5%!important;
}
#tours .custom-select.date:after{
    padding: 0 8.5%;
    right: 13px;
}
.inner .custom-select:after, .order .custom-select:after{
    background: #9ea3ab;
}
.search-block-wrapper #spa .custom-select:after, .search-block-wrapper #eilat-dead-sea .custom-select:after{
    padding: 0 9.5%;
}
.search-block-wrapper #spa .custom-select.date:after{
    padding-top: 19px;
}
.search-block-wrapper #spa .custom-select.date.mobile:after,
.search-block-wrapper #spa .custom-select.date:after
{
    padding-top: 0!important;
}
.custom-select.date:after {
    content: url("images/date.png");
    line-height: 62px;
}
.no-pointer-events .custom-select:after {
    content: none;
}
.ui-datepicker-header.ui-widget-header,.ui-datepicker-title select{
    background: #fff;
}
.ui-datepicker.ui-widget.ui-widget-content{
    width: 304px;
}
.ui-datepicker-calendar a.ui-state-default{
    color: #000;
    background: #fff;
}

/* SINGLE */
.single .single-title h1,.single h2{
    font-size: 27px;
    font-weight: 500;
    color: inherit;
}
.single .single-title{
    padding: 0;
}
.single .single-header{
    padding-left: 26px;
    margin-bottom: 32px;
}
.single.single-tour .single-header,.single.single-spa .single-header,.single.single-excursion .single-header, .single.single-eilat-deadsea .single-header{
    margin-bottom:0;
}
.single.single-tour .single-info,.single.single-spa .single-info,.single.single-excursion .single-info, .single.single-eilat-deadsea .single-info{
    margin-bottom: 22px;
}
.single .page-image-wrapper{
    margin: 0;
    width: 853px;
    height: 450px;
}
.single-excursion .single .page-image-wrapper{
    position: relative;
}
.single-header .page-content{
    height: auto;
    opacity: 0.9;
    background-color: #ffffff;
    border-left: 8px solid #f98420;
    margin-top: 29px;
    margin-left: 31px;
    margin-bottom: 39px;
    color: #484848;
    padding: 16px 24px 16px 16px;
    overflow-y: auto;
}
.single-excursion .single-header .page-content,
.single-tour .single-header .page-content,
.single-spa .single-header .page-content
{
    position: absolute;
    bottom: 22px;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 408px;
}
.single-spa .single-header .page-content,.single-excursion .single-header .page-content{
    width: 493px;
    font-size: 14px;
}
.single-tour .single-header .page-content, .single-eilat-deadsea .single-header .page-content{
    width: 566px;
    font-size: 13px;
}
span.list-dash{
    float: left;
}
.single .side-meta{
    margin: 0;
    width: 326px;
    height: 450px;
    background-color: #1d2341;
}
.single .side-meta .items{
    min-height: 222px;
    font-size: 16px;
    color: #ffffff;
    padding: 20px 10px;
}
.single.single-spa .side-meta .items .item{
    line-height: 24px;
}
.single .side-meta .item.tour-title,
.single .side-meta .item.tour-dates{
    margin-bottom: 10px;
}
.single .side-meta .price-block{
    width: 183px;
}
.single.single-spa .side-meta .price-block{
    width: auto;
}
.single.single-spa .side-meta .price-block .btn-order-wrapper{
    padding-top: 8px;
}
.single .single-items h4{
    margin-bottom: 48px;
}
.single-tour .single-info .row,.single-spa .single-info .row, .single-excursion .single-info .row, .single-eilat-deadsea .single-info .row{
    display: table;
    padding-left: 11px;
}
.single-tour .tour-program,
.single-tour .tour-gallery,
.single-spa .spa-details,
.single-spa .spa-gallery,
.single-excursion .excursion-details,
.single-excursion .excursion-gallery,
.single-eilat-deadsea .eilat-deadsea-details,
.single-eilat-deadsea .eilat-deadsea-map
{
    border: solid 1px #d8d6d6;
}
.single-tour .tour-program, .single-spa .spa-details,.single-excursion .excursion-details,.single-eilat-deadsea .eilat-deadsea-details{
    width: 853px;
    border-right: none;
    color: #484848;
    font-size: 13px;
    padding-top: 16px;
    padding-left: 48px;
    padding-bottom: 30px;
    display: table-cell;
    float: none;
    vertical-align: top;
}
.single-tour .tour-program .tour-program-title{
    color: #3887dc;
    font-weight: bold;
    text-transform: uppercase;
}
.tour-program p:not([style='text-align: center;']) strong{
    color: #1a74d4!important;
    text-transform: uppercase;
}
.tour-program-description{
    padding-bottom: 10px;
}
.single-tour .tour-gallery,.single-spa .spa-gallery,.single-excursion .excursion-gallery,.single-eilat-deadsea .eilat-deadsea-map{
    padding-top: 16px;
    padding-bottom: 8px;
    width: 326px;
    float: none;
    display: table-cell;
}
.single-tour .tour-gallery-image,.single-spa .tour-gallery-image, .single-excursion .tour-gallery-image,.single-eilat-deadsea .tour-gallery-image{
    margin-bottom: 8px;
}

/* ORDER */
.order h2.order-title{
    font-size: 27px;
    font-weight: normal;
}
.order .content{
    padding-bottom: 60px;
}
.order form{
    font-size: 18px;
}
.order .service-info{
    height: 173px;
    padding-left: 30px;
    padding-top: 36px;
    background-color: #1d2341;
    color: #fff;
    margin-top: 30px;
}

.order .service-info .custom-select.date {
    width: 218px;
}
.order .service-info .custom-select.date:after{
    height: 55px;
    top: inherit;
    line-height: 60px;
    padding: 0 8.5%;
}
.order .service-info .custom-select input{
    width: 220px;
}

.order .service-info .select-guests-wrapper {
    width: 159px;
}
.order .service-info .select-guests-wrapper select{
    width: 132px;
}
.order .service-info .select-guests-wrapper .custom-select:after{
    padding: 0 12.5%
}
.order .service-info .prices{
    padding-top: 16px;
}
.order .service-info .prices>div{
    line-height: 40px;
}
.order .guests-info .tip{
    padding: 10px 0;
}
.order form .guest{
    height: 156px;
    background-color: #fafafa;
    border: solid 1px #d7d7d7;
    padding: 30px 20px 30px 21px;
    margin-bottom: 10px;
}
.order form .guest .form-group{
    display: inline-block;
    margin-right: 13px;
}
.order form .form-group label{
    font-weight: normal;
    color: #9b9b9b;
}
.order form .form-group input{
    height: 57px;
    font-size: inherit;
    box-shadow: none;
}
.order form .guest .counter{
    width: 18px;
}
.order form .guest .title{
    width: 97px;
}
.order form .guest .title select{
    width: 101px;
    box-shadow: none;
}
.order form .guest .title .custom-select:after{
    padding: 0 16.5%;
}
.order form .guest .birth-date .custom-select:after,
.order form .guest .id-expiration .custom-select:after
{
    height: 55px;
    top: inherit;
    line-height: 62px;
    padding: 0 10.5%;
}
.order form .guest .last-name,
.order form .guest .first-name,
.order form .guest .birth-date,
.order form .guest .id-expiration
{
    width: 170px;
}
.order form .guest .birth-date input,
.order form .guest .id-expiration input{
    width: 174px;
}
.order form .guest .last-name{

}
.order form .guest .first-name{

}
.order form .guest .birth-date{

}
.order form .guest .id-number{
    width: 210px;
}
.order form .guest .id-expiration{

}
.order .contact-info{
    margin-top: 50px;
}
.order .contact-info .contact-info-fields{
    padding-top: 20px;
    padding-bottom: 20px;
}
.order .contact-info .form-group{
    width: 220px;
    margin-right: 34px;
    display: inline-block;
}
.order .contact-info .form-group.contact-notes{
    width: 401px;
    margin-right: 0;
}
.order form .agreement{
    padding-bottom: 30px;
}
.order .btn-order-wrapper{

}

/* TRIP-TOP*/
#triptop-yestravel .tt-content-wrapper .tt-content-menu {
    margin-left: -55px !important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search {
    padding: 10px 18px !important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-menu ul li{
    color: #fff!important;
    max-width: inherit!important;
    padding-top: 0!important;
    font-size: 20px!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-date-options .tt-search-form-left-field, #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations .tt-search-form-left-field, #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates .tt-search-form-left-field, #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-options .tt-search-form-left-field
{
    display: inline-block!important;
    width: 48%!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations
{
    width: 50%!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-date-options .tt-search-form-left-field, #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations .tt-search-form-left-field, #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates .tt-search-form-left-field, #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-options .tt-search-form-left-field {
    position: relative;
    margin: 10px 4px 10px 0!important;
}
.btn.btn-orange.tt-search-form-submit{
    width: 164px!important;
    height: 57px!important;
    border-radius: 3px!important;
    font-size: 20px!important;
    color: #fff!important;
    font-weight: bold!important;
    line-height: 22px!important;
    padding: 6px 18px!important;
    background-color: #3f94ee!important;
}
.tt-search-form-options{
    color: #fff;
}
.tt-search-form-options input[name='isDirect'],
.tt-search-form-options input[name='isDirect'] + span{
    display: none;
}
.tt-search-flights-form .btn{
    position: absolute!important;
    left: 222px!important;
    bottom: 8px!important;
}
.tt-search-packages-form .btn,
.tt-search-hotels-form .btn
{
    position: absolute!important;
    left: 16px!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form input[type="text"], #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form select[ui-destination], #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-left-field select
{
    padding: 12px 18px!important;
    padding-left: 16px!important;
    border-radius: 3px;
    -webkit-border-radius: 3px!important;
    height: 57px!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations i,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates i
{
    background-color: #3887dc!important;
    width: 52px!important;
    height: 53px!important;
    top: 2px!important;
    left: 220px!important;
}
.flights-hotels #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations i,
.flights-hotels #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates i
{
    background-color: #9ea3ab!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-locations,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-dates,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-locations,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-dates
{
    width: 41%!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-options,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-options
{
    width: 18%!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-options .tt-search-form-left-field,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-options .tt-search-form-left-field
{
    width: 90%!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-dates i,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-locations i,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-dates i,
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-locations i
{
    left: 170px!important;
}
#cyberLink .cl_widget_body td .cl_top_table
{
    width: 890px!important;
}
#cyberLink .cl_widget_body div.shortblock_header
{
    height: 22px!important;
}
#cyberLink .cl_widget_body div.shortblock_header div
{
    font-size: 16px!important;
    line-height: 20px!important;
}
#cyberLink .cl_widget_body div.shortblock div {
    font: inherit!important;
    font-size: 13px!important;
}
#triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form select{
    background-color: #fff!important;
}
.tt-active{
    text-decoration: underline!important;
}
#triptop-yestravel .tt-content-wrapper {
    color: #fff;
}

.ui-datepicker .ui-widget-header{
    border: none;
}
.ui-datepicker .ui-datepicker-header .ui-state-disabled{
    display: none;
}
.ui-widget-header .ui-icon,
.ui-state-hover .ui-icon{
    background-image: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover{
    background: #0265b8;
    border-radius: 50%;
    text-decoration: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
    right: 1px;
    top: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
    left: 1px;
    top: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{
    content: '〉';
    position: relative;
    color: #fff;
    top: 4px;
    left: 11px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{
    content: '〈';
    position: relative;
    color: #fff;
    top: 4px;
}
a.ui-datepicker-next:hover,
a.ui-datepicker-prev:hover{
    text-decoration: none;
}
.ui-datepicker select.ui-datepicker-month{
    border: none;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.ui-datepicker-calendar a.ui-state-default {
    color: #3f94ee;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: none;
}
.ui-datepicker td {
    padding: 2px;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    background: #fff;
    text-align: center;
}
.ui-datepicker .ui-datepicker-header {
    margin-top: 2px;
}
/*.ui-datepicker .ui-datepicker-current-day{
    width: 30px;
}*/
.ui-datepicker .ui-state-active,
.ui-datepicker .spa-in a{
    border-radius: 50%;
    border: 1px solid #3f94ee;
    width: 26.6px;
    margin: 0 auto;
    text-align: center;
}

.ui-datepicker-calendar .spa-in a{
    background-color: #3f94ee;
    color: #fff;
}
/* TRIP-TOP END */
/*.top-menu-mobile-wrapper, .top-icons{
    display: none;
}*/

.feedback-form, .feedback-form input, .feedback-form textarea, .feedback-form h3{
    text-align: center!important;
}
.feedback-form h3{
    text-transform: uppercase;
}
.top-menu-mobile-wrapper{
    display: none;
}
/* side-filters*/
.side-filters{
    /*background-color: #f9f9f9;*/
}
.side-filters .block-wrapper{
    background: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}
.side-filters .block-title{
    border-top: solid 1px #aeb4be;
    border-bottom: solid 1px #aeb4be;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    color: #484848;
    padding: 15.5px 0;
    background-color: #f9f9f9;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
}
.side-filters .block-wrapper:first-of-type .block-title{
    border-top: none;
}
.side-filters .block-content{
    background: #fff;
    padding-top: 21px;
}
.side-filters .feedback input{
    height: 49px;
}
.side-filters .filter-item.checkbox label{
    padding: 0;
    min-height: 26px;
}
.side-filters .filter-item.checkbox .checkbox-label{
    padding-left: 12px;
}
.side-filters .filter-item.checkbox input[type=checkbox]{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: unset;
    margin-top: unset;
}
.side-filters .filter-item.checkbox+.checkbox{
    margin-top: 0;
}
/* custom checkbox*/
.side-filters .filter-item input[type='checkbox'] {
    margin-top: -30px;
}

.side-filters .filter-item input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}
.side-filters .filter-item input[type='checkbox']:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    position: absolute;
    cursor: pointer;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    font-size: 18px;
    border: 1px solid #aeb4be;
    background: #fff;
}
.side-filters .filter-item input[type='checkbox']:checked:after {
    background: #fff;
    content: '\2714';
    color: #9ea3ab;
}
.show-mobile{
    display: none!important;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom-select select {
        padding-right:30px;
    }
}
/* Media queries */
@media (min-width: 1200px) {
    .container {
        width: 1215px;
    }
    .home .container {
        width: 1209px;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 1179px;
    }
    .navbar .container{
        padding-right: 8px;
        padding-left: 8px;
    }
    .slogan-top-bar .info div{
        padding-right: 2px;
    }
}

@media only screen and (max-width: 1024px) {
    .col-md-3 {
        width: 30%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-md-9 {
        width: 70%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .container {
        width: 1004px;
    }
    .top-menu .container{
        width: 1018px;
    }
    .navbar .container{
        margin: 0;
    }
    .slogan-top-bar .call-icons {
        display: inline-block;
        float: right!important;
    }
    .slogan-top-bar .slogan{
        font-size: 12px;
    }
    .slogan-top-bar .agency{
        padding-right: 10px!important;
    }
    .slogan-top-bar .call-icons .phone{
        display: inline-block;
    }
    .slogan-top-bar .phone{
        display: none;
    }
    .slogan-top-bar .call-icons img {
        width: 34px;
    }
    .slogan-top-bar .call-icons .whatsapp img {
        width: 39px;
    }
    .search-block-wrapper {
        width: 100%;
    }
    .navbar-header .nav a{
        font-size: 16px;
        padding: 21px 10px;
    }
    .top-menu .nav>li:last-of-type a{
        padding-right: 0;
    }
    .home .main-image-wrapper {
        height: 444px;
    }
    .home .search-block-wrapper {
        height: auto;
    }
    .form-title .icon{
        margin-right: 6px;
        float: left;
    }
    .custom-select select, .custom-select input {
        width: 307px;
        font-size: 18px;
    }
    .search-wrapper .custom-select input#tour-date,
    .search-wrapper .custom-select input#tour-date-from,
    .search-wrapper .custom-select input#tour-date-to {
        width: 155px;
    }
    .home-featured .item{
        width: 100%;
    }
    .only-here .item {
        width: 25%;
    }
    .home-hot-excursions {
        text-align: center;
    }
    .home-hot-excursions h1{
        text-align: left;
    }
    .home-hot-excursions .caption {
        left: 56px;
        text-align: left;
    }
    .home-hot-tours .items-wrapper,
    .home-hot-spa .items-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-hot-tours .item:first-of-type,
    .home-hot-spa .item:first-of-type{
        margin-right: 112px
    }
    .home-hot-excursions.banners img.block-image {
        width: 378px;
    }
    .home-hot-tours.banners .item{
        margin-right: 80px;
        margin-left: 42px;
    }
    .custom-select select#tour-date-range {
        width: 121px;
    }
    .list .item .dates {
        font-size: 16px;
    }
    .list .item .info-block .name {
        font-size: 18px;
        padding-top: 0;
        line-height: 23px;
    }
    .list .item .info-block .place{
        width: 45%;
    }
    .list .item .info-block .details {
        width: 55%;
    }
    .pages-number .custom-select:after {
        right: 6px;
    }
    .single .page-image-wrapper,
    .single-tour .tour-program,
    .single-spa .spa-details,
    .single-excursion .excursion-details,
    .single-eilat-deadsea .eilat-deadsea-details{
        width: 70%;
    }
    .single .side-meta,
    .single-tour .tour-gallery,
    .single-spa .spa-gallery,
    .single-excursion .excursion-gallery,
    .single-eilat-deadsea .eilat-deadsea-map{
        width: 30%;
    }
    .search-block-wrapper #spa .form-group,
    .search-block-wrapper #eilat-dead-sea .form-group {
        width: 20%;
    }
    .search-block-wrapper #spa .custom-select,
    .search-block-wrapper #eilat-dead-sea .custom-select
    {
        width: 180px;
    }
    .search-block-wrapper #spa .custom-select select,
    .search-block-wrapper #eilat-dead-sea .custom-select select,
    .search-block-wrapper #eilat-dead-sea .custom-select input,
    .search-block-wrapper #spa .custom-select input{
        width: 183px;
    }
    .ipad .search-block-wrapper #spa .custom-select.date:after {
        padding-top: 19px!important;
    }
    .list .item .price-block .price-image-club{
        font-size: 20px;
        line-height: 1.2;
    }
    .single-spa .single-info .row{
        width: 1004px;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates i
    {
        left: 178px!important;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-locations i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-dates i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-locations i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-dates i
    {
        left: 136px!important;
    }

    .order form .guest {
        height: 254px;
    }
    .order form .guest .form-group {
        margin-right: 30px;
    }
    .order form .guest .form-group.counter{
        margin-right: 0;
    }
    .order form .guest .id-number{
        margin-left: 20px;
    }
    .order form .guest .last-name,
    .order form .guest .first-name,
    .order form .guest .birth-date,
    .order form .guest .id-expiration,
    .order form .guest .id-number{
        width: 224px;
    }
    .guests-info .custom-select.date:after{
        right: 51px;
    }
    .order form .guest .birth-date .custom-select:after,
    .order form .guest .id-expiration .custom-select:after {
        padding: 0 8.5%;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        padding-top: 72px;
    }
    body.home {
        padding-top: 70px;
    }
    [class*="col-"] {
        width: 100%!important;
    }
    h1 {
        font-size: 24px;
    }
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 10px;
    }
    .page-template-default .single-title{
        padding-left: 15px;
        margin-top: 72px;
    }
    img{
        max-width: 100%!important;
        height: auto!important;
        object-fit: cover;
    }
    .hot {
        border-bottom: none;
    }
    .home-hot-spa .image-wrapper img {
        width: auto;
    }
    .navbar.navbar-fixed-top{
        height: 71px;
        margin-bottom: 0!important;
        min-height: 0;
    }
    .navbar.navbar-fixed-top .info{
        height: 71px;
    }
    #navbar.navbar-collapse{
        left: 6px;
        top: -51px;
        width: 100%;
        background-color: rgb(56, 135, 220);
        position: relative;
        max-height: 100%;
        min-height: 452px;
        z-index: 1;
    }
    #navbar.navbar-collapse .navbar-nav{
        padding-left: 10px;
    }
    #navbar.navbar-collapse li>a{
        color: #fff;
        padding: 14px 0;
    }

    .top-menu.navbar{
        height: 1px;
        margin-bottom: 0;
        min-height: 0;
    }
    .top-menu.navbar{
        border: none;
        height: 0;
    }

    .top-menu-mobile-wrapper, .top-menu-mobile .top-icons{
        display: block;
        height: 68px;
    }
    .top-menu-mobile-wrapper{
        float: none;
        margin-top: 50px;
    }
    .top-menu-mobile .top-icons{
        background-color: #fff;
        clear: both;
        position: relative;
        top: -50px;
        line-height: 69px;
        opacity: 0.85;
        box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.6);
    }
    .home .top-menu-mobile .navbar-nav{
        display: none;
    }
    .top-menu-mobile ul{
        height: 64px;
        background-color: #fff;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        margin: 0;
        width: 100%;
        position: relative;
        top: -51px;
        padding-left: 8px;
        box-shadow: inset 0 4px 5px -4px rgba(0,0,0,0.63);
    }
    .top-menu-mobile .nav>li.menu-item{
        /*display: list-item;*/
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /*.top-menu-mobile .nav>li.menu-item:hover,*/
    .top-menu-mobile .nav>li.menu-item.active{
        border-bottom: 3px solid rgba(249, 132, 32, 1);
    }
    .top-menu-mobile .nav>li.menu-item a{
        color: #172d46!important;
        padding: 10px 7px;
        font-size: 17px;
        font-weight: normal;
    }
    .top-menu-mobile .nav>li.menu-item.active a{
        font-weight: bold;
        padding-bottom: 5px;
    }

    .container,
    .list .item img {
        width: 100%;
    }
    .slogan-top-bar .info .logo {
        float: none;
        margin-left: 38px;
        margin-top: 3%;
        background-color: #172d46;
        display: block;
    }
    .orange-top-bar,
    .slogan-top-bar .agency,
    .slogan-top-bar .slogan,
    .slogan-top-bar .phone,
    .search-block-wrapper .info
    {
        display: none;
    }
    .slogan-top-bar {
        height: 71px;
        background-color: #172d46;
        border: none;
    }
    .slogan-top-bar .logo img{
        width: 152px;
        height: 36px!important;
    }
    .slogan-top-bar .call-icons{
        float: right!important;
        position: relative;
        right: 0!important;
        top: -48px;
        display:block;
        padding-right: 16px!important;
    }
    .order .slogan-top-bar .call-icons{
        padding-right: 40px!important;
    }
    .slogan-top-bar .call-icons div{
        display: inline-block;
        margin-left: 18px;
    }
    .slogan-top-bar .call-icons img,
    .top-menu-mobile .top-icons img{
        width: 32px;
        height: 32px;
    }
    .slogan-top-bar .call-icons .whatsapp img,
    .top-menu-mobile .top-icons .whatsapp img {
        width: 36px;
        height: 36px;
    }
    .top-menu-mobile{
        height: 68px;
    }
    .home .navbar-fixed-top{
        border: none;
    }
    .top-menu-mobile .top-icons .whatsapp img{
        width: 33px;
    }
    .slogan-top-bar .call-icons{
        display: none;
    }
    .top-menu-mobile .top-icons div.top-icon{
        width: 50%;
        float: left;
        padding: 0 2px 0 8px;
        font-size: 14px;
        font-weight: bold;
        color: #4294f4;
    }
    .home .services-block{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 33px;
    }
    .home .services-block .item{
        /*width: 180px;*/
        width: 43.48%;
        height: 160px;
        background-color: rgba(29, 35, 65, 0.6);
        border-radius: 3px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        margin-top: 3px;
        margin-right: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        cursor: pointer;
    }
    .home .services-block .item:nth-of-type(even){
        margin-right: 0;
    }
    .home .services-block .item img{
        width: 36px;
        height: 36px;
        object-fit: contain;
        margin-bottom: 1px;
    }
    .home .services-block .item span,
    .home .services-block .item i{
        display: block;
        width: 80%;
    }
    .top-menu .navbar-toggle{
        float: left;
        bottom: 60px;
        left: 85vw;
    }
    .navbar-toggle .icon-bar{
        background-color: #3887DC;
    }


    .main-image-wrapper .carousel-control{
        top: 45%;
        opacity: 1;
        height: 24px;
        z-index: 111;
        width: 21px;
        font-size: 30px;
    }
    .main-image-wrapper .carousel-control.left{
        left: -1px;
    }
    .main-image-wrapper .carousel-control.right{
        right: -1px;
    }
    .main-image-wrapper .carousel-control.left,
    .main-image-wrapper .carousel-control.right{
        background: none;
    }
    .home .main-image-wrapper{
        height: 635px!important;
    }

    .page-template-default .content.service {
        padding-bottom: 0;
    }
    .main-image-wrapper,
    .service.main-image-wrapper{
        background-size: cover;
        height: 635px;
        min-height: 85vh;
    }
    .search-tabs-wrapper{
        display: none;
    }
    .search-block-wrapper #eilat-dead-sea .custom-select,
    .search-block-wrapper #spa .custom-select{
        width: 100%!important;
    }
    .custom-select select,
    .custom-select input {
        width: 100%!important;
        height: 52px!important;
        color: #000!important;
    }
    .pages-number .custom-select select{
        width: auto!important;
    }
    .pages-number .custom-select:after{
        position: relative;
        right: 75px;
    }
    .search-block-wrapper {
        width: 46.24vh;
        height: auto!important;
        max-height: 538px;
        padding: 17px 20px;
        background-color: #172D46;
        margin-top: 54px;
        padding-bottom: 52px;
        position: relative;
        top: -8px;
    }
    .tours .search-block-wrapper,
    .spa .search-block-wrapper,
    .excursions .search-block-wrapper,
    .eilat-dead-sea .search-block-wrapper{
        padding-bottom: 59px;
    }
    .spa-banners .search-block-wrapper{
        margin-top: 69px;
    }
    .search-block-wrapper .btn-orange{
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.26);
        background-color: #3887dc;
    }
    .search-wrapper .btn.custom{
        font-size: 18px;
        text-transform: uppercase;
    }
    .form-title{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .spa .service .form-title{
        padding-bottom: 0;
    }
    .form-title .icon img{
        margin-top: -5px;
    }
    .search-wrapper{
        margin-top: 10px;
    }
    .home .search-wrapper .custom-select:after,
    #tours .custom-select.date-range:after{
        width: 54px;
        padding: 0 6.5%!important;
    }
    .search-wrapper .custom-select{
        width: 97.5%;
        margin: 0 auto;
    }
    .inner .search-wrapper,
    .list .item{
        height: auto;
    }

    .search-block-wrapper i.icon{
        display: inline-block;
    }
    .search-wrapper label{
        display: none;
    }
    .form-group{
        margin-bottom: 17px;
    }
    .search-wrapper .btn-wrapper{
        padding-top: 23px;
    }
    .spa-banners .search-wrapper .btn-wrapper{
        padding-top: 19px;
    }
    .custom-select:after {
        background: transparent!important;
        color: black!important;
    }
    .search-wrapper .custom-select input#tour-date,
    .search-wrapper .custom-select input#tour-date-from,
    .search-wrapper .custom-select input#tour-date-to {
        width: 95%!important;
        background-color:#fff;
    }
    .custom-select.date:after {
        content: url(images/date-dark.png)!important;
        right: 6px!important;
        top: 11px!important;
    }
    .custom-select.date-tours:after{
        right: 22px!important;
    }
    .col-md-2.tour-date-wrapper{
        padding-right: 15px;
        padding-left: 15px;
    }
    .form-group.tour-date-range-wrapper {
        padding-left: 16px;
    }
    .custom-select select#tour-date-range{
        width: 100%!important;
    }
    .btn.custom {
        width: 100%!important;
        text-transform: uppercase;
    }
    .content.service .results .btn.custom{
        height: 56px;
        font-size: 18px;
    }
    .only-here {
        margin-top: 2px;
        height: auto;
    }
    .only-here .item{
        margin-top: 24px;
        font-size: 20px;
    }
    .home-slider {
        height: auto;
        min-height: 408px;
        background-color: #fff;
        margin-top: 0;
    }
    .home-slider .slide .item img {
        width: auto;
        height: 447px!important;
    }
    .home-slider .slide .item .caption{
        padding-left: 18px;
        max-width: 360px;
        line-height: 28px;
        background-size: 358px 200px;
        top:275px;
    }
    .slide .item .caption h1 {
        font-size: 30px;
    }
    .slide .item .caption p
    {
        font-size: 19px;
        width: 100%;
        max-width: 371px;
    }
    .slide .item .caption a {
        font-size: 24px;
    }

    .home-under-slider span{
        width: 88%;
        padding-left: 3px;
    }

    .home-under-slider {
        height: auto;
        padding-top: 2px;
        background-color: #fff;
    }
    .under-slider-info {
        height: auto;
        margin-bottom: 14px;
    }
    .under-slider-info:last-of-type{
        display: none;
    }
    .under-slider-info img.check{
        vertical-align: top;
        margin-right: 0;
        margin-top: 3px;
    }
    .text-right.under-slider-info{
        text-align: left;
    }
    .home-hot-excursions {
        padding-top: 14px!important;
    }
    .hot
    {
        padding: 15px;
    }
    .banners.hot
    {
        margin-bottom: 10px;
    }
    .hot h1, .results h1{
        font-weight: bold;
        font-size: 28px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
    }
    .hot .pull-right.see-all-wrapper.text-right{
        float: left!important;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }

    .banners.hot .see-all-wrapper.text-right{
        padding: 8px 0;
    }
    .hot .pull-right.see-all-wrapper a.see-all {
        font-size: 14px;
        font-weight: bold;
    }
    .home-hot-excursions .caption{
        /*width: 96%;
        padding-left: 0;
        font-size: 16px;
        line-height: 20px;
        background-size: 173px 90px;*/
        font-weight: bold;
        line-height: 1.25;
        width: 161px;
        height: 141px;
        background-size: contain;
        opacity: 0.9;
        background: url(images/rectangle-14.png) no-repeat;
        padding-left: 6px;
        padding-top: 18px;
        top: 167px;
        margin-top: -62px;
        left: 1px;
    }
    .home-hot-excursions .caption h4{
        font-size: 16px;
        height: 40px;
        line-height: 1.25;
        width: 95%;
    }
    .home-hot-excursions .caption .price{
        font-size: 16px;
        font-weight: normal;
        line-height: 1.69;
    }
    .home-hot-excursions .caption a.more{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.69;
    }
    .home-hot-excursions .caption a {
        padding-left: 10px;
        display: block;
    }
    .home-hot-excursions .item,
    .home-hot-tours .item,
    .home-hot-spa .item{
        width: 47.4%!important;
        margin-right: 4.9%!important;
    }
    .home-hot-excursions .item:last-of-type,
    .home-hot-excursions .item:nth-child(2n),
    .home-hot-tours .item:last-of-type,
    .home-hot-tours .item:nth-child(2n),
    .home-hot-spa .item:last-of-type
    {
        margin-right: 0!important;
    }
    .home-hot-excursions .item img{
        height: 240px!important;
        width: 180px;
        object-fit: cover;
    }
    .home-hot-tours .item {
        height: auto;
        padding-bottom: 14px;
        margin-left: 0!important;
        /*width: 180px!important;*/
    }
    .home-hot-tours .item:last-of-type{
        margin-right: 0!important;
    }
    .home-hot-tours .info {
        padding-top: 10px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: -68px;
        font-size: 16px;
        line-height: 1.25;
    }
    .home-hot-tours .info .places{
        min-height: 85px;
        color: #3385df;
        font-weight: normal;
    }
    .home-hot-tours.banners .info .places{
        min-height: 145px;
    }
    .home-hot-tours .info .name{
        min-height: 76px;
        font-weight: bold;
        color: #2b3e51;
    }
    .home-hot-tours .info .dates{
        font-size: 16px;
    }
    .home-hot-tours .image-wrapper{
        width: auto;
    }
    .home-hot-tours .image-wrapper .price{
        width: 118px;
        padding-right: 8px;
        left: 62px;
        height: 72px;
        bottom: 72px;
        font-size: 24px;
    }
    .home-hot-tours .image-wrapper .price span {
        font-size: 14px;
        line-height: 1.93;
        letter-spacing: normal;
        text-align: right;
    }
    .home-hot-tours .info .see-all-wrapper {
        position: inherit;
        margin-bottom: 0;
    }
    .home-hot-tours .info .see-all-wrapper a.see-all{
        font-size: 14px;
        font-weight: bold;
        color: #3887dc;

    }
    .home-hot-tours .image-wrapper img,
    .home-hot-spa .image-wrapper img
    {
        height: 184px!important;
        width: auto;
        object-fit: cover;
    }
    .home-featured .item,
    .home-featured .info .excerpt,
    .home-about-us,
    .footer{
        height: auto;
    }
    .home-featured .info h3 {
        font-size: 18px;
    }
    .home-featured .item{
        clear: both;
    }
    .home-featured .item:last-of-type{
        margin-bottom: 0;
    }
    .home-featured .image img {
        height: 141px!important;
        width: 100%;
        object-fit: cover;
    }
    .home-featured.hot .item .info {
        padding: 4px 12px;
    }
    .home-featured .item .image {
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .home-featured .info .excerpt {
        font-size: 14px;
        line-height: 1.29;
    }
    .home-about-us{
        padding-top: 16px;
    }
    .home-about-us h1{
        font-size: 28px;
        font-weight: bold;
        line-height: normal;
        color: #484848;
    }
    .home-about-us .text{
        padding-right: 0;
        font-size: 14px;
    }
    .home-hot-spa .info .hotel{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
        color: #2b3e51;
        min-height: 41px;
        margin-top: 6px;
    }
    .home-hot-spa .info .price {
        position: relative;
        bottom: 46px;
        font-size: 24px;
    }
    .home-hot-spa .info .place{
        margin-bottom: 18px;
        min-height: 76px;
        font-size: 16px;
        font-weight: normal;
        color: #3385df;
        line-height: normal;
        padding-top: 4px;
    }
    .home-about-us .item {
        margin-top: 16px;
    }
    .home-about-us .on-facebook {
        display: none;
    }
    .home-hot-spa .item{
        height: auto;
    }
    .home-hot-spa .info{
        padding-top: 8px;
        padding-left: 12px;
        padding-right: 12px;
        line-height: 1.35;
    }
    .home-hot-spa .item .see-all-wrapper{
        margin-bottom: -22px;
        min-height: 28px;
    }
    .hot .item a.see-all{
        font-size: 14px;
        font-weight: bold;
    }
    /* pages */
    .single-header .row,
    .single-info .row
    {
        margin-right: 0;
    }
    .single .side-meta{
        background-color: #172d46;
    }
    .content.service .results {
        padding-top: 15px;
    }
    .content.service .results .list{
        margin-top: 18px;
    }
    .content.service .results .list .dates,
    .single-items .list .dates{
        font-size: 20px;
        font-weight: 600!important;
        line-height: normal;
        color: #0f0f0f;
    }
    .single.single-tour .single-header,
    .single.single-spa .single-header,
    .single.single-excursion .single-header,
    .single.single-eilat-deadsea .single-header {
        margin-top: 60px;
    }
    .single-excursion .single-header .page-content,
    .single-tour .single-header .page-content,
    .single-spa .single-header .page-content {
        position: unset;
    }
    .single .page-image-wrapper
    {
        width: 100%!important;
    }
    .single.single-tour .page-image-wrapper,
    .single.single-spa .page-image-wrapper,
    .single-header .page-content,
    .single .side-meta{
        height: auto!important;
    }
    .single-tour .single-header .page-content{
        width: auto;
    }
    .single-excursion .single-header .page-content,
    .single-spa .single-header .page-content{
        width: 93%!important;
    }
    .single-header .page-content{
        margin: 0;
    }
    .single .side-meta{
        padding-bottom: 18px;
        height: 276px!important;
    }
    .single-spa .side-meta{
        height: 316px!important;
    }
    .single-excursion .side-meta{
        height: 236px!important;
    }
    .single .side-meta .items {
        min-height: inherit;
        width: 63%;
    }
    .single-excursion .excursion-details,
    .single-tour .tour-program,
    .single-spa .spa-details,
    .single-eilat-deadsea .eilat-deadsea-details,
    .single-tour .tour-gallery,
    .single-spa .spa-gallery,
    .single-spa .spa-details,
    .single-excursion .excursion-gallery,
    .single-eilat-deadsea .eilat-deadsea-map{
        display: block;
    }
    .single-excursion .excursion-details,
    .single-tour .tour-program,
    .single-spa .spa-details,
    .single-excursion .excursion-details,
    .single-eilat-deadsea .eilat-deadsea-details{
        border-right: solid 1px #d8d6d6;
        font-size: 14px;
        padding-left: 30px;
    }
    .single .side-meta .price-block {
        width: auto;
        position: relative;
        top: -172px;
    }
    .single-excursion  .side-meta .price-block {
        top: -108px;
    }
    .single-header .price-block .price,
    .single-header .price-block .price-image-club{
        float: right;
        text-align: right;
        width: 51%;
    }
    .single-header .price-block .price-image-club {
        padding-bottom: 86px;
    }
    .single .single-items h4 {
        margin-bottom: 24px;
    }
    .single-info .tour-program{
        font-size: 16px;
    }
    .single-info .tour-program p:not([style='text-align: center;']) strong {
        color: #3887dc !important;
    }
    .single-spa .side-meta .price-block .btn.custom, .single-tour .side-meta .price-block .btn.custom {
        height: 56px;
    }
    .list .item {
        border-width: 0;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .list .item .image{
        top: 0;
        transform: none;
    }
    .list .item img{
        margin-left: 0;
        height: 141px!important;
        object-fit: cover;
    }
    .list .item .content {
        padding-left: 0;
        border: solid 1px #e6e6e6;
    }
    .single-items .list .item .content {
        padding-bottom: 20px;
    }
    .list .item .info-block {
        padding-left: 0;
        padding-right: 0;
        padding-top: 12px;
    }
    .list .item .info-block .name{
        padding-top: 0;
    }
    .list .item .info-block .name a{
        font-size: 18px;
        font-weight: bold;
        color: #3887dc;
    }
    .list .item .dates{
         font-weight: normal;
    }
    .list .item .info-block .details span,
    .list .item .info-block .place span{
        display: inline-block;
    }
    .item .info-block .place{
        font-size: 16px;
    }
    .list .item .price-block {
        padding-top: 4px;
        margin-top: -26px;
    }
    .list .item .price-block .price{
        font-size: 22px;
        font-weight: bold;
        line-height: normal;
        float: right;
        width: 100%;
        text-align: right;
    }
    .list .item .price-block .price-image-club{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.11;
        text-align: right;
        color: #3887dc;
        float: right;
        padding-bottom: 10px;
        width: 33%;
    }
    .order .content .container{
        padding-left: 0;
        padding-right: 0;
    }
    .order .content {
        padding-bottom: 60px;
        margin-top: 55px;
    }
    .order .order-title{
        background-color: #172d46;
        color: #fff;
        margin-bottom: 0;
        padding: 26px 15px 2px ;
    }
    .order .service-info{
        height: auto;
        padding-left: 0;
        margin-top: 0;
        padding-bottom: 9px;
        background-color: #172d46;
        padding-top: 22px;
    }
    .order .service-info .select-guests-wrapper .custom-select:after {
        padding: 0 9.5%!important;
    }
    .order .guests-info .tip,
    .order .contact-info,
    .order form .agreement,
    .order .btn-order-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .order .contact-info-title{
        font-size: 16px;
    }
    .order .service-info .custom-select.date,
    .order .contact-info .form-group,
    .order .contact-info .form-group.contact-notes{
        width: 100%;
    }
    .order .service-info .custom-select.date:after,
    .order form .guest .birth-date .custom-select:after,
    .order form .guest .id-expiration .custom-select:after
    {
        height: 55px;
        top: 34px!important;
        padding-left: 36px;
    }
    .order .service-info .prices {
        padding-top: 0;
    }
    .order .service-info .prices.pull-right{
        float: none!important;
    }
    .order form .guest .counter{
        display: none;
    }
    .order form .guest {
        height: auto;
    }
    .order form .guest{
        padding-top: 18px;
    }
    .order form .guest .last-name,
    .order form .guest .first-name,
    .order form .guest .birth-date,
    .order form .guest .id-expiration,
    .order form .guest .id-number{
        width: 100%;
    }
    .order .btn.custom{
        background-color: #3887dc;
    }
    .list .item .info-block .details{
        padding-left: 15px;
        padding-right: 0;
        font-size: 16px;
        font-weight: normal;
        width: 74%!important;
    }
    .content.service .side{
        padding-top: 18px;
        margin-bottom: 0!important;
    }
    .content.service .side .image,
    .single-items .side .image{
        text-align: center;
    }
    .single-items .side .image img {
        width: auto;
    }
    .single-items .side .image {
        max-width: 100%;
    }
    /* footer*/
    .footer .col-md-3:first-of-type {
        padding-left: 15px;
    }
    .footer .padding-right-0 {
        padding-right: 15px;
    }
    .footer .widget-title {
        border-bottom: 1px solid rgba(255,255,255,0.25);
        font-size: 16px;
        line-height: 2.38;
    }
    .footer .widget a {
        font-size: 16px;
        line-height: 2.38;
        font-weight: 300;
    }
    .footer .widget-title:after {
        content: '⛰';
        position: relative;
        font-size: 10px;
        left: 0;
        right: 0;
        color: #fff;
        transform: scaleY(-1);
        display: block;
        float: right;
        line-height: 37px;
        margin-right: 6px;
    }
    .footer .widget-title.open:after {
        transform: none;
    }
    .footer .widget_nav_menu div[class^="menu-"],
    .footer .widget .textwidget
    {
        display: none;
    }
    /* triptop */
    .flights-hotels .search-block-wrapper{
        height: 562px!important;
        max-height: 100%;
    }
    #triptop-yestravel .tt-content-wrapper{
        line-height: 14px;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-menu ul li {
        font-size: 15px!important;
        padding: 0 12px!important;
        line-height: 4px!important;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-date-options,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-options {
        float: none;
    }

    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-date-options .tt-search-form-left-field,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations .tt-search-form-left-field,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates .tt-search-form-left-field,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-options .tt-search-form-left-field,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-options,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-locations,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-dates,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-options,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-locations,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-dates,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-options
    {
        width: 100%!important;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-options > div {
        width: 50%!important;
        float: left!important;
    }
    .tt-search-flights-form .btn {
        position: relative!important;
        bottom: 41px!important;
        left: 0!important;
    }
    .tt-search-form .tt-search-form-submit{
        float: none;
    }
    .tt-search-form .tt-search-form-options input{
        margin-left: 28px!important;
    }
    .tt-search-form-date-options label{
        font-size: 14px;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates i{
        left: 83%!important;
    }
    .flights-hotels #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations i,
    .flights-hotels #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates i {
        background-color: transparent!important;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-locations i::after {
        content: "▼"!important;
        width: 34px!important;
        font-size: 110%!important;
        line-height: 0!important;
        padding: 0 5.5%!important;
        top: 0 !important;
        border: none!important;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-dates i::after {
        color: #000!important;
    }
    .tt-search-packages-form .tt-search-form-date-options,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-date-options{
        display: none;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form input[type="text"],
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form select[ui-destination],
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form .tt-search-form-left-field select {
        padding: 8px 14px!important;
        height: 49px!important;
    }
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-locations i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-packages-form .tt-search-form-dates i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-dates i,
    #triptop-yestravel .tt-content-wrapper .tt-content-search .tt-search-form.tt-search-hotels-form .tt-search-form-locations i{
        left: auto!important;
        right: 0;
    }
    #tours .custom-select.date-tours:before {
        position: relative;
        top: 20px;
        padding-left: 5px;
        color: #000!important;
    }
    #tours .custom-select.date-tours.from:before{
        content: 'С ';
    }
    #tours .custom-select.date-tours.to:before{
        content: 'ДО ';
    }
    .search-wrapper .custom-select input.datepicker-tours {
        padding-left: 28px;
    }
    .show-mobile{
        display: block!important;
    }
}
@media only screen and (max-width: 414px) {
    .search-wrapper .custom-select input#tour-date,
    .search-wrapper .custom-select input#tour-date-from,
    .search-wrapper .custom-select input#tour-date-to {
        width: 100%!important;
        margin-top: -18px;
    }
    .custom-select.date-tours:after {
        right: 9px !important;
        top: 8px!important;
    }
    .service.excursions .results .row{
        margin-right: 0;
    }
    .home-hot-tours .image-wrapper .price{
        padding-right: 14px!important;
    }
    .service.tours .results .side-filters, .service.spa .results .side-filters, .service.excursions .results .side-filters{
        margin-left: initial!important;
    }
    a.btn span {
        line-height: 44px;
    }
    .single-spa .single-info .row{
        width: 100%!important;
    }
    .image-club-text{
        font-size: 14px;
        line-height: 0.8;
    }
}
@media only screen and (max-width: 412px) {
    .single .side-meta .items {
        min-height: 236px;
        padding-bottom: 32px;
        width: 70%;
    }

    .single-header .price-block .price-image-club {
        /*min-height: 152px;*/
    }

    .home-hot-tours .image-wrapper .price {
        left: 38px !important;
    }

    .single .side-meta .price-block {
        top: -204px;
    }

    .single .side-meta {
        height: auto !important;
        max-height: 320px;
    }

    .single.single-spa .side-meta .price-block .btn-order-wrapper {
        bottom: -180px;
        position: relative;
    }
    .single.single-tour .side-meta .btn-order-wrapper {
        position: relative;
        bottom: -50px;
    }
}
@media only screen and (max-width: 375px) {
    .home-hot-tours .image-wrapper .price {
        left: 46px;
    }
    .home-hot-tours .image-wrapper .price{
        padding-right: 8px!important;
    }
}

@media only screen and (max-width: 360px) {
    .single .side-meta .price-block{
        top: -180px;
    }
    .single .side-meta{
        height: auto!important;
    }
}
#rotate{ display:none; }
@media screen and (min-width: 767px) and (max-width: 1024px) and (orientation:landscape){

    .content, .footer, .home .navbar-fixed-top,#popupVSButton{ display:block; }
}
@media screen and (min-width: 767px) and (max-width: 1024px) and (orientation:portrait){
    #rotate {
        display: block;
        font-size: 26px;
        text-align: center;
    }

    .content, .footer, .home .navbar-fixed-top,#popupVSButton{
        display:none;
    }
}

