/* Slider */
#wrapper{
	width: 1200px;
	height: 1071px;
	background-image: url(ITEMS/Portfolio/River-Island/Portfolio2.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}
.logo{
	float: left;
	margin: 50px 0px 0px 50px;
}

body{
	background-color: #e1e1e1;
}
#header{
	width: 1200px;
	height: 190px;
}
h1{
	float: left;
	margin: 97px 0px 0px -55px;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 25px;
	letter-spacing: 2px;
	color: #3b3b3b;
}

#nav{
	float: right;
	margin: 50px 50px 0px 0px;
}

#nav li{
	margin: 0px 0px 23px 0px;
	text-align: right;
	list-style-type: none;
	height: 24px;
}

#nav li a{
	text-decoration: none;
	color: #3b3b3b;
	font-family: 'Lato';
	font-size: 12.39px;
	letter-spacing: 2px;
	overflow: hidden;
	width: 12px;
	display: block;
	height: 13px;
	background-image: url(ITEMS/Nav/darkdotpink.png);
	background-repeat: no-repeat;
	background-position: right top;
	transition: all .5s ease 0s;
	float: right;
	font-weight: 300;
}

#nav li a span{
	margin-left: 21px;
	transition: all .5s ease 0s;
	float: left;
	height: 13px;
}

#nav li a:hover{
	width: 110px;
}

#nav li a:hover span{
	margin-left: 0px;
	margin-right: 20px;
}

#top{
	width: 1200px;
	height: 437px;
	z-index: 99;
}
#one{
	width: auto !important;
}
#two{
	width: auto !important;
}
#three{
	width: auto !important;
}
#four{
	width: auto !important;
}
#five{
	width: auto !important;
}
#six{
	width: auto !important;
}
#seven{
	width: auto !important;
}
#eight{
	width: auto !important;
}
#nine{
	width: auto !important;
}
#slider{
	z-index: 5;
}
#images{
	z-index: 1;

}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    width: 1200px;

    display: block;
    overflow: hidden;
	
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-center{
	transform: scale(1.2);
	box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 25px -13px rgba(0, 0, 0, 0.8), -12px 0 25px -13px rgba(0, 0, 0, 0.8);
}
#bottom{
	width: 861px;
	height: 261px;
	margin: 85px 0px 0px 170px;
}
.dots{
	margin: -2px 0px 0px 21px;
}
p{
	font-family: 'Lato';
	font-weight: 300;
	color: #525452;
	font-size: 15.5px;
	letter-spacing: 2px;
	line-height: 30.5px;
}
.left-bottom-arrow{
	margin: 30px 0px 0px 0px;
	float: left;
}
.Rbottom-arrow{
	float: right;
	font-family: 'Lato';
	color: #525452;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 300;
	text-decoration: none;
}
.Rbottom-arrow span{
	margin-top: 13px;
	float: left;
}
#bottom li{
	list-style-type: none;
	margin: 44px 0px 0px 20px;
}
.arrow{
	margin: 0px 0px 0px 20px;
}