﻿/*styly pro Guided Tours obsah*/

/*HomePage Features*/
.guidPerex {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 30px;
}

.HPFeaturesContainer {
    font-family: 'Libre Baskerville', serif;
    /*text-align: center;*/
    padding: 8px 36px;
}

    .HPFeaturesContainer td {
        vertical-align: top;
    }

.HPFeaturesWrapper a {
    display: inline-block;
    text-align: left;
}

.HPFeaturesWrapper img {
}

.HPFeaturesWrapper div, .HPToursContainer div {
    display: inline-block;
    width: 350px;
    height: auto;
    position: relative;
    /*float: left;*/
    margin: 0 0 12px 50px;
    min-height: 337px;
    min-width: 289px;
}

.HPToursContainer div {
    width: 180px;
    min-height: 200px;
    min-width: 180px;
    /*font-family: 'Libre Baskerville', serif;*/
    margin: 0 0 0 5px;
}

.HPToursContainer {
    text-align: center;
    vertical-align: top;
}

.h4_HPToursContainer {
    /*font-family: 'Libre Baskerville', serif;*/
    text-align: center;
    margin: 0 0 22px 0;
}

.tourVideo div {
    position: absolute;
    top: 53px;
    left: 62px;
}
.tourVideo b {
    font-weight:600;
}

.tourVideo a:hover {
    background-color: transparent;
}

.play_but {
    width: 46px !important;
    height: 46px !important;
    max-height: 46px !important;
    max-width: 46px !important;
    min-height: 46px !important;
    min-width: 46px !important;
    background-image: url(_images/tour_PlayButton.png);
    cursor: pointer;
    background-repeat: no-repeat;
}

    .play_but:hover {
        background-image: url(_images/tour_PlayButton_over.png);
        background-color: transparent;
    }
/*responzivita*/
@media (max-width: 800px) {
    .guidPerex {
        font-size: 1em;
    }

        .guidPerex br {
            display: none;
        }

    .h4_HPToursContainer {
        font-size: .7em;
        line-height: 1.2em;
    }

    .HPToursContainer {
        height:auto;
    }

    .mainTitleMb {
        background-color: #ebebeb;
    }
    .HPToursContainer div {
        min-height:230px;
        vertical-align:top;
    }
    .HPToursContainer {
        display:table;
        text-align:center;
        margin:0 auto;
    }
}
