@charset "UTF-8";/* CSS Document */    @media screen and (max-width: 767px) {    #main-content, .container:nth-child(8) {    width: 90%  !important;    max-width: 90% !important;    }    .search {    margin-top: 20px !important;    }    }    @media screen and (min-width: 768px) {    #main-content, .container:nth-child(8) {    width: 720px  !important;    max-width: 720px !important;    }    }    @media screen and (min-width: 992px) {    #main-content, .container:nth-child(8) {    width: 940px  !important;    max-width: 940px !important;    }    .loginForm {    margin: 0 !important;    }    }    @media screen and (min-width: 1200px) {    #main-content, .container:nth-child(8) {    width: 1140px  !important;    max-width: 1140px  !important;    }    }    body {    font-family: 'Hind', sans-serif;    }    .navbar-inverse .navbar-nav > li > a, #navmenu4.navbar-collapse .navbar-nav > li > a, .navbar-inverse .navbar-brand {    text-transform: uppercase;    letter-spacing: 4px;    }    .logo-wrap {    width: 50%;    }    .account-bar.navbar-default .navbar-link, .account-bar.navbar-default .navbar-nav > li > a {    background-color: transparent !important;    }    .subscriberLogo, .product-sort, .sidebar-history, .product-sort, .prod-buttons {    display: none;    }    .footer {    margin-top: 0px;    }    .prod-cat-list {    border: none;    }    .thumbnail > .caption {    padding: 9px 9px 0px;    text-align: center;    }    .caption > h3.fn {    margin-top: 20px;    }    .hproduct h3 a, .hcategory h3 a {    font-size: 20px;    }    .thumbnail {    margin: 10px !important;    border: 1px solid #dddddd !important;    }    .sidebar-nav .navbar-default .navbar-nav > .active > a, .sidebar-nav .navbar-default .navbar-nav > .active > a:hover, .sidebar-nav .navbar-default .navbar-nav > .active > a:focus, .sidebar-nav .navbar-default .navbar-nav > li > a:hover, .sidebar-nav .navbar-default .navbar-nav > li > a:focus {    color: #2FA4E7;    background-color: #FFF;    }    .search, .shopping-cart {    margin-top: 40px;    }    #main-content, .container:nth-child(8) {    padding-top: 5px;    padding-bottom: 5px;    background-color: white;    margin: 0px auto;    float: none;    max-width: 1140px;    border-radius: 0 4px 4px 0;    }    .navbar, .btn {    border-radius: 0 4px 4px 0;    }    .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {    text-shadow: none;    -webkit-box-shadow: none;    box-shadow: none;    }    .home-banner-area {    margin-top: 10px;    }    /*.thumbnail img {opacity: 1; -webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}    .thumbnail:hover img {opacity: .75;}*/    .thumbnail img {    -webkit-transform: scale(1);    transform: scale(1);    -webkit-transition: .3s ease-in-out;    transition: .3s ease-in-out;    }    .thumbnail:hover img {    -webkit-transform: scale(1.05);    transform: scale(1.05);    }