.ps-container {
	position: absolute;top:0;left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:#fff url(../../../img/bg_layer.png) top left repeat-x;
}

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

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

.ps-header {
	top: 0px;
	left: 0px;
	height: 150px;
	z-index: 1001;
	background: #fff;
}

.ps-header h1 {
	color: #ccc;
	line-height: 150px;
	margin: 0;
	padding: 0 50px;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 10px;
}

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

.ps-content {height: 100%;padding: 150px 70px 50px;text-align: left;}
.ps-content h2 {text-transform: none;}

.ps-content .vertical-align-holder {max-width: 507px;margin:0 auto;width: 100%}


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

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

.ps-slides .vertical-align-holder {height: 100%;width: 100%}

.ps-slides > div, .ps-slides .item-slide {
	width: 100%;
	height: 100%;
	/*box-shadow: inset 0 0 0 9999px rgba(179,157,250,0.1);*/
}

/*.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(193,237,255,0.8);
	outline: none;
}

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

.no-touch .ps-slidewrapper > nav > a {background-size:cover;
	-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(243,239,193,0.2);
}

.no-touch .ps-slidewrapper > nav > a:first-child:hover {
	box-shadow: inset 0 0 0 9999px rgba(255,119,112,0.2);
}*/
.ps-slidewrapper > nav{height:100%;}
.ps-slidewrapper > nav > a, .swiper-button-next-store, .swiper-button-prev-store {
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 999999;bottom:0;
}
.ps-slidewrapper > nav > a:first-child, .swiper-button-prev-store {top:0;bottom:auto}
.ps-slidewrapper > nav > a:after, .swiper-button-next-store:after, .swiper-button-prev-store:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -15px 0 0 -9px;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
}

.ps-slidewrapper > nav > a:first-child:after, .swiper-button-prev-store:after {
	margin: -5px 0 0 -9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

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

.ps-slides div.inner {padding:10%;height:100%;width:100%;}

.ps-slides .blurr-bg {opacity: 0.6;}

.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;
}




.promo-number {font-weight:400;text-transform: uppercase;vertical-align: baseline;}
.promo-number em {font-style: normal;font-size: 30px;font-weight: 600}
.promo-details {overflow: hidden;}
.swiper-container-news-promo .promo-details li {display: inline-block;margin-right: 20px;}
.promo-details li span {margin-right: 5px;color: #888}






@media screen and (max-width: 1380px) {
.ps-slidewrapper > nav > a, .swiper-button-next-store, .swiper-button-prev-store {margin-left:-16px;width: 32px;height: 32px;}
.ps-slidewrapper > nav > a:after, .swiper-button-next-store:after, .swiper-button-prev-store:after {margin: -15px 0 0 -8px;width:16px;height:16px;}
.ps-slidewrapper > nav > a:first-child:after, .swiper-button-prev-store:after {margin: -5px 0 0 -8px;}

/*.btn-box a {font-size:20px;width: 32px;height:32px;line-height: 32px;}*/

}


@media screen and (min-width: 1900px) {
.ps-slidewrapper > nav > a, .swiper-button-next-store, .swiper-button-prev-store {margin-left:-24px;width: 48px;height: 48px;}
.ps-slidewrapper > nav > a:after, .swiper-button-next-store:after, .swiper-button-prev-store:after {margin: -15px 0 0 -11px;width:22px;height:22px;}
.ps-slidewrapper > nav > a:first-child:after, .swiper-button-prev-store:after {margin: -5px 0 0 -11px;}

/*.btn-box a {font-size:30px;width: 48px;height:48px;line-height: 48px;}*/

}


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

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

	.js .ps-header {
		height: 50px;
	}

	.js .ps-header h1 {
		line-height: 50px;
		padding: 0px 20px;
		letter-spacing: 4px;
	}

	.js .ps-slides {
		bottom: 320px;
		top: 50px;
	}
/*
	.js .ps-slidewrapper > nav {
		height: 100px;
	}
*/
	.js .ps-contentwrapper {
		top: auto;
		height: 220px;
		bottom: 100px;
	}

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

	.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;
		padding: 5px 10px;
		height: 80px;
		overflow-y: scroll;
	}

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










