/* Smaller than Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #header .navbar-nav > li > a {
        padding: 32px 10px;
    }
    .about .feature-boxes {
        height: 300px;
    }
}

/* Smaller than Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    footer .aff-wrapper {
        float: none !important;
        margin-top: 20px;
    }
    #header .navbar-toggle {
        margin-top: 25px;
        margin-right: 0px;
    }
    #header .navbar-collapse{
        overflow: auto;
    }
    #header.navbar-fixed-top .navbar-collapse {
        max-height: none;
        margin-top: 22px;
        border-top: 0px;
        overflow: visible;
    }
    #header .collapsing{

    }
    #header .navbar-nav {
        background: #eee;
        margin: 0px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    }
    #header .navbar-nav > li > a {
        padding: 20px 10px;
        border-bottom: 1px solid #ccc;
    }
    #header .navbar-nav > li > a:hover {
        background: #0055a6;
        color: #fff;
    }
    #header .navbar-nav > li.footend {
        padding: 0px;
    }
    #header .navbar-nav > li.footend > a {
        padding: 20px 10px;
        border: 0px;
        border-bottom: 1px solid #ccc;
        margin-left: 0px;
    }
    #header .navbar-nav > li.footend:last-child > a {
        border-bottom: 0px;
    }
    #header .dropdown:hover .dropdown-menu{
        display: none;
        background: none;
    }
    #header .dropdown:hover {
        background: none;
    }
    #header .open.dropdown .dropdown-menu{
        display: block;
    }
    #header #logo {
        width: 80px;
        margin-top: 0px;
    }
    .slideshow .arrow-left, .slideshow .arrow-right {
        display: none;
    }
    .about .feature-boxes {
        height: 340px;
    }
    .hero {
        background-position: 0px 0px !important;
    }
    .text-block {
        padding: 50px;
    }
}

/* Smaller than Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #header .navbar-toggle {
        margin-right: 20px;
    }
    #header {
        position: absolute;
    }
    footer {
        text-align: center;
    }
    footer .social-ico img {
        width: 41px;
        height: auto;
        margin-right: 0px;
    }
    footer .social-ico {
        margin-right: 2px;
        margin-left: 2px;
    }
    footer .aff-wrapper .title {
        width: 100%;
        display: block;
    }
    footer .aff-logos li img {
        width: 60px;
        display: block;
        margin: 0px auto;
    }
    footer .aff-logos li {
        width: 60px;
    }
    footer .copyright {
        text-align: center;
        font-size: 14px;
    }
    footer .copyright .pull-right {
        float: none !important;
        text-align: center;
        font-size: 14px;
    }
    .homepage-footer {
        display: none;
    }
    .about .feature-boxes {
        height: auto;
    }    
    .about .feature-boxes .btn {
        position: relative;
        left: 0px;
        top: 0px;
    } 
    .text-block, .acquisition .text-block {
        padding: 0px;
        border: 0px;
    }
    .hero {
        height: 200px;
        background-size: 100% 100%;
        position: relative;
    }
    .hero h1, .hero .h1 {
        display:block;
        text-align: center;
        font-size: 32px;
        line-height: 128px;
        text-shadow: 0px 0px 10px #fff;
        position: absolute;
        top: 45%;
        left: 0px;
        width: 100%;
    }
    .cartstory .hero .container {
        line-height: 200px;
        text-align: center;
    }
    .cartstory .hero .container img {
        margin: 0px auto;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

/* Tablet Navbar Collapse Override */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}