
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 991px) {
    .col-md-10 { width: 85%; }
    .col-md-2 { width: 15%; }
}

body {
    font-family: 'Noto Sans';
    background: #FFF;
}
a {
    color: #3b3477;
    text-decoration: none;
}
    a:hover {
        color: #2c2b72;
        text-decoration: underline;
    }

.btn-primary {
    background: #3b3477;
    border: 1px solid #3b3477;
    color: #FFF;
    text-transform: none;
    font-size: 15px !important;
    font-weight: normal;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
}
    .btn-primary:hover {
        background: #FFF;
        border: 1px solid #3b3477;
        color: #3b3477;
    }
.btn-default {
    background: #FFF;
    border: 1px solid #FFF;
    color: #2c2b72;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}
.btn-default:hover {
    background: #FFF;
    border: 1px solid #FFF;
    color: #2c2b72;
    text-decoration: underline;
}
input.input-validation-error, select.input-validation-error, textarea.input-validation-error { border: 1px solid #e80c4d !important; }
.field-validation-error, .validation-summary-errors { color: #e80c4d; margin-bottom: 30px; font-family: Arial;}
.honeypot { display: none; }

#splash-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9999;
    filter: alpha(opacity=9);
    opacity: 0.9; 
}
#splash-wrapper {
    position: fixed;
    margin: auto;
    top: 20%; 
    left: 0;
    right: 0;
    background: #FFFFFF;
    max-width: 780px;
    border: 7px solid #ffffff;
    z-index: 99999 !important;
    padding: 35px 20px 35px 20px;
    font-family: 'Noto Sans';
}
#splash-wrapper h2 {
    font-family: 'Noto Sans';
    font-weight: 700;
    color: #262626;
    font-size: 20px;
    text-align: center;
    margin:30px 0 20px 0;
}
#splash-wrapper p {
    text-align: center;
    font-size: 16px;
}
#splash-wrapper .btn {
    margin-top:10px;
    font-style: normal;
    font-size: 16px;
}
#splash-wrapper .btn i {
    margin-left: 5px;
}

.set-bg {
    background: #FFF;
}
#header {
    padding-top: 20px;
    margin-bottom: 20px;
    background:#FFF;
}
#nav {
    background: #262626;
}
#main {
    margin-bottom: 10px;
}

.header-top {
    border: none;
}
.header-logo {
    text-align: center;
    padding-bottom: 25px;
}
.header-logo .awe-logo {
    float: none;    
    margin-right: 0;
}
.header-member {
    text-align: right;
    font-family: arial;
    font-size: 12px;
    color: #bebebe;
    margin-top: 30px;
}
.header-member a {
    color: #FFF;
}
.awemenu-nav {
    height: 50px;
    z-index: 999;
    margin-top: 0;
    background: transparent;
    border-top: none;
    border-bottom: none;
    text-align: center;
}
.awemenu-nav .awemenu-container {
    height: 50px;
}
.awemenu-nav ul.awemenu {
    display: inline-block;
    min-width: 700px;
}
.awemenu-nav ul li.awemenu-item {
    display: inline-block;
}
    .awemenu-nav ul.awemenu li.awemenu-item > a {
        color: #FFFFFF;
        line-height: 50px;
        padding: 0 40px;
        font-family: 'Noto Sans';
        text-transform: none;
        font-weight: 500;
        font-size: 16px;
    }
    .awemenu-nav ul.awemenu li.awemenu-item.awemenu-active.dropdown > a {
        color: #262626;
        border-bottom-color: #efefef;
        background: #efefef;
    }
.awemenu-left .awemenu .awemenu-item > a, .awemenu-default .awemenu .awemenu-item > a {
    color: #efefef;
    line-height: 50px;
    padding: 0 10px;
    font-weight: 400;
}
.awemenu-left .awemenu .awemenu-item .awemenu-submenu, .awemenu-default .awemenu .awemenu-item .awemenu-submenu {
    border: 3px solid #efefef;
    border-top: 2px solid #efefef;
    background: #efefef;
    z-index: 999 !important;
}
.awemenu-megamenu-wrapper ul > li > a {
    color: #262626;
    padding: 0 0 5px 0;
    font-size: 15px;
}
    .awemenu-megamenu-wrapper ul > li > a:hover {
        color: #262626;
        text-decoration: underline;
    }
.awemenu-megamenu-wrapper .col-md-12 ul {
    float: left;
    display: block;
    width: 33%;
}
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    text-transform: uppercase;
    border-bottom: none;
    padding: 0 0 10px 0;
    margin-bottom: 0;
    line-height: normal;
}
    .awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a:hover {
        text-decoration: underline;
        color: #262626;
    }

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars {
    margin-top: 8px !important;
    background: #3b3477 !important;
    color: #FFF !important;
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 24px;
    width: 36px;
    padding: 0 8px
}
.awemenu-mobile-active .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars {
    right: 0 !important;
    left: auto;
    width: 36px;
}
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu {
    background-color: #eee;
}
    .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a {
        text-align: left;
        color: #3b3477;
        font-weight: 400;
        border-bottom: 1px solid #3b3477;
    }
        .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a:hover, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item.awemenu-active > a {
            background-color: #3b3477;
            color: #FFF;
            text-decoration: none;
        }
.awemenu-mobile-default.awemenu-mobile-outleft ul > li {
    text-align: left;
}
.home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next, .news.owl-carousel .owl-prev, .news.owl-carousel .owl-next {
    margin-top: 0;
    top: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    color: white;
    background-color: #3b3477;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 999;
}
.home-products.products.owl-carousel .owl-prev:before, .home-products.products.owl-carousel .owl-next:before, .news.owl-carousel .owl-prev:before, .news.owl-carousel .owl-next:before {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
.news.owl-carousel .owl-prev {
    left: 10px;
}

.news.owl-carousel .owl-next {
    right: 10px;
}

.news.owl-carousel:hover .owl-prev,
.news.owl-carousel:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.news.owl-carousel:hover .owl-prev.disabled,
.news.owl-carousel:hover .owl-next.disabled {
    opacity: 0.5;
}

.news.owl-carousel:hover .owl-nav .owl-prev {
    left: 10px;
}

.news.owl-carousel:hover .owl-nav .owl-next {
    right: 10px;
}
.home-main {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.home-main img {
    width: 100%;
}

.title {
    padding: 8px 12px;
    margin-bottom: 15px;
    background: #3b3477;
    color: #FFF;
    font-size: 20px;
    font-family: 'Noto Sans';
    font-weight: 700;
}
.search {
    background: #3b3477;
    padding: 20px 15px;
}
.search h3 {
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'Noto Sans';
    margin: 0 0 15px 0;
}
.search form {
    margin-bottom: 10px;
}
.search input, .search select {
    display: inline-block;
    width: 33%;
    background: #efefef;
    font-family: 'Noto Sans', Times New Roman, Serif;
    color: #4b4b4b;
    font-size: 14px;
    margin-right: 10px;
    height: 34px;
    border: 1px solid #efefef;
}
.search select {
}
.search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4b4b4b;
}
.search input::-moz-placeholder { /* Firefox 19+ */
    color: #4b4b4b;
}
.search input::-ms-input-placeholder { /* IE 10+ */
    color: #4b4b4b;
}
.search input::-moz-placeholder { /* Firefox 18- */
    color: #4b4b4b;
}
    .search .btn-search {
        display: inline-block;
        color: #FFFFFF;
        font-size: 16px;
        padding: 9px 26px;
        border: 2px solid #000000;
        font-family: 'Noto Sans';
        font-weight: 500;
        text-transform: none;
        background: #000000;
        border-radius: 5px;
    }
        .search .btn-search:hover {
            border: 2px solid #FFFFFF;
            color: #FFFFFF;
            background: transparent;
        }
.search p {
    margin-bottom: 0 !important;
}
    .search a {
        font-size: 12px;
        color: #c4601b;
    }
.searches {
}
    .searches h3 {
        color: #3b3477;
        font-size: 22px !important;
        font-family: 'Noto Sans';
        text-transform: none;
        font-weight: 700;
        margin: 15px 0 5px 0 !important;
    }
    .searches a {
        padding-right: 8px;
        padding-right: 5px;
        font-size: 14px !important;
        color: #262626;
    }
.home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next {
    top: 40%;
}
.home-products.products.owl-carousel .owl-prev {
    left: 0;
}
.home-products.products.owl-carousel .owl-next {
    right: 0;
}
.mfp-counter {
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
}
.exclusives {
}
    .exclusives .title {
        background: #FFF;
        color: #3b3477;
        padding: 0 0 5px 0;
        font-size: 20px;
        margin-top: 0;
        font-weight: 700;
        text-transform: none;
        font-size: 24px;
    }

        .exclusives .title span {
            color: #3b3477;
        }
        .exclusives .title i {
            color: #3b3477;
        }

.exclusives .title a {
    color: #3b3477;
}
.exclusive {
    min-height: 105px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.exclusive .col-md-4 {
    padding-right: 0;
}
.exclusive h4 {
    color: #2c2b72;
    font-family: 'Noto Sans';
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 3px 0;
}
.exclusive .summary {
    min-height: 54px;
}
.exclusive .summary, .exclusive p {
    font-size: 12.5px;
    margin-bottom: 3px;
    padding-bottom: 0;
}
    .exclusive a {
        font-weight: 700;
        font-size: 14px;
        color: #3b3477;
    }
    .exclusive h4 a {
        font-weight: 500;
        color: #262626;
    }
.news h4, .hot-picks h4 {
    color: #444;
    font-size: 14px;
    font-family: 'Noto Sans';
    text-transform: none;
    font-weight: 500;
    margin: 0 0 7px 0;
}
.news .summary {
    min-height: 80px;
}
.news {
    margin-bottom:40px;
}
.news p {
    font-size: 13px;
    margin-bottom: 3px;
    padding-bottom: 0;
}
    .news a {
        font-weight: 700;
        font-size: 14px;
        color: #3b3477;
    }
.hot-picks-container {
    padding: 0 10px;
}
.hot-picks .col-md-3 {
    padding: 0 5px;
}
.hot-pick {
    min-height: 55px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    padding: 0;
}
.hot-picks h4 {
    font-size: 12px;
    margin: 0 0 4px 0;
}
.hot-picks p {
    font-size: 12px;
    margin-bottom: 3px;
    padding-bottom: 0;
}
.hot-picks a {
    font-weight: 700;
    font-size: 12px;
    color: #3b3477;
}
.hot-picks h4 a {
    color: #444;
    font-weight: 500;
}

.banners-small {
    background: #efefef;
    padding: 15px 20px;
    margin: 20px 0;
    text-align: center;
}
.banners-small .col-md-4 {
    padding: 0 10px;
}
#page-content .content {
    min-height:300px;
}
#page-content h3 {
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px 0;
}
#page-content p {
    margin-bottom: 12px;
}
#page-content .page-image {
    background: #efefef ;
    padding: 10px;
}
#page-content .contact {
    margin-bottom: 20px;
}
#page-content label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.filter {
    margin-bottom: 15px;
}
.products {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.products .product {
    padding: 15px;
    border-bottom: 1px solid #2c2b72;
    margin-bottom: 0;
}
.products .product.list-exclusive {
    background: #efefef;
    margin-bottom: 0;
    position: relative;
}
    .products .product.list-exclusive .flash {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #fbba00;
        color: #FFF;
        font-weight: bold;
        padding: 5px 10px;
        z-index: 9;
    }
.product-name {
    margin: 0 0 10px 0;
}
.products .product a {
    font-weight: 400;
}
.products .product .product-name a {
    font-size: 22px;
    font-family: 'Noto Sans', Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    color: #262626;
}
#page-content .products .product h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Noto Sans';
    font-weight: bold;
    color: #3b3477;
    margin-bottom: 10px;
}
#page-content .products .product .summary {
    margin-bottom: 15px;
    min-height: 80px;
}
.filter form {
    display: inline;
}
.filter input {
    display: inline-block;
    width: 180px;
    font-family: 'Noto Sans', Times New Roman, Serif;
    color: #4b4b4b;
    font-size: 13px;
    margin-right: 6px;
    height: 30px;
    border: 1px solid #999;
}
.filter .btn {
    margin-right: 8px;
}
.reset-search {
    display: inline;
}
.view-all, .sort-by {
    text-align: right;
    float: right;
}
.view-all {
    margin: 4px 20px 0 0;
}
.top-paging {
    border-bottom: 1px solid #2c2b72;
}
#page-content .products .product p.text-right {
    margin-bottom: 0;
}
.pagination-container, .pagination {
    text-align: right;
    float: right;
    margin-top: 0;
}
.pagination > li > a, .pagination > li > span {
    font-size: 12px;
    margin-left: 0;
    font-family: 'Noto Sans', Arial, sans-serif;
    color: #4d4d4d;
    background-color: #fff;
    border-color: transparent;
    padding: 4px 8px;
}
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: #FFF;
        background-color: #fbba00;
        border-color: #fbba00;
    }
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #fff;
    text-decoration: underline;
}
.pagination > li.js-page.PagedList-ellipses a {
    padding: 6px 0;
}
#product-item h2 {
    font-size: 28px;
    font-family: 'Noto Sans';
    margin: 0 0 10px 0;
}
#product-item h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Noto Sans';
    font-weight: 700;
    color: #3b3477;
    margin: 0 0 20px 0;
}
.product-logo {
    text-align: center;
    margin-bottom: 30px;
}
.website-link a.btn-lg {
    padding: 15px 40px;
    font-family: 'Noto Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #fbba00;
    border-color: #fbba00;
    text-transform: none;
    border-radius: 25px;
    color: #262626;
}
.website-link a.btn-lg:hover {
        border: 1px solid #edab05;
        background: #edab05;
    }
.product-slider-wrapper {
    padding-bottom: 20px;
}
.product-slider-main {
    background: #FFF;
    padding: 0 0 20px 0;
}
.product-slider-main img:hover {
    cursor: pointer;
}

.product-slider-main .product-label {
    color: #ffffff;
    display: inline-block;
    position: absolute;
    z-index: 5002;
    top: 5px;
    right: 30px;
    width: 56px;
    height: 25px;
    line-height: 24px;
    font-family: Lora;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}


ul.thumbnails {
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
ul.thumbnails > li {
    display: inline-block;
    width:24%;
    margin-left: 1%;
}

@supports(--foo: blue)  {
    ul.thumbnails > li {
        width:23%;
    }
}

ul.thumbnails > li:first-child {
    margin-left: 0;
}
ul.thumbnails > li > a {
    width:100%;
    display: block;
    overflow: hidden;
    border: none;
    padding: 0;
}

ul.thumbnails > li.youtube a {
    text-align: center;
}
ul.thumbnails > li.youtube i.fa {
    font-size: 60px;
    padding-top: 13px;
}
#product-item .banners-small, #page-content .banners-small {
    margin-top: 70px;
}
.back-to-list {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #efefef;
}
.subscible-inline {
    padding:0;
    margin-top: 20px;
}
.subscible-wrapper {
    color: #fff;
    background: #fff;
}
.subscribe-form .form-group label, .subscribe-form .form-group .form-control, .subscribe-form .form-group .btn {
    display: inline;
    width: auto;
    margin-right: 10px;
}
.subscribe-form .form-group label {
    color: #006699;
    font-size: 18px !important;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
}
.subscribe-form .form-group .btn {
    background: #FFF;
    color: #006699;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
    padding: 9px 5px;
}
.subscribe-form .form-group .btn:hover {
    text-decoration: underline;
}
.footer-wrapper {
    color: #c4c0b3;
    background-color: #262626;
    padding-top: 0;
}
.footer-copyright {
    color: #c4c0b3;
    background-color: #262626;
    padding-top: 10px;
.footer-address {
    background: url("/_assets/img/footer-crest.png") no-repeat top left 10px;
    padding-left: 50px;
    padding-right: 20px;
}
.footer-contact, .footer-contact a, .footer-copyright a {
    color: #c4c0b3;
}
    .footer-contact a:hover, .footer-copyright a:hover {
        color: #c4c0b3;
    }
.footer-copyright span, .footer-copyright span a, .footer-copyright span a:hover {
    color: #c4c0b3;
}

@media (max-width: 1199px) {
    .navbar-header {
        margin: 0;
        border-bottom: none;
    }
    .awemenu-nav ul.awemenu {
        min-width: 0;
    }
    .exclusive .summary {
        min-height:73px;
    }
}
@media (max-width: 1140px) {
    .awemenu-left ul.awemenu .awemenu-item > a, .awemenu-default ul.awemenu .awemenu-item > a {
        padding: 0 15px !important;
    }
    .home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next {
        top: 38%;
    }
    .search .btn-search {
        font-size: 16px;
        padding: 7px 12px;
    }
    .hot-pick {
        min-height: 65px;
    }
}
@media (max-width: 991px) {
    #splash-wrapper {
        top: 10%;
    }
    #header {
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .awemenu-nav {
        height: 20px;
    }
    .awemenu-nav .awemenu-container {
        height: 20px;
        border-bottom: solid 1px #eae1d3;
    }
    .awemenu-nav ul.awemenu li.awemenu-item {
        display: block;
    }
    .awemenu-nav ul.awemenu li.awemenu-item > a {
        line-height: normal;
    }
    .awemenu-nav {
        border-bottom: none;
    }
    .awemenu-nav .awemenu-container {
        height: 0;
        border-bottom: none;
    }
    .awemenu-megamenu-wrapper {
        padding: 0 0 15px 0;
    }
    .awemenu-megamenu-wrapper h2 {
        margin-top: 15px;
    }
    .awemenu-megamenu-item {
        padding: 0;
    }
    .awemenu-nav {
        height: auto;
    }
    .awemenu-megamenu-wrapper ul {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin-bottom: 0;
    }
    .awemenu-megamenu-wrapper ul > li > a {
        padding: 5px 0 5px 0;
        font-size: 16px;
        color: #262626;
    }
    .home-main {
        padding: 0;
    }
    .title {
        font-size: 22px;
    }
    .searches {
        margin-bottom: 20px;
    }
    .searches h3 {
        font-size: 18px;
    }
    .searches a {
        line-height: 26px;
        font-size: 16px;
        padding-right: 10px;
    }
    .home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next {
        top: 43%;
    }
    .exclusives .title {
        font-size: 24px;
    }
    .exclusive h4 {
        font-size: 18px;
    }
    .exclusive p {
        font-size: 14px;
    }
    .exclusive a {
        font-size: 16px;
    }
    .banners-small  {
        padding-bottom: 0;
    }
    .banners-small a {
        margin-bottom: 20px;
        display: block;
    }
    .news h4, .hot-picks h4 {
        font-size: 16px;
    }
    .news p, .news a, .hot-picks p, .hot-picks a {
        font-size: 14px;
        line-height: 20px;
    }
    .news a {
        margin-bottom: 20px;
        display: block;
    }
    .hot-pick {
        padding-bottom: 5px;
    }
    .social-icons {
        text-align: left;
        margin-bottom: 20px;
    }
    .skyscrapers a img {

        padding: 0 10px;
    }
    #page-content .content {
        min-height: 0;
    }
    #page-content .page-image {
        margin-top: 15px;
    }
}
@media (max-width: 769px) {
    #splash-wrapper {
        top: 5%;
        margin: 0 20px;
    }
    .header-logo {
        padding-bottom: 40px;
    }
    .home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next {
        top: 41%;
    }
    .exclusive .col-sm-4 {
        width: 25%;
    }
    .exclusive .col-sm-8 {
        width: 75%;
    }
    .exclusive {
        min-height: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .exclusive img {
        margin-bottom: 10px;
    }
    .exclusive .summary {
        min-height: 0;
    }
    .hot-picks .col-xs-12 {
        width: 50%;
    }
    .news a {
        padding-bottom: 20px;    
        border-bottom: 1px solid #efefef;
    }
    .subscribe-form .form-group label, .subscribe-form .form-group .form-control, .subscribe-form .form-group .btn {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .subscribe-form .form-group .btn {
        background: #48A9C5;
        color: #FFF;
        font-size: 16px;
        padding: 10px 10px;
    }
    .subscribe-form .form-group .btn:hover {
        text-decoration: none;
    }
    .footer-address {
        background: none;
        padding-left: 10px;
    }
    .copyright {
        text-align: left;
    }
    .skyscrapers a img {
        padding: 0 5px;
    }
    .products .product .product-name {
        margin: 15px 0 15px 0;
    }
    .products .product .product-name a {
        font-size: 22px;
    }
}
@media (max-width: 599px) {
    #splash-left, #splash-right {
        padding: 20px 0 0 0;
    }
    .search input, .search select {
        display: block;
        width: 100%;
        margin-right:0;
        margin-bottom: 10px;
    }
    .home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next {
        bottom:-10px;
        top: unset;
    }
    .home-products.products.owl-carousel .owl-dots {
        margin-top:0;
    }
    .exclusive .col-xs-12 {
        width: 100%;
    }
    .news .col-xs-12, .hot-picks .col-xs-12 {
        width: 100%;
    }
    .hot-picks {
        max-height: 550px;
        overflow: hidden;
    }
    .contact {
        margin-top: 30px;
    }
    .btn {
        display: block;
        width: 100%;
    }
    .title {
        margin-top: 0;
    }
    .filter input {
        width: 100%;
        height: 32px;
        margin-bottom: 10px;
    }
    .filter .btn {
        height: 34px;
        margin: 0 0 10px 0;
    }
    #product-item .banners-small, #page-content .banners-small {
        margin-top: 30px;
    }
}

@media (max-width: 399px) {
    .products {
        margin-bottom: 40px;
    }
    .home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next {
        bottom:-24px;
        top: unset;
    }
    .home-products.products.owl-carousel .owl-dots {
        display: none;
    }
}

