@media (min-width: 768px) {
    .col-half {
        margin-top: 5px;
    }
    .navbar-collapse.collapse {
        height: 80px !important;
    }
    .shipping .vid img {
        width: 50%;
        height: 315px
    }
}

@media (max-width: 767px) {
    header {
        height: 300px !important;
        padding-top: 0;
    }
    nav.navbar.bootsnav {
        height: 137px !important;
    }
    footer {
        text-align: center;
    }
    .navbar-form {
        margin: 0;
        text-align:  center;
    }
    .shipping .vid img {
        width: 100%;
        height: 315px
    }
    nav.navbar.bootsnav ul.nav > li > a {
        color: #333
    }
    nav.navbar.bootsnav .navbar-toggle {
        background: transparent !important;
    }
    .top-header ul {
        text-align: center;
    }
    header .bxslider li h2 {
        font-size: 30px
    }
    header .bxslider li .data {
        padding-top: 0%;
    }
    header .bxslider li p {
        width: 80%;
        font-size: 19px;
        display: table;
    }
    .about-us .row img {
        width: 100%;
        height: 200px;
        margin: 20px 0
    }
    .about-us .row {
        padding: 0 2%
    }
    .products .row > div figcaption h4 {
        margin-top: 10px
    }
    .view ul li {
        margin-bottom: 20px
    }
    .shipping img {
        height: 200px
    }
    .navbar-nav {
        background: #fff
    }
    .navbar-default .navbar-nav > li > a {
        color: #25b2bf;
        text-align: center;
    }
    .navbar-brand {
        width: 80px;
        height: 80px;
        padding: 5px
    }
    .bread {
        padding: 53% 0 20px 0;
    }
    .breadcrumb {
        margin-bottom: 10px
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #273f5b;
    }
    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }
    .one-pro .data-item {
        margin-top: 50px
    }
    footer .row > div:nth-child(2) h4 {
        padding-left: 0
    }
    footer ul li a {
        padding-left: 0
    }
    .shipping img {
        margin-bottom: 20px
    }
    .top-header .row > div.col-md-6 {
        width: 100%; 
        float: left;
    }
    nav.navbar.bootsnav .navbar-brand {
        width: 180px;
        height: 100px;
    }
    .breadcrumb {
        margin-bottom: 0;
        margin-top: 60px;
    }
}

@media (min-width: 420px) and (max-width: 768px) {
    header .bxslider li .data {
        padding-top: 90px;
    }
    header .bxslider li h2,
    header .bxslider li h1 {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-header .row > div.col-md-6 {
        width: 50%;
        float: left;
    }
    nav.navbar.bootsnav .navbar-brand {
        width: 120px;
        height: 120px
    }
    .breadcrumb {
        margin-bottom: 0;
        margin-top: 20px
    }
}

@media (min-width: 768px) {
    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        /* background: #e64242; */
        height: 100px;
        border-radius: 0;
        /* border-bottom: 1px solid #eee; */
        z-index: 9999;
    }
    .sticky .top-header ul li {
        color: #fff
    }
    .sticky .top-header .social a {
        color: #fff
    }
    .sticky nav.navbar.bootsnav {
        background: rgba(255, 255, 255, 0.9);
        height: 120px;
        border-bottom: 1px solid #ddd;
    }
    .sticky .top-header {
        background: #32b1f1;
        color: #fff;
        display: none;
    }
    .sticky .navigation {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 991px) {
    .sticky nav.navbar.bootsnav {
        height: 130px;
        transition: all 0.3s ease-in-out;
        webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px 2px rgba(105, 105, 105, 0.09);
    }
    .sticky nav.navbar.bootsnav:after {
        /* background: rgba(0, 0, 0, 0) url(../images/tri-promo-bottom-white.png) repeat scroll 0 0; */
        bottom: -7px;
        content: "";
        height: 7px;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav > li > a {
        color: #777;
    }
    .navbar-nav {
        background: #fff
    }
}
