@media screen and (min-width: 1201px) {
    #dl-menu {
        float: left;
    }

    #dl-menu .dl-trigger {
        display: none;
    }

    #header .right ul {
        float: left;
    }

    #header .right ul li {
        display: inline-block;
        margin: 0 12px;
    }

    /*sub menu*/
    #header .right ul li ul {
        opacity: 0;
        position: absolute;
        padding: 10px 0 0 0;
        margin: 0;
        display: none;
    }

    #header .right ul li ul li {
        display: block;
        padding: 3px 10px;
        margin: 0;
        background: rgba(196, 53, 57, .9);
    }

    #header .right ul li ul li a {
        color: #fff;
    }

    #header .right ul li ul li:hover {
        background: #000;
    }

    #header .right ul li:hover ul {
        opacity: 1;
        display: block
    }

    /**/
}

@media screen and (max-width: 1200px) {
    #header .right {
        padding-right: 80px;
        position: relative;
    }

    /*#header .right ul li { display: inherit; margin: 0 }*/
    #header .right ul li a {
        color: #fff;
        line-height: inherit;
    }

    #header .right ul li a:hover {
        background: #000
    }

    #wrapperNewsletter .title {
        float: none;
        text-align: center;
        color: #b11629;
    }

    #wrapperNewsletter .title * {
        color: inherit !important;
    }
}

@media screen and (max-width: 1100px) {
    #banner:before {
        padding-bottom: 35.5%;
    }

    .nivoSlider {
        width: 119% !important;
        left: 0 !important;
        margin-left: 0 !important
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    #footer .box {
        display: block;
        margin-bottom: 50px;
    }

    #footer .box._1 {
        max-width: 100%;
        width: 100%;
    }

    #footer .box._1 .text {
        max-width: 100%;
    }

    #footer .box ul {
        text-align: center;
    }

    #footer .box ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 25px;
    }

    #footer .box._3 {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {

    #footer .facebook,
    #footer .instagram,
    #footer .youtube {
        display: inline-block;
        margin: 0 auto;
        float: none;
    }

    .socials {
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    #wrapperNewsletter {
        background-size: cover;
    }

    #wrapperNewsletter form {
        float: none;
        margin-top: 30px;
    }

    #wrapperNewsletter form input {
        float: none !important;
        display: table;
        margin: 0 auto 15px !important;
    }
}

@media screen and (max-width: 800px) {
    .nivoSlider {
        width: 160% !important;
    }

    #banner:before {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 768px) {
    #header {
        padding-bottom: 30px;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
    }

    #header #logo {
        float: none;
        margin: 0 auto 30px;
        display: table;
    }

    #header .right {
        float: none;
        display: table;
        margin: 0 auto;
    }

    #header .right .searchIcon {
        margin-left: 0;
    }

    #banner {
        display: none;
    }

    #footer .box {
        display: table;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }

    #footer .box h3:after {
        margin: 15px auto 0;
    }

    #footer .box._3 {
        width: 100%
    }

    #footer .copy p {
        float: none;
        text-align: center;
    }

    #footer .copy a {
        float: none;
        display: table;
        margin: 15px auto 0;
    }
}