/* ---------------------------------------------------------------------------------
[Master Stylesheet] 

Project: Polle Music
Version: 0.1
Authors:  Bart Kuijpers
Copyright © 2016 by Bart Kuijpers
--------------------------------------------------------------------------------- */


/* ================================================= */
/* RESET
/* ================================================= */

html, body { height: 100%; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol,
ul { list-style: none; }
blockquote, 
q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/* ================================================= */
/* FONTS
/* ================================================= */

@font-face { 
	font-family: 'OpenSans-Light'; 
	src:	url('../fonts/OpenSans-Light.eot');
	src: 	url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/OpenSans-Light.woff') format('woff'), 
			url('../fonts/OpenSans-Light.ttf') format('truetype'), 
			url('../fonts/OpenSans-Light.svg#opensans') format('svg'); 
	font-weight: normal; 
	font-style: normal;
}

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

.icon {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon--arrow-down:before { content: "\e901" }
.icon--arrow-next:before { content: "\e902" }
.icon--arrow-prev:before { content: "\e903" }
.icon--arrow-up:before { content: "\e904" }
.icon--circle:before { content: "\e905"; }
.icon--circle-small:before { content: "\e906" }
.icon--close:before { content: "\e907" }
.icon--facebook:before { content: "\e908" }
.icon--instagram:before { content: "\e909" }
.icon--music:before { content: "\e90a" }
.icon--news:before { content: "\e90b" }
.icon--enlarge:before { content: "\e90c" }
.icon--twitter:before { content: "\e90e" }
.icon--youtube:before { content: "\e90f" }


/* ================================================= */
/* BASE STYLES
/* ================================================= */

::-moz-selection {
	background: #000;
	color: #FFF;
}

::selection {
	background: #000;
	color: #FFF;
}

body {
	font-family: 'OpenSans-Light';
	font-size: 0.875em;
	color: #FFF;
	background-color: #111;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

img.scaleimg {
	width: 100%;
    height: auto;
}

h1, h2, h3, h4 {
	font-size: 1.375em; 
	text-transform: uppercase;
	color: #FFF;
}

h1 {
	font-size: 4.500em;
	margin: 0 0 10px 238px;
	padding-top: 15px;
	letter-spacing: 0.1em;
}

h2 { font-size: 2.750em; }
a { text-decoration: none; color: #123456; font-weight: bold; }
p { margin-top: 10px; line-height: 1.5em; }


/* ================================================= */
/* NAVIGATIE
/* ================================================= */

nav {
	background-color: rgba(0, 0, 0, 0.80);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}

nav.menu { display: none; }
.menu__item { display: inline; }
.menu__item.desk-hidden { display: none; }

.menu__link {
	font-size: 0.875em;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.menu__link:visited { color: #FFF; }
.menu__link:hover {
	color: #123456;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}

.link--icon {
	font-size: 1.8em; 
	vertical-align: middle;
	margin-left: 50px; 
}

.menu__seperator { 
	font-size: 1em;
	margin: 0 20px 0 10px;
}

.pager {
	width: 35px;
	height: 30px;
	position: relative;
	display: inline-block;
	padding: 5px 0 0;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
}
.pager:hover,
.pager.is-active {
	color: #000;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.pager.icon--circle:before {
	font-size: 1.9em;
	position: absolute;
	left: 0;
	top: 0;
}


/* ================================================= */
/* PARALLAX
/* ================================================= */

.parallax {
	width: 100%;
	height: 440px;
	background-color: #1c1f26;
	position: relative;
	overflow: hidden;
}

.parallax__window {
    height: 500px;
}


/* ================================================= */
/* HOMEPAGE
/* ================================================= */
	
.home {
	background: rgba(18, 52, 86, 0.5);
	position: relative;
	overflow: hidden;
	height: 100%;
}
.home .panel { height: 100%; }

.home__frame {
	height: 60px;
	width: 100%;
	background: #000;
	position: absolute;
	left: 0;
}
.home__frame--top { top: 0; }
.home__frame--bottom { bottom: 0; }

.home__frame .social-media { text-align: right; }

.logo__frame {
	width: 100%;
	position: fixed;
	top: 58px;
	left: 0;
	z-index: 3;
}

.logo {
	border-top: 2px solid #FFF;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 16px;
	font-size: 4.5em;
	text-transform: uppercase;
	line-height: 0.9em;
	letter-spacing: 0.1em;
}

.payoff {
	width: 75%;
	position: absolute;
	bottom: 70px;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
.payoff__sub,
.payoff__title {
	font-size: 2em;
}

.home__link {
	font-size: 2.8em;
	line-height: 1.6em; 
	color: #FFF;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}
.home__link:hover {	color: #123456; }

.youtube {
	overflow: hidden; 
	position: fixed; 
	z-index: -200; 
	width: 100%; 
	height: 100%;
	opacity: 1;
}
.youtube__player { position: absolute; }


/* ================================================= */
/* CONTENT PAGINA
/* ================================================= */

.l-content {
	padding-top: 75px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 1);
}

.content__item { position: relative; }


/* ================================================= */
/* PROJECTS PAGINA
/* ================================================= */


.projects__item.cols {
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.is-active .projects__item.cols {
	opacity: 1;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.projects__item.cols:nth-child(3n+1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.projects__item.cols:nth-child(3n+2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.projects__item.cols:nth-child(3n+3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.projects__body {
	width: 90%;
	height: 90%;
	position: absolute;
	padding: 5%;
	left: 0;
	top: 0;
	color: #FFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.projects__titel {
	font-size: 1.375em;
	text-transform: uppercase;
	margin: 0 0 3% 0;
}

.projects__preview {
	font-size: 0.875em;
	text-transform: lowercase;
	line-height: 1.5em;
}


/* ================================================= */
/* MEDIA PAGINA
/* ================================================= */

.media__title {
	width: 85%;
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}
.media__title p { margin: 0; }	

.cols .media__content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index: 10;
}

.media__filter {
	width: 100%;
	height: 255px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: rgba(187, 187, 187, 0.30);
}

.filter__link {
	color: #FFF;
	display: block;
	font-size: 1.125em;
	text-transform: uppercase;
	line-height: 2.250em;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.filter__link:hover,
.filter__link.is-active {
	color: #123456;
}

.media[data-activity="visible"] {
	display: block;
}

.media[data-activity="hidden"] {
	display: none;
}


/* ================================================= */
/* CONTACT
/* ================================================= */

#contact {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	background-position: left top;
}

.box {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	text-align: center;
	padding: 45px 0px 60px 0px;
	margin: 15% 0px 50px 0px;
}

.box.contact {
	margin: 80px 0px 40px;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: calc(100% - 80px - 40px);
}

.box__content {
	width: 76%;
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	color: #FFF;
	padding: 30px 0px 40px;
	margin: 25px auto;
}

.box__title {
	font-size: 2em;
	line-height: 1.45;
	font-weight: normal;
	margin-bottom: 20px;
}

.box__content a,
.box__content p {
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight: bold;
}

.box__footer .social-media {	
	margin-top: 20px;
	text-align: center; 
	font-size: 3em; 
	line-height: 1em;
}


/* ================================================= */
/* INNER COMPONENT
/* ================================================= */

.col .inner__img,
.cols .inner__img {
	position: relative;
}

.inner__img img {
	display: block;
}

.inner__overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	height: 100%;
	width: 100%;
}

.inner__overlay .hover {
	width: 100%;
	height: 100%;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.hover {
	background: #123456;
}

.inner__tekst {
	font-size: 0.875em;
	margin: 1px 0;
	padding: 50px;
	background-color: rgba(187, 187, 187, 0.30);
}

.inner__icon {
	width: 65px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	color: #FFF;
	font-size: 3em;
	text-align: center;
	padding: 10px 0;
}


/* ================================================= */
/* CARD COMPONENT
/* ================================================= */

.card__img {
	margin-bottom: 75px;
	position: relative;
}

.card__img::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	transition: background-color .4s ease;
	content: '';
}

.card:hover .card__img::before {
	background-color: rgba(18, 53, 86, .75);
}

.card__overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 1px;
	bottom: 0;
	left: 0;
	height: 75px;
	padding: 0 1.5em;
	box-sizing: border-box;
	background-color: #5a5b5a;
}

.card__overlay p,
.card__overlay h2 {
	font-weight: 100;
}

.card__overlay h2 {
	font-size: 1.25em;
}

.card__overlay p {
	margin: .25em 0 0 0;
	color: #fff;
	font-size: .875em;
}


/* ================================================= */
/* SOCIAL MEDIA
/* ================================================= */

.social-media {
	font-size: 2.8em; 
	line-height: 1.6em; 
}

.social-media__item {
	display: inline;
	margin: 0 7px;
}

.social-media__link {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}
.social-media__link:hover {	color: #123456; }


/* ================================================= */
/* MENU STYLES
/* ================================================= */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(128,128,128,0.9);
	z-index: 999999;
}

.overlay .icon--close {
	position: absolute;
	opacity: 1;
	color: #FFF;
	top: 0;
	right: 10px;
	font-size: 3.125em;
	padding: 10px 25px;
	z-index: 100;
	cursor: pointer;
	pointer-events: auto;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.overlay .icon--close:hover { color: #123456; }

.overlay nav {
	width: auto;
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	width: 90%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(70% / 5);
	min-height: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 2.3em;
	text-decoration: none;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #123456;
}

.overlay {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in, visibility 0s 0.4s;
	transition: transform 0.4s ease-in, visibility 0s 0.4s;
}

.overlay.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in;
	transition: transform 0.4s ease-in;
}

.overlay .social-media {
	width: 100%;
	display: inline-block;
	margin-top: 50px;
}

.overlay .social-media__link {
	color: #FFF;
	font-size: 1em; 
	text-decoration: none;
	text-align: center;
	display: inline-block;
}

.overlay__content {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
}

.overlay__inner { padding: 5% 20%; }

.overlay__img { 
	max-width: 70%;
	margin-bottom: 3%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}


/* ================================================= */
/* TOOLS
/* ================================================= */

.no-display { display: none; }
.is-hidden { visibility: hidden; }

.display { display: block; }
.is-active { z-index: 999; }

.no-overflow { overflow: hidden; }

.flex { display: flex; }


/* ================================================= */
/* RESPONSIVE
/* ================================================= */


/** Desktop **/
@media only screen and (width: 1024px) {
	.box { margin: 60px 0px 0px 0px; }
} 

/** Tablet Landscape **/
@media only screen and (max-width: 1023px) {
	h1, .logo { font-size: 4em; }
	h1 { margin: 0 0 20px 212px; }
	.payoff__title { font-size: 2.5em; }
	.home__link,
	.home__frame .social-media { font-size: 2.5em; line-height: 1.7em; }
	.inner__tekst { padding: 30px 40px 40px; }
	.media__filter { height: 191px; }
	.filter__link { font-size: 1.3em; }
} 
	 
/** Tablet Portrait **/
@media only screen and (max-width: 767px) {
	h1, .logo { font-size: 3em; }
	h1 { margin: 0 0 20px 159px; }
	.payoff__title { font-size: 2em; }
	.payoff__sub { font-size: 0.7em; }
	.media__filter { height: 224px; }
	.filter__link { font-size: 1.6em; }
	.link--icon { font-size: 1.2em; vertical-align: middle; margin-left: 0; line-height: 2em; }
	.menu__item.desk-visible { display: none; }
	.menu__item.desk-hidden { display: inline; }
	.menu__item.desk-hidden i { font-size: 1.5em; vertical-align: sub; }
	.overlay__img { max-width: 100%; max-height: 100%; margin-bottom: 5%; }
}
	
/** Mobiel **/
@media only screen and (max-width: 479px) {
	h1, .logo { font-size: 2em; }
	h1 { margin: 0 0 20px 106px; }
	.payoff { width: 100%; }
	.payoff__title { font-size: 1.5em; }
	.social-media__item { margin: 0 3px; }
	.overlay .icon--close { font-size: 1.8em; padding: 4px 25px 6px 25px; }
}

@media only screen and (min-width: 1100px) {
	nav .panel { width: 90%; }
} 