/* Global settings */
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
	list-style-type: none;
	text-decoration: none;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}
textarea,
body {
	color: #000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 17px;
	line-height: 20px;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
label {
	display: block;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.loadable {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
sup {
	valign: super;
	font-size: 70%;
	line-height: 80%;
}
a {
    color: #fff;
}
.page_title {
    margin: 40px 0;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/* Layout */
html {
	height: 100%;
}
body {
	background: url('../img/loading.svg') no-repeat center center #181818;
	background-size: 30px;
    color: #fff;
	height: 100%;
}
body.loaded {
	background: #181818;
}
#logo {
    display: inline-block;
    position: relative;
    z-index: 100;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#container {
}
#header {
}
#menu {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -100%);
	opacity: 0;
	transition: 0.5s;
}
#menu li {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
}
#menu li a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #898989;
}
#menu li.selected a,
#menu li a:hover {
    color: #fff;
}
#menu li.fb {
    margin-right: 0;
}
#menu li.ig {
    margin-left: 10px;
}
#menu li.fb a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/fb.svg') no-repeat;
    background-size: 100%;
    font-size: 0;
}
#menu li.ig a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/ig.svg') no-repeat;
    background-size: 100%;
    font-size: 0;
}
#menu_button {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('../img/menu.svg') no-repeat;
	background-size: 100%;
	cursor: pointer;
    z-index: 101;
}
body.menu_expanded #menu {
	transform: translate(-50%, 0);
	opacity: 1;
	transition: 0.5s;
}
body.menu_expanded #menu_button {
	background: url('../img/close.svg') no-repeat;
}

#content {
    opacity: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
body.loaded #content {
    opacity: 1;
    transition: 0.5s;
}
#footer {
}
@media only screen and (max-width: 1279px) {
}
@media only screen and (max-width: 1023px) {
	#menu {
	    text-align: left;
	    z-index: 100;
	    top: 0;
	    left: 0;
	    transform: translate(0, -100%);
		background: #181818;
		box-sizing: border-box;
		padding: 20px;
	}
	#menu li {
	    display: block;
	    margin: 0 0 10px 0;
	}
	#menu li.fb,
	#menu li.ig {
	    display: inline-block;
	}
	body.menu_expanded #menu {
		transform: translate(0, 0);
	}
}
@media only screen and (max-width: 767px) {
	
}


/* Fancybox */
.fancybox-button--thumbs,
.fancybox-button--zoom {
	display: none !important;
}
.fancybox-caption__body {
	text-align: center;
}
.compensate-for-scrollbar
{
    margin-right: 0 !important;
}


/* Grid */
.item {
    width: 24.8%;
}
.item .wrapper {
    padding-left: 10px;
    padding-bottom: 10px;
}
.item .wrapper img {
    width: 100%;
    display: block;
}
.item .title,
.item .date {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.item .thumbnail {
    margin-bottom: 10px;
}
.item .thumbnail .hidden {
    display: none;
}
.item .description {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 18px;
}
.results {
    margin-left: -10px;
}
@media only screen and (max-width: 1279px) {
    .item {
        width: 33.29% !important;
    }
}
@media only screen and (max-width: 1023px) {
    .item {
        width: 49.8% !important;
    }
}
@media only screen and (max-width: 767px) {
    .item {
        width: 100% !important;
    }
}


/* About */
#about {
    max-width: 1000px;
    margin: auto;
}
#about .text {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
}
#about .team {
    margin-left: -10px;
}
#about .team .item {
    float: left;
    width: 33.30%;
}
#about .video-container {
	width: 80%;
}
@media only screen and (max-width: 767px) {
	#about .video-container {
		width: 100%;
	}
}

/* dropdown */
.dropdown {
    display: inline-block;
    margin: 40px 0;
    position: relative;
    min-width: 270px;
}
.dropdown .title {
    position: relative;
    z-index: 20;
    padding-right: 50px;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    cursor: pointer;
    background: url('../img/dropdown.svg') no-repeat right center;
}
.dropdown .options {
    display: none;
    position: absolute;
    z-index: 10;
    background: #1d1d1d;
    top: 0;
    padding-top: 50px;
    right: 0;
    left: 0;
}
.dropdown .options a {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 25px;
    color: #959595;
}
.dropdown .options a.selected,
.dropdown .options a:hover {
    color: #fff;
}
.dropdown.expanded .options {
    display: block;
}


/* Events */
#events .results {
    margin-left: -20px;
}
.item.event .wrapper {
    padding-left: 20px;
}
.item.event {
	margin-bottom: 40px;
}
.item.event .date {
	font-size: 14px;
	margin-bottom: 5px;
}
/*.item.event .thumbnail {
    position: relative;
    padding-top: 55%;
    overflow: hidden;
    margin-bottom: 10px;
}
.item.event .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}*/


/* Books */
#books .results {
    margin-left: -20px;
}
.item.book {
    width: 19.9%;
}
.item.book .wrapper {
    padding-left: 20px;
}


/* Press */
#press .results {
    margin: 0;
}
#press .results .article {
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
}
#press .results .article a:hover {
    opacity: 0.8;
}
#press .results .article .wrapper {
    padding: 0;
}
#press .results .article h3 {
    margin-bottom: 10px;
}
#press .results .article .thumbnail {
    float: left;
    padding-right: 20px;
	width: 30%;
	box-sizing: border-box;
}
#press .results .article .details {
    float: left;
	width: 70%;
}
#press .results .article .details .title {
	text-transform: uppercase;
}
#press .results .article .details .description {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 18px;
}
#press .results .article .thumbnail img {
    width: 100%;
}
@media only screen and (max-width: 1279px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
	#press .results .article .thumbnail {
	    float: none;
	    padding-right: 0;
		width: 100%;
	}
	#press .results .article .details {
	    float: none;
		width: 100%;
	}
}


/* Video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    margin: auto;
	margin-bottom: 60px;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Map */
#contact {
    max-width: 1000px;
    margin: auto;
}
#contact .details > div {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
}
#map {
	width: 100%;
	height: 50vh;
}
#contact .text {
    margin-bottom: 30px;
} 
@media only screen and (max-width: 767px) {
	#contact .details > div {
		width: 100%;
		float: none;
		padding-right: 0px;
	}
}





