/* Font-face */
@font-face {
    font-family: 'regular-regularitalic';
    src: url('fonts/Regular-RegularItalic.eot');
    src: url('fonts/Regular-RegularItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-RegularItalic.woff') format('woff'), url('fonts/Regular-RegularItalic.svg#regular-regularitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-regular';
    src: url('fonts/Regular-Regular.eot');
    src: url('fonts/Regular-Regular?#iefix') format('embedded-opentype'), url('fonts/Regular-Regular.woff') format('woff'), url('fonts/Regular-Regular.svg#regular-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-bolditalic';
    src: url('fonts/Regular-BoldItalic.eot');
    src: url('fonts/Regular-BoldItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-BoldItalic.woff') format('woff'), url('fonts/Regular-BoldItalic.svg#regular-bolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-bold';
    src: url('fonts/Regular-Bold.eot');
    src: url('fonts/Regular-Bold?#iefix') format('embedded-opentype'), url('fonts/Regular-Bold.woff') format('woff'), url('fonts/Regular-Bold.svg#regular-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 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: #fff;
	font-family: 'regular-regular', Arial, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 17px;
}
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;
}
a:hover {
	opacity: 0.5;
}

/* Layout */
body {
	background: #191919;
}
#logo {
	position: absolute;
	z-index: 100000;
	padding-left: 20px;
	font-size: 16px;
	font-family: "regular-regular";
	text-transform: uppercase;
	letter-spacing: 1px;
}
#container {
}
#header {
	position: relative;
	z-index: 10000;
	height: 60px;
	line-height: 60px;
}
#menu {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 60px;
	transform: translateY(-100%);
	opacity: 0;
	transition: 0.5s;
}
#menu li {
	display: inline-block;
	font-size: 14px;
	font-family: "regular-regular";
	text-transform: uppercase;
	margin-right: 25px;
	letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
	#menu {
		padding: 60px 0 0 0;
		background: #191919;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	#menu li {
		display: block;
		margin: 0;
	}
}
#menu li.selected a {
	opacity: 0.5;
}
#menu_button {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('../img/menu.svg') no-repeat;
	background-size: 100%;
	cursor: pointer;
}
body.menu_expanded #menu {
	transform: translateY(0);
	opacity: 1;
	transition: 0.5s;
}
body.menu_expanded #menu_button {
	background: url('../img/close.svg') no-repeat;
}
#content {
	opacity: 0;
}
body.loaded #content {
	opacity: 1;
	transition: 0.5s;
}
#footer {
}
#banner {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.8);
    color: #fff;
    padding: 20px;
    font-size: 18px;
    line-height: normal;
}
#banner > .wrapper {
    max-width: 500px;
}
#banner .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../img/close.svg') no-repeat;
    background-size: 100%;
}
#banner strong {
    font-family: 'regular-bold';
    font-size: 24px;
    line-height: normal;
}

.slideshow {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 60px;
}
.slideshow .slides li,
.slideshow .slides {
}
.slideshow ul li img {
	width: 100%;
	max-width: 1200px;
}
@media only screen and (max-width: 767px) {
	.slideshow {
		margin-bottom: 20px;
	}
}

/* Item */
.item {
	width: 24.9%;
	box-sizing: border-box;
}
.item .wrapper {
	position: relative;
	margin: 0 10px 20px 10px;
}
.item .wrapper img {
	width: 100%;
	display: block;
}
.item .wrapper .details {
	display: none;
	position: absolute;
	background: rgba(0,0,0, 0.7);
	left: 0; right: 0; bottom: 0; top: 0;
}
.item:hover .wrapper .details {
	display: block;
}
.item .wrapper .details h2 {
	font-family: "regular-regular";
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.results {
	padding: 0 10px;
}
@media only screen and (max-width: 1279px) {
	.item {
		width: 33.2%;
	}
}
@media only screen and (max-width: 1023px) {
	.item {
		width: 49.9%;
	}
}
@media only screen and (max-width: 767px) {
	.item {
		width: 100%;
	}
}


/* Section */
section > .wrapper > h1 {
	height: 80px;
	line-height: 80px;
	margin-bottom: 60px;
	text-align: center;
	font-family: "regular-regular";
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
section > .wrapper > h1 span {
	cursor: pointer;
}
section > .wrapper > .description {
	display: none;
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0, 0.7);
	left: 0; right: 0; bottom: 0; top: 0;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.5px;
}
section > .wrapper > .description .wrapper {
	position: absolute;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	max-width: 800px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
section > .wrapper >  .description .close {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: -20px;
	background: url('../img/close_bold.svg') no-repeat;
	background-size: 100%;
}
section > .wrapper > .text {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 50px 20px;
	max-width: 900px;
	margin: auto;
	font-size: 16px;
	line-height: 20px;
}
section > .wrapper > .text table td {
	vertical-align: top;
}
section > .wrapper > .text table td.contact {
	padding-left: 40px;
	width: 30%;
}
section > .wrapper > .text table td.contact,
section > .wrapper > .text table td.contact a {
	color: #888;
}
@media only screen and (max-width: 767px) {
	section > .wrapper > .text table td {
		width: 100% !important;
		display: block;
	}
	section > .wrapper > .text table td.contact {
		margin-top: 20px;
		padding-left: 0;
	}
}

/* Gallery */
#series h1 span {
    position: relative;
    z-index: 10;
    padding-right: 20px;
    background: url('../img/dropdown.svg') no-repeat right center;
    background-size: 10px;
}
#series h1 {
    position: relative;
}
#series h1:hover .options {
    display: block;
}
#series h1 .options {
    display: none;
    z-index: 5;
    top: 25px;
    left: 50%;
    padding: 10px;
    padding-top: 35px;
    transform: translateX(-50%);
    position: absolute;
    line-height: 15px;
    text-align: center;
    width: 150px;
    background: #222;
    line-height: 20px;
}
#series h1 .options a {
    opacity: 0.5;
}
#series h1 .options a.selected,
#series h1 .options a:hover {
    opacity: 1;
}
#series .wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#series .wrapper .serie {
	margin-bottom: 50px;
	position: relative;
}

#series .wrapper .serie img {
	width: 100%;
	display: block;
}
#series .wrapper .serie .details {
	display: none;
	position: absolute;
	background: rgba(0,0,0, 0.7);
	left: 0; right: 0; bottom: 0; top: 0;
}
#series .wrapper .serie:hover .details {
	display: block;
}
#series .wrapper .serie .details h1 {
	font-family: "regular-regular";
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media only screen and (max-width: 767px) {
	#series .wrapper .serie {
		margin-bottom: 20px;
	}
	#series .wrapper .serie .details h1 {
		font-size: 14px;
	}
}


/* Texts */
#texts .results {
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#texts .results .text {
	margin-bottom: 50px;
}
#texts .results .text a {
	display: block;
}
#texts .results .text .title {
	text-transform: uppercase;
	margin-bottom: 5px;
}
#texts .results .text .preview {
	margin-top: 10px;
	color: #888;
	font-size: 14px;
	line-height: 17px;
}
#text .author {
	font-size: 14px;
	margin-bottom: 20px;
}

/* Fancybox */
.fancybox-button--thumbs,
.fancybox-button--zoom {
	display: none !important;
}
.fancybox-caption__body {
	text-transform: uppercase;
}













