/***************F37Stout-BlackCompressed***************/

@font-face {
	font-family: "F37Stout";
	src: url("webfonts/F37Stout-BlackCompressed.eot");
	src: url("webfonts/F37Stout-BlackCompressed.woff2") format("woff2"), url("webfonts/F37Stout-BlackCompressed.woff") format("woff"), url("webfonts/F37Stout-BlackCompressed.ttf") format("truetype");
	font-weight: 900;
}
	

/***************F37Stout-BoldCompressed***************/
/*
@font-face {
	font-family: "F37Stout";
	src: url("webfonts/F37Stout-BoldCompressed.eot");
	src: url("webfonts/F37Stout-BoldCompressed.woff2") format("woff2"), url("webfonts/F37Stout-BoldCompressed.woff") format("woff"), url("webfonts/F37Stout-BoldCompressed.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
*/

/***************GT Pressura Mono***************/
@font-face {
	font-family: "GT-Pressura-Mono";
	src: url("webfonts/55996701a4199ae18957385be79a99d7.eot");
	/* IE9*/
	src: url("webfonts/55996701a4199ae18957385be79a99d7.eot?#iefix") format("embedded-opentype"), url("webfonts/55996701a4199ae18957385be79a99d7.woff2") format("woff2"), url("webfonts/55996701a4199ae18957385be79a99d7.woff") format("woff"), url("webfonts/55996701a4199ae18957385be79a99d7.ttf") format("truetype"), url("webfonts/55996701a4199ae18957385be79a99d7.svg#GT Pressura Mono Light") format("svg");
	/* iOS 4.1- */
	font-weight: 300;
	font-style: normal; }
	

@font-face {
	font-family: "GT-Pressura-Mono";
	src: url("webfonts/gt_pressura_mono_light_italic-webfont.eot");
	src: url("webfonts/gt_pressura_mono_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/gt_pressura_mono_light_italic-webfont.woff2") format("woff2"), url("webfonts/gt_pressura_mono_light_italic-webfont.woff") format("woff"), url("webfonts/gt_pressura_mono_light_italic-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: italic; }

@font-face {
	font-family: "GT-Pressura-Mono";
	src: url("webfonts/226f58ab113a6d821def90a7d6dc2427.eot");
	/* IE9*/
	src: url("webfonts/226f58ab113a6d821def90a7d6dc2427.eot?#iefix") format("embedded-opentype"), url("webfonts/226f58ab113a6d821def90a7d6dc2427.woff2") format("woff2"), url("webfonts/226f58ab113a6d821def90a7d6dc2427.woff") format("woff"), url("webfonts/226f58ab113a6d821def90a7d6dc2427.ttf") format("truetype"), url("webfonts/226f58ab113a6d821def90a7d6dc2427.svg#GT Pressura Mono Regular Regular") format("svg");
	/* iOS 4.1- */
	font-weight: 400;
	font-style: normal; }

@font-face {
	font-family: "GT-Pressura-Mono";
	src: url("webfonts/gt_pressura_mono_bold-webfont.eot");
	src: url("webfonts/gt_pressura_mono_bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/gt_pressura_mono_bold-webfont.woff2") format("woff2"), url("webfonts/gt_pressura_mono_bold-webfont.woff") format("woff"), url("webfonts/gt_pressura_mono_bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: bold; }




.stout {
	font-family: "F37Stout";
	line-height: 0.8;
}

:root {
  --color_bg: #1a1a1a;
  --color_text: #ffffff;
  --color_hi: #ffae99;
}


.no_underline {
	text-decoration: none;
}
.pink {
	color: var(--color_hi);
}
.bg_pink {
	background-color: var(--color_hi);
}
.bg_pink a {
	color: #000;
}
.bg_pink a:hover {
	color: #fff;
}
.black {
	color: #000;
}
.bg_black {
	background-color: #000;
}

html, body {
	height: 100%;
}
body {
	background-color: var(--color_bg);
	color: var(--color_text);
	font-family: "GT-Pressura-Mono", Arial, sans-serif; 
	font-size: 16px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
}
a {
	color: var(--color_text);
	text-decoration: underline;
}
a:hover {
	color: var(--color_hi);
}

.space_top_big {
	margin-top: 90px;
}
.space_top {
	margin-top: 30px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot {
	margin-bottom: 30px;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}
.img_square {
	width: 100%;
	padding-bottom: 100%;
	background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.img_square_top {
	background-position:center top;	
}
.img_background_exhibitions {
	width: 100%;
	padding-bottom: 100%;
	background-position:center top;	
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
	font-family: "F37Stout";
	line-height: 0.8;
	color: var(--color_hi);
	text-transform: uppercase;
}

@media (max-width: 767px) {
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 70px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 14px;
	}

}
@media (min-width: 768px) {
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 60px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 14px;
	}
}



.filter_holder {
	background-color: #4d4d4d;
	color: var(--color_hi);
	padding: 10px 20px;
	margin-bottom: 30px;
	position: relative;
}
.filter_button_toggle {
	position: absolute;
	right: 20px;
	top: 10px;
}
.filter_toggle {
	cursor: pointer;
}
.filter_toggle.collapsed .button_minus {
	display: none;
}

.filter_controls_hide {
	display: none;
}
.filter_controls { 
}
.filter_divider {
	border-top: 1px solid #000;
	padding-top: 15px;
	margin-top: 15px;
}



.button_group_holder {
}
.filter_title {
	font-size: 14px;
}
.filter_button {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--color_hi);
}
.filter_button.active {
	color: #fff;
}
.filter_button:hover {
	color: #fff;
	text-decoration: none;
}



/* reveal grid after images loaded */
.grid.are-images-unloaded {
	opacity: 0;
}

.page-load-status {
	display: none; /* hidden by default */
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}


.heightContainer {
	width: 100%;
	position: relative;
}

.heightContainer img {
	height: 100%;
	position: absolute;
	width: 100%;
}

.thumb_wrapper {
	padding: 7px;
	margin-bottom: 30px;
	position: relative;
	background-color: #404040;
	transition: background-color 0.2s;
}
.thumb_wrapper:hover {
	background-color: var(--color_hi);
	color: #000;
}









.header_holder {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	color: #fff;
	background-color: #000;
}  
.header_holder a {
	text-decoration: none;	
}

.header_elements, .header_logo, .burger_menu_link {
	transition: all 0.2s;
}

.header_search_holder {
	border: 2px solid #fff;
	border-radius: 10px;
}
.search_nav_input {
	background: transparent;
	color: #fff;
	padding: 5px 10px 5px;
	border: none;
	width: 250px;
}
.search_nav_button {
	padding: 10px;
}
.search_button {
	width: 20px;
	stroke: white;
	cursor: pointer;
}
.search_button:hover {
	stroke: var(--color_hi);
}


.hamburger_position {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1002;
}
.hamburger_image {
	width: 30px;
	fill: white;
	cursor: pointer;
}
.hamburger_image:hover {
	fill: var(--color_hi);
}
.hamburger_x_image {
	width: 30px;
	fill: white;
	cursor: pointer;
	display: none;
}
.hamburger_x_image:hover {
	fill: var(--color_hi);
}
.burger_click.is-active .hamburger_image {
	display: none;
}
.burger_click.is-active .hamburger_x_image {
	display: block;
}

.search_position {
	z-index: 1002;
}
.search_image {
	width: 35px;
	stroke: white;
	cursor: pointer;
}
.search_image:hover {
	stroke: var(--color_hi);
}
.search_click.is-active .search_image {
	display: none;
}
.search_click.is-active .hamburger_x_image {
	display: block;
}










@media (max-width: 767px) {
	
	.container-fluid {
		padding-left: 25px;
		padding-right: 25px;
	}
	.page_title_margin {
		margin-top: 40px;
		margin-bottom: 40px;
	}

}
@media (min-width: 768px) {

	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page_title_margin {
		margin-top: 55px;
		margin-bottom: 35px;
	}

}

@media (max-width: 1199px) {
	
	.header_holder {
		padding: 25px 25px;
		min-height: 82px;
	}
	.header_holder_pushdown {
		height: 82px;
	}
	.header_logo {
		font-size: 40px;
	}
	
	.header_elements {
		height: 30px;
	}
	
	.burger_menu_link {
		margin-bottom: 20px;
		font-size: 50px;
	}
	
	.burger_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #404040;
		z-index: 1001;
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
	}
	.burger_menu.visible {
		opacity: 1;
		visibility: visible;
	}	

	

}
@media (min-width: 1200px) {


	.header_holder {
		padding: 20px 20px;
		min-height: 75px;
	}
	.header_holder_pushdown {
		height: 75px;
	}
	.header_logo {
		font-size: 45px;
	}
	.header_elements {
		height: 35px;
	}
	
	.burger_menu_link {
		margin-right: 20px;
		font-size: 35px;
	}
	
	
	.search_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #404040;
		z-index: 1001;
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
	}
	.search_menu.visible {
		opacity: 1;
		visibility: visible;
	}	
	
}

.burger_menu_links_holder {
	width: 100%;
	height: 100%;
}
.header_logo_image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}













@media (max-width: 767px) {

	.exhibitions_block {
		margin-bottom: 45px;
	}
	.exhibitions_image {
		width: 100%;
	}
	.exhibitions_text {
		width: 100%;
		padding: 30px;
	}
	
	.exhibition_item_holder {
		margin-bottom: 40px;
	}
	.exhibition_item_text_date {
		font-size: 20px;
		margin-bottom: 10px
	}
	.exhibition_item_text {
		padding: 42px 28px;
	}
	.exhibition_item_quote {
		padding: 45px 28px 40px;
	}
	.exhibition_item_quote_image {
		position: absolute;
		width: 60px;
		left: 50%;
		transform: translate(-50%);
		top: -20px;
	}
	.exhibition_item_text_name {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.exhibition_item_text_description {
		font-size: 16px;
	}
	

}
@media (min-width: 768px) {

	.exhibitions_block {
		margin-bottom: 60px;
	}
	.exhibitions_image {
		flex-basis: 40%;
		display: flex;
		align-self: stretch;
	}
	.exhibitions_text {
		flex-basis: 60%;
		padding: 35px;
	}
	
	.exhibition_item_holder {
		margin-bottom: 100px;
	}
	.exhibition_item_text {
		padding: 34px 28px;
	}
	.exhibition_item_quote {
		padding: 28px 120px 28px 28px;
	}
	.exhibition_item_quote_image {
		position: absolute;
		width: 70px;
		right: 25px;
		top: -30px;
	}
	.exhibition_item_text_name {
		font-size: 24px;
		font-weight: 700;
	}
	.exhibition_item_text_description {
		font-size: 18px;
	}
	
	.exhibition_image_portrait {
		flex-basis: 35%;	
	}
	.exhibition_image_spacer_portrait {
		flex-basis: 65%;
		margin-top: 60px;
	}
	.exhibition_image_spacer_portrait_bottom_margin {
		margin-bottom: 60px;
	}
	.exhibition_image_landscape {
		flex-basis: 60%;
	}
	.exhibition_image_spacer_landscape {
		flex-basis: 40%;
		margin-top: 45px;
	}
}
@media (min-width: 1200px) {
	.exhibition_image_spacer_portrait {
		margin-top: 80px;
	}
	.exhibition_image_spacer_portrait_bottom_margin {
		margin-bottom: 80px;
	}
}









.browse_buttons {
	text-align: center;
	background-color: var(--color_hi);
	text-decoration: none;
}

.browse_buttons.collapsed {
	background-color: #666;
}

.browse_buttons:hover {
	background-color: var(--color_hi);
	color: #fff;
}
.browse_link {
	text-decoration: none;
}
.browse_link:hover {
	text-decoration: none;
	color: #fff;
}





@media (max-width: 767px) {
	
	.browse_buttons {
		padding: 8px 10px;
		margin-bottom: 9px;
		margin-right: 9px;
		font-size: 20px;
		width: 38px;
	}
	.browse_buttons_numerical {
		width: 85px;
	}
	.browse_link_holder {
		margin-bottom: 10px;
	}
		
}
@media (min-width: 768px) {
		
	.browse_buttons {
		padding: 8px 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		font-size: 25px;
		width: 50px;
	}
	.browse_buttons_numerical {
		width: 110px;
	}
	.browse_link_holder {
		margin-bottom: 2px;
	}
		
}



@media (max-width: 767px) {
			
	.archive_item_text_date {
		margin-top: 20px;
		font-size: 12px;
	}
	.archive_item_text_name {
		margin-top: 10px;
		font-size: 14px;
		font-weight: 700;
	}
	.archive_item_text_description {
		margin-top: 10px;
		font-size: 12px;
		margin-bottom: 10px;
	}
				
}
@media (min-width: 768px) {
		
	.archive_item_text_date {
		margin-top: 20px;
		font-size: 12px;
	}
	.archive_item_text_name {
		margin-top: 10px;
		font-size: 14px;
		font-weight: 700;
	}
	.archive_item_text_description {
		margin-top: 10px;
		font-size: 12px;
		margin-bottom: 10px;
	}
		
}



.item_item_text_date {
	margin-bottom: 20px;
}
.item_item_text_name {
	font-size: 24px;
	font-weight: 700;
}
.item_item_text_description {
	margin-bottom: 10px;
}
.item_tag_type {
	font-size: 12px;
	margin-bottom: 5px;
}
.item_tag_box {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 5px;
	background-color: rgba(255,255,255,0.5);
}
.item_tag_box a {
	color: #000;
}
.item_tag_box a:hover {
	color: #666;
}
.item_image {
	margin-top: 15px;
}


@media (max-width: 767px) {
			
	.item_non_modal .item_item_text_date {
		margin-top: 40px;
	}
	.item_non_modal .item_item_text_name {
		margin-bottom: 20px;
	}
	.item_non_modal .item_item_text_description {
		margin-bottom: 30px;
	}
				
}
@media (min-width: 768px) {
		
	.item_non_modal .item_item_text_date {
		margin-top: 60px;
	}
	.item_non_modal .item_item_text_name {
		margin-bottom: 10px;
	}
	.item_non_modal .item_item_text_description {
		margin-bottom: 40px;
	}
		
}

.item_non_modal .item_tag_box {
	color: #000;
	background-color: var(--color_hi);
}


@media (max-width: 767px) {
	.about_header_text_holder {
		padding: 55px 25px 30px;
	}
	.about_header_text_holder h2 {
		text-align: center;
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.about_header_text_holder {
		width: 50%;
		padding: 140px 55px 140px;
	}
	.about_header_text_holder h2 {
		margin-bottom: 25px;
	}
	.about_header_text_bg {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 30%;
	}
	.about_header_text_fade {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1) 30%, rgba(0,0,0,0));
	}
	.about_header_mobile_image {
		display: none;
	}
}
.about_header_text_intro {
	text-align: left;
}




@media (max-width: 767px) {
	.homepage_header {
		margin-top: 75px;
		margin-bottom: 20px;
	}
	.back_to_top {
		margin-top: 210px;
		margin-bottom: 20px;
	}
	.footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer_echoes_logo {
		height: 30px;
		margin-bottom: 30px;
	}
	.footer_copyright {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.homepage_header {
		margin-top: 160px;
		margin-bottom: 30px;
	}
	.back_to_top {
		margin-top: 120px;
		margin-bottom: 20px;
	}
	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer_echoes_logo {
		height: 30px;
		margin-bottom: 30px;
	}
	.footer_copyright {
		margin-top: 30px;
	}
}
.back_to_top_link {
	text-decoration: none;
}
.back_to_top_caret {
	font-size: 400%;
	line-height: 0;
}





.modal-content {
	background-color: #ffae99;
}

.modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
}


@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}