﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
h1, h2, h3, h4, h5, h6 {
    color: #4a4a4a;
}
.navbar #magic-line {
    min-width: 66px;
}

#mainNavigation ul.dropdown-menu:before,
#mainNavigation ul.dropdown-menu:after {
    display: none;
}

.navbar .nav > li > a {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

#brands .navbar .nav > li:nth-of-type(3),
#brands .navbar .nav > li:nth-of-type(4),
#brands .navbar .nav > li:nth-of-type(5),
#brands .navbar .nav > li:nth-of-type(6),
#mobiletags .navbar .nav > li:nth-of-type(3),
#mobiletags .navbar .nav > li:nth-of-type(4),
#mobiletags .navbar .nav > li:nth-of-type(5),
#mobiletags .navbar .nav > li:nth-of-type(6),
#explore .navbar .nav > li:nth-of-type(3),
#explore .navbar .nav > li:nth-of-type(4),
#explore .navbar .nav > li:nth-of-type(5),
#explore .navbar .nav > li:nth-of-type(6) {
    text-align: center;
}
.breadcrumbs {
    font-family: Roboto;
    color: #424242;
    font-weight: 400;
}
/*#brands .navbar .nav li.dropdown > .dropdown-toggle .caret,
#mobiletags .navbar .nav li.dropdown > .dropdown-toggle .caret,
#explore .navbar .nav li.dropdown > .dropdown-toggle .caret {
    float: right;
}*/
.navbar .nav > li {
    min-width: 160px;
}

.text-right {
    text-align: right;
}

.pr-15 {
    padding-right: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.brand {
    color: #F69C32;
    transition: all .3s;
}

.brand:hover {
    color: #F69C32;
    text-decoration: none;
}

.login-container h2 {
    margin-bottom: 30px;
}

.login-container .login-btn {
    transition: .3s;
}

#login {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#login hr {
    margin-bottom: 9px;
}

#login input,
#login select,
#login textarea {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

#login .form-group {
    display: block;
}

#login label {
    font-weight: normal;
    color: #000;
    margin: 0;
    margin-top: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    font-weight: normal;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
}

#login input[type=checkbox]:hover, #login input[type=checkbox]:active, #login input[type=checkbox]:focus {
    box-shadow: none;
    font-weight: normal;
}

#login input,
#login select,
#login textarea,
#login input:-webkit-autofill, #login textarea:-webkit-autofill, #login select:-webkit-autofill {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    border-radius: 4px;
    box-shadow: none;
    transition: all .3s;
    font-weight: bold;
    font-size: 20px;
    height: auto;
}

#login input:hover,
#login select:hover,
#login textarea:hover,
#login input:focus,
#login select:focus,
#login textarea:focus,
#login input:active,
#login select:active,
#login textarea:active,
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    background-color: #fff;
    border-color: #F69C32;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.5);
    outline: none;
    color: #4A4A4A;
}

#login input.submit {
    background-color: #4A4A4A;
    border-color: #4a4a4a;
    border-style: solid;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff;
    box-shadow: none;
    font-weight: bold;
    font-size: 16px;
}

#login input.submit:hover {
    background-color: #F69C32;
    border-color: #F69C32;
    text-transform: uppercase;
    box-shadow: none;
}

#login input.resetForm {
    border-radius: 4px;
    text-transform: uppercase;
    padding: 11px 15px;
    border: 1px solid #D3D3D3;
    background-color: #fff;
    box-shadow: none;
    font-weight: bold;
    font-size: 16px;
}

#login input.resetForm:hover {
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    box-shadow: none;
}

.infoBlock {
    text-align: left;
    color: #fff;
    background-color: #4A4A4A;
    border-radius: 8px;
    padding: 25px 30px 15px;
}

.infoBlockLogo {
    max-width: 130px;
}

.login-container .forgot, label.checkbox.mt-0 {
    color: #000 !important;
}
 
.social-media a {
    color: #999999; 
}
.social-media a:hover {
    color: #555555;
}

.brand-logo img {
    display: block;
    margin: 0 auto;
}
#brand-contact, .pull-left {
    padding-top: 5px;
}
.underlined.push-down-20 {
    margin-top: 10px;
    padding-bottom: 15px;
}

#smsApp {
    margin-top: 10px;
}

.light {
    font-size: 18px;
}

.underlined {
    padding-bottom: 19px;
}
@media all and (max-width: 766px) {
    .darker-row {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    body {
        padding: 0;
    }

    h3 {
        text-align: center;
    }
    .navbar .btn-navbar {
        background-color: #fff;
        background-image: none;
        margin-top: 5px;
        margin-left: -10px;
        padding: 20px 25px 20px;
    }
    .navbar .btn-navbar .icon-bar {
        background-color: #999999;
        box-shadow: none !important;
        width: 26px;
        margin-bottom: 4px;
        height: 2px;
    }
    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled]{
        outline: none;
        background: transparent;
    }
    .navbar #magic-line {
        display: none;
    }

    .mincontent {
        padding: 0 15px;
    }

    .login-block {
        padding: 0 15px;
    }

    .infoBlock {
        margin: 0 15px;
    }

    .signup-login {
        margin-right: 15px;
    }

    .signup-login .alert {
        display: inline-block;
        width: auto;
    }

    .darker-stripe, .boxed-area, footer, .fullwidthbanner-container {
        margin: 0;
    }

    .blocks-spacer-last {
        margin-left: 20px;
        margin-right: 20px;
    }

    .darker-stripe, .boxed-area {
        padding-left: 0;
        padding-right: 0;
    }

    .login-container {
        padding-top: 0;
    }

    .login-container h2 {
        text-align: center;
    }

    #stickyNavbar {
        position: absolute;
        top: 5px;
        left: 15px;
        margin-top: 7px;
        margin-left: -20px;
        z-index: 999999;
    }

    .navbar .btn-navbar {
        float: left;
    }

    .navbar .nav {
        background-color: #fff;
        padding: 12px 5px 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .nav-collapse, .nav-collapse.collapse {
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        z-index: 999999;
        position: relative;
    }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        display: none;
    }

    .navbar-inner,
    .navbar .nav > li .dropdown-menu li.active > a, .navbar .nav > li .dropdown-menu a:hover, .navbar .nav > li .dropdown-menu a:focus, .navbar .nav > li .dropdown-menu a:active {
        background-color: transparent;
        border: none;
        color: #777777;
    }

    .navbar .nav > li > a {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .navbar .nav > li .dropdown-menu {
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        transform: none;
        padding-left: 5px;

        display: none;
    }
    .navbar .nav > li.dropdown {
        display: none;
    }
    [class*=" zocial-"], [class^="zocial-"]{
        font-size: 12px;
    }
    header {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 10px;
        padding-top: 15px;
    }
    header .brand {
        padding-top: 15px;
        padding-bottom: 20px;
        position: relative;
        z-index: 999998;
    }
    header .brand .tagline {
        margin-top: 5px!important;
    }
    header .top-right {
        position: absolute;
        bottom: 46px;
        right: 32px;
    }
    header .brand img {
        vertical-align: text-bottom;
        width: 200px !important;
    }


    .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
    }

    .navbar .nav > li .dropdown-menu li {
        border-bottom: none;
    }

    .navbar .nav > li > a:after,
    .navbar .nav > li .dropdown-menu li a:after {
        display: none;
    }

    .navbar .nav > li .dropdown-menu a {
        font-size: 11px;
        padding: 0;
    }

    .navbar .cart-container {
        top: 180px;
        left: 200px;
        border-top: none;
        position: absolute;
        width: 100%;
    }

    .navbar .cart {
        width: 100%;
    }

    form#filters label {
        display: none;
    }

    form#filters {
        margin-bottom: -60px;
        margin-top: -10px;
    }

    select#inStockFilter {
        width: 100%;
    }

    .popup-products {
        margin-top: 55px;
    }

    .mobile-view .mobile-tag-header {
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .underlined.push-down-20 {
        padding-bottom: 20px;
            margin-top: -5px;
    }

    #brand-contact {
 
        font-size: 9px;
        padding-left: 10px;
        margin-left: 10px;
        z-index: 99999;
        position: relative;
    }

    #brand-contact ul li {
        line-height: 14px;
    }

    .pull-left img {
        width: 50px;
        margin-top: 15px;
    }

    .product .product-img .picture {
        height: auto;
    }

    .product .product-img .picture img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .isotope .isotope-item h3 {
        margin-top: 25px;
    }

    .popup-products .isotope-container .product {
        min-height: 0;
    }

    .mobile-view .register-btn {
        background-color: #95c538;
    }

    header .span4, header .span8 {
        width: 100% !important;
        display: block;
    }

    .higher-line {
        font-size: 10px;
        margin-top: 5px;
        margin-left: 10px;
        display: block;
        width: 100%;
    }

    header .span4 .higher-line {
        display: none;
    }

    header .span .higher-line {
        padding: 0;
    }

    header .span4 .topmost-line, header .span8 .topmost-line {
        position: absolute;
        top: 3px;
        right: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        z-index: 999999;
        text-align: right;
    }

    .gray-link {
        position: relative;
        line-height: 10px;
        padding: 3px 10px 4px;
        border: .5px solid rgba(114, 114, 114, 0.5);
        margin-top: 5px;
    }

    .gray-link:first-of-type {
        margin-right: 2px;
    }
    .gray-link:nth-of-type(2) {
        margin-right: 6px;
    }

    .gray-link:after {
        position: absolute;
        content: '';
        border-right: 3px solid #fff;
        width: 100%;
        right: -12px;
        top: 0;
        bottom: 0;
    }

    .isotope-container .product {
        border-bottom: none;
    }

    .requestAccess:hover i {
        color: #6f9329;
    }

    #my-brands label,
    #my-brands input {
        pointer-events: inherit!important;
    }
}
