@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500');
@import url('../css/MuseoSansCyrl.css');

/* #region global */
* {
    font-family: "Roboto";
}

.icon_home {
    margin-right: 5px;
}

.country_maps {
    padding: 5px;
    color: #1c1c1c !important;
    font-weight: 400;
    line-height: 35px;
}

.sitemap {
    color: #1c1c1c !important;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.search {
    display: none;
    width: 200px;
    margin-top: -28px;
    margin-left: -212px;
    background-color: #0b0906;
    color: white;
    position: absolute;
}

#view_search {
    background-color: transparent;
    border: none;
}

.not_found {
    padding-bottom: 120px;
}

.global-container {
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: "Roboto";
    font-size: 59px;
    font-weight: 100;
}

.gl-b-gradient-1px {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
}

.gl-b-gradient-2px {
    border: 2px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
}

.radical-red {
    color: #f23758 !important;
}

.moderate-orange {
    color: #e18030 !important;
}

.yellow-green {
    color: #99c61d !important;
}

/* #region header-wrapper */
.navbar {
    margin-top: 30px;
    z-index: 2;
}

.header-wrapper {
    position: relative;
    overflow: hidden;
    background-size: cover;
    height: 722px;;
    color: #fff;
}

.header-wrapper.secondary {
    height: auto;
    overflow: visible;
    background: url(../img/header-slider-6.jpg) no-repeat center;
}

.h-slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    overflow: hidden;
}

.h-slider:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
    background: rgba(0, 0, 0, .2);
}

.h-slider img {
    display: block;
    position: relative;
    object-fit: cover;
    height: 722px;
    width: 100%;
    top: 0;
    left: 0;
    transition: .3s all ease-in-out;
}

.navbar-brand {
    padding: 0;
}

.nav {
    padding-top: 8px;
}

.nav > li > a {
    font-family: "MuseoSans", "Roboto";
    color: #fff;
    padding: 10px 22px;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}

.nav > li:last-child > a {
    padding-right: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
    color: #a1b133;
}

.nav > li.active > a {
    color: #a1b133;
}

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

.nav-top-text {
    color: #fff;
    text-align: right;
    margin-right: -5px;
}

.nav-top-text .i-list {
    margin-bottom: 0;
}

.nav-top-text .i-list a,
.nav-top-text .i-list li {
    color: #fff;
    font-size: 16px;
}

.nav-top-text .i-list a i {
    transition: color .3s ease-in-out;
}

.nav-top-text .i-list a:hover .ion-social-youtube {
    color: #cc181e;
}

.nav-top-text .i-list a:hover .ion-social-googleplus {
    color: #d34836;
}

.nav-top-text .i-list a:hover .ion-social-twitter {
    color: #00aced;
}

.nav-top-text .i-list a:hover .ion-social-facebook {
    color: #3b5998;
}

.nav-top-text .i-list li {
    margin-right: 12px;
}

.nav-top-text .i-list li:last-child {
    margin-right: 0;
    margin-left: 16px;
}

.nav-top-text li.h-info {
    margin-right: 80px;
}

.nav-top-text li.h-info a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}

.nav-top-text li.h-info i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}

.h-content {
    margin-top: 335px;
}

.h-content h1 {
    margin-bottom: 20px;
    animation-name: fadeInDown;
    animation-duration: 1s;
}

.h-sub-header {
    font-family: "MuseoSans", "Roboto";
    display: inline-block;
    text-decoration: none;
    padding: 6px 21px;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 35px;
}

.active .i-circle {
    border-color: #fff;
}

.i-circle {
    display: block;
    height: 11px;
    width: 11px;
    border: 2px solid #827f7f;
    border-radius: 50%;
}

#slider_nav {
    margin-bottom: 80px;
}

#slider_nav li {
    cursor: pointer;
}

/* #region content-wrapper*/

.content-wrapper h2 {
    color: #1c1c1c;
    font-size: 43px;
}

.content-wrapper h3 {
    color: #1c1c1c;
    font-size: 34px;
}

.content-wrapper h2 > span,
.content-wrapper h3 > span {
    font-weight: 300;
}

.tours-wrapper {
    padding: 45px 0 40px 0;
}

.section-nav {
    font-family: "MuseoSans", "Roboto";
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.section-nav li a {
    color: #000;
    /*margin-left: 20px;*/
    margin-left: 7px;
    text-decoration: none;
    transition: color .3s ease-in;
}

.section-nav li:first-child a {
    margin-left: 0px;
}

.section-nav li a:hover {
    color: #e18030;
}

.sub-url {
    font-family: "MuseoSans", "Roboto";
    color: #949494;
    font-size: 17px;
    font-weight: 100;
    text-decoration: underline;
}

.sub-url:hover,
.sub-url:active,
.sub-url:focus {
    color: #949494;
}

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

.tours-item {
    display: block;
    text-decoration: none;
    position: relative;
    height: 265px;
    /* margin-bottom: 65px; */
    color: #1c1c1c;
    cursor: pointer;
}

.tours-item:hover,
.tours-item:focus,
.tours-item:active {
    text-decoration: none;
    color: #1c1c1c;
}

.tours-item .t-img {
    height: 195px;
    width: 100%;
    overflow: hidden;
}

.tours-item .t-img img {
    height: 195px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*.tours-item:hover .t-img img {*/
    /*-webkit-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
/*}*/

.tours-item .t-date {
    position: absolute;
    font-family: "MuseoSans", "Roboto";
    /* width: 64px; */
    /* height: 95px; */
    width: 93px;
    height: 110px;
    background: #2e2e2e;
    right: 21px;
    bottom: 60px;
    color: #fff;
    font-weight: 100;
}

/*.tours-item .t-date {*/
    /*position: absolute;*/
    /*font-family: "MuseoSans", "Roboto";*/
    /*!* width: 64px; *!*/
    /*!* height: 95px; *!*/
    /*width: 100px;*/
    /*height: 105px;*/
    /*background: #2e2e2e;*/
    /*right: 21px;*/
    /*bottom: 65px;*/
    /*color: #fff;*/
    /*font-weight: 100;*/
/*}*/

.tours-item .t-date p {
    margin-bottom: 0;
    text-align: center;
}

.tours-item .t-day {
    font-size: 30px;
    /*font-size: 22px;*/
    margin-top: 21px;
    line-height: 15px;
}

.tours-item .t-day1 {
    /*font-size: 30px;*/
    font-size: 19px;
    margin-top: 21px;
    line-height: 15px;
}

.tours-item .t-month-year {
    margin-top: 7px;
    font-size: 14px
}

.t-decor-line {
    height: 1px;
    width: 20px;
    margin: 3px auto;
    background: #515151;
}

.tours-item .t-days {
    margin-top: 7px;
    font-size: 12.25;
    /*font-weight: 700;*/
    font-weight: 400;
}

.tours-item .t-date:before {
    display: block;
    position: absolute;
    content: '';
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;

    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
}

.t-content {
    margin-top: 20px;
}

.t-price,
.t-header {
    display: inline-block;
    height: 45px;
}

.t-price {
    width: 100px;
    /*border-right: 1px dotted #000;*/
    background-image: linear-gradient(black 20%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 3px;
    background-repeat: repeat-y;
}

.t-price-text {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0;
}

.t-price-cost {
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    color: #f23758;
}

.t-price-cost1 {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #f23758;
    /*margin-top: 15px;*/
}

.t-header {
    /*margin-left: 20px;*/
    margin-left: 6px;
}

.t-event-name {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}

.t-event-locality {
    font-family: "MuseoSans", "Roboto";
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

/* #region gray-wrapper*/

.whoare-wrapper {
    background-color: #f1f1f1;
    padding: 45px 0 65px 0;
}

.whoare-wrapper.white-wrapper {
    background-color: #fff;
}

.whoare-wrapper p,
.onetour-wrapper p,
.pt-item p {
    font-size: 17px;
    color: #1c1c1c;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 28px;
}

.quotation {
    padding: 45px 35px;
    margin-bottom: 35px;
}

.quotation p {
    font-weight: 400;
    font-size: 26px;
    font-style: italic;
    line-height: 37px;
    color: #1c1c1c;
}

.quotation .quote-footer {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: auto;
    text-align: right;
    margin: 30px 0 0 0;
}

.wh-item {
    display: inline-block;
    padding-right: 35px;
    border-right: 1px dotted #999;
    margin-right: 35px;
}

.wh-footer {
    margin-bottom: 28px;
}

.wh-footer .wh-item:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.wh-item img {
    float: left;
}

.wh-item h3 {
    font-family: "MuseoSans", "Roboto";
    font-size: 26px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
}

.wh-item p {
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 500;
    color: #191919;
    font-size: 18px;
    margin: 0;
}

.wh-inline {
    margin-left: 20px;
    display: inline-block;
}

/* #region recommendations-wrapper*/

.recommendations-wrapper {
    padding: 60px 0;
    background: url('../img/recommendations-wrapper-background.jpg') no-repeat center;
    background-size: cover;
}

.recommendations-wrapper h2 {
    color: #fff;
}

.re-block {
    margin-bottom: 20px;
}

.re-message {
    position: relative;
    margin-left: 12px;
    z-index: 0;
}

.re-content {
    background-color: #f1f1f1;
}

.content-d {
    min-height: unset !important;
    max-height: unset !important;
}

.re-message:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
    transform: translate(-12px, -12px);
    z-index: -1;
}

.re-message:before {
    display: block;
    position: absolute;
    content: '';
    width: 100px;
    height: 40px;
    left: 77px;
    bottom: 8px;
    background-color: #f1f1f1;
    -webkit-transform: skew(-15deg, -33deg);
    -ms-transform: skew(-15deg, -33deg);
    -o-transform: skew(-15deg, -33deg);
    transform: skew(-15deg, -33deg);
    z-index: -1;
}

.re-content {
    position: relative;
    padding: 30px;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 25px;
    font-weight: 300;
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
}
.re-content p {
    margin: 0;
}
.pref-content {
    max-height: 130px;
    min-height: 130px;
    overflow: hidden;
}
.rts {
    color: #df0100;
    font-weight: 400;
}
.tours-comand {
    margin-bottom: 65px;
}

.tours-comand .btn {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
    padding: 5px 10px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}

.tours-comand-disfasurat .btn {
    border: 2px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
    padding: 5px 10px;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 5px;
}

.re-content:before {
    display: block;
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #a8a8a8;
}

.re-footer {
    margin-top: 30px;
    margin-left: 12px;
}

.re-footer .re-f-img {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    background: #e0dfdf;
    text-align: center;
}

.re-footer .re-f-img img {
    width: 60px;
    height: 60px;
    border: 2px solid #e0dfdf;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.re-f-info {
    color: #fff;
    margin-left: 15px;
}
.re-f-info.re-info-d {
    display: inline-block;
}
.info-name {
    font-family: "MuseoSans", "Roboto";
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 2px;
}

.info-date {
    font-size: 13px;
    display: inline-block;
    padding: 3px 8px;
    margin-left: 60px;
}

.info-date.date-d {
    margin-left: 0;
}

.name-testimonials {
    margin-left: 60px;
}

/* #region partners-wrapper*/

.partners-wrapper {
    padding: 70px 0;
}

.partners-wrapper .wr-header {
    margin-bottom: 45px;
}

.institut-carousel .item img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    object-fit: contain;
}

.prevI,
.nextI {
    background: none;
    outline: none;
    border: none;
    font-size: 28px;
    margin-top: 24px;
}

.prevI {
    margin-right: 10px;
}

/* #region footer-wrapper*/
.footer-wrapper {
    background: #f1f1f1;
    padding-top: 85px;
}

.footer-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer-nav i {
    margin-right: 10px;
    font-size: 10px;
}

.footer-nav li {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
}

.footer-nav li a {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
}

.footer-nav.f-contacts i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

.f-social {
    font-size: 18px;
    margin-bottom: 20px;
}

.f-social i {
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    width: 35px;
    height: 35px;
    margin-right: 12px;
    border-radius: 50%;
    border: 1px solid #cbc8c8;
}

.f-social i.ion-social-youtube {
    color: #e82d30;
}

.f-social i.ion-social-googleplus {
    color: #d63637;
}

.f-social i.ion-social-twitter {
    color: #1ba9e7;
}

.f-content {
    padding-bottom: 32px;
    border-bottom: 1px solid #e0dfdf;
}

.f-copyright {
    font-size: 15px;
    color: #1c1c1c;
    text-align: center;
    font-weight: 300;
    margin: 22px 0;
}

.fc-iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 210px;
}

/*
################################################
#################    WhoAre.html  ##############
################################################
*/
.breadcrumb {
    padding: 0;
    font-family: "MuseoSans", "Roboto";
    color: #949494;
    font-size: 17px;
    font-weight: 100;
    list-style: none;
    background-color: #fff;
}

.breadcrumb a,
.breadcrumb li {
    font-family: "MuseoSans", "Roboto";
    color: #949494;
}

.breadcrumb > li + li:before {
    font-size: 18px;
    content: '›';
}

.content-img {
    margin-bottom: 28px;
    width: 350px;
}

.content-img.f-right {
    float: right;
    margin-left: 30px;
}

.content-img.f-left {
    float: left;
    margin-right: 30px;
}

/*
################################################
#################    WhoAre.html  ##############
################################################
*/



.people_say_border{
    border-top: 10px solid;
    border-color: #f1f1f1;
    border-style: dashed solid double
}

.optional_article {
    font-size: 17px;
    color: #1c1c1c;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 28px;
}

.onetour-wrapper {
    padding: 70px 0;
}

.onetour-wrapper h3 {
    margin-bottom: 40px;
}

.one-tour-slider {
    position: relative;
    margin-bottom: 45px;
}

.one-tour-slider .item {
    height: 520px;
    background: #eee;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    height: 11px;
    width: 11px;
    border: 2px solid #827f7f;
    border-radius: 50%;
    margin-right: 7px;
    outline: none;
}

.owl-carousel button.owl-dot.active {
    border-color: #fff;
}

.owl-dots {
    position: absolute;
    bottom: 14px;
    left: 50px;
}

.owl-carousel .item {
    position: relative;
}

.owl-carousel .back-gr {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sl-price {
    position: absolute;
    top: 37px;
    left: 0;
    min-width: 175px;
    min-height: 95px;
    background: #f1f1f1;
    padding: 12px 28px;
}

p.sl-price-text {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

p.sl-price-count {
    margin: 0;
    line-height: 19.79px;
    color: #f23758;
    font-weight: 700;
    font-size: 47px;
    text-align: right;
}

p.sl-price-count1 {
    margin: 0;
    line-height: 19.79px;
    color: #f23758;
    font-weight: 700;
    font-size: 28px;
    text-align: right;
}

.sl-footer {
    position: absolute;
    height: 128px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 50px;
    background: rgba(0, 0, 0, .5);
}

.sl-footer h1 {
    color: #fff;
    font-size: 33px;
    margin-top: 28px;
}

.arrow-left,
.arrow-right {
    display: block;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.arrow-left {
    transform: rotateZ(45deg);
}

.arrow-right {
    transform: rotateZ(-135deg);
}

.sl-prevI,
.sl-nextI {
    color: #fff;
    border: none;
    outline: none;
    background: none;
    position: absolute;
    font-size: 120px;
    top: 45%;
    font-weight: 100;
    z-index: 5;
}

.sl-prevI {
    left: 64px;
}

.sl-nextI {
    right: 64px;
}

.map-wrapper {
    height: 540px;
    background: #eee;
}

.map-wrapper #mapRout {
    height: 100%;
}

.pointtour-wrapper {
    padding: 65px 0 75px 0;
}

.pointtour-wrapper.gray {
    background-color: #dedede;
}

.owl-tour-item .sl-footer h1 {
    font-size: 26px;
    margin-top: 22px;
}

.one-tour-slider .owl-tour-item .item {
    height: 548px;
}

.owl-tour-item .sl-footer {
    height: 108px;
    padding-left: 32px;
}

.owl-tour-item .owl-dots {
    left: 32px;
    bottom: 24px;
}

.pt-day {
    display: inline-block;
    font-family: "MuseoSans", "Roboto";
    color: #1c1c1c;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 14px;
}

.pt-item h3 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.pt-item h3:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 124px;
    content: '';
    border-bottom: 1px solid #e3e3e3;
}

.pt-date {
    font-family: "MuseoSans", "Roboto";
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 28px;
}

.pt-item h5 {
    font-family: "MuseoSans", "Roboto";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pt-item ul {
    /* margin-bottom: 28px; */
}

.pt-item ul li {
    font-size: 17px;
    color: #1c1c1c;
    font-weight: 300;
    list-style: none;
    position: relative;
}

.pt-item ul li:after {
    position: absolute;
    left: -20px;
    top: 0;
    font-family: "Ionicons";
    content: "\f363";
}

.pt-item .include {
    font-family: "MuseoSans", "Roboto";
    font-weight: 700;
    font-size: 16px;
}

.madal-window-map {
    padding: 22px;
    color: #1c1c1c;
    min-width: 310px;
    overflow: hidden;
}

.madal-window-map img {
    float: left;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-right: 18px;
}

.madal-window-map h4 {
    margin: 0 0 2px 0;
    font-weight: 300;
}

.madal-window-map span {
    font-family: "MuseoSans", "Roboto";
    display: inline-block;
    background-color: #2e2e2e;
    color: #fff;
    font-size: 11px;
    padding: 1px 6px;
}

.madal-window-map .price-text {
    margin: 14px 0 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.madal-window-map .price-count {
    font-size: 27px;
    margin: 0;
    color: #f23758;
    line-height: 24px;
    font-weight: 700;
}

/*
################################################
#################    OurTours    ###############
################################################
*/
.tour-filter h3 {
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 56px;
}

.tour-filter h3 i {
    vertical-align: middle;
    padding-right: 25px;
}

.filters h4 {
    font-family: "MuseoSans", "Roboto";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.f-by-country,
.f-by-date,
.f-by-price {
    margin-bottom: 12px;
}

.f-by-country .item {
    display: block;
    font-family: "MuseoSans", "Roboto";
    color: #fff;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
    height: 45px;
    background-color: #1c1c1c;
    margin-bottom: 1px;
    transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    overflow: hidden;
}

.f-by-country .item:hover {
    background-color: #4a4a4b;
    cursor: pointer;
}

.f-by-country .item .count {
    text-align: center;
    width: 34px;
    position: relative;
    display: block;
    margin-right: 20px;
    padding-left: 12px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    float: right;
    border-left: 1px dotted #817f7f;
}

.f-by-country .item .count:before,
.f-by-country .item .count:after {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 300%;
    left: -20px;
    background-color: #1c1c1c;
    transition: background .3s ease-in;
}

.f-by-country .item:hover .count:before,
.f-by-country .item:hover .count:after {
    background-color: #4a4a4b;
}

.f-by-country .item .count:before {
    top: 0;
}

.f-by-country .item .count:after {
    bottom: 0;
}

.checkbox {
    display: none;
}

.checkbox1 {
    display: none;
}

.checkbox2 {
    display: none;
}

.checkbox-custom {
    position: relative;
    margin: 14px 15px 14px 18px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
}

.checkbox1-custom {
    position: relative;
    margin: 14px 15px 14px 18px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
}

.checkbox2-custom {
    position: relative;
    margin: 14px 15px 14px 18px;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: top;
}

.checkbox1-custom,
.label {
    display: inline-block;
    vertical-align: top;
}

.checkbox2-custom,
.label {
    display: inline-block;
    vertical-align: top;
}

.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: radial-gradient(#f23758, #ee6c33, #a4c026);
    /*border-radius: 2px;*/
}

.checkbox1:checked + .checkbox1-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: radial-gradient(#f23758, #ee6c33, #a4c026);
    /*border-radius: 2px;*/
}

.checkbox2:checked + .checkbox2-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: radial-gradient(#f23758, #ee6c33, #a4c026);
    /*border-radius: 2px;*/
}

.f-by-date,
.f-by-price {
    background-color: #f1f1f1;
    padding: 20px 30px;
}

.date-choice {
    vertical-align: middle;
    font-weight: 300;
}

.date-choice p {
    height: 33px;
    line-height: 33px;
}

.date-choice input {
    width: 135px;
    float: right;
    height: 33px;
    padding-left: 40px;
    border: none;
    outline: none;
    border-radius: 3px;
}

.date-choice span {
    display: block;
    position: relative;
    float: right;
}

.date-choice span:after {
    position: absolute;
    display: block;
    content: '';
    left: 14px;
    top: 7px;
    height: 20px;
    width: 20px;
    background: url(../img/date-choice.png) no-repeat;
}

.f-by-price h4 {
    margin-bottom: 34px;
}

#slider-range {
    margin-bottom: 25px;
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
}

#slider-range .ui-widget-header {
    background: none;
}

#slider-range .ui-slider-handle {
    z-index: auto;
    border: none;
    outline: none;
    cursor: pointer;
    top: -17px;
    background: url(../img/range-piont.png) no-repeat;
}

.range-choise input {
    width: 65px;
    border: none;
    font-size: 13px;
    font-weight: 300;
    height: 28px;
    text-align: center;
    outline: none;
    border-radius: 3px;
}

.range-choise input:last-child {
    float: right;
}

/*
################################################
#################   Media query  ###############
################################################
*/

@media (max-width: 1200px) {
    .f-social i {
        margin-right: 4px;
    }

    .footer-nav.f-contacts i {
        margin-right: 12px;
    }

    .wh-item {
        padding-right: 30px;
        margin-right: 30px;
    }

    .info-name {
        font-size: 19px;
    }
}

@media (max-width: 992px) {
    .nav-top-text .i-list li:last-child {
        margin-left: 0;
    }

    .nav {
        padding-top: 0;
    }

    .nav-top-text li.h-info {
        margin-right: 22px;
    }

    .nav > li > a {
        padding: 10px 14px;
        font-size: 14px;
    }

    .navbar-brand img {
        width: 165px;
    }
}

@media (max-width: 768px) {
    .nav-top-text {
        display: none;
    }

    .sl-footer {
        padding-left: 24px;
    }

    .sl-footer h1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .pointtour-wrapper:nth-child(odd) .col-md-5{
        float: unset !important;
    }
    .pointtour-wrapper:nth-child(odd) .col-md-7{
        float: unset !important;
    }

    .owl-dots {
        left: 22px;
    }

    #navbar {
        background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .5));
        margin: 20px -16px;
        padding: 0 15px;
        width: 110%;
        z-index: 99;
        position: absolute;
    }

    .h-content {
        margin-top: 250px;
    }

    .wh-item {
        display: block;
        border-right: none;
        margin: 20px 0;
        margin-left: 37%;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
        margin-left: 0 !important;
    }
    .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-left: 0 !important;
    }
    .timeline-centered .timeline-entry {
        margin-left: 0 !important;
    }
    .itemcover {
        height:155px !important;
    }
    .title_box_dest {
        padding: 8px 20px 0 20px !important;
    }
    .acc-titletour .category {
        padding: 8px 20px 0 20px !important;
    }
    .timeline-image {
        top: 25%;
        right: 20px;
    }
    .timeline-image {
        width: 100px !important;
    }
    .delete-left-padd, .no-padding-left {
        padding-right: 0;
    }
    .dettdatepart {
        margin: 0 !important;
        padding: 0 20px;
    }
    .acc-pricebox {
        display: none;
    }
    .brandtopxs {
        margin-top: 0 !important;
    }
    .acc-pricebox-name {
        text-align: left !important;
        display: inline-block;
    }
    .box-light-dest-2 {
        display: inline-block;
    }
    .acc-titletour {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .mobile-calendar {
        display: block !important;
    }
}

.dettdatepart {
    margin-left: -40px;
}
.brandtopxs {
    margin-top: 25px;
}
.mobile-calendar {
    display: none;
}

@media (max-width: 600px) {
    .wh-item {
        margin-left: 30%;
    }

    .wh-content .content-img {
        widows: 100%;
        display: block;
        float: none !important;
        padding: 0 !important;
        margin: 0 auto 28px auto !important;
    }
}

@media (max-width: 425px) {
    .wh-content .content-img {
        width: 100%;
    }

    .h-content {
        margin-top: 200px;
    }

    .header-wrapper {
        height: 620px;
    }

    .h-content h1 {
        font-size: 50px;
    }

    .wh-item {
        margin-left: 25%;
    }

    .sl-prevI {
        left: 20px;
    }

    .sl-nextI {
        right: 20px;
    }
}

@media (max-width: 375px) {
    .h-content {
        margin-top: 120px;
    }

    .t-event-name {
        width: 190px;
    }

    .t-header {
        margin-left: 12px;
    }

    .wh-item {
        margin-left: 17%;
    }
}

/*
################################################
#################    keyframes    ##############
################################################
*/
.fadeInDown {
    animation: fadeInDown 1s forwards;
}

.fadeOutDown {
    animation: fadeOutDown 1s forwards;
}

.fadeInLeft {
    animation: fadeInLeft 1s forwards;
}

.fadeOutLeft {
    animation: fadeOutLeft 1s forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 50px);
        opacity: 0;
    }
}

/**/
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 0);
        opacity: 0;
    }
}

.filter_search {
    background-color: #1c1c1c;
    color: white;
    border: 0;
    height: 45px;
    width: 100%;
    -webkit-transition: background .3s ease-in-out;
}

.filter_search:hover {
    background-color: #4a4a4b;
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
}

/** change language **/

.select-language .open {
    background: #ffffff;
}

@media (max-width: 767px) {

.open .dropdown-menu {
    font-family: "MuseoSans", "Roboto";
    position: static;
    float: none;
    width: auto;
    /*margin-top: 20px !important;*/
    background-color: transparent;
    border: 0;
    box-shadow: none;
}}

.select-language {
    display: flex;
    /*margin-top: 14px;*/
    /*margin-left: 16px;*/
    font-family: "MuseoSans", "Roboto";
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.select-language a {
    font-family: "MuseoSans", "Roboto";
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.select-language .dropdown-menu {
    background: #ffffff;
    font-family: "MuseoSans", "Roboto";
    font-size: 14px;
    text-transform: uppercase;
}

.select-language span {
    font-weight: bold;
    /*margin-left: 7px;*/
    text-transform: uppercase;
    color: #f05940;
}

.select-language .list-languages a {
    padding: 6px 17px !important;
    font-weight: 600;
    color: #1c1c1c;
    background-color: #ffffff;
}

.textLang a {
    color: white !important;
    background-color: #101220 !important;
}

.lang {
    margin-left: 34px;
}

/** change language **/

/** included from edata **/

.login_page button.def_btn {
    width: auto;
    padding: 0 20px;
}

label.def_checkbox {
    padding-left: 0;
    font-size: 13px;
}

.login_page .checkbox a {
    margin-left: 20px;
}

/** included from edata **/

/** included from migratie  **/

.contact-form .caption1 {
    font-size: 30px;
    font-weight: 600;
    font-family: "MuseoSans", "Roboto";
}
.contact-form form input,
.contact-form form select,
.contact-form form textarea {
    font-size: 14px;
    font-style: italic;
    height: 42px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    padding: 10px 21px;
    border: 1px solid;
    color: #757575;
}
.contact-form form textarea {
    height: 160px;
}
.contact-form button[type=submit] {
    outline: none;
    border: none;
    font-size: 13px;
    cursor: pointer;
}
.contact-form p {
    font-size: 13px;
    font-family: "MuseoSans", "Roboto";
}


/** included from migratie  **/

/** scroll up **/
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 66px;
    right: 40px;
    display: none;
    background-color: #f05940;
    color: #fff;
    font-size: 20px;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    z-index: 9999;
}
/** end scroll up **/



/** included from pki **/
.navbar-transparent {
    background-color: transparent;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 24%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 24%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,1) 24%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    transition: all 0.8s ease;
    padding-top: 20px;
    height: 200px;
    position: absolute;
    z-index: 1;
    width: 100%;

}
/** included from pki **/

/** jivochat **/

.jivo-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    background-image: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.jivo-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
}
.jivo-btn.jivo-btn-light:hover{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
}
.jivo-btn.jivo-btn-light{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
}
.jivo-btn:active,
.jivo-btn.jivo-btn-light:active{
    box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    cursor: pointer;
}
.jivo-btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.jivo-btn-gradient {
    background-image: url(//static.jivosite.com/button/white_grad_light.png);
    background-repeat: repeat-x;
}
.jivo-btn-light.jivo-btn-gradient {
    background-image: url(//static.jivosite.com/button/white_grad.png);
}
.jivo-btn-icon {
    width:17px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -5px;
}
.jivo-btn-light {
    color: #fff;
}
.jivo-btn-dark {
    color: #222;
}

#yt-subscribe {
    margin-top: 10px !important;
}

/** jivochat **/

/** nav **/
.nav > li > a:hover, .nav > li > a:focus {
    background: none !important;
}

.nav > li > a {
    background: none !important;
}


.second_menu > li > a {
    line-height: 18px !important;
}

a.dropdown-item.tours_items {
    width: 100%;
}

@media (max-width: 767px) {
    .arrow {
        float: right;
    }

    .tours {
        width: 50px !important;
        background-color: #353331 !important;
    }

    .dropdown-menu.tours {
        margin-top: 0px !important;
        margin-left: 30px !important;
        background-color: #353331 !important;
    }

    .tours > a:hover {
        width: 100%;
        color: black !important;
        text-decoration: none !important;
        background-color: #f5f5f5 !important;
    }

    .tours_items {
        display: inline-block !important;
        margin: 0 !important;
        padding: 9px 17px !important;
        color: white !important;
        font-weight: normal !important;
        line-height: 1.42857143 !important;
        white-space: nowrap !important;
        font-family: "MuseoSans", "Roboto" !important;
        text-transform: uppercase !important;
    }

    /*TODO*/
    .image-overlay {
        height: auto;
    }

    .menu_ways {
        display: inline-block !important;
        margin: 0 !important;
        padding: 9px 17px !important;
        color: #ffffff !important;
        font-weight: bold !important;
        line-height: 1.42857143 !important;
        white-space: nowrap !important;
        font-family: "MuseoSans", "Roboto" !important;
        text-transform: uppercase !important;
    }

    .image-title-wrapper {
        font-size: 55px !important;
        margin-bottom: 0 !important;
    }

    .dropright .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }

    .dropright .dropdown-toggle::after {
        vertical-align: 0;
    }

    .dropdown-submenu.dropright > .dropdown-toggle::after {
        margin-right: -12px;
    }

    .dropdown-submenu.dropright > .dropdown-toggle {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
        color: #a1b133 !important;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: unset;
    }

    .dropdown-menu .drop_color {
        background-color: rgba(150,150,150,.5) !important;
    }

    .header-wrapper {
        overflow: unset;
    }

    /*end_TODO*/

}

@media (min-width: 768px) {
    .arrow {
        float: right;
        padding-left: 6px;
    }

    .tours > a:hover {
        width: 100%;
        color: #262626 !important;
        text-decoration: none !important;
        background-color: #f5f5f5 !important;
    }

    .tours {
        padding-right: 6px !important;
        background-color: #ffffff !important;
        font-family: "MuseoSans", "Roboto" !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        border: none !important;
        border-radius: 4px !important;
        /*right: 21px !important;*/
        right: -50px !important;
        left: -23px !important;
    }

    .tours_items {
        display: inline-block !important;
        margin: 0 !important;
        padding: 9px 17px !important;
        color: #1c1c1c !important;
        background-color: #ffffff !important;
        font-weight: bold !important;
        line-height: 1.42857143 !important;
        white-space: nowrap !important;
        font-family: "MuseoSans", "Roboto" !important;
        text-transform: uppercase !important;
    }

    /*TODO*/
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu.dropright > .dropdown-toggle {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .menu_ways {
        display: inline-block !important;
        margin: 0 !important;
        padding: 9px 17px !important;
        color: #1c1c1c !important;
        background-color: #ffffff !important;
        font-weight: bold !important;
        line-height: 1.42857143 !important;
        white-space: nowrap !important;
        font-family: "MuseoSans", "Roboto" !important;
        text-transform: uppercase !important;
    }

    .dropdown-submenu.dropright > .dropdown-toggle::after {
        margin-right: -12px;
    }

    .dropright .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }

    .dropright .dropdown-toggle::after {
        vertical-align: 0;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5 !important;
        width: 100%;
    }
    /*end_TODO*/

}
/** nav **/

/*TODO*/

.image-overlay {
    background-color: rgba(0,0,0,.1);
    height: 350px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.image-title-wrapper {
    text-align: center;
    font-size: 115px !important;
    color: #fff !important;
    font-weight: 400 !important;
    display: inline;
    line-height: 1em;
}
.image-card-wrapper {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    line-height: 1em;
}
.h2_calendar {
    margin-top: 0 !important;
}
.p_calendar {
    font-weight: 400 !important;
    margin: 0 !important;
    display: inline-block;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.select-language .dropdown-menu:hover{
    display: block;
}
.select-language .ion-android-arrow-dropdown:before {
    padding-top: 6px;
}

.select-language .dropdown-menu {
    min-width: 105px;
}
/*end_TODO*/

/* blog */
.title-wraper-blog {
    margin-top: 45px;
}
.title-wraper-blog h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
}
.tours-wrapper {
    padding: 45px 0 0 0;
}
.content-blog h2 {
    margin: 0;
    line-height: 0;
}
.content-blog .blog-post-title a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 500;
    color: #414141;
    line-height: 1.5;
}
.content-blog .blog-post-title a:hover {
    color: #8ab933;
    text-decoration: none
}
ul.blog-post-info {
    display: block;
    border-bottom: #eaeaea 1px dotted;
    padding-bottom: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
ul.list-inline>li {
    display: inline-block;
}
.list-inline>li {
    padding-right: 5px;
    padding-left: 5px;
}
ul.blog-post-info li>a {
    color: #888;
}
ul.blog-post-info li i {
    color: #888;
    margin-right: 5px;
}
.font-lato {
    font-weight: 300;
    font-family: 'Lato',Arial,Helvetica,sans-serif !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.content-blog p {
    margin: 20px 0;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}
.btn.btn-reveal {
    padding-left: 28px;
    padding-right: 28px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}
body:not(.device-touch) .btn.btn-reveal i, body:not(.device-touch) .btn.btn-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}
.btn.btn-reveal i {
    display: block;
    position: absolute;
    left: -32px;
    width: 32px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 4px 0 0 0;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    color: #8ab933;
}
.btn.btn-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}
.btn.btn-reveal:hover i {
    left: 0;
}
.btn.btn-reveal:hover span {
    left: 16px;
}
.btn-shadow-1 {
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065);
    height: 40px;
    border: 0 !important;
}
.btn-default:hover {
    background-color: #fff !important;
}
.blog-post-item {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: #eee 1px solid;
    position: relative;
}
.side-nav {
    margin-bottom: 60px;
}
div.side-nav .side-nav-head {
    position: relative;
}
div.side-nav .side-nav-head button {
    display: none;
    font-size: 21px;
    background-color: rgba(0,0,0,0.2);
    height: 44px;
    width: 44px;
    z-index: 1;
}
div.side-nav .side-nav-head h4 {
    font-size: 16px;
    margin: 0 0 14px 0;
    font-weight: 500;
    color: #414141;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.widget-title::after {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 1px;
    background-color: #8ab933;
    content: '';
}
div.side-nav>ul {
    display: block !important;
    border: 0 !important;
    text-transform: uppercase;
}
div.side-nav ul.list-group-noicon>li {
    padding-left: 0;
}

div.side-nav li.list-group-item {
    padding: 0 15px;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
div.side-nav ul>li {
    position: relative;
    background-color: transparent !important;
    border: 0;
}
div.side-nav ul.list-group-bordered>li>a {
    display: block;
    padding: 15px 10px;
    border-bottom: rgba(148,149,150,0.1) 1px solid;
    font-size: 15px;
}
div.side-nav ul>li>a {
    color: #777;
    text-decoration: none;
}
div.side-nav ul>li>a {
    display: block;
    padding: 4px 0 4px 0;
}
ul.list-group li>a, ul.list-group ul:not(.collapse) {
    display: block;
    width: 100%;
}
div.side-nav ul.list-group-bordered>li>a:hover {
    color: #8ab933 !important;
}
div.side-nav ul.list-group-bordered>li>a>span.float-right {
    margin-top: 3px;
    font-size: 11px;
    color: #6c757d;
    float: right;
}
.tabs {
    margin-bottom: 60px;
}
.nav-tabs.nav-bottom-border {
    border: 0 !important;
}

.nav-tabs.nav-bottom-border>li>a {
    margin-bottom: 0 !important;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    line-height: 1.5;
    font-family: "Roboto";
    color: #414141;
    text-align: left;
}
.nav-tabs.nav-bottom-border>li>a {
    border: 0 !important;
}
.tab-content {
    padding: 5px 0 15px 0;
    margin: 0 0 60px 0;
}
.tab-post {
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-bottom: rgba(0,0,0,0.06) 1px solid;
}
.tab-post a {
    color: #414141;
    text-decoration: none;
}
.tab-post a:hover {
    color: #8ab933;
}
.tab-post img {
    width: 100%;
    min-height: 50px;
    max-height: 50px;
    object-fit: cover;
}
.tab-blog-new {
    display: table-cell;
    vertical-align: middle;
}
.entry-thumb {
    width: 62px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}
.entry-thumb a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.nav-tabs.nav-bottom-border>li>a {
    border: 0 !important;
    border-bottom: rgba(148,149,150,0.1) 1px solid;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 10px 22px;
}
.tag {
    position: relative;
    display: inline-block;
    margin: 0 6px 3px 0;
}
.tag>span.txt {
    border: 1px solid #e3e3e3;
    color: #666;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 9px;
    text-transform: uppercase;
    float: left;
}
.tag>span.txt:before {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #C6C6C6;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    top: 12px;
}
.tag>span.txt:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: 12px;
}
.tag>span.num {
    background: rgba(0,0,0,0.01);
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 11px;
    padding: 8px 9px 8px 11px;
    color: #aaa;
    position: relative;
    margin-left: -1px;
    float: left;
}
.tag:hover>span.txt {
    color: #8ab933;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
}
.new-post-date {
    margin: 20px 0 10px 0;
}
.new-post-date h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #181818;
    line-height: 0.75;
    margin: 0;
    display: inline-block;
}
.delete-style-blog {
    font-family: 'Oswald', sans-serif;
    margin: 0 0 0 4px !important;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 400;
    color: #72728c !important;
    text-transform: uppercase;
    line-height: 0.75 !important;
    letter-spacing: 0.1em;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}
.content-blog span a {
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.latest_post_day {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    line-height: 0.75;
}
.latest_post_month {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    color: #72728c;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0.75;
}
div.divider {
    margin: 15px 0;
    position: relative;
    display: block;
    min-height: 20px;
}
div.divider:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid #ddd;
}
.entry-navigation {
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    table-layout: fixed;
}
.entry-navigation .column {
    display: table-cell;
    padding-top: 18px;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: middle;
}
.entry-navigation .column-btn {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}
.entry-navigation .btn.view-all {
    width: 46px;
    height: 46px;
    padding-right: 0;
    padding-left: 1px;
}
.entry-navigation.btn.view-all > i {
    margin-top: 5px;
    font-size: 1.4em;
}
.btn-outline-secondary > i {
    display: inline-block;
    margin-top: 7px;
    vertical-align: middle;
    font-size: 20px;
}
.btn-outline-secondary:hover {
    background-color: #fff;
    border-color: #8ab933 !important;
    color: #555555 !important;
}
.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 15px;
    color: #8ab933;
}
.pager a:hover {
    color: #555555 !important;
    border-color: #8ab933 !important;
    text-decoration: none;
}
.left-column {
    text-align: left !important;
}
.right-column {
    text-align: right !important;
}
.b-0 {
    border: 0 !important;
}
.pager:after {
    display: block;
    content: "";
    clear: both;
}
.row-single-blog {
    margin-bottom: 50px;
}
/*  */

/* calendar */

.tab-content {
    display: block;
}
.hotel-input-4-23 .hotel-input-first {
    -moz-user-select: none;
    background: #ffffff none repeat scroll 0 0;
    color: #555555;
    height: 53px;
    padding: 16px 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.bootstrap-select>.dropdown-toggle {
    width: 262px !important;
    height: 53px !important;
    background: #fff url(../img/calendar/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 25px !important;
    padding: 17px 20px !important;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #a4c026 0%, #ee6c33 50%, #a4c026 100%) !important;
    border-image-slice: 1 !important;
    border-radius: unset !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    width: 262px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}
.dropdown-menu > li > a {
    padding: 5px 20px !important;
}
.hotels-form .searc-btn-7 button {
    background: #37b721;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 52px;
    padding: 0 24px;
    width: 100%;
    transition: all ease-in-out 0.3s;
}
.hotels-form .searc-btn-7 button:hover {
    background: #f17b37;
}
.tab-pane {
    padding: 10px 0 20px 0;
}
.timeline-centered {
    position: relative;
    margin-bottom: 80px;
}
.row-margin-top-2 {
    margin-top: 40px;
}
.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #c7b59a;
    top: 20px;
    bottom: 20px;
    margin-left: 60px;
}
.timeline-image {
    z-index: 100;
    font-family: "MuseoSans", "Roboto";
    position: absolute;
    background: #2e2e2e;
    width: 110px;
    font-weight: 100;
    height: 120px;
}
.timeline-image::before {
    display: block;
    position: absolute;
    content: '';
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #f23758 0%, #ee6c33 50%, #a4c026 100%);
    border-image-slice: 1;
}
.color_white {
    color: #FFF;
}
.timeline-image .t-day {
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 35px;
    margin-top: 25px;
    line-height: 15px;
    font-weight: 400;
}
.timeline-image .t-month-year {
    font-family: 'Oswald', sans-serif;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
}
.timeline-image .t-decor-line {
    height: 1px;
    width: 20px;
    margin: 3px auto;
    background: #515151;
}
.timeline-image .t-days {
    margin-top: 7px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}
.timeline-centered .timeline-entry.begin {
    margin-bottom: 45px;
}
.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    margin-left: 145px;
}
.lighttourhov {
    margin-bottom: 20px !important;
}
.boxtour {
    border-bottom: 1px solid #eee;
}
.delrowmarg {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.itemcover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:110px
}
.acc-titletour {
    margin-top: 10px;
    line-height: 20px;
}
.box-light-dest-2 {
    padding-top: 5px;
}
.title_box_dest {
    height: 43px;
    padding-top: 8px;
    font-size: 20px;
    color: #1c1c1c;
    font-family: 'Oswald', sans-serif;
}
.title_box_dest span {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 500;
    color: #414141;
    line-height: 1.5;
}
.acc-pricebox {
    padding-top: 25px;
    line-height: 25px;
}
.acc-pricebox-name span {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
}
.box-light-dest-2 span {
    color: #c7b59a;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    font-size: 30px;
}
.delete-left-padd, .no-padding-left {
    padding-left: 0px !important;
}
.box-light-dest-2 span {
    font-size: 30px;
}
.acc-titletour .category i {
    margin-right: 3px;
    color: #828282;
}
.acc-titletour .category a {
    margin-right: 7px;
    text-decoration: none;
}
.acc-titletour .category  a > span{
    color: #8E7037;
    font-size: 12px;
}
/*  */
.scrollup:hover i, .scrollup:focus i {
    color: #eee;
}
.pointtour-wrapper:nth-child(even) .col-md-5{
    float: left;
}
.pointtour-wrapper:nth-child(even) .col-md-7{
    float: right;
}
.pointtour-wrapper:nth-child(even){
    background-color: #dedede;
}
.style-img-max {
    min-height: 350px;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}
.filters .item span.filter-item-text {
    display: inline-block;
    overflow: hidden;
    max-width: 150px;
}
.conf-ways p {
    text-indent: 3rem;
    margin: 0;
}
