﻿/*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;
color:#ffffff;
}

td {
padding:0 5 10 5;

}

/*defaults EOF*/


/*layout*/

.index_table_cell img {
max-width: 100% !important;
height: auto !important;
}

.index_table_cell {
text-align:center;
}



.l-container {
    width: 100%;
    margin: 0 auto;
}

.l-header {
    width: 100%;
    max-width: 1247px;
    margin: 0 auto;
}

.l-header .h-header {
    position: relative;
    height: 286px;
    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: 0px auto 0 auto;
    text-align: center;
}

/*layout EOF*/


/*main*/

.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 {
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    font-family: 'Cinzel', serif;
}

.h-links {
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    font-family: 'Cinzel', serif;
    color: #ff0000;
}


.l-footer .h-links a {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
    color: #ffffff;
}

.l-footer .h-links a:hover {
    color: #de029e;
}

.l-footer .h-links a:before {
    content: ":";
    margin-right: 0px;
    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: 24px;
    }
    .h-links {
        font-size: 24px;
    }

}

@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;
        text-align: center;
    }

    .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;
    }
    .h-links {
        font-size: 14px;
    }


    .l-footer .h-links a span {
        display: none;
    }
}


/*media EOF*/