.big
{
	width:100%;
	height:600px;
	margin:0px auto;
	position:relative;
	z-index:1;
	top:0;
}
.big img
{
	width:100%;
	height:600px;
}
.slider
{
	width:100%;
	position:relative;
}

.big:hover .next{opacity:1; transition:all 800ms ease-in-out;}
.big:hover .prev{opacity:1;transition:all 800ms ease-in-out;}
.next
{    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/next.png) center no-repeat;
    z-index: 9;
    bottom: 10px;
    background-color: #212121;
    background-size: 88%;
    text-align: center;
    border-radius: 50%;
    right: 20px;
    cursor: pointer;
    opacity: 1;
}
.next img
{
	margin:10px;
	width:20px;
	height:50px;
}
.next:hover
{
	color:#AF6316;
}
.prev
{
	width:30px;
	height:30px;
	position:absolute;
	background: url(../images/prev.png) center no-repeat;
	z-index:9;
	bottom:10px; 
	right:55px;
    background-color: #212121;
    background-size: 88%;
    text-align: center;
    border-radius: 50%;
	cursor:pointer;
	opacity:1; 
}
.prev img
{
	margin:10px;
	width:20px;
	height:50px;
}
.prev:hover
{
	color:#AF6316;
}



.scrollDown{
	position:absolute;
	bottom:30%;
	left:50%;
	margin:0 0 -42.5px -40px;
	cursor:pointer;
	-webkit-animation:scroll 3s infinite;
	animation:scroll 2s infinite;
	z-index:9999;
}

@-webkit-keyframes scroll{
	25%{transform:translateY(5px);}
	50%{transform:translateY(10px);}
	75%{transform:translateY(5px);}
	100%{transform:translateY(0px);}
}

@keyframes scroll{
	25%{transform:translateY(5px);}
	50%{transform:translateY(10px);}
	75%{transform:translateY(5px);}
	100%{transform:translateY(0px);}
}

.scrollDown img{
	width:80px;
	height:auto;
}


.exc-logo{
	position:absolute;
	bottom:15px;
	right:50%;
	margin: 0 -85px 0 0;
	z-index:9999;
}

.exc-logo img{
	width:170px;
	height:auto;
}