
.mainPageSlideShow {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.mainPageSlideShow .uk-slideshow-items{
    height: 100%;
}

.mainPageSlideShow .slider {
    height: 100%;
}

.mainPageSlideShow .slider .contentOverlay {
    display: block;
    max-width: 500px;
    left: 150px;
    top: 30%;
    position: relative;
    width: 33%;
    background-color: rgba(0, 0, 0, .11);
    padding: 20px;
    color: white;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.mainPageSlideShow .slider .contentOverlay > h1 {

}

.mainPageSlideShow .slider .contentOverlay > p {
    letter-spacing: .03em;
    color: #ffffffe6;
}


.mainPageSlideShow .mainPageSlider {
    position: absolute;
    top: calc(50% - 110px);
    right: -5%;
    z-index: 11;
    left: 55%;
    bottom: 30px;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    margin-bottom: 37px;
}

.mainPageSlideShow .mainPageSlider .sliderCard {
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
    width: 200px;
    max-height: 340px;
    margin-bottom: 15px;
    transition: .5s;
}

.mainPageSlideShow .mainPageSlider .sliderCard .content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: gray;
    max-height: 300px;
    overflow: hidden;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .4) !important;
    border-radius: 4px;
}

.mainPageSlideShow .mainPageSlider .sliderCard.scaled {
    width: 230px;
}

.mainPageSlideShow .mainPageSlider .sliderCard.scaled .content {
    max-height: 100%;
}

.mainPageSlideShow .mainPageSlider .sliderCard .content > img {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: 330px;
}

.mainPageSlideShow .mainPageSlider .sliderCard .content .text {
    width: 100%;
    left: 0px;
    position: absolute;
    bottom: 0px;
    height: auto;
    top: auto;
    text-align: center;
    padding: 10px;
    background: linear-gradient(
        0deg, rgba(0, 0, 0, .4), transparent);
}

.mainPageSlideShow .mainPageSlider .sliderCard .content .text h5 {

}


.mainPageSlideShow .pagination {
    position: absolute;
    left: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
}

.mainPageSlideShow .pagination > ul {
    padding: 0;
}

.mainPageSlideShow .pagination > ul > li {
    list-style-type: none;
    margin: 30px auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.mainPageSlideShow .pagination > ul:before {
    content: '';
    width: 1px;
    background: linear-gradient(transparent, white, transparent);
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
}

.mainPageSlideShow .pagination > ul > li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.mainPageSlideShow .pagination > ul > li span {
    display: flex;
    color: gray;
    background: white;
    width: 0px;
    height: 0px;
    overflow: hidden;
    border-radius: 50%;
    font-size: 12px;
    transition: .3s;
}

.mainPageSlideShow .pagination > ul > li.active span, .mainPageSlideShow .pagination > ul > li:hover span {
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 0px 6px #ffffffa6;
}


.titleWithBordBot:after {
    width: 20%;
}

.mainPage .titleWithBordBot {
    position: relative;
}

.mainPage .titleWithBordBot:after {
    content: "";
    height: 3px;
    background: #f0c01e;
    position: absolute;
    left: 0;
    top: 100%;
}

.mainPage .handicraftsSection .handicraft-container {
    position: relative;
}

.mainPage .handicraftsSection .handicraft-container .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -99999;
}

.mainPage .handicraftsSection .handicraft-container .handicraft-description {
    margin: 0;
    padding-right: 10px;
}

.mainPage .handicraftsSection .vi-remove-shadow {
    box-shadow: none;
}

/* .mainPage .handicraftsSection .title {
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 700;
} */

.mainPage .handicraftsSection .description {
    margin-top: 0;
}

.mainPage .handicraftsSection .vi-remove-shadow > div:first-child {
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainPage .handicraftsSection .vi-remove-shadow > div:first-child > a > picture > img {
    height: 100%;
    max-width: none;
    width: 100%;
}

.mainPage .popularContentSection {
    padding: 60px 0;
    background-color: #007C91;
}

.popularContentSection > div:first-of-type {
    min-width: 350px;
    color: #fff;
}

.popularContentSection > div:first-of-type > .vi-post-title {
    word-wrap: break-word;
    width: 40%;
    font-size: 1.6rem;
    margin: 0 60px;
    position: relative;
}

.popularContentSection > div:first-of-type > .vi-post-title:after {
    content: "";
    margin-top: 5px;
    height: 2px;
    background-color: #e0bd16;
    width: 40%;
    position: absolute;
    top: 55%;
    left: 0;
}

.popularContentSection > div.vi-slider {
    width: calc(100vw - 350px);
}

.popularContentSection .vi-slidenav.vi-slidenav-prev {
    right: calc(100% + 70px);
}

.popularContentSection .vi-slidenav {
    width: 35px;
    height: 35px;
    background-color: #066eb9;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: hsla(0, 0%, 100%, .85);
    margin: 0 5px;
    bottom: -5px;
    top: auto;
}

.popularContentSection .vi-slidenav {
    visibility: visible !important;
}

.popularContentSection .vi-slidenav.vi-slidenav-next {
    left: -70px;
}

.popularContentSection > div.vi-slider li > a {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.popularContentSection > div.vi-slider li > a + span {
    margin-top: 5px;
    display: inline-block;
    color: hsla(0, 0%, 100%, .85);
}

.popularContentSection > div.vi-slider li > a > div {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.popularContentSection > div.vi-slider li > a > div img {
    object-fit: cover;
}

.popularContentSection .vi-slidenav svg {
    height: 13px !important;
}

.popularContentSection > div:first-of-type a {
    color: #efdba4 !important;
    font-size: 1rem;
}



.comment-comment-form input[type=email], .comment-comment-form input[type=password], .comment-comment-form input[type=text], .comment-comment-form textarea, .vi-radius {
    border-radius: 6px;
}
.vi-route-page .vi-slider-container {
    min-height: calc(100vh - 466px);
}
.vi-route-page .vi-router-slider {
    padding: 50px 20px;
}
.vi-route-page .vi-router-slider .vi-card-image {
    max-height: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.route-title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 0 3px rgb(0 0 0 /90%);
}
.vi-route-page .vi-router-slider .vi-card-image img {
    max-width: none;
    width: 100%;
}
.vi-route-page .vi-router-slider .card-description>div:not(:last-child) {
    position: relative;
}
.vi-route-page .vi-router-slider .card-description>div:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #dcdcdc;
    left: 8px;
    top: 44px;
}
.vi-route-page .vi-router-slider .card-description>div:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #dcdcdc;
    left: 8px;
    top: 44px;
}
.vi-route-page .vi-router-slider .card-description>div:not(:last-child) .city-name {
    border-bottom: 1px solid #e6e6e6;
}
.vi-route-page .vi-router-slider .card-description .city-name {
    flex: 1;
    padding: 15px 0;
    font-size: 1.1rem;
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vi-route-page .vi-router-slider .circle {
    color: #fff;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px 0 #1e86f0;
    margin-right: 20px;
}
.vi-route-page .vi-router-slider .circle.destination {
    background-color: #f0c01e;
    box-shadow: 0 0 6px 0 #f0c01e;
}
.vi-route-page .vi-router-slider .circle.destination>.destination-icon{
    background-color: #fff;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 4px;
}
.uk-link, a{
    text-decoration: none !important;
}


.vi-suggestion-box > div:last-of-type > div:first-of-type .vi-suggestion-title h4:after {
    content: "";
    width: 40%;
    height: 3px;
    background: #f0c01e;
    position: absolute;
    left: 0;
    top: 50%;
}

#Autumn-rectangle-bottom > div, #Autumn-rectangle-top > div, #Spring-rectangle-bottom > div, #Spring-rectangle-top > div, #Summer-rectangle-bottom > div, #Summer-rectangle-top > div, #Winter-rectangle-bottom > div, #Winter-rectangle-top > div {
    opacity: 0;
    transform: translateX(-300px);
    transition: opacity .3s ease, transform .4s ease;
}

.vi-suggestion-box > div:last-of-type > div:first-of-type > div > div:nth-child(2) > div:first-child > div {
    margin: auto 0 auto auto;
}

.vi-Autumn .Autumn-box, .vi-Spring .Spring-box, .vi-Summer .Summer-box, .vi-Winter .Winter-box {
    display: block !important;
}

.vi-suggestion-box .uk-card {
    box-shadow: 0 5px 13px 0 rgb(0 0 0 / 15%);
    display: none;
    height: 220px;
}

.vi-suggestion-card .vi-photo-zarand {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: scale(1);
    transition: all .5s ease;
}

.vi-translate-x-in {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.vi-suggestion-box .vi-suggestion-seasons {
    background-color: #fbfbfb;
    height: unset !important;
}

.vi-suggestion-card .vi-photo-birjand:hover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: scale(1);
    transition: all .5s ease;
}

.vi-suggestion-card .vi-suggestion-card-description {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(transparent));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .4), transparent);
    background: linear-gradient(
        0deg, rgba(0, 0, 0, .4), transparent);
    left: 0 !important;
    right: 0 !important;
}

.vi-suggestion-box > div:last-of-type > div:first-of-type > div {
    display: none;
}

.vi-suggestion-box > div:last-of-type > div:first-of-type > div > div {
    height: 50%;
}

.vi-suggestion-box > div:last-of-type > div:first-of-type > div > div:first-child {
    padding-bottom: 15px !important;
}

.vi-suggestion-box > div:last-of-type > div:first-of-type > div > div:nth-child(2) {
    padding-top: 15px !important;
}

.vi-suggestion-box > div:last-of-type > div:first-of-type .vi-suggestion-title {
    margin: 25px 0 auto auto;
    width: 135px;
    line-height: 1.2;
    position: relative;
}

#Autumn-square > div, #Spring-square > div, #Summer-square > div, #Winter-square > div {
    opacity: 0;
    transform: translateX(150px);
    transition: opacity .3s ease, transform .4s ease;
    transition-delay: .15s;
}

#Autumn-rectangle-bottom > div, #Spring-rectangle-bottom > div, #Summer-rectangle-bottom > div, #Winter-rectangle-bottom > div {
    transition-delay: .25s;
}

.vi-suggestion-card .vi-photo-birjand {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: scale(1);
    transition: all .5s ease;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Spring {
    border: 1px solid #91b096;
    padding: 2px;
    display: inline-block;
    border-radius: 50%;
    transform: rotate(
        45deg
    );
}

.vi-suggestion-box .vi-suggestion-seasons > div {
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Spring figure {
    transform: rotate(
        -45deg
    );
}

.vi-suggestion-box .vi-suggestion-seasons figure {
    width: 100%;
    height: 100%;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Summer {
    border: 1px solid #aa8778;
    padding: 2px;
    display: inline-block;
    border-radius: 50%;
    transform: rotate(130deg);
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Summer figure {
    transform: rotate(-130deg);
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Autumn {
    border: 1px solid #d0c887;
    padding: 2px;
    display: inline-block;
    border-radius: 50%;
    transform: rotate(30deg);
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Autumn figure {
    transform: rotate(-30deg);
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Winter {
    border: 1px solid #94a4cb;
    padding: 2px;
    display: inline-block;
    border-radius: 50%;
    transform: rotate(230deg);
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Winter figure {
    transform: rotate(-230deg);
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Summer:after {
    width: 19px;
    left: 30%;
    top: -15px;
    bottom: -30px;
    content: "";
    position: absolute;
    z-index: -1;
    background: #fbfbfb;
    transform: rotate(
        -27deg
    );
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Autumn:after {
    width: 35px;
    left: 34%;
    top: -20px;
    bottom: -20px;
    content: "";
    position: absolute;
    z-index: -1;
    background: #fbfbfb;
    transform: rotate(
        -27deg
    );
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Winter:after {
    width: 36px;
    left: 50%;
    top: -15px;
    bottom: -20px;
    content: "";
    position: absolute;
    z-index: -1;
    background: #fbfbfb;
    transform: rotate(--50deg);
    transform-origin: left;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Summer:before {
    width: 30px;
    left: 35%;
    top: -32px;
    bottom: -9px;
    content: "";
    position: absolute;
    z-index: -1;
    background: #fbfbfb;
    transform: rotate(
        103deg
    );
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Spring:after {
    width: 29px;
    left: 50%;
    top: -10px;
    bottom: -20px;
    content: "";
    position: absolute;
    background: #fbfbfb;
    z-index: -1;
    transform: rotate(
        -33deg
    );
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Spring:hover:after {
    animation-name: season-rotate-Spring;
    animation-duration: 2s;
    animation-timing-function: ease;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Summer:hover:after {
    animation-name: season-rotate-Summer-after;
    animation-duration: 2s;
    animation-timing-function: ease;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Summer:hover:before {
    animation-name: season-rotate-Summer-before;
    animation-duration: 2s;
    animation-timing-function: ease;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Autumn:hover:after {
    animation-name: season-rotate-Autumn;
    animation-duration: 2s;
    animation-timing-function: ease;
}

.vi-suggestion-box .vi-suggestion-seasons div.vi-season-Winter:hover:after {
    animation-name: season-rotate-Autumn;
    animation-duration: 2s;
    animation-timing-function: ease;
}

@keyframes season-rotate-Spring {
    0% {
        transform: rotate(-33deg)
    }
    to {
        transform: rotate(-393deg)
    }
}

@keyframes season-rotate-Summer-after {
    0% {
        transform: rotate(-27deg)
    }
    to {
        transform: rotate(-387deg)
    }
}

@keyframes season-rotate-Summer-before {
    0% {
        transform: rotate(-103deg)
    }
    to {
        transform: rotate(-433deg)
    }
}

@keyframes season-rotate-Autumn {
    0% {
        transform: rotate(--73deg)
    }
    to {
        transform: rotate(-385deg)
    }
}

@keyframes season-rotate-Winter {
    0% {
        transform: rotate(--50deg)
    }
    to {
        transform: rotate(-1turn)
    }
}


.destination-slider-img {
    min-height: 450px;
    min-width: 450px;
}

.vi-card-shadow-bottom {
    content: "";
    background: linear-gradient(
        180deg, hsla(0, 0%, 100%, 0) 70%, rgba(0, 0, 0, .4));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.vi-gallery-container {
    background-color: #004E7C;
}

.vi-gallery-container > div {
    padding: 12vh 0;
}

.vi-gallery-container .owl-stage {
    height: 60vh !important;
    margin: 50px 0;
}

.vi-gallery-container .owl-stage > div {
    height: 100%;
}

.vi-gallery-container .owl-item {
    transform: scale(1);
    transition: transform .3s ease,box-shadow .3s ease,opacity .3s ease;
    border-radius: 8px;
    position: relative;
}

.vi-gallery-container .owl-item > div {
    height: 100%;
    display: flex;
}

.vi-gallery-container .owl-item a {
    width: 100%;
}

.vi-gallery-icon {
    color: #ecbb2d;
    opacity: .8;
}

.vi-gallery-container .owl-item figure {
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
}

.vi-gallery-container .owl-item figure > img {
    transition: opacity .3s ease;
}

.vi-gallery-container .vi-gallery-description {
    top: calc(50%);
    right: 50%;
    transform: translateX(50%);
}

.vi-gallery-container .vi-gallery-description span {
    opacity: .7;
    color: #c3bca6;
}

.vi-gallery-container .vi-gallery-description > h2 {
    letter-spacing: 3px;
    margin-top: 0;
}

.vi-gallery-container .vi-gallery-description h2, .vi-gallery-container .vi-gallery-description h3 {
    color: #c3bca6;
}

.vi-gallery-container .owl-item.center {
    transform: scale(1.1);
    box-shadow: 0 0 20px 10px rgb(34 34 34 / 70%);
}
.vi-gallery-container .owl-stage>div{
    height: 100%;
}
.vi-gallery-container .owl-item>div{
    height: 100%;
    display: flex;
}

.vi-gallery-container .owl-item>div img{
    height: 100%;
    max-width: none;
    width: auto;
    min-height: 110%;
    opacity: .4;
}

.vi-gallery-container .owl-item.center img {
    opacity: .7;
}

.vi-gallery-container .owl-theme .owl-dots {
    text-align: left;
    margin: 0 243px;
}

.vi-gallery-container .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.vi-gallery-container .owl-theme .owl-dots .owl-dot span {
    width: 60px;
    height: 2px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.vi-gallery-container .owl-theme .owl-dots .owl-dot.active span{
    background: #ecbb2d!important;
}
.vi-suggestion-card .square-box{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    transform: scale(1);
    transition: all .5s ease;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .vi-gallery-container .owl-item > div img {
        width: 100%;
        min-height: 100%;
        height: auto;
    }

    .vi-gallery-container .owl-item > div img {
        width: 100%;
        min-height: 100%;
        height: auto;
    }
}

@media (max-width: 1100px){
    /*.popularContentSection > div.vi-slider li > a{*/
    /*    height: 150px;*/
    /*}*/
}

@media (min-width: 960px) and (max-width: 1199px) {
    .vi-suggestion-box .vi-suggestion-seasons{
        margin-right: 15px;
    }
    .vi-suggestion-box .vi-suggestion-seasons>div{
        margin: 0 15px!important;
    }
}

@media (max-width: 960px){
    .vi-suggestion-box>div:last-of-type>div:first-of-type .vi-suggestion-title{
        margin: 0;
        width: 100%;
    }
    .vi-suggestion-box>div:last-of-type>div:last-of-type{
        position: relative!important;
        margin: 0;
    }
    .vi-suggestion-box>div:last-of-type>div:last-of-type>div:last-child{
        padding: 0;
    }
    .vi-seasons-icon>div{
        padding-right: 0!important;
        padding-left: 0!important;
        justify-content: space-around;
    }
    .vi-seasons-icon>div>div{
        margin-right: 8px!important;
        margin-left: 8px!important;
    }
    .vi-destination-slider .destination-slider-img {
        min-width: 320px;
    }
    .vi-destination-slider .destination-slider-img picture>img{
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .vi-suggestion-box{
        padding: 0 40px;
    }
    .vi-suggestion-card{
        height: 220px;
    }
    .mainPageSlideShow .slider .contentOverlay {
        left: calc(50vw - 275px);
        max-width: 500px;
        top: 20vh;
        width: 50%;
    }
    .popularContentSection > div:first-of-type{
        min-width: 220px;
    }

    .popularContentSection>div.vi-slider{
        width: calc(100vw - 220px);
    }
    .vi-suggestion-box>div:last-of-type>div:first-of-type .vi-suggestion-title h4:after{
        width: 15%;
    }
    .vi-destination-slider, .vi-destination-slider li {
        height: 50vh;
    }
    .vi-gallery-container .vi-gallery-description{
        left: -30px;
        top: 100px;
    }
    .vi-gallery-container .owl-theme .owl-dots{
        margin: 0 80px;
    }


}

@media (max-width: 640px) {
    .mainPageSlideShow .slider .contentOverlay{
        width: 80%;
    }
    .mainPageSlideShow .slider .contentOverlay > h1{
        font-size: 1.2rem;
    }
    .popularContentSection{
        flex-direction: column;
    }
    .popularContentSection>div:first-of-type {
        min-width: 0;
        display: block;
        padding: 0 15px 30px;
    }
    .popularContentSection>div:first-of-type>.vi-post-title {
        margin: 0;
    }
    .popularContentSection>div.vi-slider{
        width: 100%;
    }
    .vi-suggestion-box{
        padding: 0 15px!important;
    }
    .vi-gallery-container .owl-stage{
        height: calc(100vw - 80px)!important;
    }
}

@media (min-width: 450px) and (max-width: 639px) {
    .mainPageSlideShow .slider .contentOverlay {
        left: 25px;
        max-width: 500px;
        top: 20vh;
    }
    .vi-gallery-container .vi-gallery-description {
        left: -20px;
        top: 20px;
    }
    .vi-gallery-container .owl-theme .owl-dots {
        margin: 0 80px;
    }
}
@media (max-width: 450px) {
    .mainPageSlideShow .slider .contentOverlay {
        left: 15px;
    }
    .vi-gallery-container .owl-theme .owl-dots {
        margin: 0 30px;
    }
    .vi-gallery-container .vi-gallery-description{
        display: none;
    }
    .vi-gallery-container .owl-item>div{
        overflow: hidden;
    }
    .vi-gallery-container .owl-theme .owl-dots .owl-dot span{
        width: 30px;
    }
}
@media (max-width: 359px) {
    .vi-suggestion-box .vi-suggestion-seasons>div{
        width: 44px;
        height: 44px;
    }
}

