﻿.top-slider{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}



.sl-slider-wrapper {
	width: 100%;  /*800px*/
	height: 100vh;  /*400px*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

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

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

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

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	box-sizing: content-box;
	background: #fff;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
}

.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;
}

.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;
}

/* Custom navigation arrows */


.index-nav{
	position: relative;
	background-color: darkgray!important;
}

.indexnav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.indexnav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.indexnav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.indexnav-arrows span.indexnav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

.indexnav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

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

.indexnav-dots span.indexnav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

.deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
}

[data-icon]:after {
    content: attr(data-icon);
    font-family: 'AnimalsNormal';
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 100px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	border-radius: 50%;
}

.sl-slide h2 {
	color: #000;
	text-shadow: 0 0 1px #000;
	padding: 10px 20px;
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 13px;
	text-transform: uppercase;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 100px;
	height: 500px;
	bottom: 150%;
	margin: 0 ;
	top:50px;
	background-image: url(../../../gazou/index/logow.png);
	background-repeat: no-repeat;
	
/*	background-color: rgba(251,245,246,0.21);
*/}

.sl-slide blockquote {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 20px;
	height: 70px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 0 0;
	padding: 0;
	top:250px;   /*150px*/
	border-left: none;
}

.sl-slide blockquote p{
	margin: 0 auto;
	width: 80%;
	max-width: 500px;
	position: relative;
	font-size: 2.0rem;
}

.sl-slide blockquote p:before {
	color: #f0f0f0;
	color: rgba(244,244,244,0.65);
	font-family: "Bookman Old Style", Bookman, Garamond, serif;
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -80px;
	top: 35px;
/*	content: '201C';
*/}

.sl-slide blockquote cite {
	font-size: 2.0rem;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* First Slide */
.bg-1 .sl-slide-inner,
.bg-1 .sl-content-slice {
	background: #000;
}

.bg-1 blockquote{
	color: #fff;
	text-shadow: 
		0.04em 0.02em 0 #ff0000, 
		0.08em 0.05em 0 rgba(0, 0, 0, 0.6);
}


/* Second Slide */
.bg-2 .sl-slide-inner,
.bg-2 .sl-content-slice {
	background: #000;
}

.bg-2 [data-icon]:after,
.bg-2 h2 {
	color: #fff;
}

.bg-2 blockquote:before {
	color: #fff;
}

.bg-2 blockquote {
	color: #fff;
	text-shadow: 
		0.04em 0.02em 0 #ff0000, 
		0.08em 0.05em 0 rgba(0, 0, 0, 0.6);

}

/* Third Slide */
.bg-3 .sl-slide-inner,
.bg-3 .sl-content-slice {
	background: #000;
}

.bg-3 .deco {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}

.bg-3 [data-icon]:after {
	color: #fff;
	text-shadow: 0 0 1px #fff;
	box-shadow: inset 0 0 0 10px #b55381;
}

.bg-3 h2,
.bg-3 blockquote{
	color: #fff;
		text-shadow: 
		0.04em 0.02em 0 #ff0000, 
		0.08em 0.05em 0 rgba(0, 0, 0, 0.6);
/*	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
*/}

.bg-3 blockquote:before {
	color: #000;
}

/* Forth Slide */
.bg-4 .sl-slide-inner,
.bg-4 .sl-content-slice {
	background: #000;
}

.bg-4 .deco {
	border-color: #379eaa;
}

.bg-4 [data-icon]:after {
	text-shadow: 0 0 1px #277d87;
	color: #277d87;
}

.bg-4 h2,
.bg-4 blockquote{
	color: #fff;
	text-shadow: 
		0.04em 0.02em 0 #ff0000, 
		0.08em 0.05em 0 rgba(0, 0, 0, 0.6);

/*	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
*/}

.bg-4 blockquote:before {
	color: #000;
}

/* Fifth Slide */
.bg-5 .sl-slide-inner,
.bg-5 .sl-content-slice {
	background: #000;
}

.bg-5 .deco {
	border-color: #ECD82C;
}

.bg-5 .deco:after {
	color: #000;
	text-shadow: 0 0 1px #000;
}

.bg-5 h2,
.bg-5 blockquote{
	color: #fff;
	text-shadow: 
		0.04em 0.02em 0 #ff0000, 
		0.08em 0.05em 0 rgba(0, 0, 0, 0.6);
/*	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
*/}

.bg-5 blockquote:before {
	color: #000;
}


.bg-img-1 {
	background-image: url(../../../gazou/index/slider-1.jpg);
}
.bg-img-2 {
	background-image: url(../../../gazou/index/slider-2.jpg);

}
.bg-img-3 {
	background-image: url(../../../gazou/index/slider-3.jpg);

}
.bg-img-4 {
	background-image: url(../../../gazou/index/slider-4.jpg);

}
.bg-img-5 {
	background-image: url(../../../gazou/index/slider-5.jpg);

}

.bg-img { 
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 90%;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;    
	background-position: center center;
	background-repeat:  no-repeat;
}

.bg-img2 { 
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 90%;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;    
	background-position: center center;
	background-repeat:  no-repeat;
}

.bg-img p{
	line-height: 4rem;
	font-size: 1.1rem;
}

/* Animations for elements */

.sl-trans-elems .deco{
	animation: roll 1s ease-out both;
}

.sl-trans-elems h2{
	animation: moveUp 1s ease-in-out both;
}

.sl-trans-elems blockquote{
	animation: fadeIn 0.5s linear 0.5s both;
}

@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}

@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}

@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.sl-trans-back-elems .deco{
	animation: scaleDown 1s ease-in-out both;
}

.sl-trans-back-elems h2{
	animation: fadeOut 1s ease-in-out both;
}

.sl-trans-back-elems blockquote{
	animation: fadeOut 1s linear both;
}

@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}

@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


@media only screen and (max-width:600px){
.bg-img-2 {
	background-image: url(../../../gazou/index/top-s.jpg);

}

.bg-img-4 {
	background-image: url(../../../gazou/index/slider-4-1.jpg);

}
	
	
.bg-img2 { 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat:  no-repeat;	
}
	
	
}


