@font-face {
	font-family: 'Neue Hans Kendrick Regular';
	src: url('../fonts/NeueHansKendrick-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Neue Hans Kendrick Bold';
	src: url('../fonts/NeueHansKendrick/OTF/NeueHansKendrick-Bold.otf') format('opentype');
}
.homepage{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #231F20;
}
.header-menu{
	background-color: #CEE3E9;
	border-radius: 0.1px;
    border: solid;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}	
.header-menu a{
	color: black;
	font-family: "Neue Hans Kendrick Regular";
	font-size: 12px;
}
.header-menu .col-sm-2{
	line-height: 30px;
	padding-right: 0px; 
    padding-left: 0px;
}
.language-selection{
	position: absolute;
    left: 50%;
    line-height: 30px;
    top: 5px;
}
.header-menu .row{
	justify-content: space-between;
	  /* Adding for cross browser support */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px;
    height: auto;
    min-height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
}
.header img{
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.header {
	display: table;
	width: 100%;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.header span {
	background-color: #CEE3E9;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
}
.header .button_est span {
	background-color: white;
	padding: 10px 8px 10px 8px;
}
.header div {
	position: relative;
}
.header-text{
	position:absolute!important;
	left: 51.5%;
	bottom: 5.5%;
}
.header-text{
	position:absolute!important;
	left: 1.5%;
	bottom: 5.5%;
}
.header-text h1{
	display: table;
	letter-spacing: 1px;
	background-color: #231F20;
	color: #ffffff;
	font-family: "Neue Hans Kendrick Bold";
	font-weight: bold;
	font-size: 26px;
	padding: 10px 25px 10px 25px;
}
.header .home_text{
	font-family: "Neue Hans Kendrick Bold";
	letter-spacing: 1px;
	position: absolute;
	top: 40px;
	right: 200px;
}
.header .button_eng {
	letter-spacing: 1px;
	position: absolute;
	top: 40px;
	right: 130px;
}
.header .button_est {
	letter-spacing: 1px;
	position: absolute;
	top: 40px;
	right: 80px;
}
.small-header-text{
	position:absolute!important;
	left: 37%;
	bottom: 34%;
}
.small-open-call{
	position: absolute !important;
	bottom: 9%;
	left: 6%;
	font-family: "Neue Hans Kendrick Bold";
	letter-spacing: 1px;
}
.small-open-call h1 {
	float: left;
	font-size: 48px;
	color:black;
	margin-top: 10px;
	margin-bottom: 0;
}	
.small-open-call img{
	max-height: 75px;
	width: auto;
	float: right;
}
.small-header-text h1{
	display: table;
	letter-spacing: 1px;
	background-color: #231F20;
	color: #ffffff;
	font-family: "Neue Hans Kendrick Bold";
	font-weight: bold;
	font-size: 16px;
	padding: 5px 20px 5px 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.open-call-for-artists{
	margin-bottom: 100px;
	border-style: solid;
    border-color: black;
    border-width: 2px;
    text-decoration: none;
    padding: 0px 0px 50px 0px;
	margin: auto;
	width: 90%;
}
.open-call-for-artists a{
	letter-spacing: 1px;
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-family: "Neue Hans Kendrick Regular";
}
.open-call-for-artists h1{
	text-align: center; 
	padding-bottom: 25px!important;
}	
.intro-video {
	max-width:800px;
	max-height:450px;
	height: 56.5vw;
}	
.intro-video iframe{
	width:100%;
	height:100%;
}
.header .small-logo {
    width: 30%;
    height: auto;
    position: absolute;
    left: 6%;
    top: 11%;
    float: left;
}
.header .logo {
    width: 70%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 17%;
    float: left;
}
.header .sub-logo {
    width: 70%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 20%;
}
.header .biennale-logo {
	width: 45%;
	height: auto;
	position:absolute;
    left: 30%;
    top: 11%;
	float:left;
}
.header a {
    color: black;
    text-decoration: none;
	font-family: "Neue Hans Kendrick Regular";
}
.banner img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.footer img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.body {
	background-color: #231F20;
}
.body-block{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}
.content {
	margin-top: 0px;
	padding-top: 60px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}
.content .old{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
.old .row{

}	
.old a {
	letter-spacing: 1px;
    color: black;
    text-decoration: none;
	font-size: 12px;
	font-family: "Neue Hans Kendrick Regular";
}
.content span{
	background-color: #CEE3E9;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
}
.content h2{
	padding-bottom: 50px;
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.content h2{
	color:black;
	font-family: ‘Merriweather’, Georgia, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
}
.content h1{
	color:black;
	letter-spacing: 1px;
	margin-left: 7%;
	margin-right: 7%;
	font-family: 'Neue Hans Kendrick Bold';
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 45px;
}
.intro-video{
	margin-bottom: 60px;
}
.content p{
	margin-left: 7%;
	margin-right: 7%;
	font-family: ‘Merriweather’, Georgia, serif;
	font-size: 16px;
    line-height: 28px;
	text-align: left;
	padding-bottom: 20px;
}
.download-link{
	float: left;
	margin-left: 5%!important;
}	
.download {
	letter-spacing: 1px;
    color: black;
    text-decoration: none;
	font-size: 12px;
	font-family: "Neue Hans Kendrick Regular";
}
.black-bar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -350px;
    right: 0;
    box-shadow: 999px 0 0 white;
}
.black-bar:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -350px;
    box-shadow: -999px 0 0 white;
}
.black-bar{
	background-color:white;
	margin-bottom: -20px!important;
	position: relative;
    display: grid;
}

.black-bar img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.organisers {
	font-family: "Neue Hans Kendrick Regular";
	background-color: white;
	padding-bottom: 20px;
	letter-spacing: 1px;
	padding-top: 20px;
}
.organisers h2{
	font-weight: bold;
	margin-left:7%;
	font-size: 22px;
}
.organisers img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	max-width: 400px;
}
/*
.supporters:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -350px;
    right: 0;
    box-shadow: 999px 0 0 white;
	pointer-events: none;
}
.supporters:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -350px;
    box-shadow: -999px 0 0 white;
	pointer-events: none;
}
*/
.supporters {
	position: relative;
	font-family: "Neue Hans Kendrick Regular";
	background-color: white;
	padding-bottom: 6%;
	margin-top: -20px;
	pointer-events: auto;
}
.supporters h2{
	color: black;
	padding-top: 6%;
	margin-left:7%;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
}
.supporters img{
	max-height: 45px;
	display: block;
	margin: 0 auto;
	pointer-events: auto;
}
.white-bar img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contact:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -350px;
    right: 0;
    box-shadow: 999px 0 0 white;
	pointer-events: none;
}
.contact:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -350px;
    box-shadow: -999px 0 0 white;
	pointer-events: none;
}
.contact{
	color:white;
	position: relative;
	font-family: "Neue Hans Kendrick Regular";
	background-color: #231F20;
	padding-top: 20px;
	padding-bottom: 80px;
	pointer-events: auto;
}
.contact .header{
	float: left;
	width: 20%;
}
.contact h2{
	color: white;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
}
.contact a {
	color: white;
	text-decoration: none;
}
.contact p{
	text-align: center;
	position: relative;
    top: 50%;
    transform: translateY(7%);
	font-size: 15px;
}
.contact .row{
	width: 65%;
	float: right;
	margin-top: 3%;
	padding-left: 7%;
	padding-right: 7%;
}
.contact .header{
	padding-left: 7%;
}
.facebook img{
	max-height: 22px;
	padding-right: 5px;
}
.mail p{
	float: right;
}
.facebook img{
	float: left;
}
.open-call{
	color:black;
}	

.open-call span{
	background-color: #CEE3E9;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	text-decoration: none;
	padding: 7px 30px 7px 30px;
}
.open-call h2{
	padding-bottom: 50px;
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.open-call h2{
	color:black;
	font-family: ‘Merriweather’, Georgia, serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 48px;
}
.open-call h1{
	color:black;
	letter-spacing: 1px;
	margin-left: 7%;
	margin-right: 7%;
	font-family: 'Neue Hans Kendrick Bold';
	font-size: 34px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 45px;
}
.open-call p{
	margin-left: 7%;
	margin-right: 7%;
	font-family: ‘Merriweather’, Georgia, serif;
	font-size: 22px;
    line-height: 36px;
	text-align: justify;
	padding-bottom: 20px;
}
.open-call h2{
	margin-left: 7%;
    margin-right: 7%;
	width: 86%;
	text-align: justify;
	padding-bottom: 20px;
}
.form-submit{
	font-family: "Neue Hans Kendrick Regular";
	font-size: 18px;
	margin-left: 7%;
    margin-right: 7%;
	width: 86%;
}
.form-submit input{
	width: 250px;
}
.button-blue{
	background-color: #CEE3E9;
	color: black;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    text-decoration: none;
    padding: 7px 30px 7px 30px;
}
#form-div{
	font-family: "Neue Hans Kendrick Regular";
	font-size: 18px;
}
#biography {
	width: 100%;
	height: 100px;
}
#description {
	width: 100%;
	height: 200px;
}
.open-call {
	margin-top: 0px;
	padding-top: 60px;
	padding-bottom: 180px;
	margin-left: auto;
	margin-right: auto;
}
.program {
	padding-bottom: 80px;
}
.content .program-header h2{
	text-align: left;
	margin-left: 7%;
	font-family: 'Neue Hans Kendrick Bold';
	font-size:24px;
	font-weight:bold;
}
.content .program-text {
	margin-left: 7%;
    margin-right: 7%;
    font-family: ‘Merriweather’, Georgia, serif;
	color: black;
}
.program-text .date h3{
	font-family: 'Neue Hans Kendrick Bold';
	font-size:20px; 
	font-weight:bold; 
	color:#8EB4E3;
	margin-top:30px;
	margin-bottom: 30px;
}
.program-text h3{
	font-family: 'Neue Hans Kendrick Bold';
	font-weight:bold; 
	margin-bottom: 40px;
	margin-top: 40px;
}
.program-text p{
	margin-left: 0%;
    margin-right: 0%;
    font-family: 'Neue Hans Kendrick Regular';
    font-size: 16px;
    line-height: 28px;
    text-align: left!important;
    padding-bottom: 0px;
}
.content .press-text {
	margin-left: 7%;
    margin-right: 7%;
    font-family: ‘Merriweather’, Georgia, serif;
}
.press-text p{
    font-family: 'Neue Hans Kendrick Regular';
    font-size: 16px;
    padding-bottom: 0px;
}
.press-text h3{
	font-family: 'Neue Hans Kendrick Bold';
	font-size:22px;
	font-weight:bold;
	margin-bottom: 20px;
	color:black;
}
.press-text a{
	color:black;
}

/* The Modal (background) */
[id^=program-box] {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.program-content {
	position:relative;
	background-color: #fefefe;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	/* margin: 15% auto; 15% from the top and centered */
	/*padding: 20px;*/
	border: 1px solid #888;
	width: auto; /* Could be more or less, depending on screen size */
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
.program-trigger{
	text-decoration: none;
	color: black;
}
#program-box1:target {
  display: block;
 }
#program-box2:target {
  display: block;
}
#program-box3:target {
  display: block;
}
#program-box4:target {
  display: block;
 }
#program-box5:target {
  display: block;
}
#program-box6:target {
  display: block;
}
#program-box7:target {
  display: block;
}
#program-box8:target {
  display: block;
}
#program-box9:target {
  display: block;
}
#program-box10:target {
  display: block;
}
#program-box11:target {
  display: block;
}
#program-box12:target {
  display: block;
}
#program-box13:target {
  display: block;
}
#program-box14:target {
  display: block;
}
#program-box15:target {
  display: block;
}
#program-box16:target {
  display: block;
}
#program-box17:target {
  display: block;
}
#program-box18:target {
  display: block;
}
#program-box19:target {
  display: block;
}
#program-box20:target {
  display: block;
}
#program-box21:target {
  display: block;
}
#program-box22:target {
  display: block;
}
#program-box23:target {
  display: block;
}
#program-box24:target {
  display: block;
}
#program-box25:target {
  display: block;
}
#program-box26:target {
  display: block;
}
#program-box27:target {
  display: block;
}
#program-box28:target {
  display: block;
}
#program-box29:target {
  display: block;
}
#program-box30:target {
  display: block;
}
#program-box31:target {
  display: block;
}
#program-box32:target {
  display: block;
}
#program-box33:target {
  display: block;
}
#program-box34:target {
  display: block;
}
/* The Close Button */
[id^=program-box] .close a{
	color: white;
	float: right;
	font-weight: bold;
}
[id^=program-box] .close2 a{
	color: black;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
	opacity: 1!important;
}
.program-content .close{
	z-index: 1;
	position: absolute;
	font-size: 28px;
	top: 15px;
    right: 5px;
	padding: 0px;
	opacity: .9;
	line-height: 0px;
	border-style: none;
	text-shadow: 0 1px 0 #000;
}
.program-controls{
	background-color: #CEE3E9;
	padding-top:5px;
	padding-bottom:5px;
}
.program-controls span{
    background-color: #CEE3E9;
    border-style: none;
    border-color: transparent;
    border-width: 0px;
    text-decoration: none;
    padding: 0px;
	cursor:pointer;
}
.program-content h3{
	font-size: 20px;
}
.program-content p{
	font-size: 14px;
}
.program-content img{
	width:100%;
	height:auto;
}
.program-thumb{
	background-color: #CEE3E9;
	width: 170px;
}
.program-thumb img{
	height: 125px;
	width: auto;
	max-width: 170px;
	min-width: 170px;
	overflow: hidden;
}
.program-intro h3{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.program-intro h5{
	font-size: 14px;
	font-family: ‘Merriweather’, Georgia, serif;
	font-weight: lighter;
}
.program-intro {
	font-family: 'Neue Hans Kendrick Regular';
	border-collapse: collapse; /* IE7 and lower */
	padding: 0; 
	margin: 0;
	width:100%;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #999;
	margin-bottom: 20px;
}
.program-intro-info{
	padding:20px;
	background-color:#E6E6E6
}
.program-intro-dates{
	font-family: 'Neue Hans Kendrick Regular';
	background-color:#CEE3E9; 
	width:70px;
	text-align: center;
}
.program-intro th:first-child{
  border-radius:10px 0 0 10px;
}

.program-intro th:last-child{
  border-radius:0 10px 10px 0;
}
.program-intro img{
  border-radius:10px 0 0 10px;
}
.img-controls {
	position: relative; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	bottom: 25px;
	width: 100%; /* Full width */
	height: 20%; /* Full height */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.img-controls span{
	color: white;
	background-color: transparent;
    border-style: none;
    border-color: transparent;
    border-width: 0;
    text-decoration: none;
    padding: 0;
}
.program-body{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
}
.highlighted-text{
	background: #CEE3E9;
	color: black;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.highlighted-text h3{
	font-family: 'Neue Hans Kendrick Bold';
	margin-bottom: 30px;
}
.highlighted-text p{
	font-family: ‘Merriweather’, Georgia, serif;
}
.press-buttons span{
	width: 200px;
	display: inline-block;
}
.press-buttons .col-xs-12{
	margin-bottom: 20px;
}