/**
 * @package SJ Amazing Slideshow for VirtueMart
 * @version 1.0.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @copyright (c) 2014 YouTech Company. All Rights Reserved.
 * @author YouTech Company http://www.smartaddons.com
 */

.sj-amazing-slideshow .active.left {
    left: -100%;
}

.sj-amazing-slideshow .active.right {
    left: 100%;
}

.sj-amazing-slideshow .item-image {
    display: block;
    margin: 0;
    width:100%;
}

.sj-amazing-slideshow .item-image-inner {
    display: block;
}
.sj-amazing-slideshow  .item-image a {
    display:block;
    width:100%;
}
.sj-amazing-slideshow img {
    width: 100%;
    border: 0 none;
    height: auto;
    vertical-align: middle;
}
.sj-amazing-slideshow .nav-item-inner:hover .thumb{
    opacity:0.7;
    filter:alpha(opacity=70);
}
.sj-amazing-slideshow .nav-item-inner:hover .sj-shodow{
    opacity:0.3;
    filter:alpha(opacity=30);
}
.sj-amazing-slideshow .sj-smagic-caption .sel{
    top:auto;
    bottom:-50px;

}
.sj-amazing-slideshow .sj-smagic-caption{
    display:block;
	right: 2%;
    width: 40%;
    bottom: -50px;
    position: absolute;
}
.sj-amazing-slideshow .carousel-caption {
    /*	background:none;*/
    /*    display: block;*/
    /*	height: 70%;*/
    /*	position: absolute;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    bottom: 0;*/
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.sj-amazing-slideshow .carousel-caption-inner {
    /*	border-radius: 10px 10px 10px 10px;*/
    /*	-webkit-border-radius: 10px 10px 10px 10px;*/
    /*		-moz-border-radius: 10px 10px 10px 10px;*/
    /*			-o-border-radius: 10px 10px 10px 10px;*/
    /*	background: none repeat scroll 0 0 #F7F7F7;*/
    /*    bottom: 6px;*/
    /*    color: #333333;*/
    /*    left: 0;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    z-index: 100;*/
   /* background: none repeat scroll 0 0 #F7F7F7;*/
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    bottom: -18px;
    color: #333333;
    margin: 0;
    padding: 9px;
    position: relative;
    z-index: 100;
}
.sj-amazing-slideshow .theme2 .carousel-caption-inner{
    background:url('../images/bg_theme2.png') repeat ;
}
.sj-amazing-slideshow .theme2 .item-readmore{
    /*	background:url('../images/bg_theme2_read.png') no-repeat right top ;*/
    /*	bottom: 25px;*/
    /*    display: block;*/
    /*    left: 15px;*/
    /*    right: auto;*/
    /*    top: auto;*/
    background: url("../images/bg_theme2_read.png") no-repeat scroll right top transparent;
    bottom: auto;
    display: block;
    float: left;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}
.sj-amazing-slideshow .theme2 .item-readmore a{
    background:#333333;
    border:none;
    border-radius: inherit;
    display: block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    height:30px;
    color:#fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.sj-amazing-slideshow .theme2 .item-readmore:hover{
    background:url('../images/bg_theme2_readh.png') no-repeat right top ;
}
.sj-amazing-slideshow .theme2 .item-readmore:hover a,
.sj-amazing-slideshow .theme2 .item-readmore a:hover{
    background: #558fce;
}
.sj-amazing-slideshow .carousel-caption .caption-item{
    /*	border-radius: 8px 8px 8px 8px;*/
    /*	-webkit-border-radius: 8px 8px 8px 8px;*/
    /*		-moz-border-radius: 8px 8px 8px 8px;*/
    /*			-o-border-radius: 8px 8px 8px 8px;*/
    /*	    background: none repeat scroll 0 0 #CDCDCD;*/
    /*    bottom: 9px;*/
    /*    left: 9px;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    position: absolute;*/
    /*    right: 9px;*/
    /*    top: 9px;*/
    /*background: none repeat scroll 0 0 #CDCDCD;*/
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    margin: 0;
    padding: 1px;
    position: relative;
}
.sj-amazing-slideshow .carousel-caption .caption-item-inner{
    /*	border-radius: 7px 7px 7px 7px;*/
    /*	-webkit-border-radius: 7px 7px 7px 7px;*/
    /*		-moz-border-radius: 7px 7px 7px 7px;*/
    /*			-o-border-radius: 7px 7px 7px 7px;*/
    /*	background: none repeat scroll 0 0 #FFFFFF;*/
    /*    bottom: 1px;*/
    /*    display: block;*/
    /*    left: 1px;*/
    /*    padding: 15px;*/
    /*    position: absolute;*/
    /*    right: 1px;*/
    /*    top: 1px;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -o-border-radius: 7px 7px 7px 7px;
    display: block;
    margin: 0;
    padding: 15px;
    position: relative;
}
.sj-amazing-slideshow .theme2 .carousel-caption .caption-item{
    border: 1px solid #D2D2D2;
    background:none;
}
.sj-amazing-slideshow .theme2 .carousel-caption .caption-item-inner{
    background: url('../images/bg_theme2_caption.png') repeat-x bottom left;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.sj-amazing-slideshow .item-title{
    /*border-bottom: 1px dotted #666666;*/
    font-size: 10px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 0 0px;
	color:#FF6600;
}
.sj-amazing-slideshow .sj-shodow{
    display: block;
    opacity:0.5;
    filter:alpha(opacity=50);
    position: relative;
    z-index: 0;
}
.sj-amazing-slideshow .sj-caption-shodow{
    bottom: 0;
    left: 0;
    right:0;
    display: block;
    opacity: 0.5;
    filter:alpha(opacity=50);
    /*    position: absolute;*/
    position: relative;
    z-index: 0;
}
.sj-amazing-slideshow .sj-caption-shodow img,
.sj-amazing-slideshow .sj-shodow img{
    background:none;
    width:100%;
    height:23px;
}
.sj-amazing-slideshow .sj-smagic-nav {
   bottom: -212px;
display: block;
width: 98%;
height: auto;
position: absolute;
right: 1.6%;
overflow: hidden;
z-index: 999;
}

.titulo{
	bottom: -40px;
	display: block;
	position: absolute;
	/* margin-top: -43px; */
	background: #006699;
	color: #fff;
	padding: 7px 9px 6px 17px !important;
	margin-bottom: 5px;
	margin-left: -5px;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	}
.linea{
	position: absolute;
	bottom: -35px;
	border-bottom: 7px #006699solid;
	width: 100%;
	}	
.item-title a{color: #006699 !important;
text-decoration: none;	}
.sj-amazing-slideshow .sj-smagic-nav-inner{
    display: block;
    float: left;
    position: relative;
    bottom:0;
    left:0;
    /*    transition: all 0.5s ease 0s;*/
    /*	-moz-transition: all 0.5s ease 0s;  Firefox 4 */
    /*		-webkit-transition: all 0.5s ease 0s;  Safari and Chrome */
    /*			-o-transition: all 0.5s ease 0s;  Opera */
}
.sj-amazing-slideshow .sj-smagic-nav .nav-item {
    display: block;
    width:16.63%;
    float: left;
}
.sj-amazing-slideshow .sj-smagic-nav .nav-item-inner{
    display:block;
    cursor: pointer;
    margin:0 10px;
}
.sj-amazing-slideshow .sj-smagic-nav .thumb{
    background: none repeat scroll 0 0 #C2C2C2;
    display: block;
    padding: 1px;
    position: relative;
    bottom: -15px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0; /* Firefox 4 */
    -webkit-transition: all 0.4s ease 0s; /* Safari and Chrome */
    -o-transition: all 0.4s ease 0s; /* Opera */
    z-index: 100;
}
.sj-amazing-slideshow .sj-smagic-nav .sel .thumb{
    bottom:0;
}
.sj-amazing-slideshow .sj-smagic-nav .thumb-inner{
    background: none repeat scroll 0 0 #F7F7F7;
    display: block;
    padding: 8px;
    position: relative;
}
.sj-smagic-tooltip {
    background: url("images/bg-tooltip.png") repeat-x scroll center top transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: none;
    position: absolute;
    width: 212px;
    height:120px;
    z-index: 500;
}
.sj-smagic-tooltip .tooltip-inner{
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.sj-smagic-tooltip .tooltip-item {
    /*    background: url("images/bg-tooltip-inner.png") repeat scroll 0 0 transparent;*/
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.sj-smagic-tooltip .tipBtm {
    background: url("images/tooltip-bottom.png") no-repeat scroll center bottom transparent;
    bottom: -15px;
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
}
.sj-amazing-slideshow .conner-tl {
    top: 0;
    left: 0;
}

.sj-amazing-slideshow .conner-tr {
    top: 0;
    right: 50%;
}

.sj-amazing-slideshow .conner-bl {
    left: 0;
    bottom: 0;
}

.sj-amazing-slideshow .conner-br {
    bottom: 0;
    right: 50%;
}

.sj-amazing-slideshow {
    display: block;
    margin-bottom: 70px;
    clear: both;
}

.sj-amazing-slideshow .sj-amazing-slideshow-inner {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #C2C2C2;
    display: block;
    padding:1px;
    position: relative;
    bottom:-13px;
    z-index: 10;
}
.sj-amazing-slideshow .sj-smagic-container{
    background:#fff;
    display:block;
    position: relative;
    overflow: hidden;
    padding:0px;
}
.sj-amazing-slideshow .item-description {
    /*    height: 70%;*/
    /*    overflow: hidden;*/
    /*    padding: 10px 0 0;*/
    padding: 10px 0;
}
.sj-amazing-slideshow .item-readmore {
    bottom: -14px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index:9999;
}
.sj-amazing-slideshow .item-readmore a {
    text-decoration: none;
    height: 32px;
    margin: 0;
    padding:7px 10px;
    display: inline;
    border: 1px solid #006699;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #006699;
	color:#fff;
}
.sj-amazing-slideshow .item-readmore a:hover{
    background: #023349;
}
.sj-amazing-slideshow .item {
    display: none;
    width: 100%;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    position: relative;
}

.sj-amazing-slideshow .item>img {
    display: block;
    line-height: 1;
}

.sj-amazing-slideshow .active,.sj-amazing-slideshow .next,.sj-amazing-slideshow .prev {
    display: block;
}

.sj-amazing-slideshow .active {
    left: 0;
}

.sj-amazing-slideshow .next,.sj-amazing-slideshow .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.sj-amazing-slideshow .next {
    left: 100%;
}

.sj-amazing-slideshow .prev {
    left: -100%;
}

.sj-amazing-slideshow .next.left,.sj-amazing-slideshow .prev.right {
    left: 0;
}

.sj-amazing-slideshow .active.left {
    left: -100%;
}

.sj-amazing-slideshow .active.right {
    left: 100%;
}

.sj-amazing-slideshow .sj-smagic-nav.right {
    right: 15px;
    left: auto;
}

.sj-amazing-slideshow .sj-smagic-nav:hover {
    color: #ffffff;
    text-decoration: none;
}

.sj-amazing-slideshow .carousel-caption h4,
.sj-amazing-slideshow .carousel-caption p {
    line-height: 20px;

}

.sj-amazing-slideshow .carousel-caption h4 {
    margin: 0 0 5px;
}

.sj-amazing-slideshow .carousel-caption p {
    margin-bottom: 0;
    color: #000;
}

.sj-amazing-slideshow .caption-item .item-tags {
    margin-bottom:15px;
}

.sj-amazing-slideshow .caption-item .item-tags .tags span a{
    display:inline;
}

.sj-amazing-slideshow .caption-item .item-tags .tags span{
    display:inline-block;
}

/**===================responsive====================*/
@media all and (max-width: 400px) {
    .sj-amazing-slideshow .sj-smagic-nav .nav-item.sel .nav-item-inner .thumb .thumb-inner {
        background: url("../images/thumb-sel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        background-size: 20px !important;
    }
    .sj-amazing-slideshow .sj-smagic-nav .nav-item .nav-item-inner .thumb .thumb-inner {
        background-size: 20px !important;
    }

}
@media all and (max-width: 767px) {
    .sj-amazing-slideshow .sj-amazing-slideshow-inner .sj-smagic-caption {
        bottom: 2px;
        display: block;
        height: auto;
        left: 2px;
        position: absolute;
        right: 2px;
        top: 50px;
        width: auto;
    }
    .sj-amazing-slideshow .carousel-caption .sj-caption-shodow{
        display:none;
    }
    .sj-amazing-slideshow .sj-smagic-caption .carousel-caption {
        background: none repeat scroll 0 0 transparent;
        bottom: auto;
        display: block;
        height: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }
    .sj-amazing-slideshow .sj-smagic-caption .carousel-caption-inner {
        background: none repeat scroll 0 0 transparent;
        border-radius: inherit;
        bottom: auto;
        color: #333333;
        display: block;
        left: auto;
        margin: 0;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        z-index: 100;
    }
    .sj-amazing-slideshow .sj-smagic-caption .carousel-caption .caption-item {
        background: none repeat scroll 0 0 transparent;
        border-radius: inherit;
        bottom: auto;
        left: auto;
        margin: 0;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        border: medium none;
    }
    .sj-amazing-slideshow .sj-smagic-caption .carousel-caption .caption-item-inner {
        background: none repeat scroll 0 0 transparent;
        border-radius: inherit;
        bottom: auto;
        display: block;
        left: auto;
        padding: 0px;
        position: relative;
        right: auto;
        top: auto;
    }
    .sj-amazing-slideshow .sj-smagic-caption .carousel-caption .item-title {
        background: none repeat scroll 0 0 #000000;
        border: medium none;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        opacity: 0.7;
        padding: 5px 10px;
    }
    .sj-amazing-slideshow .sj-smagic-caption .carousel-caption .item-title a{
        color:#fff;
    }
    .sj-amazing-slideshow .caption-item .item-tags{
        display:none;
        margin:0;
    }
    .sj-amazing-slideshow .caption-item .item-description{
        display:none;
    }



    .sj-amazing-slideshow .caption-item .item-readmore{
        display:none;
    }
    .sj-amazing-slideshow .sj-amazing-slideshow-inner .sj-smagic-nav {
        left: 0%;
        right: auto;
        height: 2%;
        bottom: -75px !important;
        min-height: 35px;
    }
    .sj-amazing-slideshow .sj-smagic-nav .nav-item .nav-item-inner .thumb .thumb-inner{
        background:url('../images/thumb.png') no-repeat;
        width:34px;
        height:34px;
        padding:0;
        margin:auto;
    }

    .sj-amazing-slideshow .sj-smagic-nav .nav-item .nav-item-inner .sj-shodow{
        display:none;
    }
    .sj-amazing-slideshow .sj-smagic-nav .nav-item .nav-item-inner{
        margin:0;
        padding:0;
    }
    .sj-amazing-slideshow .sj-smagic-nav .nav-item .thumb{
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        transition: inherit;
    }

    .sj-amazing-slideshow .sj-smagic-nav .nav-item.sel .nav-item-inner .thumb .thumb-inner{
        background:url('../images/thumb-sel.png') no-repeat;
    }
    .sj-amazing-slideshow .sj-smagic-nav .nav-item .thumb img{
        display:none;
    }
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.item-price {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}