.homepage-vertical #wrapper {
	height:100%;
}

.ps-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #555;
	background: #e9e9e4;
	left:0;
	top:0;
}

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

.ps-contentwrapper {
	width:45%;
}

.ps-slidewrapper {
	width:55%
}


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


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

.ps-content {
	background: #e9e9e4;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align:right;
	color:#666464;
}

.ps-content h3 {
	font:35px/1.3 'PTSansCaptionRegular', Verdana, sans-serif;
	color:#67665f;
	text-transform: uppercase;
}

.ps-content .product-label {
	font:20px/1.7 'latoregular', Verdana;
	color:#898989;
	text-transform: uppercase;
	display: block;
	margin-top:-5px;
	margin-bottom: 12px;
}

.ps-content h2 {
	font:70px/0.9 'ralewaythin', sans-serif;
	color:#494745;
	margin-bottom:15px;
}

.ps-content h2 > span {
	display:block;
}

.ps-content .product-price {
	font-size:50px;
	line-height:0.9;
	margin-bottom: 25px;
	display: block;
}

.ps-content p {
	font-size:18px;
	margin-bottom: 25px;
	max-width:70%;
	width:auto;
	float:right;
}

.ps-content .btn.btn-lg {
	padding:14px 15.5px;
	font-size:17px;
	float:right;
}


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

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

.ps-slides > div {
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 9999px rgba(50, 50, 50, 0.15);
}

.ps-slidewrapper > nav {
	width: 100%;
	height: 200px;
	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(171,96,97,0.4);
	outline: none;
}

.ps-slidewrapper > nav > a:first-child {
	box-shadow: inset 0 0 0 9999px rgba(114,121,132,0.4);
}

.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(171,96,97,0.32);
}

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

.ps-slidewrapper > nav > a:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	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: 2px solid #fff;
	border-top: 2px 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 (min-width: 768px) and (max-width: 979px) {

	.ps-contentwrapper,
	.ps-slidewrapper {
		width:100%
	}

	.ps-slides {
		bottom: 380px;
		top: 190px;
	}

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

	.ps-contentwrapper {
		top: auto;
		height: 210px;
		bottom: 155px;
	}

	.ps-content {
		padding: 10px 20px;
	}

	.ps-content h3 {
		font-size:17px;
	}

	.ps-content .product-label {
		font-size:10px;
		margin-bottom: 0;
	}

	.ps-content h2 {
		font-size:35px;
		margin-bottom:5px;
	}

	.ps-content h2 > span {
		display:inline;
	}

	.ps-content .product-price {
		font-size:24px;
		margin-bottom: 0;
	}

	.ps-content p {
		font-size:14px;
		margin-bottom:5px;
		max-width:100%;
		width:auto;
	}

	.ps-content .btn.btn-lg {
		padding:7px 15.5px;
		font-size:10px;
		float:right;
	}
}

@media screen and (max-width: 768px) {
	.homepage-vertical #wrapper {
		height:auto;
	}

	.content-relative {
		position: static !important;
	}

	.ps-contentwrapper,
	.ps-slidewrapper {
		width:100%
	}

	.ps-slides {
		bottom: 260px;
		top: 130px;
		overflow: hidden;
	}

	.ps-slidewrapper > nav {
		height: 80px;
		bottom:60px;
	}

	.ps-slidewrapper > nav > a:after {
		width: 70px;
		height: 70px;
		margin: -12px 0 0 -35px;
	}

	.ps-slidewrapper > nav > a:first-child:after {
		margin: -60px 0 0 -35px;
	}

	.ps-contentwrapper {
		top: auto;
		height:120px;
		bottom: 140px;
	}

	.ps-content {
		padding: 10px 15px;
	}

	.ps-content h3 {
		font-size:18px;
	}

	.ps-content .product-label {
		font-size:12px;
		margin-bottom: 0;
	}

	.ps-content h2 {
		font-size:30px;
		margin-bottom:5px;
	}

	.ps-content h2 > span {
		display:inline;
	}

	.ps-content .product-price {
		font-size:25px;
		margin-bottom: 0;
	}

	.ps-content p {
		display:none;
	}

	.ps-content .btn.btn-lg {
		display:none;
	}
}








