/*fonts*/

@import 'https://fonts.googleapis.com/css?family=Cinzel';

/*fonts EOF*/

/*defaults*/

body {
    font-family: Verdana, sans-serif;
    color: #404040;
    background: #000;
}

a {
    text-decoration: none;
}

/*defaults EOF*/


/*layout*/

.l-container {
    width: 100%;
    margin: 0 auto;
}

.l-header {
    width: 100%;
    max-width: 1247px;
    margin: 0 auto;
}

.l-header .h-header {
    position: relative;
    height: 314px;
    background: url("../img/header_80.jpg") no-repeat center;
}

.l-header .h-header a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
}

.l-main {
    width: 100%;
    max-width: 1550px;
    margin: -30px auto 0 auto;
}

/*layout EOF*/


/*main*/

.h-thumbs {
    clear: both;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.h-thumbs .h-thumb {
    display: inline-block;
    position: relative;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px 40px 10px;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}

.h-thumbs .h-thumb .h-image {
    float: left;
    width: 100%;
    border: 4px solid #b00000;
    box-sizing: border-box;
}

.h-thumbs .h-thumb.instant .h-image {
    border-color: #bd0200;
}


.h-thumbs .h-thumb:hover .h-image {
    border-color: #ff0000;
}


.h-thumbs .h-thumb .h-image a {
    display: block;
    position: relative;
    padding-bottom: 75%;
}

.h-thumbs .h-thumb .h-image a img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}


.h-thumbs .h-thumb .h-description {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 21px;
}

.h-thumbs .h-thumb .h-description a {
    display: block;
    overflow: hidden;
    margin: 0 10px;
    white-space: nowrap;
    line-height: 50px;
    color: #fe00b2;
}

.h-thumbs .h-thumb.instant .h-description a {
    color: #ff3300;
}


.h-thumbs .h-thumb:hover .h-description a {
    color: #fefefe;
}

.h-sites {
    width: 100%;
    max-width: 1257px;
    height: 556px;
    margin: -10px auto 0 auto;
    padding-top: 37px;
    background: url("../img/sites_bg_80.jpg") no-repeat center top;
}

.h-sites h3 {
    margin: 5px auto 1px auto;
    max-width: 981px;
    padding-bottom: 4.7%;
    text-indent: -99999px;
    background: url("../img/sites_title.png") no-repeat center;
    background-size: contain;
}

.h-sites ul {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

.h-sites ul li {
    display: inline-block;
    width: 33%;
}

.h-sites ul li a {
    display: block;
    margin: 0 15px 15px 15px;
    border: 3px solid #870202;
    border-radius: 3px;
    box-shadow: 0 0 5px 1px black;
    box-sizing: border-box;
}

.h-sites ul li a:hover {
    border-color: #ff0000;
}

.h-sites ul li a img {
    width: 100%;
    height: auto;
}
/*main EOF*/

/*footer*/

.l-footer {
    width: 100%;
    max-width: 1000px;
    margin: -50px auto 50px auto;
}

.l-footer .h-disclaimer {
    margin: 0 20px 30px 20px;
    font-size: 11px;
}

.l-footer .h-links {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.l-footer .h-links a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #68005d;
}

.l-footer .h-links a:hover {
    color: #de029e;
}

.l-footer .h-links a:before {
    content: ":";
    margin-right: 15px;
    color: #404040;
}

.l-footer .h-links a:hover:before {
    color: #404040;
}

.l-footer .h-links a:first-child:before {
    display: none;
}
/*footer EOF*/

/*media*/

@media all and (max-width: 1070px) {

    .h-thumbs .h-thumb {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }

    .h-thumbs .h-thumb .h-description {
        font-size: 15px;
    }
}

@media all and (max-width: 976px) {
    .l-header .h-header {
        height: auto;
        padding-bottom: 33%;
        background: url("../img/header_cutted_80.jpg") no-repeat center;
        background-size: contain;
    }

    .h-sites {
        height: auto;
        padding-bottom: 44%;
        background: url("../img/sites_bg_cutted_80.jpg") no-repeat;
        background-size: contain;
    }

    .h-sites ul {
        position: absolute;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .h-thumbs .h-thumb {
        width: 33%;
    }

    .h-thumbs .h-thumb .h-description {
        font-size: 16px;
    }

    .h-thumbs .h-thumb {
        margin-bottom: 20px;
        padding: 0 5px 20px 5px;
    }

    .h-thumbs .h-thumb .h-description {
        height: 20px;
    }

    .h-thumbs .h-thumb .h-description a {
        margin: 0 5px;
        line-height: 25px;
    }

    .h-sites ul {
        padding: 0 10px;
    }

    .h-sites ul li a {
        margin: 0 10px 10px 10px;
    }

    .h-sites {
        padding-top: 30px;
    }

    .h-sites h3 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .l-footer {
        margin-top: -25px;
    }

    .l-footer .h-links {
        font-size: 18px;
    }
}

@media all and (max-width: 610px) {
    .h-thumbs .h-thumb .h-description {
        font-size: 12px;
    }
}

@media all and (max-width: 415px) {

    .l-main {
        margin-top: 0;
    }

    .h-thumbs .h-thumb {
        width: 50%;
    }

    .h-thumbs .h-thumb .h-description {
        font-size: 14px;
    }

    .h-thumbs .h-thumb .h-image {
        border-width: 3px;
    }

    .h-sites ul li a {
        margin: 0 5px 5px 5px;
    }

    .h-sites {
        padding-top: 5px;
    }

    .h-sites h3 {
        margin-bottom: -3px;
        margin-top: 10px;
    }

    .h-sites ul {
        padding: 0;
    }

    .l-footer {
        margin-top: -5px;
    }

    .l-footer .h-disclaimer {
        margin-left: 20px;
        margin-right: 20px;
    }

    .l-footer .h-links {
        font-size: 14px;
    }

    .l-footer .h-links a span {
        display: none;
    }
}


/*media EOF*/