/*
* 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: 20px 0;
	background: #c7e9ea;
}
.carousel-title {
    padding: 0 30px 60px;
    text-align: center;
}
.home-page .carousel-title {
    padding: 0;
    background-color: #fff;
    height: 58px;
    line-height: 58px;
}
    .carousel-title span {
        display: inline-block;
        position: relative;
        color: #666;
        font-size: 26px;
        font-weight: normal;
        font-family: "Kelly Slab", Calibri, sans-serif;
    }
    .carousel-title span:after,
    .carousel-title span:before {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        background: url(images/title-dots-aquamarine.png) no-repeat center;
        width: 19px;
        height: 4px;
        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }
        .carousel-title span:after {
            left: -30px;
        }
        .carousel-title span:before {
            right: -30px;
        }

.home-page .nop-jcarousel .jcarousel-container-horizontal {
    padding-top: 100px;
    background-color: #ececec;
}
    .nop-jcarousel .carousel-title + .jcarousel-container {
        padding-top: 0;
    }
    .home-page .nop-jcarousel .jcarousel-container:before {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 85px;
        background: #ececec;
    }

.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}



/*** NAVIGATION ***/



.nop-jcarousel .jcarousel-prev, 
.nop-jcarousel .jcarousel-next {
    position: absolute;
    bottom: 100%;
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: .8;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.nop-jcarousel .jcarousel-prev {
    left: 50%;
    margin-left: -48px;
    background-image: url(images/nav-button-left.png);
}
.nop-jcarousel .jcarousel-next {
    right: 50%;
    margin-right: -48px;
    background-image: url(images/nav-button-right.png);
}
.nop-jcarousel .jcarousel-prev:hover,
.nop-jcarousel .jcarousel-next:hover {
    opacity: 1;
}

.nop-jcarousel .jcarousel-next-disabled,
.nop-jcarousel .jcarousel-next-disabled:hover,
.nop-jcarousel .jcarousel-prev-disabled,
.nop-jcarousel .jcarousel-prev-disabled:hover {
    opacity: .6;
	filter: alpha(opacity=30);
    cursor: default;
}



/*** JCAROUSEL ITEM BOX ***/



.nop-jcarousel .jcarousel-item-horizontal {
    text-align: center;
    font-size: 0;
    margin: 0 1px;
}

    /* products */

        .products-carousel .jcarousel-list-horizontal {
            padding: 0 0 20px !important;
        }
        .products-carousel .item-holder {
            max-width: 248px;
            margin: 0 auto;
        }
        .products-carousel .item-picture {
            overflow: hidden;
            position: relative;
			background:#fff;
        }
        .products-carousel .item-picture a {
	        display: block;
            position: relative;
        }
            .products-carousel .item-picture a:before {
                content: " ";
                display: block;
                padding-top: 100%;
            }
            .products-carousel .item-picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }
        .products-carousel .item-picture .short-description-wrapper {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            z-index: -1;
            opacity: 0;
            width: 170px;
            height: 170px;
            border-radius: 100%;
            background: rgba(233,203,180,.9);      
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;                    
        }
            .products-carousel .item-holder:hover .short-description-wrapper {
                z-index: 2;
                opacity: 1;
            }
            .products-carousel .item-picture .short-description {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
	            overflow: hidden;
                width: 130px;
                height: 50px;
                font-size: 14px;
                line-height: 1.2;
            }
        .products-carousel .item-info {
            background: #fff;
            padding: 15px 5px;
        }
        .products-carousel .item-info .jcarousel-product-title {
            margin: 0 0 5px;
        }
        .products-carousel .item-info .jcarousel-product-name {
            display: block;
            font-size: 20px;
            line-height: 1.2;
            height: 24px;
            overflow: hidden;
            text-transform: uppercase;
            font-weight: normal;
        }
        .products-carousel .item-info .prices {
            margin: 0 0 15px;
        }
        .products-carousel .item-info .old-price {
	        color: #999;
	        text-decoration: line-through;
            font-size: 14px;
        }
        .products-carousel .item-info .actual-price {
	        font-size: 18px;
            font-weight: bold;
	        color: #000;
        }
        .products-carousel .item-info .button {
            display: inline-block;
	        border: 0;
            background: 0;
            background-image: url(images/bg-button-small.png);
            background-repeat: no-repeat;
            background-position: center;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            background-size: 100% 100%;
	        padding: 4px 20px;
            height: 37px;
            font: normal 20px "Open Sans Condensed", Arial, sans-serif;
            text-transform: uppercase;
        }

    /* manufacturers */

        .home-page .manufacturers-carousel .jcarousel-prev-horizontal, 
        .home-page .manufacturers-carousel .jcarousel-next-horizontal {
            margin-bottom: 0;
        }

        .manufacturers-carousel {
            padding-bottom: 25px;
        }
            .manufacturers-carousel .item-holder {
                max-width: 225px;
                margin: 0 auto;
            }
            .manufacturers-carousel .carousel-title {
                padding: 0 30px 65px;
            }
            .manufacturers-carousel .jcarousel-container {
                background: none;
            }
            .manufacturers-carousel .jcarousel-container:before {
                display: none;
            }
        .manufacturers-carousel .item-picture a {
            display: inline-block;
        }
        .manufacturers-carousel .item-info {
            display: none;
        }

    /* categories */

        .categories-carousel li {
            margin: 0 !important;
        }
        .categories-carousel .item-holder {
            max-width: 333px;
            margin: 0 auto; 
            position: relative;
        }
        .categories-carousel .item-picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }
            .categories-carousel .item-picture a:before {
                content: " ";
                display: block;
                padding-top: 81.081%;
            }
                .categories-carousel .item-picture img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    max-width: 100%;
                    margin: auto;
                    -webkit-transform: translateZ(0);
                }
        .categories-carousel .jcarousel-product-title {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            z-index: 1;
        }
            .categories-carousel .jcarousel-product-title a {
                display: block;
                color: #666;
                font-size: 20px;
                font-family: "Kelly Slab", Calibri, sans-serif;
                text-transform: uppercase;
                padding: 13px;
                background-color: rgba(255,255,255,.8);
            }

        .categories-carousel .item-holder:hover .jcarousel-product-title a {
            background-color: rgba(255,255,255,1);
            color: #8bc8ca;
        }

        .categories-carousel li:hover img {
            -webkit-transform: translateY(-20px) scale(1.05);
            -moz-transform: translateY(-20px) scale(1.05);
            -o-transform: translateY(-20px) scale(1.05);
            transform: translateY(-20px) scale(1.05);
        }



/*** TWO COLUMN DESIGN ***/

    .center-2 .carousel-title {
        padding: 0 30px;
    }
    .center-2 .jcarousel-container-horizontal {
        background: none !important;
        padding-top: 70px !important;
    }
        .center-2 .nop-jcarousel .jcarousel-container:before {
            display: none;
        }
    .center-2 .jcarousel-clip-horizontal {
        width: auto !important;
    }

    /* nav */

        .center-2 .nop-jcarousel .jcarousel-prev-horizontal,
        .center-2 .nop-jcarousel .jcarousel-next-horizontal {
            bottom: 100% !important;
            margin: 0 0 -55px !important;
        }
            .center-2 .nop-jcarousel .jcarousel-prev-horizontal {
                margin-left: -48px !important;
            }
            .center-2 .nop-jcarousel .jcarousel-next-horizontal {
                margin-right: -48px !important;
            }

    /* products */

        .center-2 .products-carousel .jcarousel-list-horizontal {
            padding: 0 !important;
        }



/*** VERTICAL TITLE & CONTAINERS ***/

    .nop-jcarousel.vertical-holder {
        margin: 0;
    }
    .nop-jcarousel .jcarousel-container-vertical {
        padding-top: 60px !important;
    }
        .nop-jcarousel .jcarousel-container-vertical:before {
            display: none;
        }

    .nop-jcarousel .carousel-title.vertical {
        background-color: #8bc8ca;
        padding: 0;
    }
    .carousel-title.vertical span {
        display: block;
        font-size: 24px;
        padding: 6px 10px;
        color: #fff;
        background: url(images/bg-block-title-top.png) no-repeat center top, 
            url(images/bg-block-title-bottom.png) no-repeat center bottom;
        font-family: "Open Sans Condensed", Arial, sans-serif;
        font-weight: bold;
        text-align: left;
    }
        .carousel-title.vertical span:after,
        .carousel-title.vertical span:before {
            display: none;
        }

    .nop-jcarousel .jcarousel-clip-vertical {
        width: 100% !important;
    }
    .nop-jcarousel .jcarousel-item-vertical {
        width: 235px;
        max-width: 100%;
        float: none !important;
        margin: 0 auto !important;
    }

        /* nav */

            .nop-jcarousel .jcarousel-prev-vertical, 
            .nop-jcarousel .jcarousel-next-vertical {
                bottom: auto;
                top: 7px;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

        /* products */

            .products-carousel .jcarousel-item-vertical {
                height: 368px !important;
            }
            .products-carousel .jcarousel-item-vertical .item-holder {
                height: 358px !important;
            }

        /* categories */

            .categories-carousel .jcarousel-item-vertical {
                height: 191px !important;
            }

        /* manufacturers */

            .manufacturers-carousel.block {
                padding: 0;
            }
            .manufacturers-carousel .jcarousel-item-vertical {
                height: 240px !important;
            }
            .manufacturers-carousel .jcarousel-item-vertical .item-holder {
                height: 235px !important;
                overflow: hidden;
                max-width: none;
            }



/*** ADDITIONAL STYLES ***/


/* 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 (max-width: 480px) {

    .products-carousel .item-holder {
        max-width: 333px;
    }    

}

@media all and (min-width: 481px) and (max-width: 768px) {

    .products-carousel .item-holder {
        max-width: 350px;
    }

}

@media all and (min-width: 769px) and (max-width: 1000px) {

    .products-carousel .item-holder {
        max-width: 299px;
    }

}

@media all and (max-width: 1000px) {

    .carousel-title.vertical span {
        background-color: #e3e3e3 !important;
        background-image: url(images/icon-dropdown.png);
        background-repeat: no-repeat;
        background-position: 97% center;
        color: #666;
        font-size: 17px;
        font-family: "Kelly Slab", Calibri, sans-serif;
        text-transform: uppercase;
        padding: 8px 48px 8px 12px;
        font-weight: normal;
    }

}

@media all and (min-width: 1001px) {

    .nop-jcarousel .jcarousel-clip-horizontal {
        width: 1000px;
    }

    /* products */

    .home-page .products-carousel .jcarousel-container-horizontal {
        background: url(images/bg-carousel-bottom.png) no-repeat center bottom #ececec;
    }

    /* categories */

    .categories-carousel .item-holder {
        max-width: none;
    }

}

@media all and (min-width: 1170px) {

    .carousel-title {
        padding: 0 30px 20px;
    }

    .nop-jcarousel .jcarousel-container:before {
        display: none;
    }

    .nop-jcarousel .jcarousel-prev-horizontal, .nop-jcarousel .jcarousel-next-horizontal {
        bottom: 50%;
        margin-bottom: -25px !important;
    }
    .nop-jcarousel .jcarousel-prev-horizontal {
        margin: 0 0 0 -565px;
    }
    .nop-jcarousel .jcarousel-next-horizontal {
        margin: 0 -565px 0 0;
    }

    /* products */

    .home-page .products-carousel .jcarousel-container-horizontal {
        background:#C7E9EA;
    }
        .home-page .products-carousel .jcarousel-list-horizontal {
            padding: 25px 0 !important;
        }

    /* manufacturers */

        .manufacturers-carousel .nop-jcarousel .jcarousel-prev-horizontal {
            background: url(images/arrow-left.png) no-repeat center;
        }
        .manufacturers-carousel .nop-jcarousel .jcarousel-next-horizontal {
            background: url(images/arrow-right.png) no-repeat center;
        }

}