/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 980px) and (min-width: 769px) {

    body {
        background-position: left 30px;
    }

    .header-links-wrapper,
    .header,
    .footer-bottom .center,
    .master-wrapper-main,
    .master-wrapper-content,
    .footer-top {
        margin: 0 auto;
        width: 768px;
    }
    select {
        height: 30px;
        border-radius: 0;
		padding: 5px;
    }
    input[type=text],
    input[type=password] {
        border-radius: 0;
    }
    .side-2, .center-2 {
        margin-top: 20px;
        width: 100%;
    }
    .topic-html-content-title {
        padding: 0;
        background: none;
    }
    .topic-html-content-title h2,
    .topic-html-content-body {
        padding-left: 20px;
    }
    
/* BAR NOTIFICATION */
    
    .bar-notification {
	    height: 37px;
	    line-height: 37px;
    }
    .bar-notification .close {
        width: 32px;
        height: 32px;
        margin: 2px 5px;
    }
    .bar-notification a {
        display: inline-block;
        line-height: 32px;
    }

/* HEADER */
    
    .flyout-cart.active {
        display: none;
    }
    .admin-header-links {
        position: static;
        width: 100%;
    }
    .admin-header-links a {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .header {
        margin-bottom: 10px;
    }
    .header .header-logo {
        max-width: 50%;
    }
    .header .header-logo a img{
        max-width: 100%;
    }
    .header .header-selectors-wrapper {
        width: 365px;
        margin-bottom: 15px;
    }

    .language-list li,
    .language-list li:first-child {
        margin: 0;
    }
    .language-list a {
        width: 32px;
        height: 32px;
    }

    .header .search-box form{
        overflow: hidden;
    }
    .header .search-box input[type=submit] {
        border-radius: 0;
    }
    .header .search-box input.search-box-text {
        width: 226px !important;
    }
    .header-selectors-wrapper > div {
        float: right;
        margin: 0 0 0 15px;
    }

	/* *****BCLABS***** */
	.header .search-box
	{
	    clear: both;
		display: block;
		float: right;
		width: 275px;
	}
	.header .search-box > form
	{ 
		float: right
	}
	/* *****BCLABS***** */
/* HEADER MENU */
    
    .header-menu {
        margin: 40px auto 30px;
        padding: 0;
        background: none;
        text-align: left;
        width: 70%;
    }
    .header-menu .menu-title {
        display: block !important;
        cursor: pointer;
        font-size: 21px !important;
    }
    .header-menu .menu-title span {
        display: block;
        margin: 8px auto;
        width: 93%;
        background: url('../img/responsive-nav-icon.png') no-repeat right center;
        overflow: hidden;
    }
    .header-menu .menu-title:hover,
    .header-menu ul li:hover > a {
        background-position: left bottom;
    }
    .header-menu .plus-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #c0c0c0;
        width: 56px;
        height: 43px;
        background: url('../img/responsive-plus.png') no-repeat center;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
        cursor: pointer;
    }
    .header-menu .plus-button.close {
        background: url('../img/responsive-minus.png') no-repeat center;
    }
    .header-menu .plus-button:hover {
        background-color: rgba(0,0,0,0.08);
    }
    .header-menu > ul {
        display: none;
        width: 100%;
    }
    .header-menu ul li {
        position: relative;
        float: none !important;
    }
    .header-menu > ul > li > a {
        border-top: none;
        font: normal 15px/38px Sylfaen, sylfaen_ff, serif;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        padding: 9px 20px;
        background-color: #fff !important;
    }

    .header-menu .dropdown {
        display: none;
    }
    .dropdown li a {
        padding: 11px 20px;
    }
    .header-menu .dropdown > ul > li > a,
    .header-menu .dropdown > ul > li > span,
    .header-menu .top-menu .sublist.sublevel-1 li a {
		border-top: none;
        padding-left: 35px;
        background: #fff;
        font-size: 15px;
		text-shadow: none;
    }
    .header-menu .dropdown .inner-dropdown > ul > li > a,
    .header-menu .top-menu .sublist.sublevel-2 li a {
        padding-left: 50px;
		background: #f6f6f6;
        font-size: 14px;
    }
    .header-menu .top-menu .sublist.sublist.sublevel-3 li a {
        padding-left: 60px;
		background: #fff;
		font-size: 13px;
    }
    .header-menu .menu-title,
    .header-menu ul li a,
    .header-menu ul li span,
    .header-menu .top-menu .sublist li a {
        display: block;
        border-width: 1px;
        border-style: solid;
        border-color: #d0d0d0 #c6c6c6 #c0c0c0;
        background: #ccc url('../img/button1.png') top repeat-x;
        box-shadow: inset 0 1px 0 #fff;
        font: normal 17px Sylfaen, sylfaen_ff, serif;
        color: #333;
        text-transform: uppercase;
        text-shadow: 1px 1px #eee;
    }

    .header-menu .sublist,
    .header-menu .sublist .sublist {
        position: static;
        padding: 0;
        background: none;
        border: none;
        box-shadow: none;
    }
    .header-menu .sublist li > a,
    .header-menu .sublist li:hover > a {
        padding: 11px 25px 11px 30px;
        background: none;
    }


/* ITEM GRIDS & CATEGORY PAGE */

    .breadcrumb ul li a,
    .breadcrumb ul li strong {
        display: inline-block;
        line-height: 32px;
    }
    .product-selectors {
        padding: 0;
    }
    .product-selectors > div {
        margin: 4px 0;
        width: 50%;
        text-align: center;
    }
    .product-selectors .product-viewmode {
        display: none;
    }
    .product-selectors > div > * {
        float: none !important;
    }
    .product-selectors select {
        margin-top: 0;
    }
    .product-filters {
        margin: 0 0 2% 2%;
        width: 32%;
    }
    .product-filters:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .filter-content li a {
        display: block;
        margin: 2px 0;
        line-height: 32px;
    }
    .filter-content .group {
        margin:0 0 2% 2%;
        width: 49%;
    }
        .filter-content .group:nth-child(2n+1) {
            clear:both;
            margin: 0 0 2%;
        }
    .remove-filter a {
        margin-top: 8px;
        padding: 8px 12px;
    }

    .item-grid {
        margin: 0 auto;
        width: 100%;
    }
    .home-page-category-grid .item-grid .item-box:nth-child(4n+1),
    .home-page-product-grid .item-grid .item-box:nth-child(4n+1),
    .cross-sells .item-box:nth-child(4n+1),
    .bestsellers .item-box,
    .bestsellers .item-box:nth-child(4n+1),
    .block,
    .product-list .item-box,
    .item-box,
    .home-page .item-box {
        float: left;
        width: 32% !important;
        margin-left: 2%;
    }
    .home-page-category-grid .item-grid .item-box:nth-child(3n+1),
    .home-page-product-grid .item-grid .item-box:nth-child(3n+1),
    .category-page .item-grid .item-box:nth-child(3n+1) ,
    .bestsellers .item-box:nth-child(3n+1),
    .nopAjaxFilters7Spikes .block:nth-of-type(3n+1),
    .item-box:nth-child(3n+1) {
        margin-left: 0 !important;
        clear: both;
    }
    .side-2 > .block {
        margin: 0 0 2% 2%;
    }
    .side-2 > .block:nth-of-type(3n+1) {
        margin-left: 0;
        clear: both;
    }
    .home-page-product-grid .item-grid .item-box,
    .bestsellers .item-box {
        margin-bottom: 20px;
    }
    .item-grid .item-box .picture {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
    }
    .item-grid .item-box .sub-category-item .picture {
        display: none;
    }
    .item-box input[type="button"] {
        width: 100%;
        height: 46px;
        font-size: 24px;
    }
    .sub-category-grid {
        padding-bottom: 20px;
    }
        .sub-category-item .category-title {
            position: static;
        }
            .sub-category-item .category-title a {
                border-width: 1px;
                border-style: solid;
                border-color: #d0d0d0 #c6c6c6 #c0c0c0;
                background: #eee url('../img/button1.png') top repeat-x;
                padding: 10px;
            }

/* BLOCKS */

    .block .title {
        padding: 0;
        background: #333 url('../img/arrow2.png') no-repeat 95% center;
        cursor: pointer;
    }
    .block .title strong {
        display: block;
        padding: 10px 0 10px 10px;
        height: 100%;
    }
    .block .title:hover {
        color: #9a0;
    }
    .block .listbox {
        display: none;
    }
    .listbox .view-all,
    .poll .buttons {
        padding: 0 5px;
    }
    .listbox .view-all a,
    .poll .buttons input {
        display: inline-block;
        line-height: 32px;
    }

/* PRODUCT PAGE */

    .overview {
        width: 48%;
    }
    .overview .buttons input, 
    .variant-overview .add-to-wishlist-button {
        padding: 7px 8px;
    }
    .manufacturers .value a,
    .product-review-links a,
    .product-no-reviews a,
    .product-tags-list li,
    .product-tags-list li > * {
        line-height: 32px;
        display: inline-block;
    }
    .overview .qty-label, .variant-overview .qty-label {
        line-height: 36px;
    }
    .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
        height: 36px;
    }
    .overview .qty-input, .variant-overview .qty-input {
        height: 34px;
    }

/* QUICK TABS */

    .ui-tabs .ui-tabs-nav li a {
        padding: 10px 12px;
    }

/* ATTRIBUTES & COLOR SQUARES */

    .attributes dd label {
        display: inline-block;
        height: 32px;
        line-height: 32px;
    }
    .color-squares li {
        margin-left: 3px;
    }
    .color-squares li:first-child {
        margin-left: 0;
    }
    .color-squares label {
        line-height: 28px;
    }
    .color-squares .color {
        width: 28px;
        height: 28px;
    }

/* MY ACCOUNT PAGE */

    .account-page .button-1 {
        height: 38px;
        padding: 0 32px;
    }
    .account-page .button-2 {
        padding: 8px 16px;
    }

/* REGISTER PAGE */

    .registration-page .buttons .button-1, 
    .password-recovery-page .buttons .button-1 {
        height: 39px;
        margin-top: 5px;
    }

/* SHOPPING CART */
    
    .cart-footer .cart-collaterals {
        width: auto !important;
    }
    .cart-footer .deals {
        padding-right: 15px;
        width: 164px;
    }
    .cart-footer .deals input[type="text"] {
        margin-bottom: 5px;
        height: 30px;
    }
    .cart-footer .deals .button-2 {
        margin-left: 0;
        padding: 7px 8px;
        font-size: 13px;
    }
    .coupon-box {
        margin-bottom: 15px;
    }
    .cart-footer .deals .message {
        margin: 4px 0;
    }
    .cart-footer .shipping {
        float: right;
        width: 262px;
        padding: 0 15px;
    }
    .cart-footer .shipping .estimate-shipping > * {
        width: 100%;
    }
    .cart-footer .shipping .inputs label {
        margin-right: 0px;
        width: auto;
        text-align: left;
    }
    .cart-footer .shipping select,
    .cart-footer .shipping input[type=submit] {
        margin-top: 2px;
        height: 32px;
    }
    .cart-footer .shipping .inputs [type="text"] {
        margin-top: 2px;
        height: 30px;
    }
    .cart-footer .shipping .button-2 {
        float: right;
        margin: 0 12px 0 0;
    }
    .cart-footer .totals {
        width: 240px;
    }
    .cart-footer .totals .button-1 {
        height: 41px;
    }

    .shopping-cart-page .addon-buttons {
        margin: -75px 17px 0 0;
        width: 240px;
    }

/* CHECKOUT PAGE */

    .checkout-page .button-1 {
        height: 32px;
    }
    .checkout-page .edit-address label {
        width: 250px;
    }
    .shipping-method .method-list li label, 
    .payment-method .method-list li label {
        display:inline-block;
        line-height: 32px;
    }
    .shopping-cart-page .button-2, 
    .checkout-page .button-2,
    .order-details-page .page-title a {
        padding: 8px 12px;
    }
    .back-link a {
        display: inline-block;
        line-height: 32px;
    }

/* LOGIN PAGE */

    .login-page .topic-html-content-title h2,
    .login-page .title strong,
    .login-page .topic-html-content-body {
        padding-left: 0;
        text-align: center;
    }
    .login-page .page-title h1 {
        float: none;
        text-align: center;
    }
    .login-page .title,
    .login-page .form-fields .inputs {
        text-align: center !important;
    }
    .login-page .topic-html-content-body ul {
        display: inline-block;
        margin: 0;
        padding-left: 85px;
        text-align: left;
    }
    .login-page .form-fields .inputs > * {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .login-page .button-1 {
        height: 39px;
    }
    .login-page .form-fields .inputs label {
        width: auto;
    }
    
/* SEARCH PAGE */
    
    .search-page input[type=checkbox] ~ label {
        display: inline-block;
        line-height: 32px;
    }
    .search-page .button-1 {
        height: 38px;
        padding: 0 32px;
    }
    .search-page .price-range input {
        height: 28px !important;
    }
    .product-list:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    .product-list .item-box .picture,
    .product-list .item-box .details {
        float: none;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
    }
    .pager li * {
        padding: 8px 11px;
    }

/* EMAIL A FRIEND, CATALOG REQUEST, CONTACT US */
    
    .contact-page .button-1, 
    .email-a-friend-page .button-1 {
        height: 39px;
    }
    
/* EU COOKIE LAW */

    [aria-describedby="dialog-eu-cookie-law"] button {
        padding: 7px 21px;
    }
    [aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button {
        padding: 12px;
    }

/* BLOG & NEWS */

    .news-items .item {
        padding: 0 10px 20px 10px;
    }
    .news-list-homepage .view-all {
        padding-right: 10px;
    }
    .news-items .read-more {
        padding: 8px 14px;
    }

    .blog-page .tags li,
    .blog-page .tags li a {
        display: inline-block;
        line-height: 32px;
    }
    .block-blog-archive a {
        line-height: 32px !important;
    }

/* PRODUCT TAGS PAGE */

    .product-tags-all-page .product-tags-list li {
        height: 34px;
    }

/* FOOTER */

    .footer-block {
        margin-left: 10px;
        padding-right: 10px;
        width: 31%;
        border: none;
        text-align: center;
    }
    .footer-block-last {
        width: 100%;
        margin: 20px 0 0 0;
        padding-right: 0;
    }
    .footer-block-last .buttons input[type=button]{
        border-radius: 0;
    }
    .footer-block-last .accepted-payment-methods,
    .footer-block-last .newsletter-subscribe-block {
        display: inline-block;
    }
    .footer-block h3 {
        font-size: 22px;
    }
    .footer-block .footer-menu li {
        margin: 0;
    }
    .footer-block .footer-menu a {
        display: inline-block;
        line-height: 32px;
    }
    .newsletter-subscribe-block input[type="text"] {
        width: 315px;
    }
    .accepted-payment-methods ul li{
        width: 38px;
        height: 24px;
        background-size: cover !important;
    }
    .newsletter-result-block {
        margin: -5px 0 5px 0;
        width: 100%;
    }
    .footer-top {
        padding-top: 30px;
    }
    .footer-bottom .footer-store-theme {
        top: -50px;
    }
	/* Logo-Squares*/
	ul.logo-squares label{cursor:pointer;padding:0;margin:0;line-height:1px;}

}