/*GLOBALS*/
*{margin:0; padding:0; list-style:none;}

body{background-color: black;}

#wrapper{
	width:900px;
	margin: 100px; auto;
    margin-left: 500px;
	height:600px;
	position: absolute;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	
}

#slider-wrap{
	width:900px;
	height:600px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:900px;
	height:600px;	
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:20px;
	left:35px;	
}

#slider-wrap ul#slider li > div h2{
    font-family: 'Caveat', cursive;
      text-align: center;
    margin-top: 400px;
    margin-left: 450px;
    font-size:36px;
	text-transform:uppercase;
}

#slider-wrap ul#slider li > div h3{
    font-family: 'Caveat', cursive;
    text-align: center;
    margin-top: 400px;
     margin-left: 450px;
    font-size:36px;
	text-transform:uppercase;
    color: #a97c50;
}

#slider-wrap ul#slider li > div h4{
    font-family: 'Caveat', cursive;
    text-align: center;
    margin-top: 400px;
     margin-left: 450px;
    font-size:36px;
	text-transform:uppercase;
    color: #e2a73d;
}

.sub { font-size: 18px; width:400px; float: right; text-align: center; margin-right: 40px; font-family: acumin-pro, sans-serif;}
.sub1 {font-size: 18px; width:400px; float: right; margin-right: 20px; text-align: center; font-family: acumin-pro, sans-serif;}
.sub2 {font-size: 18px; width:400px; float: right; margin-right: 40px; text-align: center; font-family: acumin-pro, sans-serif;}

#slider-wrap ul#slider li > div .span1 {
    font-family: Neucha, Arial, sans serif;
    text-align: center;
    margin-top: 300px;
    margin-left: 650px;
	font-size:18px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
    
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
    opacity: .5;
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:550px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}




.one {background-image: url(../images/ghostoriginal.png); 
    background-repeat: no-repeat;
    background-size: contain; width:100%; height: 600px;}
.two {background-image: url(../images/ghostcoconut.png); 
    background-repeat: no-repeat;
    background-size: contain; width:100%; height: 600px;}
.three {background-image: url(../images/ghosthoney.png); 
    background-repeat: no-repeat;
    background-size: contain; width:100%; height: 600px;}


/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}




