/* ===============================================  */
/*      Responsive Views                            */
/* ===============================================  */

#mobile-menu {
    display: none;
}

@media only screen and (max-width : 1200px) {
    
    .tagline .bottom {
    padding-bottom: 10px;
 }

 .control-btns li a .cart-info {
        padding-left: 40px;
        margin-left: 20px;
    }

    /* Social Icons */

    .social-links {
        font-size: 5px;
    }

    #top-header .col-md-4 {
        margin-right: 5px;
    }
}

@media only screen and (max-width : 1024px) {

     .tagline .bottom {
    padding-bottom: 10px;
 }

    .control-btns li a .cart-info {
        margin-left: 70px;
    }

    .control-btns {
        margin-left: -100px;
        margin-top: 100px;
    }

    #top-header .row,
    #top-header .phone {
        float: left;
    }

    #top-header .phone:first-child{
        margin-bottom: 10px;
    }

    /* Contact Us */

    .form .btn {
        width: 200px;
    }

    /* Mobile Footer */

    #main-footer {
        margin: 30px 0 5px 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

}

@media only screen and (max-width : 992px) {
 
 /* Header */

    #main-menu #menu .pull-left li a {
        margin-left: -10px;
        font-size: 12px;
    }

    #menu .pull-right {
        margin-right: -500px;
        padding: 8px;
    }

 .tagline .bottom {
    padding-bottom: 10px;
 }

#top-header .text-right .control-btns li {
        margin-bottom: 25px;
        max-height: 100%;
    }

 .control-btns li a {
        height: 115px;
    }

    /* Product List */

    #featured-products img {
        max-width: 25%;
    }

    /* Contact Us */

    #contact-page .btn {
        margin-bottom: 15px;
    }

    /* Login Page */

    .loginPage .btn {
        margin-bottom: 20px;
    }

    /* Cart */

    .input-group,
    .control-label {
        margin-top: 15px;
    }

 /* Mobile Footer */

    #copyright .text-left,
    #copyright .text-right {
        margin-top: 5px;
        font-size: 14px;
    }

    #copyright .text-right {
        margin-left: -45px;
    }

    #main-footer {
        margin: 30px 0 5px 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width : 870px) {
    
    /* Nav Menu */

    #menu .pull-left {
        display: block;
        padding: 8px;
        margin-left: -35px;
        padding-left: 21px;
    }

    #main-menu #menu .pull-left li a {
        font-size: 9px;
    }

    #menu .pull-right {
        margin-right: -450px;
        padding: 8px;
    }

    #top-header .phone {
        font-size: 20px;
        float: left;
        margin-top: 20px;
    }

    #top-header .phone:first-child{
        margin-top: 20px;
        margin-bottom: 10px;
        margin-right: 15px;
    }

    #top-header .text-right .control-btns li {
        margin-bottom: 25px;
        max-height: 100%;
    }

    .control-btns li a {
        height: 115px;
    }

    #bottom-header .btn {
        float: right;
    }

    /* Product List */

    #featured-products img {
        max-width: 25%;
    }

    /* Contact Us */

    #contact-page .btn {
        margin-bottom: 15px;
    }

    /* Login Page */

    .loginPage .btn {
        margin-bottom: 20px;
    }

    /* Cart */

    .input-group,
    .control-label {
        margin-top: 15px;
    }

    /* Mobile Footer */

    #copyright .text-left,
    #copyright .text-right {
        margin-top: 5px;
        font-size: 14px;
    }

    #copyright .text-right {
        margin-left: -5px;
    }

    #main-footer {
        margin: 30px 0 5px 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width : 768px) {
#menu {
        
    }
    #menu #mobile-menu-toggle {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #52BDEC;
        color: #fff;
        text-align: center;
        line-height: 50px;
        float: right;
        cursor: pointer;
    }
    #menu #mobile-menu-toggle:hover {
        background: #202020;
    }
    #main-menu #logo {
        max-height: 50px;
        max-width: 100%;
    }

    #mobile-menu {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 9999999;
        background: #003E7E;
        display: none;
    }
    #mobile-menu li {
        display: block;
        width: 100%;
    }
    #mobile-menu li a {
        display: block;
        padding: 8px;
        color: #fff;
        width: 100%;
    }
    #mobile-menu li:first-child a,
    #mobile-menu li:last-child a {
        padding: 8px;
    }

    #main-menu #logo img {
        max-height: 50px;
        width: auto;
    }

    #bottom-header {
        z-index: 99;
    }

    #top-header .tagline .top {
        font-size: 27px;
        margin-top: -20px;
    }

    #top-header .tagline .bottom {
        font-size: 17px;
    }

    #top-header .row,
    #top-header .phone {
        font-size: 30px;
        float: left;
        margin-top: 15px;
    }

    #top-header .phone:first-child{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Product List */

    #featured-products img {
        max-width: 25%;
    }


    /* Mobile Footer */

    #copyright .text-left,
    #copyright .text-right {
        text-align: center;
        margin-top: 5px;
        font-size: 12px;
    }

    #main-footer {
        margin: 30px 0 5px 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width : 480px) {
 #menu {
        
    }
    #menu #mobile-menu-toggle {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #52BDEC;
        color: #fff;
        text-align: center;
        line-height: 50px;
        float: right;
        cursor: pointer;
    }
    #menu #mobile-menu-toggle:hover {
        background: #202020;
    }
    #main-menu #logo {
        max-height: 50px;
        max-width: 100%;
    }

    #mobile-menu {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 9999999;
        background: #003E7E;
        display: none;
    }
    #mobile-menu li {
        display: block;
        width: 100%;
    }
    #mobile-menu li a {
        display: block;
        padding: 8px;
        color: #fff;
        width: 100%;
    }
    #mobile-menu li:first-child a,
    #mobile-menu li:last-child a {
        padding: 8px;
    }

    #main-menu #logo img {
        max-height: 50px;
        width: auto;
    }

    #bottom-header {
        z-index: 99;
    }

    #top-header .tagline .top {
        font-size: 27px;
        margin-top: -20px;
    }

    #top-header .tagline .bottom {
        font-size: 17px;
    }

    #top-header .row,
    #top-header .phone {
        font-size: 30px;
        float: left;
        margin-top: 15px;
    }

    #top-header .phone:first-child{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Cart */

    .cart-block {
        font-size: 12px;
    }

    /* Contact Us */

    #contact-page .btn {
        margin-bottom: 15px;
    }

    /* Login Page */

    .loginPage .btn {
        margin-bottom: 20px;
    }

    /* Mobile Footer */

    #copyright .text-left,
    #copyright .text-right {
        text-align: left;
        margin-top: 5px;
    }

    #copyright .text-right {
        margin-left: 5px;
    }

    #copyright .text-left {
        font-size: 9.5px;
        padding-top: 10px;
    }

    #main-footer {
        margin: 30px 0 5px 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width : 320px) {
    /* Mobile Header */
    #menu {
        
    }
    #menu #mobile-menu-toggle {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #52BDEC;
        color: #fff;
        text-align: center;
        line-height: 50px;
        float: right;
        cursor: pointer;
    }
    #menu #mobile-menu-toggle:hover {
        background: #202020;
    }
    #main-menu #logo {
        max-height: 50px;
        max-width: 100%;
    }

    #mobile-menu {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 9999999;
        background: #003E7E;
        display: none;
    }
    #mobile-menu li {
        display: block;
        width: 100%;
    }
    #mobile-menu li a {
        display: block;
        padding: 8px;
        color: #fff;
        width: 100%;
    }
    #mobile-menu li:first-child a,
    #mobile-menu li:last-child a {
        padding: 8px;
    }

    #main-menu #logo img {
        max-height: 50px;
        width: auto;
    }

    #bottom-header .list-inline {
        margin: 0;
    }
    #bottom-header .list-inline li {
        display: block;
        padding: 0;
        margin: 0;
    }

    #top-header .tagline .top {
        font-size: 17px;
        margin-top: -20px;
    }

    #top-header .tagline .bottom {
        font-size: 13px;
    }

    #top-header .row,
    #top-header .phone {
        font-size: 20px;
        float: left;
        margin-top: 15px;
    }

    #top-header .phone:first-child{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* About Us */

    .social-links {
        font-size: 9px;
    }

    /* Contact Us */

    #contact-page .btn {
        margin-bottom: 10px;
    }

    /* Login Page */

    .loginPage .btn {
        margin-bottom: 20px;
    }

    /* Cart */

    .cart-block {
        font-size: 9px;
    }


    /* Mobile Footer */

    #copyright .text-left,
    #copyright .text-right {
        text-align: center;
        margin-top: 5px;
    }

    #copyright .text-right {
        margin-left: 7px;
    }

    #main-footer {
        margin: 30px 0 5px 0;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}
