/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.nop-jcarousel {
	margin: 20px 0;
    position: relative;
}
.nop-jcarousel > h2 {
    font: bold 24px/48px "Times New Roman", Times, serif;
    text-transform: uppercase;
    background: url('images/separator.png') repeat-x bottom;
    padding-bottom: 18px;
}
.nop-jcarousel .jcarousel-container-horizontal {
    padding: 20px 0;
}
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
}
.nop-jcarousel .jcarousel-item-horizontal {
    margin: 0 5px;
}
.nop-jcarousel .jcarousel-item .thumb-img {
    display: block;
    height: 338px;
    overflow: hidden;
    text-align: center;
    line-height: 338px;
    margin-bottom: 10px;
    border: 1px solid #d8d9d8;
}

.nop-jcarousel .jcarousel-item .thumb-img img {
    vertical-align: middle;
}

.nop-jcarousel .jcarousel-item .thumb-img:hover img {
    opacity: 0.9;
}
.nop-jcarousel .jcarousel-product-title {
    height: 48px;
    overflow: hidden;
    margin-bottom: 5px;
}
.nop-jcarousel .jcarousel-product-name {
    font: normal 18px "Times New Roman", Georgia, serif;
    color: #333;
}
.nop-jcarousel .jcarousel-product-name:hover {
	color: #000;
}
.nop-jcarousel .jcarousel-item .short-description {
    height: 28px;
    margin: 0 0 5px;
    overflow: hidden;
}
.nop-jcarousel .jcarousel-item .prices {
	margin-bottom: 5px;
    overflow: hidden;
    height: 24px;
}
.nop-jcarousel .jcarousel-item .prices > * {
    float:left;
    margin-right: 5px;
    line-height: 24px;
}
.nop-jcarousel .jcarousel-item .button {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #ccc url('images/button1.png') top repeat-x;
    box-shadow: 0 1px 0 #fff inset;
    padding: 5px 8px;
    color: #333;
    text-shadow: 1px 1px #eee;
    cursor: pointer;
}
.nop-jcarousel .jcarousel-item .button:hover {
    background-position: bottom;
}
.nop-jcarousel .jcarousel-next-horizontal, 
.nop-jcarousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 185px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
.nop-jcarousel .jcarousel-next-horizontal {
    right: -30px;
	background: url("images/next-horizontal.png") no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nop-jcarousel .jcarousel-prev-horizontal {
    left: -30px;
	background: url("images/prev-horizontal.png") no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nop-jcarousel .jcarousel-next-horizontal:hover, 
.nop-jcarousel .jcarousel-next-horizontal:focus, 
.nop-jcarousel .jcarousel-prev-horizontal:hover, 
.nop-jcarousel .jcarousel-prev-horizontal:focus {
    opacity: 1;
	filter: alpha(opacity=100);
}
.nop-jcarousel .jcarousel-next-disabled-horizontal, 
.nop-jcarousel .jcarousel-next-disabled-horizontal:hover, 
.nop-jcarousel .jcarousel-next-disabled-horizontal:focus, 
.nop-jcarousel .jcarousel-next-disabled-horizontal:active, 
.nop-jcarousel .jcarousel-prev-disabled-horizontal, 
.nop-jcarousel .jcarousel-prev-disabled-horizontal:hover, 
.nop-jcarousel .jcarousel-prev-disabled-horizontal:focus, 
.nop-jcarousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}
.nop-jcarousel .jcarousel-next-disabled:hover, 
.nop-jcarousel .jcarousel-prev-disabled:hover {
    opacity: 0.7;
	filter: alpha(opacity=70);
}


/* VERTICAL */

.vertical-holder {
    margin-bottom: 20px;
}
.nop-jcarousel h2.vertical {
    background: #333;
    padding: 5px 10px;
    font: normal 15px Sylfaen, sylfaen_ff, serif;
    color: #BC3;
    text-transform: uppercase;
}
.nop-jcarousel h2.vertical span {
    font-weight: normal;
}
.nop-jcarousel .jcarousel-container-vertical {
    padding: 40px 13px;
	border-radius: 5px;
}
.nop-jcarousel .jcarousel-clip-vertical {
    height: 480px;
}
.nop-jcarousel .jcarousel-item-vertical {
    height: 480px !important;
    float: none !important;
}

.nop-jcarousel .jcarousel-item-vertical .thumb-img {
    height: 328px;
    line-height: 328px;
}
.nop-jcarousel .jcarousel-item-vertical .thumb-img img {
    vertical-align: middle;
}
.nop-jcarousel .jcarousel-item-vertical.jcarousel-item .prices {
    height: auto;
}

.nop-jcarousel .jcarousel-next-vertical, 
.nop-jcarousel .jcarousel-prev-vertical {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin: 0 0 0 -15px;
    opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nop-jcarousel .jcarousel-next-vertical {
    bottom: 10px;
    background: transparent url('images/next-vertical.png') no-repeat;
}
.nop-jcarousel .jcarousel-prev-vertical {
    top: 10px;
    background: transparent url('images/prev-vertical.png') no-repeat;
}
.nop-jcarousel .jcarousel-next-vertical:hover, 
.nop-jcarousel .jcarousel-next-vertical:focus,
.nop-jcarousel .jcarousel-prev-vertical:hover, 
.nop-jcarousel .jcarousel-prev-vertical:focus {
    opacity: 1;
	filter: alpha(opacity=100);
}
.nop-jcarousel .jcarousel-next-disabled-vertical, 
.nop-jcarousel .jcarousel-next-disabled-vertical:hover, 
.nop-jcarousel .jcarousel-next-disabled-vertical:focus, 
.nop-jcarousel .jcarousel-next-disabled-vertical:active,
.nop-jcarousel .jcarousel-prev-disabled-vertical, 
.nop-jcarousel .jcarousel-prev-disabled-vertical:hover, 
.nop-jcarousel .jcarousel-prev-disabled-vertical:focus, 
.nop-jcarousel .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    opacity: 0.7;
	filter: alpha(opacity=70);
}
.nop-jcarousel .jcarousel-item-vertical .short-description {
    height: 27px;
}

/* 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 {
    visibility: hidden;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 980px) and (min-width: 769px) {
    
    .nop-jcarousel {
        margin: 40px 0 20px 0;
    }
    .nop-jcarousel h2.carousel-title {
        padding-right: 120px;
    }
    .nop-jcarousel .jcarousel-next-horizontal, .nop-jcarousel .jcarousel-prev-horizontal {
        top: -79px;
        padding: 8px 13px;            
    }
        .nop-jcarousel .jcarousel-prev-horizontal {
            right: 60px;
            left: auto;
            background: rgba(0,0,0,0.15) url("images/prev-horizontal.png") center center no-repeat;
        }
        .nop-jcarousel .jcarousel-next-horizontal {
            right: 0px;
            background: rgba(0,0,0,0.15) url("images/next-horizontal.png") center center no-repeat;
        }
    .nop-jcarousel .jcarousel-item .button {
        padding: 5px 15px;
        height: 20px;
        line-height: 20px;
    }
}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {
    
    .nop-jcarousel {
        margin: 40px 0 20px 0;
    }
    .nop-jcarousel .jcarousel-next-horizontal, .nop-jcarousel .jcarousel-prev-horizontal {
        top: -79px;
        padding: 8px 13px;            
    }
        .nop-jcarousel .jcarousel-prev-horizontal {
            right: 60px;
            left: auto;
            background: rgba(0,0,0,0.15) url("images/prev-horizontal.png") center center no-repeat;
        }
        .nop-jcarousel .jcarousel-next-horizontal {
            right: 0px;
            background: rgba(0,0,0,0.15) url("images/next-horizontal.png") center center no-repeat;
        }
    .nop-jcarousel .jcarousel-item .button {
        padding: 5px 0;
        width: 100%;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }
    .nop-jcarousel .jcarousel-product-title a {
        line-height: 1.4;
    }
    .nop-jcarousel h2.carousel-title {
        padding-right: 120px;
    }

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {
    
    .nop-jcarousel h2,
    .nop-jcarousel h3 {
        text-align: center;
    }
    .nop-jcarousel .jcarousel-next-horizontal, .nop-jcarousel .jcarousel-prev-horizontal {
        top: -41px;
        padding: 8px 13px;
    }
        .nop-jcarousel .jcarousel-prev-horizontal {
            left: 41%;
            margin-left: -23px;
            background: rgba(0,0,0,0.15) url("images/prev-horizontal.png") center center no-repeat;
        }
        .nop-jcarousel .jcarousel-next-horizontal {
            right: 41%;
            margin-right: -23px;
            background: rgba(0,0,0,0.15) url("images/next-horizontal.png") center center no-repeat;
        }
    .nop-jcarousel .jcarousel-item .button {
        padding: 5px 0;
        width: 100%;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }
    .nop-jcarousel .jcarousel-product-title {
        line-height: 1.4;
    }
    .nop-jcarousel h2.carousel-title {
        margin-bottom: 48px;
    }

}