﻿.sectionMenu {
    display: none !important;
}

.content {
    display: none !important;
}

.homeUl img {
    width: 100%;
}

.homeUl a {
    color: #ebe838 !important;
}

    .homeUl a:hover {
        text-decoration: underline !important;
    }

    .homeUl a > img:hover {
        /*-webkit-filter: grayscale(100%);*/
    }

.homeUl .position1 {
    width: 100%;
}

.homeUl .position2 {
    width: 100%;
    border-top: 8px solid #fff;
}

.homeUl .position3 {
    float: left;
}

.homeUl .position4 {
    float: left;
}

.homeUl .position5 {
    float: left;
}

.homeUl .position6, .homeUl .position2018_1, .homeUl .position2018_2, .homeUl .position2018_3, .homeUl .position2018_4 {
    float: left;
}

.homeUl .position5b, .homeUl .position3b {
    clear: both;
}

.homeUl .position7 {
    float: left;
    clear: both;
}

.homeUl .facebook {
    float: left;
    background-color: #172340;
}

    .homeUl .facebook .right {
        background-color: #172340;
        overflow: hidden;
        color: white;
    }


.homeUl .instagram {
    overflow: hidden;
}


.homeUl #imagesContainer {
    float: left;
}


.homeUl .instagram img {
    float: left;
}

.homeUl .instagramFollow {
    z-index: 40;
    position: relative;
}

    .homeUl .instagramFollow img {
        width: 100%;
    }

@media screen and (min-width: 0px) {

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .homeUl .position1 iframe {
        width: 320px;
        height: 180px;
    }

    .homeUl .position2 {
        width: 100%;
        border-top: 8px solid white;
    }

    .homeUl .position3 {
        width: calc(50% - 5px);
        margin: 0 5px 0 0;
        border-top: 8px solid white;
    }

    .homeUl .position4 {
        width: calc(50% - 5px);
        margin: 0 0 0 5px;
        border-top: 8px solid white;
    }

    .homeUl .position5 {
        width: 100%;
        border-top: 8px solid white;
    }

    .homeUl .position5b > div:first-of-type {
        margin: 0 0 10px 0;
    }

    .homeUl .position6 {
        width: 100%;
        border-top: 8px solid white;
    }

    .homeUl .position7 {
        width: 100%;
        border-top: 8px solid white;
    }

    .homeUl .facebook {
        border-top: 8px solid white;
        width: 100%;
    }

        .homeUl .facebook .left {
            width: 100%;
            float: left;
        }

        .homeUl .facebook .right {
            width: 100%;
            float: left;
            height: 325px;
        }


        .homeUl .facebook ul > li {
            padding: 30px;
            border-bottom: 1px dashed #4e628f;
            font-size: 14px;
        }

    .homeUl .instagram {
        width: 100%;
        height: 200px;
    }


    .homeUl #imagesContainer {
        width: 4000px;
        float: left;
        margin-top: -200px;
    }


    .homeUl .instagram img {
        width: 200px;
        float: left;
    }

    .homeUl .instagramFollow {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {

    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }

    .homeUl .position1 iframe {
        width: 768px;
        height: 432px;
    }

    .homeUl .position2 {
        width: 100%;
        border-top: 8px solid white;
    }

    .homeUl .position5 {
        border-top: 8px solid white;
        border-left: none;
        width: 100%;
    }

    .homeUl .position5b > div:first-of-type {
        margin: 0;
    }

    .homeUl .position5b > div:first-of-type {
        margin: 0 0 10px 0;
    }

    .homeUl .position6 {
        border-top: 8px solid white;
        border-left: none;
        width: 100%;
    }

    .homeUl .position7 {
        width: 768px;
        border-top: 8px solid white;
    }

    .homeUl .position2018_4 {
        width: 190px;
    }

    .homeUl .position2018_3 {
        width: 190px;
    }

    .homeUl .position2018_2 {
        width: 100%;
    }

    .homeUl .position2018_1 {
        width: 100%;
    }

    .homeUl .facebook {
        border-left: none;
    }

        .homeUl .facebook .right {
            height: 203px;
        }

    .homeUl .facebook {
        width: 100%;
    }


        .homeUl .facebook ul > li {
            padding: 30px;
            border-bottom: 1px dashed #4e628f;
            font-size: 12px;
        }

        .homeUl .facebook .left {
            width: 50%;
            float: left;
        }

        .homeUl .facebook .right {
            width: 50%;
            float: left;
            height: 355px;
        }

        .homeUl .facebook ul > li {
            padding: 30px;
            border-bottom: 1px dashed #4e628f;
            font-size: 12px;
        }

    .homeUl .instagram {
        width: 100%;
        border-top: 8px solid white;
    }

    .homeUl .instagram {
        width: 100%;
        height: 200px;
    }


    .homeUl #imagesContainer {
        width: 4000px;
        float: left;
        margin-top: -200px;
    }


    .homeUl .instagram img {
        width: 200px;
        float: left;
    }

    .homeUl .instagramFollow {
        width: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .homeUl .position1 iframe {
        width: 1024px;
        height: 575px;
    }

    .homeUl .position3 {
        width: 253px;
        margin: 0;
    }

    .homeUl .position4 {
        width: 253px;
        border-left: 8px solid white;
        margin: 0;
    }

    .homeUl .position5 {
        width: 501px;
        border-left: 8px solid white;
    }

    .homeUl .position5b {
        border-left: none;
        border-right: 8px solid #fff;
    }

        .homeUl .position5b .position5b-2 {
            border-top: 8px solid #fff;
        }

    .homeUl .position6 {
        width: 501px;
        border-left: 8px solid white;
    }

    .homeUl .position7 {
        width: 514px;
    }

    .homeUl .position2018_4 {
        width: 253px;
    }

    .homeUl .position2018_3 {
        width: 253px;
    }

    .homeUl .position2018_2 {
        width: 501px;
    }

    .homeUl .position2018_1 {
        width: 501px;
    }

    .homeUl .facebook .right {
        height: 253px;
    }

    .homeUl .facebook {
        width: 501px;
        border-left: 8px solid white;
    }


        .homeUl .facebook ul > li {
            padding: 30px;
            border-bottom: 1px dashed #4e628f;
            font-size: 12px;
        }

    .homeUl .instagram {
        width: 100%;
        height: 300px;
    }


    .homeUl #imagesContainer {
        width: 4000px;
        float: left;
        margin-top: -300px;
    }


    .homeUl .instagram img {
        width: 300px;
        float: left;
    }

    .homeUl .instagramFollow {
        width: 300px;
    }
}

@media screen and (min-width: 1250px) {
    .homeUl .position1 iframe {
        width: 1250px;
        height: 703px;
    }

    .homeUl .position3 {
        width: 309px;
    }

    .homeUl .position4 {
        width: 309px;
    }

    .homeUl .position5 {
        width: 615px;
    }

    .homeUl .position6 {
        width: 615px;
    }

    .homeUl .position2018_4 {
        width: 309px;
    }

    .homeUl .position2018_3 {
        width: 309px;
    }

    .homeUl .position2018_2 {
        width: 615px;
    }

    .homeUl .position2018_1 {
        width: 615px;
    }

    .homeUl .position7 {
        width: 625px;
    }

    .homeUl .facebook .right {
        height: 308px;
    }

    .homeUl .facebook {
        width: 615px;
    }


        .homeUl .facebook ul > li {
            padding: 30px;
            border-bottom: 1px dashed #4e628f;
            font-size: 14px;
        }

    .homeUl .instagram {
        width: 100%;
        height: 300px;
    }


    .homeUl #imagesContainer {
        width: 4000px;
        float: left;
        margin-top: -300px;
    }


    .homeUl .instagram img {
        width: 300px;
        float: left;
    }

    .homeUl .instagramFollow {
        width: 300px;
    }
}

@media screen and (min-width: 1400px) {

    .homeUl .position1 iframe {
        width: 1400px;
        height: 787px;
    }

    .homeUl .position3 {
        width: 346px;
    }

    .homeUl .position4 {
        width: 346px;
    }

    .homeUl .position5 {
        width: 691px;
    }

    .homeUl .position6 {
        width: 691px;
    }

    .homeUl .position7 {
        width: 700px;
    }

    .homeUl .facebook {
        width: 690px;
    }

        .homeUl .facebook .right {
            height: 345px;
        }

        .homeUl .facebook ul > li {
            padding: 30px;
            border-bottom: 1px dashed #4e628f;
            font-size: 14px;
        }


    .homeUl .instagram {
        width: 100%;
        height: 300px;
    }


    .homeUl #imagesContainer {
        width: 4000px;
        float: left;
        margin-top: -300px;
    }


    .homeUl .instagram img {
        width: 300px;
        float: left;
    }

    .homeUl .instagramFollow {
        width: 300px;
    }

    .homeUl .position2018_4 {
        width: 346px;
    }

    .homeUl .position2018_3 {
        width: 346px;
    }

    .homeUl .position2018_2 {
        width: 691px;
    }

    .homeUl .position2018_1 {
        width: 691px;
    }
}
