@media (min-width: 1600px) { 
    .container {
        max-width: 1530px;
    }
}
@media (max-width: 1599px) { 
    .container {
        max-width: 90%;
    }
    .iconsBlock span {
        font-size: 14px;
        line-height: 20px;
    }
    .iconsBlock i {
        margin-right: 4px !important;
    }
}
@media (max-width: 1350px) { 
    .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 500;
    }
}

@media (max-width: 1199px) { 
    .container {
        max-width: 1180px;
    }
    .iconsBlock span {
        font-size: 13px;
        line-height: 14px;
    }

    .navbar-brand img {
        height: 54px;
    }
    .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 74px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.3px;
    }
    .navbar-text {
        font-size: 14px;
    }
    .navbar-text img {
        height: 25px !important;
    }
    .position-static li img {
        height: 30px !important;
    }
    .position-static li:first-child {
        font-size: 14px;
        margin-bottom:10px;
    }
}
@media (max-width: 991px) { 
    .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 36px;
    }
    .navbar-toggler {
        background-color: #94001F;
        border: 0px solid #94001F;
        border-radius: .25rem;
        color: #fff;
    }
    .navbar-nav {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }
    .position-static li img {
        display: none;
    }
    .position-static li:first-child {
        font-size: 14px;
        margin-bottom:10px;
    }
}
@media (max-width: 767px) { 
    #topBar ul.list-inline {
        text-align: center !important;
    }
    .navbar-toggler {
        background-color: #94001F;
        border: 0px solid #94001F;
        border-radius: .25rem;
        color: #fff;
        opacity: 1;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 36px;
    }
    .bc.image {
        background-size: cover;
    }
    .bc.image .bcTitle {
        font-size:24px;
    }
    .bc .breadcrumb li, .bc .breadcrumb li a {
        font-size:13px;
    }
    .footerTop,
    .footerTop .text-right,
    .copyright,
    .copyright .text-right {
        text-align: center !important;
    }
    .footerInner {
        margin-bottom:30px;
    }
    .actionBox { 
        margin-top: 50px;
    }
    #wcu {
        margin-top: 30px;
    }
    .stepbox.first:after,
    .stepbox.second:before,
    .stepbox.second:after,
    .stepbox.third:before {
        display: none;
    }
    .row.gutter-md {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row.gutter-md>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .product-image {
        margin-bottom:30px;
    }
    .single-product .nav-item {
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
    }
    .colorBlock h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .parallox h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .parallox p {
        font-size: 14px;
        line-height: 26px;
    }
    .parallox .inner {
        padding: 80px 0px 80px !important;
    }
    footer .highlight {
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding: 40px;
        margin-top: 0px;
        border-radius: 3px;
        border-top: 5px solid #006555;
        margin-bottom: 30px;
    }
}
@media (max-width: 500px) { 
    .colorBlock h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .parallox h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .parallox p {
        font-size: 14px;
        line-height: 26px;
    }
    .parallox .inner {
        padding: 80px 0px 80px !important;
    }
    footer .highlight {
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding: 40px;
        margin-top: 0px;
        border-radius: 3px;
        border-top: 5px solid #006555;
        margin-bottom: 30px;
    }
}