/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.nop-jcarousel {
    margin: 0 0 15px;
}
.nop-jcarousel > h2 {
    background: #000;
    padding: 0 10px;
    font-size: 11px;
    color: #fff;
    line-height: 25px;
}
.nop-jcarousel .jcarousel-container-horizontal {
    background: #eee;
    padding: 0px 40px;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
}
.nop-jcarousel .item-holder {
    background: #fff;
    overflow: hidden;
}
.nop-jcarousel .jcarousel-item-horizontal .item-holder {
    padding: 10px;
    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
}
.nop-jcarousel .item-picture {
    float:left;
    width: 41%;
}
.nop-jcarousel .jcarousel-item .thumb-img {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.nop-jcarousel .jcarousel-item .thumb-img:hover img {
    opacity: 0.8;
}
.nop-jcarousel .item-info {
    float: right;
    width: 54%;
}
.nop-jcarousel .jcarousel-product-name {
    display: block;
    height: 27px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    cursor: pointer;
    margin-bottom: 5px;
}
.nop-jcarousel .jcarousel-item .short-description {
    height: 27px;
    overflow: hidden;
    margin: 0 0 5px;
    font: normal normal 11px Arial, Helvetica, sans-serif;
    color: #666;
}
.nop-jcarousel .jcarousel-item .prices {
    margin-bottom: 5px;
    height: 18px;
}
.nop-jcarousel .jcarousel-item .prices > * {
    display: inline-block;
    float:left;
    margin-right: 5px;
    line-height: 34px;
}
.nop-jcarousel .jcarousel-item .button {
    display: inline-block;
    background: #000;
    padding: 0 5px;
    font: normal bold 11px/20px Arial, Helvetica, sans-serif;
    color: #fff;
}
.nop-jcarousel .jcarousel-item .button:hover {
    text-decoration: none;
}
.nop-jcarousel .jcarousel-next-horizontal, 
.nop-jcarousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: -15px 0 0;
}
.nop-jcarousel .jcarousel-next-horizontal {
    right: 6px;
    background: transparent url('images/next-horizontal.png') top no-repeat;
}
.nop-jcarousel .jcarousel-prev-horizontal {
    left: 6px;
    background: transparent url('images/prev-horizontal.png') top no-repeat;
}
.nop-jcarousel .jcarousel-next-horizontal:hover, 
.nop-jcarousel .jcarousel-next-horizontal:focus, 
.nop-jcarousel .jcarousel-prev-horizontal:hover, 
.nop-jcarousel .jcarousel-prev-horizontal:focus {
    background-position: bottom;
}
.nop-jcarousel .jcarousel-next-horizontal:active, 
.nop-jcarousel .jcarousel-prev-horizontal:active {
    opacity: 0.8;
}
.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;
    opacity: 0.5;
}
.nop-jcarousel .jcarousel-next-disabled:hover, 
.nop-jcarousel .jcarousel-prev-disabled:hover {
    background-position: top !important;
}

/* VERTICAL */

.nop-jcarousel .jcarousel-container-vertical {
    background: #eee;
    width: 178px;
    padding: 40px 0;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.nop-jcarousel .jcarousel-clip-vertical {
    height: 254px;
}
.nop-jcarousel .jcarousel-item-vertical {
    width: 178px;
}
.nop-jcarousel .jcarousel-item-vertical .jcarousel-product-name {
    font-size: 11px;
}
.nop-jcarousel .jcarousel-item-vertical .item-holder {
    padding: 5px 3px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.nop-jcarousel .jcarousel-item-vertical .item-picture {
    width: 80px;
}
.nop-jcarousel .jcarousel-item-vertical .item-info {
    width: 86px;
}
.nop-jcarousel .jcarousel-item-vertical .short-description {
    height: 35px;
    font: normal normal 10px/12px Arial, Helvetica, sans-serif;
}
.nop-jcarousel .jcarousel-next-vertical, 
.nop-jcarousel .jcarousel-prev-vertical {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 0 0 -15px;
}
.nop-jcarousel .jcarousel-next-vertical {
    bottom: 5px;
    background: transparent url('images/next-vertical.png') top no-repeat;
}
.nop-jcarousel .jcarousel-prev-vertical {
    top: 5px;
    background: transparent url('images/prev-vertical.png') top 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 {
    background-position: bottom;
}
.nop-jcarousel .jcarousel-next-vertical:active, 
.nop-jcarousel .jcarousel-prev-vertical:active {
    opacity: 0.8;
}
.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.5;
}

/* 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;
}
.nop-jcarousel .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 980px) and (min-width: 769px) {
    
    .nop-jcarousel {
        text-align: center;
    }
    .nop-jcarousel .item-picture,
    .nop-jcarousel .item-info {
        float: none;
        width: 100%;
    }
    .nop-jcarousel .jcarousel-item .item-picture .thumb-img {
        display: inline-block;
    }
    .nop-jcarousel .jcarousel-item .prices {
        height: auto;
    }
    .nop-jcarousel .jcarousel-item .prices > * {
        float: none;
    }
    .nop-jcarousel .jcarousel-item .button {
        padding: 6px;
    }
    .nop-jcarousel .jcarousel-item .button:hover {
        background: #999;
    }

}


/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

    .nop-jcarousel .item-picture,
    .nop-jcarousel .item-info {
        float: none;
        width: 100%;
    }
    .nop-jcarousel .jcarousel-item .item-picture .thumb-img {
        display: inline-block;
    }
    .nop-jcarousel .jcarousel-item .prices {
        height: auto;
    }
    .nop-jcarousel .jcarousel-item .prices > * {
        float: none;
    }
    .nop-jcarousel .jcarousel-item .button {
        padding: 6px;
    }
    .nop-jcarousel .jcarousel-item .button:hover {
        background: #999;
    }

}


/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 480px) {
    
    .nop-jcarousel .jcarousel-item .prices {
        height: auto;
    }
    .nop-jcarousel .jcarousel-item .prices > * {
        float: none;
        margin: 0 3px;
    }
    .nop-jcarousel .jcarousel-item .button {
        padding: 6px 9px;
    }
}