/*
Theme Name: BVDS 2017
*/

@font-face {
  font-family: 'UntitledSans';
  src: url('fonts/UntitledSansWeb-Light.eot');
  src: url('fonts/UntitledSansWeb-Light.eot?#iefix') format('embedded-opentype'), 
       url('fonts/UntitledSansWeb-Light.woff2') format('woff2'), 
       url('fonts/UntitledSansWeb-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'UntitledSansWeb-LightItalic';
  src: url('fonts/UntitledSansWeb-LightItalic.eot');
  src: url('fonts/UntitledSansWeb-LightItalic.eot?#iefix') format('embedded-opentype'), 
       url('fonts/UntitledSansWeb-LightItalic.woff2') format('woff2'), 
       url('fonts/UntitledSansWeb-LightItalic.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

.FontFamily {
  font-family: 'UntitledSans';
}

/* ---------------------------------------- */

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: 0;
	padding: 0;
	border: 0;
	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: 0; }

img {
    margin:0;
    padding:0;
}

html{
	height: 100%;
}

body{ 
	height: 100%; 
	min-height: 100%;
	position: relative;
	
	display: flex;
	flex-direction: column;
      
	font-family:'UntitledSans';
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color:#232121;
	
/* 	background-color:#dddddd; */
	
	font-size: 20px;
	line-height: 25px;
}

p{
	font-size: 20px;
	line-height: 25px;
}

p em, h3 em{
	font-family: 'UntitledSansWeb-LightItalic';
}

h1, h2{
	font-size: 40px;
	line-height: 40px;
}

h3{
	font-size: 30px;
	line-height: 32px;
}

h6{
	font-size: 20px;
	line-height: 25px;
}

strong{
}

a{
	text-decoration: none;
	color: #232121;
}

/*
a:hover{
	color: #dddee0;
}
*/

@media only screen and (max-width: 500px) { 
	
	h1, h2{
		font-size: 35px;
		line-height: 35px;
	}

	h3{
		font-size: 26px;
		line-height: 28px;
	}

}/* ////////////////////// */





/* ------------------------------ */

.content{
	flex: 1 0 auto;
}


/* PADDING
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.p1{
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

/* HEADER
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.header{
	width: 100%;
	float: left;
	
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo{
	width: 50%;
	float: left;
	
	font-size: 40px;
	line-height: 40px;
}

.logo a{
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	}

.logo a:hover{	
	opacity: 0.4;
	}

/* ------------------------------ */

.nav{
	width: 50%;
	float: left;
}

.nav ul li{
	display: inline;
}

.nav ul li:nth-child(2):after {
	content:"\a";
    white-space: pre;
}

.nav ul li a{
	font-size: 40px;
	line-height: 40px;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	}

.nav ul li a:hover{	
	opacity: 0.6;
	}

li.current-menu-item a{
	color: #fff;
}

@media only screen and (max-width: 750px) { 

	.logo, .nav{
		width: 100%;
		
		margin-left: 0;
	}
	
	.nav{
		margin-top: 20px;
	}

}/* ////////////////////// */

@media only screen and (max-width: 500px) { 
	
	.nav ul li a{
		font-size: 35px;
		line-height: 35px;
		}

}/* ////////////////////// */


/* Project Index + Archive
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.projects_wrap_wrap{
	width: 100%;
	float: left;
}

.projects_wrap{
	margin-left: 10px;
	margin-right: 10px;
}

.projects_block{
	width: 50%;
	float: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	
	padding-bottom: 20px;
	
	overflow: hidden;
}

.projects_block img{
	width: 100%;
	height: auto;
	float: left;
	
	padding-bottom: 15px;
}

.projects_block a img{
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		
		-webkit-transition: .3s -webkit-filter linear;
		-moz-transition: .3s -moz-filter linear;
		-moz-transition: .3s filter linear;
		-ms-transition: .3s -ms-filter linear;
		-o-transition: .3s -o-filter linear;
		transition: .3s filter linear, .3s -webkit-filter linear;
		}
		
.projects_block a:hover img{
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		}
	
.projects_block h3{
	line-height: 30px;
}

@media only screen and (max-width: 500px) { 

	.projects_block{
		width: 100%;
	}

}/* ////////////////////// */

/* ----------------------- */

.archive_wrap{
	width: 100%;
	float: left;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: #f6f6f6;
}

.a1, .a2{
	width: 50%;
	float: left;
}

@media only screen and (max-width: 900px) { 

	.a1, .a2{
		width: 100%;
		float: left;
	}

}/* ////////////////////// */

.a2{
	padding-right: 100px;
}

.a1 h3, .a2 h3 a{
	color: #abafb3;
	}

.a2 h3{
	position: relative;
}	

.a2 h3 a{
	}

.a2 h3 a span{
	position: absolute;
	top: 0;
	right: -100px;
	padding-right: 10px;
	}	

.a2 a:hover, .a2 a.current{
	color: #dddee0;
}



@media only screen and (max-width: 500px) { 


}/* ////////////////////// */



/* Project
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.project_wrap{
	width: 100%;
	float: left;
}

.project_title{
	width: 100%;
	float: left;
	
	box-sizing: border-box;
	padding: 20px;
}

@media only screen and (max-width: 500px) { 

	.project_title h1,
	.project_title h2 {
		font-size: 26px;
	    line-height: 28px;
		}
	
}/* ////////////////////// */

/* ---------------------- */

.text_block_wrap{
	width: 100%;
	float: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 20px;
}

.text_block{
	
}

.text_block.left{
	width: 50%;
	float: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	
/* 	background-color: aqua; */
}

.text_block.right{
	width: 50%;
	float: left;
	margin-left: 50%;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	
/* 	background-color: aqua; */
}

.text_block p, .text_block h1, .text_block h2, .text_block h3{
/* 	background-color: aqua; */
}

/*
.text_block blockquote p{
	font-family:'GT-Bold';
	font-size: 24px;
	line-height: 30px;
	
	padding-bottom: 20px;
	}
*/

.text_block p{
	margin-bottom: 25px;
/* 	background-color: aqua; */
}

.text_block h2{
	margin-bottom: 40px;
}

.text_block h3{
	margin-bottom: 32px;
}

.text_block p:last-child, .text_block h2:last-child, .text_block h3:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width: 750px) { 

	.text_block.left{
		width: 100%;
		}
		
	.text_block.right{
		width: 100%;
		margin-left: 0;
		}

}/* ////////////////////// */

/* ---------------------- */

.image_full_width{
	width: 100%;
	float: left;
	
	box-sizing: border-box;
	padding-bottom: 20px;
	
	position: relative;
	z-index: 550;
}

/* ---------------------- */

.image_single_wrap{
	width: 100%;
	float: left;
	
	margin-bottom: 20px;
	}

.image_single.left{
	width: 50%;
	float: left;
	
	box-sizing: border-box;
	padding-right: 10px;
}

.image_single.right{
	width: 50%;
	float: left;
	margin-left: 50%;
	
	box-sizing: border-box;
	padding-left: 10px;
}

@media only screen and (max-width: 750px) { 

	.image_single.left{
		width: 100%;
		padding-right: 0;
	}
	
	.image_single.right{
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

}/* ////////////////////// */

/* ---------------------- */

.image_double_wrap{
	width: 100%;
	float: left;
	
	margin-bottom: 20px;
}

.image_double{
	width: 50%;
	float: left;
	
	box-sizing: border-box;
	
/* 	background-color: aqua; */
}

.image_double.left{
	padding-right: 10px;
}

.image_double.right{
	padding-left: 10px;
}

/* ---------------------- */

.image_full_width img, .image_single img, .image_double img{
	width: 100%;
	height: auto;
	float: left;
}

/* ---------------------- */

.medley_wrap_wrap{
	width: 100%;
	float: left;
	
	overflow: hidden;
}

.medley_wrap{
	margin-left: -20px;
}

.medley_block{
	width: 50%;
	float: left;
	
	padding-left: 20px;
	box-sizing: border-box;
	
	margin-bottom: 20px;
}

.medley_block.mbt{
	padding-right: 20px;
}

.medley_block.mbt.left-column {
    padding-left: 40px;
    padding-right: 0;
}

.medley_block .text_block{
	width: 100%;
	float: right;
}

.medley_block.mbi{
	}

.medley_block img{
	width: 100%;
	height: auto;
	float: left;
}


@media only screen and (max-width: 750px) { 

	.medley_block{
		width: 100%;
	}
	
	.medley_block.mbt.left-column {
    padding-left: 20px;
	}
	
	.medley_block .text_block{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

}/* ////////////////////// */




/* Studio
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.studio_wrap{
	width: 100%;
	float: left;
}

@media only screen and (max-width: 750px) { 
	
	.studio_wrap{
		margin-top: 20px;
	}
	
}/* //// */

/*---------------------------*/

.studio_block_wrap{
	width: 100%;
	float: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.studio_block{
	width: 50%;
	float: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.studio_block.right{
	float: right;
}

.studio_block p{
	margin-bottom: 26px;
}

.studio_block img, .studio_block p img{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: -5px;
}

.studio_text{
}

.studio_text p{
	font-size: 30px;
	line-height: 32px;
}

@media only screen and (max-width: 750px) { 
	
	.studio_block{
		width: 100%;
		float: left;
	}
	
	.studio_text p{
		font-size: 26px;
	    line-height: 28px;
	}
	
}/* //// */









.studio_padding .studio_header{
	padding-bottom: 60px;
}

.studio_header{
	width: 50%;
	float: left;
	margin-left: 50%;
	
	margin-bottom: 5px;
}

.studio_header ul{
	box-sizing: border-box;
	padding: 10px;
}

.studio_header ul li{
	display: inline;
}

.studio_header ul li a{
	font-size: 40px;
	line-height: 40px;
	}

.studio_header ul li:nth-child(2):after {
	content:"\a";
    white-space: pre;
}

/*---------------------------*/

.studio_footer{
	width: 50%;
	float: left;
	margin-left: 50%;
	
	margin-top: 60px;
}

.studio_footer ul{
	box-sizing: border-box;
	padding: 10px;
}

.studio_footer ul li{
	display: inline;
}

.studio_footer ul li a{
	font-size: 40px;
	line-height: 40px;
	}

.studio_footer ul li:nth-child(2):after {
	content:"\a";
    white-space: pre;
}

.studio_mob_title{
	display: none;
}


@media only screen and (max-width: 750px) { 
	
	.studio_mob_title{
		display: block;
		margin-bottom: 20px;
	}
	
	.studio_header{
		display: none;
	}
	
	.studio_padding .studio_header{
		padding-bottom: 0px;
	}

	.studio_header, .studio_footer{
		width: 100%;
		
		margin-left: 0;
	}
	
	.studio_header ul, .studio_footer ul{
		box-sizing: border-box;
		padding: 20px;
	}

}/* ////////////////////// */

@media only screen and (max-width: 500px) { 
	
	.studio_header ul li a, .studio_footer ul li a{
		font-size: 35px;
		line-height: 35px;
	}

}/* ////////////////////// */


/* NEWS
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.news_wrap{
	width: 100%;
	float: left;
	padding-top: 15px;
}

.news_block_wrap{
	width: 100%;
	float: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 20px;
}

.news_block{
	width: 50%;
	float: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.news_block.right{
	float: right;
	
	margin-bottom: 60px;
}

.news_block p{
	width: 75%;
	margin-bottom: 26px;
	
/* 	background-color: aqua; */
}

.news_block p:last-child{
	margin-bottom: 0;
	}

.news_block h2{
	margin-bottom: 20px;
}

.news_block img, .news_block p img{
	width: 100%;
	height: auto;
	
	margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) { 

	.news_block p{
		width: 100%;
	}

}/* ////////////////////// */

@media only screen and (max-width: 750px) { 

	.news_block{
		width: 100%;
		float: left;
	}
	
	.news_block.left h2{
		margin-bottom: 5px;
	}

}/* ////////////////////// */

/*---------------------------*/

.oldnew{
	width: 100%;
	float: left;
	
	box-sizing: border-box;
	padding: 10px;
	
	margin-top: 40px;
	margin-bottom: 10px;
	
}

.older{
	width: 50%;
	float: right;
	text-align: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.newer{
	width: 50%;
	float: left;
	text-align: left;
	
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	}

.older a,
.newer a{
	font-size: 40px;
	}
	
@media only screen and (max-width: 500px) {
	
	.older, .newer{
		width: 100%;
	}
	
	.older a,
	.newer a{
		font-size: 35px;
		line-height: 38px;
	}

}/* ////////////////////// */

/* FOOTER
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.footer{
	width: 100%;
	float: left;
	background-color: #ddd;
	
	position: relative;
	
	padding-top: 20px;
	padding-bottom: 20px;
}

.f1, .f2{
	width: 25%;
	float: left;
}

.f1{
	margin-left: 50%;
}

.f3{
	width: 50%;
	float: left;
	position: absolute;
	left: 10px;
	top: 15px;
}

.f3 a{
	width: 150px;
	height: 40px;
	float: left;
	
	margin-top: 6px;
}

.f3 a svg{
	width: 100%;
	height: 100%;
}

.f3 a:hover svg path{
	fill: #FFF;
}

/* --------------------- */
	
.f2 a:hover, .f3 a:hover{
	color: #fff !important;
	}
	
.hid{
	display: none;
}
	
@media only screen and (max-width: 1000px) { 

	.f1, .f2{
		margin-left: 50%;
		width: 50%;
	}
	
	.hid{
		display: block;
	}

}/* ////////////////////// */

@media only screen and (max-width: 500px) { 

	.f1, .f2{
		width: 100%;
		margin-left: 0;
	}
	
	.f3{
		width: 50%;
		float: right;
		position: absolute;
		left: auto;
		right: 10px;
		top: 15px;
	}
	
	.f3 a{
		float: right;
}

}/* ////////////////////// */

@media only screen and (max-width: 450px) { 
	
	.f3{
		width: 100%;
		float: left;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
	}
	
	.f3 a{
		float: left;
		margin-top: 20px;
	}

}/* ////////////////////// */

