@font-face {
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?2h4ajg');
	src:url('../fonts/feathericons/feathericons.eot?#iefix2h4ajg') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?2h4ajg') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?2h4ajg') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?2h4ajg#feathericons') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, 
body,
.js .container,
.js .dragslider,
.js .img-dragger .handle {
	height: 100%;
}

html.js,
.js body {
	overflow: hidden;
	position: relative;
}

.js .dragslider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1);
	transition: transform 0.6s cubic-bezier(.7,0,.3,1);
	background: rgb(40,49,56); 
	
}

.dragslider.show-content, .show-content .intro{
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.dragslider h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	margin: 0 auto;
	line-height: 1;
	position: relative;
}

.dragslider h2 { font-size: 3.5em; }
.dragslider h3 {
	font-size: 1.2em !important;
	padding: 0 !important;
    font-weight: 400 !important;
}

.no-js .dragslider h2 { padding: 15px; }

.dragslider h2 span {
	display: block;
	font-size: 40%;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	padding-top: 0.3em;
	text-transform: uppercase;
}

/* Switch button */
button.slider-switch {
	width: 60px;
	height: 60px;
	padding: 0;
	position: relative;
	border: none;
	float: right;
	outline: none;
	overflow: hidden;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: auto;
	background: none;
	color: white;
	font-size: 1em;
}

button.slider-switch span {
	margin-right: .4em;
	font-size: 1.2em;
}

.no-js button.slider-switch {
	display: none;
}

button.slider-switch:hover {
	opacity: 1;
}

.slider-switch.view-menu {
	opacity: 1;
}

/* Dragger */
.img-dragger {
	position: relative;
	z-index: 100;
}

.js .img-dragger {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.js .img-dragger-large {
	width: 100%;
	height: 100%;
}

.js .img-dragger .handle {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	white-space: nowrap;
	font-size: 0;
}

.no-js .img-dragger,
.no-js .img-dragger .handle {
	height: auto;
	position: relative;
	text-align: center;
	font-size: 0;
	clear: both;
	white-space: nowrap;
	overflow: auto;
}

.no-js .img-dragger .handle {
	padding: 40px 0 0;
}

.img-dragger .slide {
	display: inline-block;
	position: relative;
	height: 100%;
	background: #2b343c;
	font-size: 16px;
	white-space: normal;
	cursor: -webkit-grab; 
	cursor: -moz-grab;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
}

.no-js .img-dragger .slide {
	width: 300px;
	font-size: 7px;
	min-height: 200px;
}

.img-dragger .slide:active {
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
}

.img-dragger-small .slide .splashthumbs {
	opacity: 0;
	display: none;
}

.slide .splashthumbs {
	position: relative;
	width: 82%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1000;
	top: 66%;
}

.slide .splashthumbs figure {
	position: relative;
}

.slide .splashthumb img { width: 100%;  opacity: 1 !important;}

.img-wrap {
	position: absolute;
	width: 100%;
	height: 99.7%;%;
	overflow: hidden;
	top: 0;
}

.img-wrap img {
	position: absolute;
	display: block;
	height: calc(100% + 0.2px);
	opacity: 0.1;
}

.js .slide h2 {
	color: white;
	position: absolute;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.js .img-dragger-large .slide h2 {
	width: 68%;
	left: 50%;
	margin-left: -34%;
	top: 25%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	border-top: none !important;
	/*
	font-family: 'Pacifico', serif;
	text-transform: capitalize;
	*/
}

.img-dragger-small .slide h2 {
	font-size: 1.6em;
	position: relative;
	margin-bottom: .6em;
}

.img-dragger-small .slide h2 span { font-size: 0.35em; }

.resume button.content-switch {	position: fixed !important; top: 102% !important; font-size: .55em }



button.content-switch, a.standard-button {
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
    font-family: 'Lato', sans-serif;
	cursor: pointer;
	padding: .7em 2em;
	font-size: .7em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	outline: none;
	z-index: 1000;
	
	border-radius: 2em;
}

button.content-switch {
	top: 47%;
	left: 50%;
	margin: 0 -80px;
	text-indent: 200%;
	width: 160px;
	border: 1px solid white;
	-webkit-transition: top 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s, background-color .8s;
	transition: top 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s, background-color .8s;
	opacity: 0.6;
	color:white;
	position: absolute;
}

a.standard-button {
	 color: white !important;
	 border: 1px solid #7b7e82;
	 background: #3a8cd2 !important;
	padding: .8em 0;
	width: 200px;
	position: relative;
	margin-left: -100px;
	top: 0;
	left: 50%;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: .7;
}

a.standard-button:hover { opacity: 1;  }

.no-js button.content-switch {
	display: none;
}

button.content-switch:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.3);
	color: white;
}

button.content-switch::before {
	content: '\e097';
	font-family: 'feathericons';
	speak: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	text-indent: 0;
	line-height: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.show-content .current button.content-switch {
	 color: #34495e;
	 top: 102%;
	 border: 1px solid #7b7e82;
	 background: white !important;
}

.show-content .current button.content-switch:hover {
	background-color: rgba(185,200,214,0.2);
}

.show-content .current button.content-switch::before { content: '\e096'; }

/* Content */
.js .pages, .js .resume {
	position: absolute;
	top: 100%;
	height: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: height 0s 0.6s;
	transition: height 0s 0.6s;
}

.js .pages { width: 100%; }

.bdf-about button.content-switch {
	 padding: .6em 0;
    font-size: .6em;
}

.js .show-content .pages, .js .show-content .resume {
	-webkit-transition: none;
	transition: none;
	height: 100%;
}

.pages .content {
	background: white;	
	text-align: center;
	color: #545b61;
	font-size: 1.4em;
	padding: 0;
}

.js .pages .content {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: height 0s 0.6s;
	transition: height 0s 0.6s;
}

.js .pages .content .backshade {
	background: #dfe3e3;
}

.js .pages .info {
	text-align: center;
    max-width: 875px;
    width: 90%;
    position: relative;
}

.pages .content.show {
	height: auto;
	-webkit-transition: none;
	transition: none;
	padding: 6% 0;
}

.content video {
	margin: 3% auto;
}

.pages .content h2, .pages .content h3 {
	font-size: 2.8em;
	padding: .5em 0;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: .5em;
}

.pages .content h2 { color: white; }
.pages .content .work-logo { opacity: 0.6; margin-bottom: .5em;}

.no-js .pages .content h2 {
	padding-top: 1em;
}

.pages .content h2 span {
	color: #c5d3d4;
}

.pages .content p {
	margin: 0 auto;
	line-height: 1.6;
	text-align: left;
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: .8em;
}

.js .pages .content h2,
.js .pages .content h3,
.js .pages .content p,
.js .pages .content ul,
.js .pages .content p {
	-webkit-transform: translate3d(0,200px,0);
	transform: translate3d(0,200px,0);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
	transition-timing-function: cubic-bezier(.7,0,.3,1);
	opacity: 0;
}

.pages .content.show h2,
.pages .content.show h3,
.pages .content.show ul,
.pages .content.show p {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.pages .content.show p {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.pages .content.show h3 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.pages .content a {
	color: #3c89d5;
	display: block;
}

.pages .content a:hover {
	color: #545b61;
}

/* Switch */
.switch-min .img-dragger-large .slide > *:not(.img-wrap),
.switch-max .img-dragger-small .slide > *:not(.img-wrap)  { /* fade out everything except image */
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}

.switch-min .img-dragger-large,
.switch-max .img-dragger-small {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1);
	transition: transform 0.6s cubic-bezier(.7,0,.3,1);
}

.img-dragger-small button.content-switch {
	opacity: 0;
	pointer-events: none;
}

/* Helper classes */
.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.hide {
	opacity: 0 !important;
	pointer-events: none !important;
}

.show {
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible;
}

.nophone { display: block; }

@media screen and (min-aspect-ratio: 1280/850) {
    .img-dragger .img-wrap  img {
        width: calc(100% + 0.2px);
        height: auto;
    }
}

@media screen and (max-width: 63.125em) {
	.dragslider h2 {
		font-size: 2.8em;
	}
	.pages .content {
		font-size: 115%;
	}
	.pages .content h2 {
		font-size: 1.8em;
    	padding: .6em 2em;
	}
	.grid { padding: 0; }
	.handle.disabled button.content-switch { top:101%; }
}

@media screen and (max-width: 650px) {
	button.slider-switch {
		display: none;
	}

	.bdf-header.hide {
		display: none;
	}

	.js .img-dragger-large .slide h2 {
    	 width: 90%;
    	margin-left: -45%;
    	font-size: 1.7em;
	}

	/*.show-content .current button.content-switch:hover {
		background: none !important; border: none !important;
	}*/
}
