@import url('normalize.css');

html { -webkit-text-size-adjust: none; }

::selection {
	color: #fff;
	color: rgba(255,255,255,.85);
	background: #dbdb62;
}

::-moz-selection {
	color: #fff;
	color: rgba(255,255,255,.85);
	background: #dbdb62;
}

::-webkit-selection {
	color: #fff;
	color: rgba(255,255,255,.85);
	background: #dbdb62;
}

/* Main styles
-------------------------------------------------- */
body {
	background-color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 21px;
	-webkit-text-size-adjust: none;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	line-height: 57px;
	color: #caca66;
}

h1 > a {
	color: rgba(189,189,100,.4);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	outline: none;
	text-decoration: none;
}

h1 > a:hover {
	color: #caca66;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.strike {
	text-decoration: line-through;
}

/* Slider styles
-------------------------------------------------- */

.ps-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

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

.ps-header {
	top: 0px;
	left: 0px;
	height: 135px;
	z-index: 1001;
}

.ps-header h1 {
	margin: 0;
	padding: 35px 39px;
}

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

.ps-content {
	background: #fff; /*masks other elements*/
	width: 100%;
	height: 100%;
}

.ps-content h2 {
	padding: 35px 40px;
	margin: 0;
}

.ps-content p {
	padding: 35px 42px;
	margin: 0;
}

.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(189,189,100,.2); /*189,189,100*/
}

.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(99,169,252,0.8); /*up*/
	outline: none;
}

.ps-slidewrapper > nav > a:first-child {
	box-shadow: inset 0 0 0 9999px rgba(248,131,88,0.8); /*down*/
}

.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(102,172,255,0.4); /*up hover*/
}

.no-touch .ps-slidewrapper > nav > a:first-child:hover {
	box-shadow: inset 0 0 0 9999px rgba(254,144,105,0.4); /*down hover*/
}

.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: 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; /*masks other elements*/
	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) {

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

	.ps-header {
		height: 60px;
		background: #fff; /*masks other elements*/
	}

	.ps-header h1 {
		margin-top: 10px;
		padding: 0 19px;
		font-size: 30px;
		line-height: 36px;
	}

	.ps-slides {
		bottom: 320px;
		top: 50px;
	}

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

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

	.ps-content {
		padding: 0;
	}

	.ps-content h2 {
		padding: 15px 20px;
		margin: 0;
	}

	.ps-content p {
		border: none;
		padding: 6px 22px;
		font-size: 13px;
		line-height: 18px;
		margin: 0;
		height: 152px;
		overflow-y: scroll;
	}

}

@media (max-width: 480px) {
/* ANOTHER IPHONE WIDTH - stage 1 .ps-container{border:4px solid red;}*/
	body {
	  font-size: 13px;
	  line-height: 18px;
	}
	
	.ps-slides {
		bottom: 160px;
		top: 50px;
	}
	
	.ps-header h1 {
		padding: 0 9px;
		font-size: 30px;
		line-height: 36px;
	}
	
	.ps-content h2 {
		padding: 0px 12px;
		margin: 10px 0 0 0; 
		font-size: 15px;
		font-weight: normal;
		line-height: 21px;
	}
	
	.ps-content p {
		border: none;
		padding: 10px 12px;
		font-size: 13px;
		line-height: 18px;
		height: 92px;
	}
	
	.ps-contentwrapper {
		top: auto;
		height: 120px;
		bottom: 50px;
	}
	
	.ps-slidewrapper > nav {
		height: 50px;
	}
		
	/*h1 {
		font-size: 30px;
		line-height: 36px;
		font-weight: normal;
		color: #caca66;
		margin-top: 24px;
	}
	
	h5 {
		font-size: 15px;
		font-weight: normal;
		line-height: 21px;
		margin-bottom: 18px;
		margin-top: 8px;
	}*/
}
