
/* Homepage
-------------------------------------------------------------- */
.home-tbanner {
    height: 28em;
    /* background: url('../img/bg-home-tbanner.jpg') center no-repeat; */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Home services */
.home-services {
    padding: 4em 0;
    text-align: center;
}
.home-services a:hover > img {
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home-service-title {
    font-size: 1.5em;
}
.home-services-subcats li {
    display: inline-block;
    margin: 0.3em;
}
.home-services-subcats li a {
    padding: 0.2em 0.3em;
    background-color: #eee;
}
.home-services-subcats li a:hover {
    background-color: #2980b9;
    color: #fff;
}

/* Home about */
.home-about {
    padding: 5em 0;
    background: #eee url('../img/bg-home-about.jpg') top center fixed no-repeat;
    /*background: #eee url('../img/bg-home-about.jpg') top center no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    text-align: center;
}

/* Home banner Svet reklamy */
.home-banner-svet-reklamy {
    padding: 2em 0 3em;
    background: #f4f4f4;
    background: #eee;
    text-align: center;
}
.home-banner-svet-reklamy .logo {
    max-height: 8em;
}
.home-banner-svet-reklamy a:hover {
    opacity: 0.6;
}

/* Home posts */
.home-posts {
    padding: 4em 0;
}
.home-posts .wp-post-image {
    margin-bottom: 1em;
}
.home-post-title {
    margin-top: 0;
}


/* Banners
-------------------------------------------------------------- */
.single-banner {
    margin: auto;
    max-width: 50em;
}


/* References
-------------------------------------------------------------- */
.single-reference-gallery {
    padding-top: 1em;
}
.single-reference-gallery .image {
    margin-bottom: 2em;
}
.references-filter-list {
    margin-bottom: 2em;
}
.references-filter-list li {
    display: inline;
    margin-right: 1em;
}
.references-filter-list .filter {
    padding: 0.5em 1em;
    background-color: #ddd;
    border-radius: 0.3em;
    cursor: pointer;
}
.references-filter-list .filter:hover {
    background-color: #2980B9;
    color: #fff;
}
.references-filter-list .active {
    background-color: #2980B9;
    color: #fff;
}
.references-loop-item {
    display: none;
    overflow: hidden;
}


/* Responsive
-------------------------------------------------------------- */
@media only screen and (min-width : 1920px) {}
@media only screen and (max-width : 1200px) {}
@media only screen and (max-width : 1024px) {
    .home-tbanner {
        height: 20em;
    }
}
@media only screen and (max-width : 768px) {
    .home-tbanner {
        height: 10em;
    }
}
@media only screen and (max-width : 640px) {}


.woocommerce-checkout.woocommerce-page label[for="billing_bussiness_id"]:after {
    content: '*';
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
    margin-left: 4px;
}
