@import url('normalize.css');

html { height: 100%; }

body {
	font-family: 'Open Sans', sans-serif;
	background: #151515;
	font-weight: 300;
	font-size: 15px;
	color: #EDECE5;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

a {
	color: #76ACB6;
	text-decoration: none;
}
a:hover {
	color: #38383D;
	text-decoration: none;
}
.portfolioContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #EDECE5;
	background: #151515;
}

.portfolioContainer > section {
	position: absolute;
	width: 50%;
}
.portfolioContainer > header {
	position: absolute;
	width: 50%;
}
.portfolioContainer > section > article,
.portfolioSlideWrapper > nav,
.portfolioSlides > div {
	position: absolute;
}
.portfolioHeader {
	top: 0px;
	left: 0px;
	padding: 32px 25px;
	z-index: 1001;
	background: #151515;
}
.portfolioHeader h1 {
	color: #EDECE5;
	margin: 0;
	font-weight: 200;
	line-height:  normal;
	font-size: 36px;
	float: left;
	text-transform:  uppercase;
}
.portfolioHeader h1 span {
	color: #EDECE5;
	font-weight: 800;
}
.portfolioHeader .follow {
	float: right;
}
.portfolioHeader .follow p {
	font-size:  14px;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	text-align:  right;
	line-height:  normal;
}
.portfolioHeader .follow p a {
	background: url('../images/linkedInIcon.png') no-repeat;
	padding: 0px 0px 0px 32px;
	margin: 0px;
	height: 21px;
	font-weight:  700;
	text-transform:  uppercase;
}
.portfolioContentWrapper {
	top: 100px;
	bottom: 0px;
	overflow: hidden;
	z-index: 1000;
}
.portfolioContent {
	background: #151515;
	width: 100%;
	height: 100%;
	padding: 25px;
}
.portfolioContent h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	font-weight: 800;
	line-height: 20px;
	font-size: 18px;
	color: #38383D;
	text-transform:  uppercase;
}
.portfolioContent p,
.portfolioContent ul {
	line-height: 26px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}
.portfolioCopy {
	padding:  0px 0px 10px 0px;
	
}
.portfolioContent .portfolioCopy p,
.portfolioContent .portfolioCopy ul {
	text-align:  left;
}
.portfolioContent a.portfolioButton {
	font-size: 14px;
	font-weight: 700;
	color: #76ACB6;
	letter-spacing: 2px;
	border: 3px solid #76ACB6;
	padding: 3px;
	text-indent: 4px;
	text-transform:  uppercase;
}
.no-touch .portfolioContent a.portfolioButton:hover {
	color: #38383D;
	border-color: #38383D;
}
.portfolioSlideWrapper {
	right: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

.portfolioSlides {
	top: 0px;
	bottom: 200px;
	width: 100%;
}

.portfolioSlides > div {
	width: 100%;
	height: 100%;
}
.portfolioSlideWrapper > nav {
	width: 100%;
	height: 100px;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

.portfolioSlideWrapper > nav > a {
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
	box-shadow: inset 0 0 0 9999px rgba(198,76,68,0.6);
	outline: none;
}

.portfolioSlideWrapper > nav > a:first-child {
	box-shadow: inset 0 0 0 9999px rgba(118,172,182,0.6);
}

.no-touch .portfolioSlideWrapper > 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 .portfolioSlideWrapper > nav > a:hover {
	box-shadow: inset 0 0 0 9999px rgba(198,76,68,0.1);
}

.no-touch .portfolioSlideWrapper > nav > a:first-child:hover {
	box-shadow: inset 0 0 0 9999px rgba(118,172,182,0.1);
}

.portfolioSlideWrapper > 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;
}

.portfolioSlideWrapper > 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;
}

.portfolioSlides > div,
.portfolioSlideWrapper > nav > a {
	background-color: #151515;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.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: 900px) {
	.portfolioHeader h1 {
		padding: 0px 0px;
		font-size: 28px;
	}
	.portfolioHeader .follow p {
		margin: 11px 0px 0px 0px;
	}
	.portfolioHeader .follow p a span {
		display:  none;
	}
}
@media screen and (max-width: 770px) {
	.portfolioContainer > section,
	.portfolioContainer > header {
		width: 100%;
	}
	.portfolioHeader {
		padding: 15px 20px 15px 20px;
		height: 65px;
	}
	
	.portfolioSlides {
		bottom: 320px;
		top: 65px !important;
	}
	.portfolioSlides div{
		top: 65px !important;
	}
	 .portfolioSlideWrapper > nav {
		height: 60px;
	}
	.portfolioSlideWrapper > nav > a:after {
		width: 60px;
		height: 60px;
		margin: -10px 0 0 -30px;
	}
	.portfolioSlideWrapper > nav > a:first-child:after {
		margin: -50px 0 0 -30px  !important;
	}
	.portfolioContentWrapper {
		top: auto;
		height: 180px;
		bottom: 60px;
	}
	.portfolioContent {
		padding: 20px;
	}
	.portfolioContent h2 {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.portfolioContent .portfolioCopy {
		height: 75px;
		overflow-y: scroll;
	}
	.portfolioContent .portfolioCopy p,
	.portfolioContent .portfolioCopy ul {
		line-height: 18px;
		font-size: 12px;
	}
	::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 7px;
	}
	::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background-color: rgba(237, 236, 229, .5);
	  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}
	.portfolioContent a.portfolioButton {
		font-size: 13px;
	}
	.portfolioSlides > div {
		background-position: center top;
		background-size: contain;
	}
	.portfolioSlideWrapper > nav > a {
		background-position: center top;
		background-size: cover;
	}
}

@media screen and (max-width: 480px) {
	
	
}








