.big
{
	width:100%;
	overflow:hidden;
	position:relative;
	display:none;
}
.big img
{
	width:100% !important;
	background-color:#fff;
	display:block;
}
.slider
{
	width:100%;
	position:relative;
}
/*.next
{
	position:absolute;
	z-index:99;
	top:40%;
	text-align:center;
	right:25px;
	cursor:pointer;
	opacity:1;
    width: 50px;
    height: 100px;
    background: url(../images/slider-arrows.png) no-repeat -35px 0;
    background-size: 70px 200px;
	position:absolute;
	z-index:99999;
	transition:all 800ms ease;
}
.prev
{
	position:absolute;
	background-color:rgba(9,9,9,0.5);
	z-index:99;
	top:40%;
	font-size:25px;
	left:25px;
	text-align:center;
	cursor:pointer;
	opacity:1;
    width: 50px;
    height: 100px;
    background: url(../images/slider-arrows.png) no-repeat 16px 0;
    background-size: 70px 200px;
	position:absolute;
	z-index:99999;
}

.next:hover
{	
    background: url(../images/slider-arrows.png) no-repeat -35px -80px;
}

.big:hover .next{opacity:1; transition:all 800ms ease-in-out;}
.big:hover .prev{opacity:1;transition:all 800ms ease-in-out;}
.next
{
	position:absolute;
	background-color:rgba(9,9,9,0.5);
	z-index:99;
	top:40%;
	text-align:center;
	right:0;
	cursor:pointer;
	opacity:1;
}
.next img
{
	margin:10px;
	width:20px;
	height:50px;
}
.next:hover
{
	color:#AF6316;
}
.prev
{
	position:absolute;
	background-color:rgba(9,9,9,0.5);
	z-index:99;
	top:40%;
	font-size:25px;
	left:0;
	text-align:center;
	cursor:pointer;
	opacity:1;
}
.prev img
{
	margin:10px;
	width:20px;
	height:50px;
}
.prev:hover
{
	color:#AF6316;
}*/

.text-tap
{
	position:absolute;
	top:50%;
	left:5%;
	color:#fff;
	font-family:alex;
	font-size:15px;
}
.text-tap h1
{
	font-weight:100;
	width:150%;
}

.text-tap p
{
	font-size:70px;
	font-weight:100;
}