/* => Slider <= */
#slider-wrap
{
    position: relative;
    background: url(/images/slider/bg.png) no-repeat top center;
    overflow: hidden;

    height: 646px;
}

.slider
{
    padding-top: 26px;
	width: 940px;
	height: 626px;
	margin: 0 auto;
    position: relative;
}

.slider section
{
    text-align: center;
}

.slider section h2
{
    font-family: PlayBold;
    font-size: 36px;
    color: #099;
    text-align: justify;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
    margin-bottom: 40px;
}

.slider section h2 span
{
    font-size: 32px;

    text-align: justify;

}

.slider section
{
    position: relative;
}

.slider img
{
    z-index: 3;
    position: absolute;
    left: -20px;

}

.slider .text
{
    position: absolute;
    top: 40px;

    left: 620px;
    z-index: 5;

    font-family: PlayBold;
    font-size: 30px;

    color: #fff;

    text-align: left;

    line-height: 1em;

}

.slider .text hr
{
    height: 0px;
    background: none;
    border: none;
    border-top: solid 1px #fff;
}

/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev, .slider-next
{
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	background: url("/images/slider/arrows.png") 0px 0px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	z-index: 999;
	opacity: .5;
	-webkit-transition: all 0.3s ease-out;/* Saf3.2+,Chrome */
	-moz-transition: all 0.3s ease-out;/* FF4+ */
	-ms-transition: all 0.3s ease-out;/* IE10? */
	-o-transition: all 0.3s ease-out;/* Opera 10.5+ */
	transition: all 0.3s ease-out;
	display: none
}
.slider-prev
{
	left: 20px
}
.slider-next
{
	right: 20px;
	background-position: -70px 0px
}
.slider-prev:hover, .slider-next:hover
{
	opacity: 1
}

/* => SLIDER NAV o o o <= */
.slider-nav {
	position: absolute;
	bottom: 60px;
	right: 0;
	list-style: none;
	overflow: hidden;
	padding: 2px;
	z-index: 10;
	margin: 0;
	display: flex;
}

.slider-nav li {
	margin: 0;
	padding: 0;
}

.slider-nav li a
{
	display: block;
	width: 16px;
	height: 20px;
	overflow: hidden;
	padding: 0px;
	margin: 2px;
	background: url("/images/slider/nav.png") no-repeat 0px 0px;
	text-decoration: none;
	text-indent: -999px
}

.slider-nav li a:hover, .slider-nav li a.selected
{
	background-position: -16px 0px
}

/* => HOLY SLIDES <= */
.slider section
{
	display: none
}
.slider section.first
{
	display: block
}
.slider-sections, .slider-sections section
{
	width: 940px;
	height: 445px
}
.slider-sections
{
	margin: 0 auto;
	position: relative
}
.slider-sections section
{
	position: absolute;
	top: 0;
	left: 0
}