/*==========  Desktop First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 10000px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1199px) {
    .feature .text-block .title {
        font-size: 22px;
    }
    .feature .text-block .text {
        font-size: 14px;
    }
    .second-slider-buttons {
        margin-right: 0;
    }
    .service.store-hours {
        left: 0;
    }
    .footer-info-block ul {
        min-height: 96px;
    }
    .footer-contacts {
        font-size: 13px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 991px) {
    .navbar-contacts {
        text-align: center;
    }
    .dropdown-buttons {
        text-align: center;
        position: static;
        margin: 15px 0;
    }
    .slider-section .footwear-img {
        margin-left: 0;
    }
    .feature .text-block .title {
        font-size: 30px;
    }
    .feature .text-block .text {
        font-size: 17px;
    }
    #first-owl {
        margin-top: 30px;
    }
    .customNavigation .next {
        right: 5px;
    }
    .customNavigation .prev {
        left: 5px;
    }
    .product .name {
        font-size: 12px;
    }
    .testimonial {
        padding-bottom: 40px;
    }
    .service.store-hours {
        left: 20px;
    }
    .footer-info-block ul {
        min-height: 78px;
    }
    .footer-contacts {
        font-size: 14px;
    }
    .copyright {
        margin-top: 20px;
    }
    .footer-navigation {
        margin: 0;
    }
    .payment-methods {
        margin-top: 20px;
    }
    .language-fallback li .france {
        position: relative;
        right: 4px;
        margin-right: 21px;
    }
}


/*EXTRA SMALL*/

@media only screen and (max-width: 767px) {
    .dropdown-buttons li {
        padding: 0 10px;
    }
    .navbar-contacts .last {
        border: none;
    }
    .inputs-and-social {
        text-align: center;
    }
    .header .logo {
        margin: 0 auto;
        margin-top: 22px;
    }
    .search-form,
    .header-select {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .social-icons {
        display: block;
        margin: 0 auto;
    }
    .inputs-and-social a {
        margin-right: 0;
    }
    .second-navbar .navigation {
        padding-top: 15px;
        text-align: center;
    }
    .second-navbar {
        margin-top: 15px;
		}
    .second-navbar .navigation li {
        border-bottom: none;
        display: block;
    }
    .second-navbar .navigation li:hover {
        border-bottom: none;
    }
    .second-navbar .navigation li a:hover {
        border-bottom: 2px solid #6ab03c;
    }
    .slider-section .footwear-img {
        margin: 0 auto;
        margin-top: 40px;
    }
    .block-welcome {
        text-align: center;
        margin-top: 30px;
    }
    .block-welcome .title img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .features {
        margin-top: 30px;
    }
    #first-owl {
        margin-top: 30px;
    }
    #first-owl .owl-wrapper-outer,
    #first-owl {
        height: auto;
    }
    .second-slider-buttons {
        text-align: center;
    }
    #third-owl .owl-controls {
        margin-top: 10px;
    }
    .news {
        max-width: 570px;
        margin: 0 auto;
    }
    .service.store-hours {
        left: 0;
    }
    .service {
        text-align: center;
    }
    .service .service-img {
        margin-bottom: 10px;
        position: static;
    }
    .service .text-block {
        text-align: center;
        margin-left: 0;
    }
    .service .text-block hr {
        margin: 7px auto;
    }
    .payment-methods {
        float: none;
        text-align: center;
    }
    .copyright {
        display: block;
        text-align: center;
    }
    .footer-navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .language-fallback li {
        padding: 14px 25px 15px 30px;
    }
    .inputs-and-social a i {
        display: inline-block;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}