
#about {
	padding-top: 144px;
}

#about article {
	margin-bottom: 60px;
}

#about article {
	opacity: 0.2;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

#about article.active {
	opacity: 1;
}

#about .scroll-anchor {
	position: relative;
	top: -216px;
}

@media screen and (max-width: 767px) { 
	
	#about {
		padding-top: 72px;
	}
	
}* {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}

body {
	font: 300 1.3rem/2.0rem 'Fred', Arial, sans-serif;
	letter-spacing: 0.1em;
	color: #000;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
    -webkit-text-size-adjust: 100%;
}

b, strong {
	font-weight: normal;
}

:focus { 
	outline: 0px;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

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

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

img {
	border:0 none;
}

p img {
	max-width: 100%;
	top: 0.6rem;
	position: relative;
}

img[data-src],
div[data-src] {
	opacity: 0;
	transition: opacity 0.45s;
	-webkit-transition: opacity 0.45s;
}

img[data-src].loaded,
div[data-src].loaded {
	opacity: 1;
}

figure img {
	display: block;
	width: 100%;
	height: auto;
}

.center {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 60px;
}

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

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

div,
header,
section,
article,
hgroup,
footer,
aside {
	position:relative;
}

#wrapper {
	padding-top: 72px;
	position:relative;
	z-index: 103;
}

#content {
	
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	clear:both;
}

.clear-fix,
.clear-3 {
	clear: both;
}

.preload, 
.hide {
	display:none;
}

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

	.center {
		padding: 0 24px;
	}

}

@media screen and (max-width: 767px) {
	
	.clear-3 {
		clear: none;
	}
	
	.clear-2 {
		clear: both;
	}	
	
}.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-12 {
	width: 8.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-3-4 {
	width: 75%;
}

.col-3-5 {
	width: 60%;
}

.col-5-12 {
	width: 41.66%;
}

@media screen and (max-width: 767px) {
	
    [class*='col-'] {
		width: 100%;
    }
	
}#contact {
	height: calc(100vh - 144px);
	min-height: 603px;
	box-sizing: border-box;
}

#contact .center {
	height: 100%;
}

#contact .form {
	max-width: 447px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#contact input,
#contact textarea {
	color: #7D7D7D;
	font: 400 1.3rem/3.6rem 'Fred', Arial, sans-serif;
	background-color: #EEE;
	height: 3.6rem;
	line-height: 3.6rem;
	padding: 0 10px;
	border: 0 none;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#contact input.disabled {
	background-color: #FFF;
	border: 2px solid #EEE;
	height: 3.6rem;
	line-height: 3.6rem;
}

#contact input[type=submit] {
	background-color: #444;
	color: #FFF;
	cursor: pointer;
}

#contact p {
	margin-bottom: 10px;
}

#contact textarea {
	height: 216px;
	line-height: 2.0;
	padding: 8px 10px;
}

#contact .box {
	float: left;
}

@media screen and (max-width: 767px) { 
	
	#contact {
		padding-top: 72px;
	}
	
}h1, h2 {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

h1 {
	text-transform: uppercase;
}

.heading {
	margin-bottom: 34px;
}

a.more {
	text-transform: uppercase;
}

p a {
	text-decoration: underline;
}

article p {
	margin-bottom: 20px;
	word-wrap: break-word;
	padding-right: 15px;
}

.back {
	margin-bottom: 34px;
}

hr {
	height: 1px;
	background-color: #E7E7E7;
	border: 0 none;
	margin: 60px 10px 80px 10px;
}

.carousel iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	
	#contact {
		height: auto;
	}
	
	#contact .form {
		top: auto;
		transform: none;
		-webkit-transform: none;
	}
	
}#exhibitions {
	padding-top: 144px;
}

#exhibitions .box {
	float: left;
}

#exhibitions .heading {
	margin-bottom: 60px;
}

#exhibitions .heading.mobile {
	display: none;
}

#exhibitions .exhibition {
	margin-bottom: 20px;
}

#exhibitions .exhibition img,
#exhibitions .exhibition .placeholder {
	width: 92px;
	height: 61px;
	background-color: #F7F7F7;
	float: left;
	margin-right: 20px;
}

#exhibitions div.content {
	width: calc(100% - 112px);
	float: left;
}

#exhibitions .exhibition p {
	margin: 0;
}

#exhibitions .exhibition p a {
	text-decoration: none;
}

#exhibitions .past {
	margin-bottom: 60px;
}

#exhibitions .scroll-anchor {
	position: relative;
	top: -216px;
}


#exhibition {
	padding-top: 72px;
}

#exhibition .text {
	max-width: 538px;
}

#exhibition .box {
	float: left;
}

#exhibition .carousel-container {
	padding-bottom: 66.66%;
	margin-bottom: 20px;
}

#exhibition .carousel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
}

#exhibition .carousel .owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	line-height: 50px;
	pointer-events: none;
}

#exhibition .carousel .owl-pagination {
	height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	pointer-events: auto;
}

#exhibition .carousel .owl-buttons {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#exhibition .carousel .owl-buttons .owl-prev,
#exhibition .carousel .owl-buttons .owl-next {
	position: absolute;
	pointer-events: auto;
	height: 100%;
	width: 56px;
	top: 0;
	left: 0;
	text-indent: -10300px;
	background-image: url('/img/left-white.svg');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.35;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#exhibition .carousel .owl-buttons .owl-prev:hover,
#exhibition .carousel .owl-buttons .owl-next:hover {
	opacity: 1;
}

#exhibition .carousel .owl-buttons .owl-next {
	background-image: url('/img/right-white.svg');
	left: auto;
	right: 0;
}

#exhibition .carousel .owl-pagination .owl-page {
	display: inline-block;
	padding: 0 8px;
}

#exhibition .carousel .owl-pagination .owl-page span {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50% 50%;
	background-color: #FFF;
	opacity: 0.25;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

#exhibition .carousel .owl-pagination .owl-page.active span {
	opacity: 1;
}

@media screen and (max-width: 767px) { 
	
	#exhibitions .heading.mobile {
		display: block;
	}
	
	#exhibitions .group-exhibitions {
		margin-bottom: 60px;
	}
	
	#exhibitions {
		padding-top: 72px;
	}
	
}@font-face {
	font-family: 'Fred';
	src: url('../fonts/fred-bold.eot');
	src: url('../fonts/fred-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fred-bold.woff') format('woff'),
		url('../fonts/fred-bold.ttf') format('truetype'),
		url('../fonts/fred-bold.svg#fred-bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Fred';
	src: url('../fonts/fred-book.eot');
	src: url('../fonts/fred-book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fred-book.woff') format('woff'),
		url('../fonts/fred-book.ttf') format('truetype'),
		url('../fonts/fred-book.svg#fred-book') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Fred';
	src: url('../fonts/fred-bookitalic.eot');
	src: url('../fonts/fred-bookitalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fred-bookitalic.woff') format('woff'),
		url('../fonts/fred-bookitalic.ttf') format('truetype'),
		url('../fonts/fred-bookitalic.svg#fred-bookitalic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Fred';
	src: url('../fonts/fred-light.eot');
	src: url('../fonts/fred-light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fred-light.woff') format('woff'),
		url('../fonts/fred-light.ttf') format('truetype'),
		url('../fonts/fred-light.svg#fred-light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Fred';
	src: url('../fonts/fred-lightitalic.eot');
	src: url('../fonts/fred-lightitalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fred-lightitalic.woff') format('woff'),
		url('../fonts/fred-lightitalic.ttf') format('truetype'),
		url('../fonts/fred-lightitalic.svg#fred-lightitalic') format('svg');
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}#footer {
	height: 72px;
	line-height: 72px;
}

#footer .box {
	float: left;
}

#footer .copyright,
#footer .copyright a {
	color: #D7D7D7;
}

#footer .copyright a {
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

#footer .copyright a:hover {
	color: #7E7E7E;
}

@media screen and (max-width: 767px) {
	
	#footer {
		height: auto;
		padding: 12px 0;
	}
	
	#footer .box {
		font-size: 1.2rem;
		line-height: 3.2rem;
	}
	
	#footer span {
		display: block;
	}
	
	#footer,
	#footer .copyright {
		text-align: center;
	}
	
}header {
	text-transform: uppercase;
	height: 72px;
	line-height: 72px;
	font-size: 1.6rem;
	font-weight: 400;
	background-color: #FFF;
	position: fixed;
	z-index: 103;
	width: 100%;
	top: 0;
	left: 0;
	transition: backgroud-color 0.45s;
	-webkit-transition: backgroud-color 0.45s;
}

#show-menu {
	display: none;
}

#overlay-header {
	position: relative;
}

header h1 {
	font-size: 1.6rem;
	line-height: 72px;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 104;
}

header nav,
.subnav nav {
	text-align: center;
}

header nav a,
.subnav nav a {
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	display: inline-block;
	padding: 0 8px;
}

header nav a:hover,
header nav a.active {
	color: #7F7F7F;
}

header div.social-nav {
	width: 80px;
	text-align: right;
}

header div.social-nav,
header div.close-nav {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 105;
}

header div.social-nav a,
header div.close-nav a {
	font-size: 11px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #444444;
	color: #FFF;
	top: -2px;
	position: relative;
	margin-left: 4px;
}

header div.close-nav a img {
	position: relative;
	top: 1px;
}

.fa-facebook {
	position: relative;
	left: 1px;
}

section.subnav {
	text-transform: uppercase;
	height: 72px;
	line-height: 72px;
	font-size: 1.6rem;
	font-weight: 300;
	background-color: #444;
	position: fixed;
	z-index: 102;
	width: 100%;
	top: 72px;
	left: 0;
}

section.subnav nav a {
	color: #FFF;
}

section.subnav nav a:hover,
section.subnav nav a.active {
	color: #D7D7D7;
}

section.subnav .search {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
}

section.subnav input {
	font: 300 1.6rem/34px 'Fred', Arial, sans-serif;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid rgb(127, 127, 127);
	background-color: transparent;
	height: 34px;
	color: #FFF;
	padding: 0 10px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
	
	header nav {
		text-align: right;
		padding-right: 82px;
	}
	
}

@media screen and (max-width: 960px) {
	
	#show-menu {
		position: absolute;
		display: block;
		right: 10px;
		top: 0;
		z-index: 105;
		cursor: pointer;
	}
	
	header,
	header div.navigation {
		background-color: #FFF;
	}
	
	header h1 {
		right: 10px;
		text-align: center;
	}
	
	header div.navigation {
		position: fixed;
		bottom: 100%;
		padding-top: 72px;
		line-height: 4.8rem;
		text-align: center;
		padding-bottom: 32px;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		transition: all 0.55s;
		-webkit-transition: all 0.55s;
		left: 0;
		right: 0;
		pointer-events: none;
	}
	
	header nav {
		padding: 0;
		text-align: center;
	}
	
	header nav a {
		display: block;
	}
	
	header div.social-nav {
		text-align: center;
		display: inline-block;
		position: relative;
		right: auto;
		width: 100%;
	}
	
	body.show-menu header,
	body.show-menu header div.navigation {
		background-color: #E7E7E7;
	}
	
	body.show-menu header div.navigation {
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		pointer-events: auto;
	}
	
}

@media screen and (max-width: 767px) {
	
	section.subnav {
		display: none;
	}
	
	/*
	section.subnav {
		text-align: center;
		height: auto;
		position: relative;
		top: auto;
	}
	
	section.subnav .search {
		display: inline-block;
		position: relative;
		right: auto;
	}
	*/
}#hero {
	height: calc(100vh - 72px);
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

#hero article {
	font-size: 1.3rem;
}

#hero article p {
	margin-bottom: 0;
}

#hero article p a {
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding-top: 20px;
	display: inline-block;
}

#hero div.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 5;
}

#hero div.content {
	z-index: 10;
}

#hero div.center,
#hero div.content {
	height: 100%;
}

#hero article {
	position: absolute;
	bottom: 60px;
	left: 0;
}

#hero .go-to-news {
	position: absolute;
	bottom: 60px;
	right: 10px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	border: 1px solid;
	display: block;
	padding: 0px 10px 0px 30px;
	line-height: 34px;
	box-sizing: border-box;
	
	background-image: url('../img/down.svg');
	background-position: 10px center;
	background-repeat: no-repeat;
}

#news {
	position: absolute;
	top: -72px;
}

#news-expos {
	background-color: #FFF;
	padding: 60px 0;
	z-index: 15;
}

#news-expos .latest-news,
#news-expos .expos,
#news-expos article {
	float: left;
}

#news-expos article {
	margin-bottom: 20px;
}

#news-expos .latest-news h2 {
	margin-bottom: 20px;
}

#news-expos .expos article .items {
	border: 1px solid #E7E7E7;
	padding: 20px;
}

#news-expos .expos article .item {
	margin-bottom: 20px;
}

#news-expos .expos a.more {
	margin-top: 20px;
	display: inline-block;
}

#news-expos .media-item {
	padding-bottom: 66.66%;
	margin-bottom: 25px;
}

#news-expos .media-item .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#news-expos .media-item .img a {
	display: block;
	width: 100%;
	height: 100%;
}

#news-expos .media-item .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

a.fancybox-media {
	color: #FFF;
	opacity: 1;
	text-align: center;
	font-size: 64px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

a.fancybox-media:hover {
	opacity: 0.8;
}

a.fancybox-media i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	
	.latest-news .col-1-2 {
		width: 50%;
	}
	
}

@media screen and (max-width: 540px) {
	
	.latest-news .col-1-2 {
		width: 100%;
	}
	
}

@media screen and ( max-width: 414px ) {
	
	#hero article {
		bottom: 122px;
	}
	
	#hero .go-to-news {
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}
	
	#hero div.image {
	    background-attachment: scroll;
	}
	
	#hero .go-to-news {
		bottom: 45px;
	}
	
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}#news-detail {
	padding-top: 72px;
	min-height: calc(100vh - 216px);
}

#news-detail .carousel-container {
	padding-bottom: 66.66%;
	margin-bottom: 20px;
}

#news-detail .carousel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
}

#news-detail .carousel .owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	line-height: 50px;
	pointer-events: none;
}

#news-detail .carousel .owl-pagination {
	height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	pointer-events: auto;
}

#news-detail .carousel .owl-buttons {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#news-detail .carousel .owl-buttons .owl-prev,
#news-detail .carousel .owl-buttons .owl-next {
	position: absolute;
	pointer-events: auto;
	height: 100%;
	width: 56px;
	top: 0;
	left: 0;
	text-indent: -10300px;
	background-image: url('/img/left-white.svg');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.35;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#news-detail .carousel .owl-buttons .owl-prev:hover,
#news-detail .carousel .owl-buttons .owl-next:hover {
	opacity: 1;
}

#news-detail .carousel .owl-buttons .owl-next {
	background-image: url('/img/right-white.svg');
	left: auto;
	right: 0;
}

#news-detail .carousel .owl-pagination .owl-page {
	display: inline-block;
	padding: 0 8px;
}

#news-detail .carousel .owl-pagination .owl-page span {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50% 50%;
	background-color: #FFF;
	opacity: 0.25;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

#news-detail .carousel .owl-pagination .owl-page.active span {
	opacity: 1;
}

#news-detail .single-item img {
	width: 100%;
}

#news-detail .single-item .iframe {
	padding-bottom: 56.25%;
}

#news-detail .single-item .iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.view-all-news {
	border-top: 1px solid #E7E7E7;
	display: block;
	padding: 10px 0;
	position: relative;
	margin-top: 20px;
	text-align: center;
}#content-overlay {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10300;
	pointer-events: none;
	opacity: 0;
	
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

body.content-overlay #content-overlay {
	pointer-events: auto;
	opacity: 1;
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#work {
	height: calc(100vh - 226px);
	margin-top: 72px;
	min-height: 384px;
}

#work .center {
	height: 100%;
}

#work .overview {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#work .overview article {
	float: left;
	text-align: center;
	text-transform: uppercase;
}

#work .overview .media-item {
	padding-bottom: 100%;
	margin-bottom: 25px;
}

#work .overview .media-item .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#work .overview figure img {
	margin-bottom: 20px;
}

#work-category,
#work-search-results {
	padding-top: 144px;
}

#work-category article.description .box {
	float: left;
}

.works article {
	float: left;
	margin-bottom: 80px;
}

.works {
	margin-bottom: 30px;
}

.works figure img {
	display: block;
	margin-bottom: 10px;
}

.works figcaption {
	font-size: 1.3rem;
	font-weight: 500;
}

#work-detail {
	height: calc(100vh - 144px);
	box-sizing: border-box;
}

#work-detail .center,
#work-detail .carousel-container {
	height: 100%;
}

#work-detail .carousel {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 10px;
	width: auto;
}

#work-detail .box {
	float: left;
	height: 100%;
}

#work-detail .btn {
	cursor: pointer;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#work-detail .btn.next {
	left: auto;
	right: 0;
}

#work-detail article .content {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#work-detail article .pagination {
	margin-bottom: 2.2rem;
}

#work-detail article .pagination,
#work-detail article h2 {
	font-size: 1.3rem;
	font-weight: 400;
}

#work-detail article h3 {
	font-size: 1.3rem;
	font-weight: 300;
}

#work-detail article p {
	margin-top: 2.2rem;
}

.owl-carousel .owl-wrapper, 
.owl-carousel .owl-wrapper-outer, 
.owl-carousel .owl-item, 
.owl-carousel .item {
	height: 100%;
}

.owl-carousel img {
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	position: relative;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	top: 50%;
}

#work-detail .carousel-container {
	float: left;
}

#work-detail .carousel .owl-item {
	padding: 0 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 1170px) { 
	
	.subnav.worknav nav {
		text-align: left;
	}
	
}

@media screen and (max-width: 880px) { 
	
	.subnav.worknav {
		text-align: center;
	}
	
	.subnav.worknav nav {
		display: none;
	}
	
	.subnav.worknav .search {
		position: relative;
		display: inline-block;
		right: auto;
	}
	
}

@media screen and (max-width: 767px) {
	
	#work {
		height: auto;
	}
	
	#work-category {
		padding-top: 72px;
	}
	
	.works article {
		width: 50%;
	}
	
	#work .overview article {
		width: 50%;
		margin-bottom: 40px;
	}
	
	#work .overview {
		top: auto;
		transform: none;
		-webkit-transform: none;
	}
	
	#work-detail .center {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
	}
	
	#work-detail .box {
		float: none;
		height: 40vh;
	}
	
	#work-detail .col-1-12 {
		width: 36px;
		order: 2;
		-webkit-order: 2;
	}
	
	#work-detail .col-2-3 {
		width: 100%;
		order: 1;
		-webkit-order: 1;
		height: 40vh;
		margin-top: 20px;
	}
	
	#work-detail .col-1-4 {
		order: 3;
		-webkit-order: 3;
		width: calc(100% - 36px);
		text-align: center;
		padding-right: 46px;
	}
	
	#work-detail .col-1-4 p {
		padding-right: 0;
	}
	
}

@media screen and (max-width: 540px) { 
	
	#work .overview article {
		width: 100%;
	}
	
	.works article {
		width: 100%;
	}
	
}