﻿/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.page {
	clear: both;
}
.link-rss {
	display: block;
	float: right;
	margin: 4px 0 0;
}

/* HEADER */
.header-logo a {
    max-width: 390px;
}

/* HEADER MENU */
/* FOOTER */

/* HOME PAGE */

.titles{
    text-align: center;
}
.titles h3{
    position: relative;
}
.titles h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.titles h3 span{
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.topic-block-title{
    position: relative;
}
.topic-block-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.topic-block-title h2{
    display: inline-block;
    font-size: 24px;
    letter-spacing: 2px;
    box-shadow: 0 0 0 10px #fff;
    background: #fff;
}

.news-list-homepage .news-items{
    overflow: hidden;
}
.news-list-homepage .news-items .news-item{
    width: 32%;
}
.news-list-homepage .news-items .news-item:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
.news-list-homepage .view-all{
    clear: both;
    text-align: center;
}
.news-list-homepage .news-items .news-item.even{
    width: 49%; /*two per row*/
}
.news-list-homepage .news-items .news-item.even:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.news-list-homepage .news-items .news-item.even:nth-child(3n+1) {
    clear: none;
    margin-left: inherit;
}

.home-page-listbox{
    width: 32%; /*three per row*/
}
.home-page-listbox:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
.home-page-banners{
    width: 100%;
    margin: 10px 0;
    padding: 13px 0;
}

/*Home Slider*/
.slider-wrapper {
    margin-bottom: 60px;
    min-height: 480px;
}
.slider-wrapper img {
    height: 480px !important;
    width: auto !important;
    max-width: none !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}
.theme-home-carousel-mobile {
    display: none;
}
.theme-home-carousel {
    display: block;
}
.theme-home-carousel,
.theme-home-carousel .nivoSlider {
   min-height: 480px;
}
.theme-home-carousel img {
    width: 1920px !important;
    height: 480px !important;
    max-width: 1920px !important;
}

.product-item .details {
    text-align: left;
}
.product-item .details .product-has-options {
    font-size: 12px;
}
/* LEFT/RIGHT COLUMN */

.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.product-grid .title{
    position: relative;
    text-align: center;
}
.footer-blocks-holder{
    width: 95%;
    overflow: hidden;
}
.footer-middle-block .footer-menu{
    display: block !important;
    padding-left: 0;
}
.footer-middle-block{
    float: left;
}
.footer-upper-block,
.footer-middle-block{
	width: 23%; /*still four per row*/
	margin: 0 0 20px 2%;
}
.footer-middle-block .title {
    cursor: default;
}

/* CATEGORY PAGE & GRIDS */


.breadcrumb li:first-child * {
	margin-left: 0;
}

/* PRODUCT PAGE */

.product-page-content{
    display: table;
    width: 100%;
}
.product-page-top-wrapper{
    display: table-row;
}
.product-page-body{
    display: table-cell;
    vertical-align: top;
}
.product-page-content .related-products-grid{
    display: table-cell;
    width: 24%;
    padding-left: 2%;
    vertical-align: top;
}
.overview .prices {
    float: left;
}
.gallery .picture-thumbs a {
	margin: 0 2% 2% 0;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.free-shipping {
	margin: 5px 10px 0;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 44px;
    height: auto;
	padding: 14px 5px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 15px 0 0;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 235px;
}
.variant-overview .add-to-wishlist-button {
	float: left;
	clear: none;
}
.product-essential {
    margin-bottom: 70px;
}
.overview .product-name h1 {
    font-size: 32px;
}

.product-page-content .related-products-grid > div.title{
    text-align: center;
}
.product-page-content .related-products-grid > div.title:after{
    display: none;
}
.product-page-content .related-products-grid > div.item-grid .item-box .buttons{
    display: none;
}
.product-page-content .related-products-grid > div.item-grid .item-box .product-rating-box{
    display: block;
    text-align: left;
}
.product-page-content .related-products-grid > div.item-grid .product-item .rating{
    margin: 10px auto;
}
.product-page-content .related-products-grid > div.item-grid .item-box .prices{
    text-align: left;
}
.giftcard div{
    width: 49%;
    float: left;
    margin: 0 0 2% 2%;
}
.giftcard div:nth-child(2n+1){
    margin-left: 0;
}
.giftcard div:last-child{
    width: 100%;
    text-align: center;
}
.giftcard input, 
.giftcard textarea{
    width: 100%;
}
.giftcard textarea{
    height: 100px;
    min-height: 100px;
}

/* QUICK TABS */
/* ATTRIBUTES */


.rental-attributes dt {
	min-width: 75px;
}
.color-squares label {
	margin: 0 10px 0 0;
	padding: 0 !important;
}


/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}

/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.section.address-item,
.section.order-item{
    text-align: left;
    margin: 0 0 20px;
}
.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 0;
	right: 0;
}
.avatar-page .buttons {
	text-align: left;
}
.avatar-page .fieldset{
    float: left;
}

/* SHOPPING CART & CHECKOUT */

.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.shopping-cart-page .totals {
	margin: 0 auto 25px;
}
.cart-collaterals {
    width: 100%;
    overflow: hidden;
	margin: 0 25px;
}
.cart-collaterals .deals{
    width: 48%;
    float: right;
}
.cart-collaterals .shipping{
    width: 48%;
    float: left;
}
.checkout-page .address-item {
	float: left;
    width: 48%;
    margin: 0 1% 2%;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .total-info {
	overflow: hidden;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blogpost-page{
    text-align: left;
}
.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
}

.blog-page .post, .news-items .news-item{
    text-align: left;
}
.new-comment .inputs{
    text-align: left;
}
.new-comment textarea {
	width: 470px;
}
.new-comment .captcha-box {
	text-align: left;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
    text-align: left;
}

/*new blog*/
.blog-page .page-body {
    padding: 60px;
}
.blog-page .blog-posts,
.generic-grid-three {
    width: 100%;
}
.blog-posts .post,
.generic-grid-three .generic-box {
    width: 31.6%;
    margin: 0 0 25px 2.6%;
    float: left;
    max-width: none;
    display: inline-block;
    overflow: hidden;
    line-height: 1.3em;
    position: relative;
}
.generic-grid-three.store-info-row .generic-box {
    width: 29.6%;
}
.generic-grid-three.store-info-row .generic-box:nth-of-type(3n+2) {
    width: 39.6%;
}
.generic-grid-three.store-info-row .generic-box:nth-of-type(3n) {
    width: 25.6%;
}
.blog-posts .post:nth-of-type(3n+1),
.generic-grid-three .generic-box:nth-of-type(3n+1) {
    margin-left: 0;
}
.blog-page .post-head .post-title {
    height: 52px;
}
.blogpost-page .post-body,
.new-comment,
.comment-list {
    padding: 60px;
}
.new-comment .title,
.comment-list .title {
    font-size: 24px;
}
.new-comment .inputs {
    float: none;
    padding: 0;
}
/* FORUM & PROFILE */

.current-time {
	float: left;
}
.search-box.forum-search-box {
	float: right;
    clear: right;
    border: none;
    max-width: 50%;
}
.search-box.forum-search-box .advanced {
	text-align: right;
}
.pager.lower {
	float: right;
	margin: 0;
}
.private-message-view-page .back-pm-button {
	float: right;
}
.topic-post .post-time {
    float: left;
}
.topic-post .post-actions{
    float: right;
}
.topic-post .post-actions > *{
    vertical-align: middle;
}
.topic-post .manage-post,
.topic-post .quote-post{
    display: inline-block;
    margin: 0 10px;
}

}

@media all and (min-width: 769px) {

.center-2 {
	margin: 0 0 50px;
}

.side-2 {
	overflow: hidden;
}

.home-page-banners .slider-wrapper{
	width: 32%;
	float: left;
	margin: 0 0 2% 2%;
}
.home-page-banners .slider-wrapper:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}

}