.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
    margin:auto 0 20px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .slide {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
    position: relative;
}

.iosSlider .slider .slide .caption {
	position: absolute;
    background: url(../images/caption.png);
    color:white;
	left: 0;
	bottom: 0;
    padding:20px;
    width: 920px;
}

.iosSlider .slider .slide .caption p,
.iosSlider .slider .slide .caption h2 {
    color:white;
    float:left;
    width:80%;
    display:block;
    margin-bottom:0;
}
.iosSlider .slider .slide .caption .button {
    float:right;
    display:block;
}

/* 
	Bullets and thumbnails navigation	
*/
.iosSlider .sliderNavi {
    position: absolute;
    right:20px;
    top:20px;
}
.iosSlider .sliderNavi .naviItem {	
	background-color: transparent;
	background-image: url(../images/controls-sprite.png);
	background-position: top;
	margin-left:10px;
    display: inline-block;
    text-indent: -9999px;
    float: left;
	width:16px;
	height:16px;		
}
/* Current bullet */
.iosSlider .sliderNavi .naviItem.selected {	
	background-image: none;
}

.iosSlider .prev,
.iosSlider .next
{	
    display: block;
    position: absolute;
    z-index: 25;
	width: 58px;
	height: 58px;
	top:44%;	
    cursor: pointer;	
}

.iosSlider .prev {
    background: transparent url(../images/slide_prev.png) no-repeat 0 0;
}
.iosSlider .next {
    background: transparent url(../images/slide_next.png) no-repeat 0 0;
}
.iosSlider .prev:hover, 
.iosSlider .prev:focus,
.iosSlider .next:hover,
.iosSlider .next:focus {
    background-position: -56px 0;
}
.iosSlider .prev:active,
.iosSlider .next:active {
    background-position: -112px 0;
    
}

/* left arrow */
.iosSlider .prev {
	left: 0;	
}
/* right arrow */
.iosSlider .next {
	right: 0;
}

/* Carousel */

.carousel {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:450px;
    margin:auto 0 0;
}

.carousel .slider {
	width: 100%;
    height: 100%;
}


/* Carousel Related */


.product-slider .prev,
.product-slider .next
{	
    width: 20px;
    height: 25px;
    color: white;
    font-size: 16px;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-in-out, background, border-color;
    -moz-transition: 0.2s ease-in-out, background, border-color;
    -ms-transition: 0.2s ease-in-out, background, border-color;
    -o-transition: 0.2s ease-in-out, background, border-color;
    transition: 0.2s ease-in-out, background, border-color;
    display: block;
    position: absolute;
    z-index: 25;
    cursor: pointer;
	top:15px;		
}

.product-slider .next {
    background: #dbdbdb url(../images/qty_arrow_right_disabled.png) no-repeat center center;
}
.product-slider .next:hover{ background: url(../images/qty_arrow_right_disabled-white.png) no-repeat center center;}
.product-slider .prev:hover{ background: url(../images/qty_arrow_left_disabled-white.png) no-repeat center center;}
.product-slider .prev {
    background: #dbdbdb url(../images/qty_arrow_left_disabled.png) no-repeat center center;
}
.product-slider .prev:hover, 
.product-slider .prev:focus,
.product-slider .next:hover,
.product-slider .next:focus {
    background-color: #FF4A4A;

}

.product-slider .prev:active,
.product-slider .next:active {
    
}
.widget_special_offers .product-slider .prev, .widget_special_offers .product-slider .next{

}

.next.disabled,
.prev.disabled {
    cursor:default!important;
}
/* left arrow */
.product-slider .prev {
	right: 36px;	
}
/* right arrow */
.product-slider .next {
	right: 0;
}
/* Media */

.product-slider .prev::selection{background: transparent;}
.product-slider .next::selection{background: transparent;}
.views-gallery {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:102px;
    margin:auto 0 15px;
}

.more-views .slide {
	width: 70px;
}

.more-views-arrow.prev {
    position: absolute;
    z-index:1;
    right: 0;
	bottom: -2px;
	height: 105px;
	width: 23px;
    background-image: url(../images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -7px -127px;

}

.more-views-arrow.next {
    position: absolute;
    z-index:1;
    right: 0;
	bottom: -2px;
	height: 105px;
	width: 23px;
    background-image: url(../images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -49px -127px;
   
}
.more-views-arrow.prev:hover {
	background-image: url(../images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -7px -246px;
	background-color: transparent !important;
}

.more-views-arrow.next:hover {
	 background-image: url(../images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -49px -246px;
	background-color: transparent !important;
}

.more-views-arrow.prev,
.more-views-arrow.next {
	opacity: 1;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
	
}

 .more-views-arrow.prev.disabled{
    background-image: url(../images/product-big-arrow-sprite.jpg);
	background-repeat: no-repeat;
	background-position: -7px -7px;
    background-color: transparent !important;
}

 .more-views-arrow.prev.disabled:hover{
      background-image: url(../images/product-big-arrow-sprite.jpg) !important;
    background-repeat: no-repeat;
    background-position: -7px -7px !important;
    background-color: transparent !important;
 }
 .more-views-arrow.next.disabled, .more-views-arrow.next.disabled:hover{
	     background-image: url(../images/product-big-arrow-sprite.jpg) !important;
	background-repeat: no-repeat;
	background-position: -49px -7px !important;
    background-color: transparent !important;
 }
.more-views-arrow.prev:hover, 
.more-views-arrow.prev:focus,
.more-views-arrow.next:hover,
.more-views-arrow.next:focus {
}

.more-views-arrow.prev:active,
.more-views-arrow.next:active {
    
}


.deactive .more-views-arrow.prev,
.deactive .more-views-arrow.next {
    display:none;
}

/* left arrow */
.more-views-arrow.prev {
	left: 0;
}

/* right arrow */
.more-views-arrow.next {
	right: 0;
}


/* Carousel Related */


.related-arrow.prev,
.related-arrow.next
{	
    width: 23px;
    height: 25px;
    color: white;
    font-size: 16px;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-in-out, background, border-color;
    -moz-transition: 0.2s ease-in-out, background, border-color;
    -ms-transition: 0.2s ease-in-out, background, border-color;
    -o-transition: 0.2s ease-in-out, background, border-color;
    transition: 0.2s ease-in-out, background, border-color;
    display: block;
    position: absolute;
    z-index: 25;
    cursor: pointer;
	top:15px;		
}

.related-arrow.next {
    background: #CCC url(../images/qty_arrow_right_disabled-white.png) no-repeat center center;
}
.related-arrow.prev {
    background: #CCC url(../images/qty_arrow_left_disabled-white.png) no-repeat center center;
}
.related-arrow.prev:hover,
.related-arrow.prev:focus,
.related-arrow.next:hover,
.related-arrow.next:focus {
    background-color: #FF4A4A;
}

.related-arrow.prev:active,
.related-arrow.next:active {
    
}

.next.disabled{
    background: #fafafa url(../images/qty_arrow_right_disabled.png) no-repeat 11px center;
}

.prev.disabled{
    background: #fafafa url(../images/qty_arrow_left_disabled.png) no-repeat center center;
}

.prev.disabled:hover{
   background: #fafafa url(../images/qty_arrow_left_disabled.png) no-repeat center center !important;
}

.next.disabled:hover{
     background: #fafafa url(../images/qty_arrow_right_disabled.png) no-repeat 11px center !important;
}

.next.disabled,
.prev.disabled {
    cursor:default!important;
}

.next.disabled:hover,
.prev.disabled:hover{

}

.slide-feature {
	display: block;
    width:160px;
    height:160px;
    background-image: url(../images/assets/slider/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.slide-feature.feature-responsive {
    background-position: 0 0;
}
.slide-feature.feature-responsive:hover {
    background-position: 0 -160px;
}

.slide-feature.feature-shortcodes {
    background-position: -160px 0;
}
.slide-feature.feature-shortcodes:hover {
    background-position: -160px -160px;
}

.slide-feature.feature-admin-panel {
    background-position: -320px 0;
}
.slide-feature.feature-admin-panel:hover {
    background-position: -320px -160px;
}

.slide-feature.feature-ajax {
    background-position: -480px 0;
}
.slide-feature.feature-ajax:hover {
    background-position: -480px -160px;
}
.tp-caption iframe{width: 480px !important;}
.tp-leftarrow, .tp-rightarrow{-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.tp-leftarrow{background: rgba(0, 0, 0, 0.4) url(../images/big_slider_arrow_left.png) no-repeat 17px center;}
.tp-rightarrow{background: rgba(0, 0, 0, 0.4) url(../images/big_slider_arrow_right.png) no-repeat 22px center;}
.tp-rightarrow:hover{background-position: 22px center !important;}
.tp-leftarrow:hover{background-position: 17px center !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.slide-feature {
		zoom:0.85;
	}
    .tp-caption iframe{width: 372px !important;}
}


@media (max-width: 767px) {
	.slide-feature {
		zoom:0.55;
	}
    .tp-caption iframe{width: 250px !important;}
}


@media (max-width: 479px) {
	.slide-feature {
		zoom:0.35;
	}
    .tp-caption iframe{width: 150px !important;}
}

 