@import url('normalize.css');

@import url(http://fonts.googleapis.com/css?family=Raleway:100,400,200,300,700);



.ps-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-transform: uppercase;
	color: #555;
	background: #000;
	font-family: 'Raleway', sans-serif;

}

.ps-container > div {
	position: absolute;
	width: 80%;
}

.ps-container > div > div,
.ps-slidewrapper > nav,
.ps-slides > div {
	position: absolute;
}


.ps-contentwrapper {
	top: 150px;
	bottom: 0px;
	overflow: hidden;
	z-index: 1000;
}

.ps-content {
	background: #000;
	width: 25%;
	height: 100%;
	padding: 3%;
}

.ps-content h2 {
	text-align: left;
	font-weight: 700;
	color:#fff;
	margin:0
}

.ps-content h3 {
	text-align: left;
	font-weight: 300;
	color:#c8000f;
	margin:0 0 20px 0;
}


.ps-content p {
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color:#fff;
	text-transform:none;
	margin-bottom:20px
}


.ps-content p.web a {
	line-height: 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color:#fff;
	display:block;
	text-transform:uppercase;
	margin-bottom:80px;
	text-decoration:none;
}

.ps-content span.ps-price {
	float: left;
	width: auto;
	height: 140px;
	text-align: center;
	color: #fff;
	font-size: 55px;
	font-weight: 200;
	text-decoration:none;

}

.ps-content a:last-child {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 4px;
	text-decoration:none;
}

.no-touch .ps-content a:last-child:hover {
	color: #c8000f;
}




.ps-slidewrapper {
	right: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

.ps-slides {
	top: 0px;
	bottom: 130px;
	width: 100%;
}

.ps-slides > div {
	width: 100%;
	height: 100%;
}

.ps-slidewrapper > nav {
	width: 100%;
	height: 130px;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

.ps-slidewrapper > nav > a {
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
	box-shadow: inset 0 0 0 9999px rgba(50, 50, 50,0.7);
	outline: none;
	color:#fff;
	text-align:center;
	padding-top:30px;
	font-size:20px;
}

.ps-slidewrapper > nav > a:first-child {
	box-shadow: inset 0 0 0 9999px rgba(150, 150, 150,0.8);
}

.no-touch .ps-slidewrapper > nav > a {
	-webkit-transition: box-shadow 0.4s ease-in-out;
	-moz-transition: box-shadow 0.4s ease-in-out;
	-ms-transition: box-shadow 0.4s ease-in-out;
	-o-transition: box-shadow 0.4s ease-in-out;
	transition: box-shadow 0.4s ease-in-out;
}

.no-touch .ps-slidewrapper > nav > a:hover {
	box-shadow: inset 0 0 0 9999px rgba(200, 200, 200,0.3);
}

.no-touch .ps-slidewrapper > nav > a:first-child:hover {
	box-shadow: inset 0 0 0 9999px rgba(200, 200, 200,0.3);
}

.ps-slidewrapper > nav > a:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 56%;
	left: 50%;
	margin: -20px 0 0 -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.ps-slidewrapper > nav > a:first-child:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -80px 0 0 -50px;
}

.ps-slides > div,
.ps-slidewrapper > nav > a {
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

.ps-move {
	-webkit-transition: top 400ms ease-out;
	-moz-transition: top 400ms ease-out;
	-o-transition: top 400ms ease-out;
	-ms-transition: top 400ms ease-out;
	transition: top 400ms ease-out;
}

@media screen and (max-width: 860px) {

	.js .ps-container > div {
		width: 100%;
	}


	.js .ps-slides {
		bottom: 350px;
		top: 0;
	}

	.js .ps-slidewrapper > nav {
		height: 100px;
	}

	.js .ps-contentwrapper {
		top: auto;
		height: 250px;
		bottom: 100px;
	}

	.js .ps-content {
		padding: 10px;
		width:100%;
	}

	.js .ps-content h2 {
		border-right: none;
		font-size: 18px;
		margin: 10px 0;
		padding-top: 0;
	}

	.js .ps-content span.ps-price {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-weight: 700;
		margin-bottom: 0;
	}

	.js .ps-content p {
		line-height: 20px;
		border: none;
		height: auto;
		overflow-y: scroll;
		margin:0 0 10px 0;
	}

	.js .ps-content a:last-child {
		font-size: 13px;
		margin: 10px 20px 0 0;
	}
}










