.W_PRESENTATION{
}

.WP_MAIN{
	overflow:hidden;/*REQUIRED*/
	width: 100%;/*REQUIRED*/
	height: 400px;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	padding: 0 0 50px 0;
}

.WP_CONT
{
	position: absolute;/*REQUIRED*/
	top:0;/*REQUIRED*/
	left: 0;/*REQUIRED*/
}


.WP_CONT_PREZ{
	height: 400px;/*REQUIRED*/
	width: 1600px;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	float: left;/*REQUIRED*/
	background-repeat: no-repeat;
	cursor: pointer;
}

.WP_TEXT_CONT{
	display: table;
	height: 400px;
	width: 90%;
	max-width: 980px;
	margin: auto;
	text-align: center;
}
.WP_TEXT_CONT > div.center
{
	display: table-cell;
	margin: auto;
	vertical-align: middle;
}

.WP_TEXT_CONT h2
{
	
	text-transform: uppercase;
	font-size: 26px;
	line-height: 36px;
	padding: 10px 20px;
	color: #FFFFFF;
	background: #4AB5AC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

.WP_TEXT{
	color:#fff;
	margin: 20px 0 0 0;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 20px;
	background: #4AB5AC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.WP_NAVI{
	position: absolute;
    left: 0;
    right: 0;
	margin: 0 auto;
    bottom: 11px;
	text-align: center;
}

.WP_NAVI a {
	display: inline-block;
	color: #4AB5AC;
	font-size: 22px;
	line-height: 22px;
	margin: 0 10px 0 0;
	padding: 2px 4px;
}

.WP_NAVI a:hover .fa-stop:before,.WP_NAVI a.ACTIVE .fa-stop:before {
	zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
}

.WP_PREV
{
	display: inline-block;
	color: #AAAAAA;
	top: 174px;
	left: 58px;
	position: relative;
	font-size: 72px;
	height: 50px;
	width: 50px;
	line-height: 40px;
	z-index:99;
}
.WP_PREV > i , .WP_NEXT > i 
{
	margin: -10px 0 0 0;
}
.WP_PREV:hover, .WP_NEXT:hover
{
	color: #D6D6D6;
}

.WP_NEXT
{
	display: inline-block;
	top: 174px;
	float:right;
	right: 58px;
	height: 50px;
	width: 50px;
	position: relative;
	font-size: 72px;
	line-height: 40px;
	color: #AAAAAA;
	z-index:99;
	text-align: right;
}

.WP_NAVI a .fa-stop
{
	color: #00A693 ;
}

.WP_NAVI a + a  .fa-stop
{
	color: #FFC125 ;
}

.WP_NAVI a + a + a .fa-stop
{
	color: #CDEBA7;
}

.WP_NAVI a + a + a + a .fa-stop
{
	color: #3366CC;
}

.WP_NAVI a + a + a + a + a .fa-stop
{
	color: #E21E13;
}

.WP_NAVI a + a + a + a + a + a .fa-stop
{
	color: #E3AF34;
}

.WP_NAVI a + a + a + a + a + a + a .fa-stop
{
	color: #660033 ;
}

.WP_NAVI a + a + a + a + a + a + a + a .fa-stop
{
	color: #BD9460;
}

.WP_NAVI a + a + a + a + a + a + a + a .fa-stop
{
	color: #BD9460;
}

@media all and (min-width: 320px) and (max-width: 1024px){
	.WP_PREV, .WP_NEXT
	{
		/*top: 395px;*/
	}
}