

.sl-slider-wrapper {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
        
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #343434;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}


.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 43px;
	height: 80px;
	text-indent: -900px;
	overflow: hidden;;
	margin-top: -40px;
	cursor: pointer;
	background: url('gfx/slider-arrows.png') no-repeat 0 50%;
	opacity: 0.1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.sl-slider-wrapper:hover .nav-arrows span {opacity: 0.6}

.sl-slider-wrapper .nav-arrows span:hover {
	opacity: 1.0;
}

.nav-arrows span.nav-arrow-prev {
	left: 2%;
	background-position: 0 50%;
}

.nav-arrows span.nav-arrow-next {
	right: 2%;
	background-position: -43px 50%;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 0.6%;
	height: 20px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 2px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:  
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: #e23a3a;
}

.gallery-nav {position: absolute; z-index: 1000; left:0; right: 0; bottom:0; text-align: center; overflow: hidden;}
.gallery-nav .show_gallery {background: rgba(0,0,0,.6); display: inline-block; float:none;position: relative;}
.gallery-nav .show_gallery a{color:#868686; display: block; padding:2px 35px 2px 15px; cursor: pointer !important;}
.gallery-nav .show_gallery a.up:after {content:" "; position: absolute; right:15px; top:9px; border: 4px solid transparent; border-bottom-color: #868686;}
.gallery-nav .show_gallery a.down:after {content:" "; position: absolute; right:15px;  top:13px; border: 4px solid transparent; border-top-color: #868686;}
.gallery-nav .show_gallery a:hover {color:#fff; text-decoration: none;}
.gallery-nav .show_gallery a.up:hover:after {border-bottom-color: #fff;}
.gallery-nav .show_gallery a.down:hover:after {border-top-color: #fff;}
.gallery-nav .nav-dots.gallery {
        overflow: hidden;
        text-align: center;
	position: relative;
	bottom: 0;
	width: 98%;
        height: 1px;
	left: 0;
        right: 0;
	z-index: 1;
        margin-bottom: -1px;
        padding:0 1% 0;
        background: rgba(0,0,0,.6);
        line-height: normal;
}

.gallery-nav .nav-dots span {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
        max-width: 144px;
        max-height: 82px;
	border-radius: 0%;
	margin: 3px;
	background: #ddd;
	background: transparent;
	cursor: pointer;
	box-shadow:none;
}
.gallery-nav .nav-dots span img{ float:left; margin:2px; padding:0;}

.gallery-nav .nav-dots span.nav-dot-current:after {
	content: "";
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	border-radius: 0;
	background: transparent;
}

.gallery-nav .nav-dots span.nav-dot-current img {margin:0; border:2px solid #fff;}

/* Animations for content elements */

.sl-trans-elems h2, .sl-trans-elems h3{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}

.sl-trans-elems .sl-desc{
	-webkit-animation: fadeIn 0.5s ease-in-out both;
	-moz-animation: fadeIn 0.5s ease-in-out both;
	-o-animation: fadeIn 0.5s ease-in-out both;
	-ms-animation: fadeIn 0.5s ease-in-out both;
	animation: fadeIn 0.5s ease-in-out both;
}

.sl-trans-elems p{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems p{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}

.bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}



.sl-caption {position: absolute; color:#fff;}

.sl-caption.sl-left {left:5%; margin-right: 5%;}
.sl-caption.sl-right {right:5%; text-align: right; margin-left:5%;}
.sl-caption.sl-top {top:5%;}
.sl-caption.sl-center {left:50%; max-width:90%;}
.sl-caption.sl-bottom {bottom: 10%;}
.product .sl-caption.sl-top {top:110px;}

.sl-caption.sl-desc {background:#323233; background: rgba(0,0,0,.5); padding:15px 25px; text-align: left;}
.sl-caption h2 {color:#fff; font-size:75px; line-height: 80px; text-shadow: 1px 1px rgba(0,0,0,.1); font-family: 'oswaldbold', sans-serif; font-weight: normal; text-transform: uppercase;}
.sl-caption h3 {color:#fff; font-size:55px; line-height: 60px; text-shadow: 1px 1px rgba(0,0,0,.1); font-family: 'oswaldbold', sans-serif; font-weight: normal; text-transform: uppercase;}
.sl-caption.sl-desc h2 {font-size:35px; line-height: 40px;} 
.sl-caption.sl-desc h3 {font-size:25px; line-height: 30px;}
.sl-caption p + p {margin-top: 10px;}

.sl-caption a:hover, .sl-caption a:hover h2, .sl-caption a:hover h3 {color:#e31d1d; text-decoration: none;}

.sl-caption.sl-desc .btn-border {margin-top:10px;}

@media (max-width: 900px) {
	.sl-content-wrapper,
	.sl-slider,
	.sl-slide,
	.sl-slides-wrapper,
	.sl-slide-inner {
		position: relative;
	} 
    .sl-caption.sl-top, .product .sl-caption.sl-top  {top:auto;}
    .sl-caption.sl-top, .sl-caption.sl-right {text-align:left;}
    .sl-caption.sl-left {left:auto; margin-right:0;}
	.sl-caption.sl-right {right:auto; margin-left:0;}
	.sl-caption.sl-bottom {bottom: auto;}
    .sl-caption.sl-desc {padding:20px 5% 25px; background:transparent;}
    .sl-caption {position:relative; padding:20px 5% 25px;}
    
    .sl-caption h2, .sl-caption.sl-desc h2 {font-size:45px; line-height: 50px;}
	.sl-caption h3, .sl-caption.sl-desc h3 {font-size:35px; line-height: 40px;}
    
    .bg-img {
		position: relative;
		width: 100%;
		height: 550px;
	}
	.nav-arrows span {
		top: 275px;
	}
	.gallery-nav {
		bottom: auto;
		top: 522px;
	}
	
	.sl-trans-elems h2, .sl-trans-elems h3{
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		-ms-animation: none;
		animation: none;
	}

}

@media (max-width: 500px) {
    .bg-img {
		height: 250px;
	}
	.nav-arrows span {
		top: 125px;
	}
	.gallery-nav {
		bottom: auto;
		top: 222px;
	}
	.sl-caption h2, .sl-caption.sl-desc h2 {font-size:35px; line-height: 40px;}
	.sl-caption h3, .sl-caption.sl-desc h3 {font-size:25px; line-height: 30px;}
	
	@-webkit-keyframes roll{
		0% {-webkit-transform: translateX(500px) rotate(360deg);}
		100% {-webkit-transform: translateX(0px) rotate(0deg);}
	}
	@-moz-keyframes roll{
		0% {-moz-transform: none; opacity: 0;}
		100% {-moz-transform: none; opacity: 1;}
	}
	@-o-keyframes roll{
		0% {-o-transform: none; opacity: 0;}
		100% {-o-transform: none; opacity: 1;}
	}
	@-ms-keyframes roll{
		0% {-ms-transform: none; opacity: 0;}
		100% {-ms-transform: none; opacity: 1;}
	}
	@keyframes roll{
		0% {transform: none; opacity: 0;}
		100% {transform: none; opacity: 1;}
	}
}

@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
