@charset "utf-8";
/* CSS Document */
html,
body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #0d0d0d;
	font-family: 'Source Sans Pro', sans-serif;
	color: #0D0D0D;
	text-align: center;
	font-size: 14px;
	line-height: 1.43em;
	overflow-x: hidden;
	overflow-y: scroll;
}
a,
a:visited,
a:link {
	color: #0D0D0D;
	border: none;
}
a:hover,
a:active,
a:focus,
a.selected,
p a,
p a:hover {
	color: #FBCD20 !important;
}
p {
	font-size: 115%;
	line-height: 175%;
	color: #fff;
	display: table-cell;
	font-weight: initial;
	text-align: center;
	vertical-align: middle;
}
strong,
span {
	font-weight: 700;
}
/* layout */
#intro {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#menu {
	background-color: #FFFFFF;
	position: fixed;
	width: calc(20% + 6px);
	right: 0;
	height: 100%;
	z-index: 10;
	-webkit-transition: left .3s ease-in-out;
	-moz-transition: left .3s ease-in-out;
	-ms-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}
#menu .inner {
	display: table;
	height: 100%;
	width: 100%;
}
#menu nav,
#menu header,
#menu #social {
	display: table-row;
	height: 33.333%;
	vertical-align: middle;
}
#menu nav {
	padding: 40px;
}
#menu nav div {
	display: table-cell;
	padding: 14% 14% 0 0;
	text-align: right;
	font-size: 107%;
}
#menu nav div a {
	display: block;
	font-weight: 700;
	line-height: 290%;
	text-transform: uppercase;
}
#menu header {
	background-image: url("../images/douglas_moors.svg");
	background-size: 74% auto;
}
#menu.intro {
	background-color: transparent;
}
#menu.intro header {
	background-image: url("../images/douglas_moors_white.svg");
}
#menu header a {
	display: table-cell;
}
#social > div {
	display: table-cell;
	padding: 0 14% 14% 0;
	vertical-align: bottom;
}
#linkedin,
#instagram,
#facebook,
#behance {
	display: inline-block;
	float: right;
	height: 15px;
	margin-left: 7%;
	width: 15px;
}
#linkedin {
	background-image: url("../images/linkedin.svg");
}
#instagram {
	background-image: url("../images/instagram.svg");
}
#facebook {
	background-image: url("../images/facebook.svg");
}
#behance {
	background-image: url("../images/behance.svg");
}
#menubtn {
	background-image: url("../images/menu.svg?new");
	background-color: #FFF;
	background-size: 56% auto;
	display: none;
	height: 34px;
	padding: 4%;
	position: fixed;
	right: 0;
	top: 0;
	width: 34px;
}
#gallery {
	min-height: 100%;
	position: absolute;
	width: 80%;
	padding: 0px;
	text-align: left;
}
#gallery div {
	margin: 0;
	clear: none;
}
#gallery img {
	vertical-align: bottom;
}
#gallery.content {
	display: table;
	height: 100%;
}
.Image_Wrapper {
	box-shadow: none;
	opacity: 0;
	cursor: pointer;
}
.Image_Wrapper .Caption {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: rgba(0, 0, 0, 0.5);*/
	background-color: #0D0D0D;
	display: table;
	height: 100%;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.Image_Wrapper:hover .Caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: table;
}
.Caption_Content {
	color: #eee;
	display: table-cell;
	font-weight: 400;
	height: 100%;
	overflow: hidden;
	padding: 20px;
	vertical-align: middle;
	width: 100%;
}
#overlay {
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 11;
}
#overlay a {
	background-image: url("../images/thumbs.svg");
	display: block;
	height: 16px;
	position: absolute;
	right: 4%;
	top: 4%;
	width: 20px;
	z-index: 100;
}
figure {
	background-size: contain;
	height: 86%;
	left: 4%;
	position: absolute;
	top: 4%;
	width: 92%;
}
figcaption {
	bottom: 4%;
	left: 4%;
	position: absolute;
	width: 92%;
}
span {
	font-weight: 300;
}
.fancybox-title span::before {
	content: " — ";
	display: inline;
	padding: 0 .5%;
}
.fancybox-title {
	text-transform: uppercase;
}
#wrapper {
	width: 100%;
	overflow: hidden;
}

/* responsive */
@media only screen and (min-width: 1440px) {
#menu {
	width: calc(16.666% + 6px);
}
#gallery {
	width: 85%;
}
}

@media only screen and (min-width: 1920px) {
#menu {
	width: calc(12.5% + 6px);
}
#gallery {
	width: 88%;
}
}

@media only screen and (min-width: 2350px) {
#menu {
	width: calc(10% + 6px);
}
#gallery {
	width: 91%;
}
}

@media only screen and (max-width: 1024px) {
#menu {
	width: calc(25% + 6px);
}
#gallery {
	width: 77%;
}
}

@media only screen and (max-device-width: 1024px) {
body {
	font-size: 14px;
}
p {
	font-size: 135%;
	line-height: 175%;
}
.sl-wrapper .sl-navigation button {
	z-index: 1000;
}
#menu nav div a {
	line-height: 500%;
	font-size: 135%;
}
#social > div {
	padding: 5% 0 13% 0;
}
#linkedin,
#instagram,
#facebook,
#behance {
	float: none;
	margin: 0 7%;
	width: 24px;
	height: 24px;
}
.sl-wrapper .sl-close {
	height: 28px;
	margin: 2% 0.5vw 0 0;
	width: 88px;
}
.sl-count {
	width: 80px;
}
}

@media only screen and (max-width: 640px) {
#menu header {
	background-size: 60% auto;
	background-position-y: 80%
}
#menubtn {
	display: block;
}
#menu {
	width: 100%;
}
#menu:not(.intro) {
	background-color: #FFFFFF;
	left: 100%;
}
#menu.open {
	left: 0px;
}
#menu nav {
	padding: 0;
	height: 66.666%;
}
#menu nav div {
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
#menu:not(.intro) header {
	display: none;
}
#gallery {
	width: 101%;
}
.sl-wrapper .sl-close {
	margin: 4vmax 0 !important;
}
.sl-wrapper .sl-close {
	height: 20px;
	margin: 2% 0.5vw 0 0;
	width: 68px;
}
.sl-count {
	margin: calc(3vmax + 33px) 0.5vw;
	width: 60px;
}
.sl-wrapper .sl-caption {
	margin: 0 2% 2vh;
}
.sl-spinner {
	height: 16px;
	width: 16px;
	margin: -8px 0 0 -8px;
}
}
