/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*** TITLE & CONTAINERS ***/

.nop-jcarousel {
	position: relative;
    margin: 0 0 20px;
}
.home-page-body .nop-jcarousel{
    width: 90%;
    margin: 20px auto;
}
.nop-jcarousel .carousel-title {
	padding: 10px 0 48px;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}
.nop-jcarousel .carousel-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 32px;
    z-index: -1;
}
.nop-jcarousel .carousel-title span {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    background: #fff;
    height: 1.2em;
    overflow: hidden;
}
.nop-jcarousel .jcarousel-container {
	position: static !important;
    padding-top: 48px;
}
.nop-jcarousel .carousel-title + .jcarousel-container {
	padding-top: 0;
}
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
}
.nop-jcarousel .jcarousel-list-horizontal {
    padding: 30px 0 !important;
}

/*** VERTICAL TITLE & CONTAINERS ***/

.nop-jcarousel .carousel-title.vertical {
    margin: 0;
    padding: 10px 0;
    font-size: 17px;
    text-align: left;
    cursor: pointer;
}
.nop-jcarousel .carousel-title.vertical:after{
    top: 25px;
}
.nop-jcarousel .carousel-title.vertical span:after {
    content: '';
    display: block;
    width: 22px;
    height: 19px;
    background: #fff url('images/next-horizontal.png') no-repeat right top -2px;
    position: absolute;
    right: 0;
    bottom: 14px;
    overflow: hidden;
}
.nop-jcarousel .jcarousel-container-vertical { 
    overflow: hidden;
    margin: 40px 0px;
}
.nop-jcarousel .jcarousel-clip-vertical {
    height: 330px;
}

/*** NAVIGATION ***/

.nop-jcarousel .jcarousel-prev-horizontal,
.nop-jcarousel .jcarousel-next-horizontal {
    position: absolute;
    top: 47px;
    width: 32px;
    height: 32px;
    background-color: #f1f1f1;
	background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.nop-jcarousel .jcarousel-prev-horizontal {
    left: 50%;
    margin-left: -36px;
    background-image: url('images/prev-horizontal.png');
}
.nop-jcarousel .jcarousel-next-horizontal {
    right: 50%;
    margin-right: -36px;
    background-image: url('images/next-horizontal.png');
}
.nop-jcarousel .jcarousel-prev-horizontal:hover,
.nop-jcarousel .jcarousel-next-horizontal:hover {
	background-position: top -32px center;
	background-color: #75bfa1;
}
.nop-jcarousel .jcarousel-prev-vertical,
.nop-jcarousel .jcarousel-next-vertical {
	position: absolute;
    top: 45px;
	width: 32px;
	height: 32px;
	background-color: #f1f1f1;
	background-position: top center;
    background-repeat: no-repeat;
	cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.nop-jcarousel .jcarousel-prev-vertical {
	left: 50%;    
    margin: 0 0 0 2.5px;
    background-image: url('images/prev-vertical.png');
}
.nop-jcarousel .jcarousel-next-vertical {
	right: 50%;
    margin: 0 2.5px 0 0;
    background-image: url('images/next-vertical.png');
}
.nop-jcarousel .jcarousel-prev-vertical:hover,
.nop-jcarousel .jcarousel-next-vertical:hover {
	background-position: top -32px center;
	background-color: #75bfa1;
}

.nop-jcarousel .jcarousel-next-disabled-horizontal:after,
.nop-jcarousel .jcarousel-prev-disabled-horizontal:after,
.nop-jcarousel .jcarousel-prev-disabled-vertical:after,
.nop-jcarousel .jcarousel-next-disabled-vertical:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .5;
}
.nop-jcarousel .jcarousel-next-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-vertical:hover,
.nop-jcarousel .jcarousel-next-disabled-vertical:hover {
    background-position: top center;
    background-color: #f1f1f1 !important;
    cursor: default;
}

/*** JCAROUSEL ITEM BOX ***/

/*  If you change the margin from below to padding,
	make sure that you have the border-sizing set to content-box,
	so that the jcarousel script can calculate correctly the width of the item.  */
	
.nop-jcarousel .jcarousel-item-horizontal {
    text-align: center;
    font-size: 0;
    margin: 0 15px;
}
.nop-jcarousel .jcarousel-item-vertical {
    width: 245px;
    max-width: 100%;
    margin: 0 auto;
    float: none !important;
	height: 440px !important;
}

.nop-jcarousel .item-picture img {
    max-width: 100%;
}

/* products */

.products-carousel .item-holder {
	position: relative;
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}
.products-carousel .item-holder:hover {
}
.products-carousel .item-picture {
    margin-bottom: 15px;
}
.products-carousel .item-picture a {
	display: block;
    position: relative;
    overflow: hidden;
}
.products-carousel .item-picture a:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.products-carousel .item-picture a img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.products-carousel .item-info {
}
.products-carousel .item-info .jcarousel-product-title {
	margin-bottom: 12px;
    overflow: hidden;
    text-transform: uppercase;
}
.products-carousel .jcarousel-item-vertical .item-info .jcarousel-product-title{
    max-height:42px;
}
.products-carousel .item-info .jcarousel-product-name {
	display: block;
	font-size: 16px;
    max-height: 3.6em;
}
.products-carousel .item-info .short-description {
	display: none;
}
.products-carousel .item-info .prices {
    margin: 0 0 20px;
    overflow: hidden;
    letter-spacing: 2px;
}
.products-carousel .item-info .prices > * {
}
.products-carousel .item-info .old-price {
	color: #999;
    font-size: 15px;
    vertical-align: middle;
    margin: 0 0 0 10px;
	text-decoration: line-through;
}
.products-carousel .item-info .actual-price {
	font-weight: bold;
    font-size: 17px;
    color: #75bfa1;
    vertical-align: middle;
}
.products-carousel  .product-rating-box {
    display: inline-block;
	margin: 0 0 5px;
}
.products-carousel .rating {
	background: url('images/rating1.gif') repeat-x;
	width: 70px;
    height: 12px;
    margin-bottom: 8%;
}
.products-carousel .rating div {
	background: url('images/rating2.gif') repeat-x;
    height: 12px;
}
.products-carousel .item-info .button {
    display: inline-block;
	border: 3px solid #75bfa1;
    padding: 9px 25px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
}

/* manufacturers */

.home-page-body .manufacturers-carousel{
    padding: 0 40px;
}
.home-page-body .manufacturers-carousel .nop-jcarousel{
    width: 100%;
}
.home-page-body .manufacturers-carousel {
    background: url('images/manufacturer-background.jpg') no-repeat center;
    background-size: cover;
}
.home-page-body .manufacturers-carousel .carousel-title{
    display: none;
}
.home-page-body .manufacturers-carousel  .jcarousel-container{
    padding-top: 0;
}
.manufacturers-carousel .item-picture a {
	display: block;
}
.manufacturers-carousel .item-info {
	display: none;
}

.manufacturers-carousel .nop-jcarousel .jcarousel-item-vertical{
    height: 230px !important;
}   

.home-page-body .manufacturers-carousel .jcarousel-prev-horizontal,
.home-page-body .manufacturers-carousel .jcarousel-next-horizontal {
	margin: 0;
	top: 50%;
    margin-top: -16px;
    box-shadow: none;
    background-color: #fff;
}
.home-page-body .manufacturers-carousel .jcarousel-next-horizontal:hover,
.home-page-body .manufacturers-carousel .jcarousel-prev-horizontal:hover{
    background-color: #75bfa1;
}
.home-page-body .manufacturers-carousel .jcarousel-next-disabled-horizontal:after,
.home-page-body .manufacturers-carousel .jcarousel-prev-disabled-horizontal:after {
    background-color: #f8f8f8;
}
.home-page-body .manufacturers-carousel .jcarousel-next-disabled-horizontal:hover,
.home-page-body .manufacturers-carousel .jcarousel-prev-disabled-horizontal:hover {
    background-color: #fff !important;
}

.home-page-body .manufacturers-carousel .jcarousel-prev-horizontal {
	left: -32px;
}
.home-page-body .manufacturers-carousel .jcarousel-next-horizontal {
	right: -32px;
}


/* categories */

.categories-carousel .item-holder {
    position: relative;
}
.categories-carousel .item-holder .jcarousel-product-title {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    width: 92.5%;
    font-size: 19px;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: rgba(34,34,34,.6);
}
.categories-carousel .item-holder .jcarousel-product-title:before{
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.categories-carousel .item-holder .jcarousel-product-title a {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.5px;
    padding: 11px 10px 11px 45px;
}
.categories-carousel .item-holder:hover .jcarousel-product-title a {
}

.categories-carousel .item-holder .item-picture a{
    display: block;
    position: relative;
    overflow: hidden;
}
.categories-carousel .item-holder .item-picture a:before {
    content: " ";
    display: block;
    padding-top: 120%;
}
.categories-carousel .item-holder .item-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*** ADDITIONAL STYLES ***/

.categories-carousel .jcarousel-item-vertical{
    height: 300px !important;
}

/* If the wrap is set to circular and the carousel skin can display more items than there are,
the carousel adds additional <li> elements to fill the empty spaces.
This class is added only for those empty elements. They should not be visible. */

.nop-jcarousel .jcarousel-item-placeholder-horizontal {
    visibility: hidden;
}


@media all and (min-width: 769px) {

/* products */

.nop-jcarousel .carousel-title {
    padding: 10px 0;
    text-align: left;
}

/* products and categories nav */

.products-carousel .jcarousel-prev-horizontal, 
.products-carousel .jcarousel-next-horizontal,
.categories-carousel .jcarousel-prev-horizontal,
.categories-carousel .jcarousel-next-horizontal,
.manufacturers-carousel .jcarousel-prev-horizontal,
.manufacturers-carousel .jcarousel-next-horizontal {
	top: 1px;
    box-shadow: 0 0 0 5px #fff;
}
.products-carousel .jcarousel-prev-horizontal,
.categories-carousel .jcarousel-prev-horizontal,
.manufacturers-carousel .jcarousel-prev-horizontal {
	left: auto;
	right: 37px;
	margin-left: 0 !important;
}
.products-carousel .jcarousel-next-horizontal,
.categories-carousel .jcarousel-next-horizontal,
.manufacturers-carousel .jcarousel-next-horizontal{
	right: 0;
	margin-right: 0 !important;
}

}


@media all and (min-width: 1000px) {

.home-page-body .nop-jcarousel{
    width: 960px;
}

.nop-jcarousel .carousel-title{
    margin: 0 15px;
}
.nop-jcarousel .carousel-title.vertical {
    padding: 10px 0 60px;
}
.nop-jcarousel .jcarousel-container-vertical{
    margin: 0;
}
.nop-jcarousel .carousel-title.vertical {
    cursor: default;
}
.nop-jcarousel .carousel-title.vertical span:after{
    display: none;
}
.products-carousel .item-picture {
    margin-bottom: 25px;
}
.products-carousel .item-info {
    padding-right: 60px;
    position: relative;
    text-align: left;
}
.products-carousel .item-info .button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url('images/info-button.png') no-repeat top left;
    border-color: #ccc;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.products-carousel .jcarousel-item .item-info .button:hover {
    background-color: #75bfa1;
    border-color: #75bfa1;
    background-position: top left -33px;
}

.home-page-body .manufacturers-carousel .nop-jcarousel .jcarousel-container{
    width: 880px;
    margin: 0 auto;
}

.categories-carousel .jcarousel-item-horizontal .jcarousel-product-title{
    font-size: 24px;
    bottom: 40px;
}
.categories-carousel .jcarousel-item-horizontal .jcarousel-product-title a{
    padding: 15px 10px 15px 45px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.categories-carousel .jcarousel-item-horizontal:hover .jcarousel-product-title a{
    padding: 15px 10px 15px 50px;
}
.categories-carousel .jcarousel-item-horizontal:hover .jcarousel-product-title:before{
    width: 33px;
}

.products-carousel .jcarousel-item-vertical {
    height: 360px !important;
}

}

@media all and (min-width: 1281px) {

    .home-page-body .nop-jcarousel{
        width: 1200px;
    }
    .home-page-body .manufacturers-carousel .nop-jcarousel .jcarousel-container{
        width: 100%;
        max-width: 1213px;
    }
    .home-page-body .manufacturers-carousel {
        padding: 0 60px;
    }
    /* products and categories nav */

    .products-carousel .jcarousel-prev-horizontal,
    .categories-carousel .jcarousel-prev-horizontal,
    .manufacturers-carousel .jcarousel-prev-horizontal{
	    right: 52px;
    }
    .products-carousel .jcarousel-next-horizontal,
    .categories-carousel .jcarousel-next-horizontal,
    .manufacturers-carousel .jcarousel-next-horizontal{
	    right: 15px;
    }

}