#front-top-sights {
    position: relative;

    /*height: 560px;*/
    /*height: 600px;*/
    margin-bottom: 130px;

    /* for now... */
    overflow-x: hidden;
}

#front-top-sights .container {
    position: relative;

    height: 100%;

    padding: 0;
}

#front-top-sights > .container > .row {
    position: relative;

    /*height: 100%;*/

    /*margin-top: 6px;*/
    /*margin-left: -18px;*/

    margin-top: 15px;
    /*margin-left: -19px;*/
    /*margin-right: 0;*/

    padding: 0 15px;

    /*width: 100%;*/
    /*padding-right: 0;*/
}

/*#front-top-sights .front-blue-text-with-line:after {*/
/*width: 946px;*/
/*}*/

#front-top-sights-inner-container {
    position: relative;

    margin-top: 51px;
    /*margin-bottom: 77px;*/
    margin-bottom: 64px;
}

#front-top-sights-swiper-tab-row {
    position: relative;

    /*margin-top: 51px;*/
    margin-top: 20px;
    /*margin-bottom: 77px;*/
    margin-bottom: 64px;

    padding: 0 15px;
    padding-right: 0px;

    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

/*#actual-swiper-tab-row .swiper-container {*/
#front-top-sights-swiper-tab-row .swiper-container {
    width: 100%;
    height: 100%;

    /*padding: 0 15px;*/
    padding: 0;

    overflow: visible;
}

/*#actual-swiper-tab-row .swiper-wrapper {*/
#front-top-sights-swiper-tab-row .swiper-wrapper {
    padding-top: 12px;
    padding-bottom: 25px;
}

/*#actual-swiper-tab-row .swiper-slide {*/
#front-top-sights-swiper-tab-row .swiper-slide {
    width: auto !important;
}

.front-top-sight {
    position: relative;

    top: 0;

    float: left;

    /*margin-right: 25px;*/
    margin-right: 16px;

    border-radius: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    width: 214px;
    /*height: 345px;*/
    height: 355px;

    background-color: #ffffff;

    font-family: merriweatherregular;
    font-size: 14px;
    line-height: 24px;

    color: #767676;

    text-align: center;

    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);

    /*transition: all 0.5s ease;*/
    transition: all 0.3s ease;
}

.front-top-sight-image {
    position: relative;

    width: 214px;
    height: 151px;

    background-size: 214px 151px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#front-top-sights-inner-container a.front-top-sight:last-of-type {
    margin-right: 0;
}

.front-top-sight-image-diosgyor {
    background-image: url("../../images/front/top-sights/top5_diosgyor_retina_428x302.jpg");
}

.front-top-sight-image-barlangfurdo {
    background-image: url("../../images/front/top-sights/top5_barlangfurdo_retina_428x302.jpg");
}

.front-top-sight-image-lillafured {
    background-image: url("../../images/front/top-sights/top5_lillafured_retina_428x302_jav.jpg");
}

.front-top-sight-image-belvaros {
    background-image: url("../../images/front/top-sights/muzeum.jpg");
}

.front-top-sight-image-avas {
    /*background-image: url("../../images/front/top-sights/top5_kilato_retina_428x302.jpg");*/
    background-image: url("../../images/front/top-sights/top5_pincesor_retina_428x302-min.jpg");
}

.front-top-sight-title {
    position: relative;

    font-family: Rogan-Bold;
    font-size: 20px;

    color: #414042;

    margin-top: 23px;
    margin-bottom: 19px;

    transition: all 0.3s ease;
}

.front-top-sight-text {
    position: relative;

    padding-left: 17px;
    padding-right: 17px;

    transition: all 0.3s ease;
}

/* hover */
.front-top-sight:hover,
.front-top-sight:focus,
.front-top-sight:active {
    text-decoration: none;
}

.front-top-sight:hover .front-top-sight-title,
.front-top-sight:focus .front-top-sight-title {
    color: #4094fb;
}

/**************************************************************************/
/* src: https://css-tricks.com/pure-css-horizontal-scrolling/ */
.horizontal-scroll-wrapper {
    width: 100px;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;

    /*transform: rotate(-90deg);*/
    transform:rotate(-90deg) translateY(-100px);
    transform-origin: right top;
}

.horizontal-scroll-wrapper > div {
    width: 100px;
    height: 100px;

    transform: rotate(90deg);
    transform-origin: right top;
}

/*****************************************************/
.tabSelector-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    line-height: 0;
}
.tabSelector {
    display: inline-block;
    white-space: nowrap;
    height: 80px;
    list-style-type: none;
    margin: 0;
}
.tabSelector li {
    display: inline-block;
    white-space: normal;
    height: 100%;
}
.tabSelector a {
    display: table;
    height: 100%;
    color: #959595;
    padding: 5px 17px 0;
    font-size: 16px;
    font-size: 1rem;
}
.tabSelector a span {
    display: table-cell;
    vertical-align: middle;
}

/*****************************************************/
.scrolling-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrolling-wrapper .card {
    display: inline-block;
}

/* responsive */
@media (min-width: 768px) {
    .front-top-sight:hover,
    .front-top-sight:focus {
        transform: scale(0.97);
    }
}

@media (max-width: 767px) {
    #front-top-sights .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    #front-top-sights-swiper-tab-row {
        margin-left: -15px !important;
        margin-right: -15px !important;;
    }
}