@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');


/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
	font-size: 10px;
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 9.411764705882353px;
	}
}

html, body {
	height: 100%;
}

body {
	background: #000;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.765;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.container {
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width: 2590px) {
	.container {
		max-width: 2560px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* -------------------------------------------------------------------
 * ## links
 * ------------------------------------------------------------------- */
a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #a3a3a3;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

/* ===================================================================
 * # typography & general theme styles
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-top: 6rem;
	margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {
	h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
		margin-top: 5.1rem;
	}

}

h5, .h5, h6, .h6 {
	margin-top: 4.2rem;
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
	h5, .h5, h6, .h6 {
		margin-top: 3.6rem;
		margin-bottom: 0.9rem;
	}

}

h1, .h1 {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -0.1rem;
}

@media only screen and (max-width: 600px) {
	h1, .h1 {
		font-size: 3.3rem;
		letter-spacing: -0.07rem;
	}

}

h2, .h2 {
	font-size: 3rem;
	line-height: 1.3;
}

h3, .h3 {
	font-size: 2.4rem;
	line-height: 1.25;
}

h4, .h4 {
	font-size: 2.1rem;
	line-height: 1.286;
}

h5, .h5 {
	font-size: 1.7rem;
	line-height: 1.235;
}

h6, .h6 {
	font-size: 1.4rem;
	line-height: 1.286;
	text-transform: uppercase;
	letter-spacing: 0.16rem;
}

p img {
	margin: 0;
}


/* -------------------------------------------------------------------
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	display: list-item;
}

ol,
ul {
	margin-left: 1.7rem;
}

ul li {
	padding-left: 0.4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0.6rem 0 0.6rem 1.7rem;
}

ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 0.8rem;
	position: relative;
}

ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a3a3a3;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}

dt {
	margin: 0;
	color: #a3a3a3;
}

dd {
	margin: 0 0 0 2rem;
}


/* -------------------------------------------------------------------
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------------------------
 * ## Spacing
 * ------------------------------------------------------------------- */
button,
.btn {
	margin-bottom: 1.2rem;
}

fieldset {
	margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.cl-custom-select {
	margin-bottom: 3rem;
}

/* -------------------------------------------------------------------
 * ## pace.js styles - minimal
 * ------------------------------------------------------------------- */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #a3a3a3;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px;
}


/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #050505;
	z-index: 800;
	height: 100%;
	width: 100%;
}

.no-js #preloader {
	display: none;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}

#loader:before {
	content: "";
	border-top: 6px solid rgba(255, 255, 255, 0.1);
	border-right: 6px solid rgba(255, 255, 255, 0.1);
	border-bottom: 6px solid rgba(255, 255, 255, 0.1);
	border-left: 6px solid #fff;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
	z-index: 500;
	width: 100%;
	height: 96px;
	background-color: transparent;
	position: absolute;
	top: 24px;
}


.video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
}

.video-foreground, .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.video-foreground, .video-background video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 1.7777777778) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 1.7777777778) {
	.video-foreground {
		width: 300%;
		left: -100%;
	}
}

.content {
	padding: 25px;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.content h1 {
	font-family: 'Roboto Slab', serif;
	margin: 0;
	color: #fff;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
	z-index: 501;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 110px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-logo a {
	display: block;
	padding: 0;
	outline: 0;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-logo img {
	width: 200px;
	height: 38px;
}


/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header-nav {
	z-index: 900;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
	padding: 3.6rem 3rem 3.6rem 3.6rem;
	height: 100%;
	width: 380px;
	background: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 0.25);
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
}

.header-nav a {
	color: #a3a3a3;
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
	color: #fff;
}

.header-nav__content {
	background: transparent;
	position: relative;
	top: 40px;
	left: 30px;
	opacity: 0;
	visibility: hidden;
}

.header-nav__list {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 50px;
	margin: 3.6rem 0 3rem 0;
	padding: 0 0 1.8rem 0;
	list-style: none;
	counter-reset: ctr;
}

.header-nav__list li {
	line-height: 180%;
	position: relative;
}

.header-nav__list a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.header-nav__social {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 500;
	list-style: none;
	display: inline-block;
	font-size: 1.8rem;
	margin: 0;
	position: absolute;
	left: 30px;
	bottom: 30px;
	padding: 0;
}

.header-nav__social li {
	display: inline-block;
	margin-right: 4px;
	padding-left: 0;
}

.header-nav__social img {
	width: 23px;
}

.header-nav__social li:last-child {
	margin: 0;
	padding-top: 12px;
	display: block;
	color: #fff;
	letter-spacing: 1px;
}
.header-nav__social li:last-child img {
	width: 90px;
}

.header-nav__close {
	z-index: 800;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 3px;
	position: absolute;
	top: 36px;
	right: 30px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.header-nav__close span::before,
.header-nav__close span::after {
	content: "";
	display: block;
	height: 3px;
	width: 22px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -1px;
}

.header-nav__close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-nav__close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-nav__langs{
	position: absolute;
	top: 36px;
	left: 40px;
}

.header-nav__langs a{
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
}

.header-nav__langs a.active{
	color: #fff;
}

@media only screen and (max-width: 380px) {
	.header-nav {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.header-nav {
		background: rgba(0, 0, 0, 1);
	}
}


/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0;
	background-color: transparent;
}


/* -------------------------------------------------------------------
 * ## mobile menu toggle
 * ------------------------------------------------------------------- */
.header-menu-toggle {
	position: fixed;
	right: 110px;
	top: 42px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.4rem;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 9;
}

.header-menu-toggle::before {
	display: inline-block;
	content: "";
	height: 45px;
	left: auto;
	text-align: right;
	padding-left: 15px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	right: 100%;
}

.header-menu-toggle.opaque {
	background-color: #000000;
}

.header-menu-toggle.opaque::before {
	display: none;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus,
.header-menu-toggle:active {
	color: #a3a3a3;
}

.header-menu-icon {
	display: block;
	width: 26px;
	height: 2px;
	margin-top: -1px;
	right: auto;
	bottom: auto;
	background-color: white;
	position: absolute;
	left: 11px;
	top: 50%;
}

.header-menu-icon::before,
.header-menu-icon::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
}

.header-menu-icon::before {
	top: -9px;
}

.header-menu-icon::after {
	bottom: -9px;
}

/* -------------------------------------------------------------------
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
	.header-logo {
		left: 60px;
	}

	.header-menu-toggle {
		right: 60px;
	}
}

@media only screen and (max-width: 800px) {
	.header-logo {
		left: 40px;
	}

	.header-menu-toggle {
		right: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.s-header {
		height: 90px;
		top: 12px;
	}

	.header-logo {
		left: 30px;
	}

	.header-logo img {
		width: 180px;
		height: 34px;
	}

	.header-menu-toggle {
		right: 25px;
		top: 30px;
	}
}

@media only screen and (max-width: 500px) {
	.header-menu-toggle::before {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	.s-header {
		top: 6px;
	}

	.header-logo {
		left: 25px;
	}

	.header-logo img img {
		width: 141px;
		height: 27px;
	}

	.header-menu-toggle {
		top: 24px;
		right: 20px;
	}
}

/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
.s-home {
	width: 100%;
	height: 100%;
	min-height: 786px;
	background-color: transparent !important;
	position: relative;
	display: table;
}

/*.s-home .shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}

.s-home::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.65;
	background-color: #000000;
}*/

.no-js .s-home {
	background: #000000;
}


/* -------------------------------------------------------------------
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding-bottom: 15.6rem;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.home-content h1 {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 155px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 100%;
	margin-top: 0;
	color: #fff;
}

.home-content h1 + p {
	font-size: 1.9rem; /*font-size: 3.8rem;*/
	line-height: 1.421;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 2.4rem;
	position: relative;
	letter-spacing: 0;
}

.home-content__main {
	padding-top: 17rem;
	position: relative;
}

.home-content__main img {
	max-width: 1200px;
	padding: 0 50px;
}

.home-content__main .text-indent {
	text-indent: -9999px;
}

/* -------------------------------------------------------------------
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-scroll {
	height: 4.8rem;
	position: absolute;
	left: 50%;
	margin-left: 25px;
	bottom: 6.6rem;
}

/*.home-scroll__text {
	display: inline-block;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 4.8rem;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	color: #ffffff;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	right: 7.5rem;
	display: none;
}*/

.home-scroll__icon {
	display: block;
	height: 100%;
	width: 50px;
	background-image: url('/images/icons/icon-arrow-down.svg');
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
}

/*
.home-scroll:hover .home-scroll__text {
	border-bottom: 1px solid #ffffff;
}
*/

/* animate .home-content__main
 * ------------------------------------------------------------------- */
/*html.cl-preload .home-content__main {
	opacity: 0;
}

html.cl-loaded .home-content__main {
	animation-duration: 2s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}*/


/* -------------------------------------------------------------------
 * ## home animations
 * ------------------------------------------------------------------- */
/* fade in */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 150%, 0);
		-ms-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 150%, 0);
		-ms-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* fade out */
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -150%, 0);
		-ms-transform: translate3d(0, -150%, 0);
		transform: translate3d(0, -150%, 0);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -150%, 0);
		-ms-transform: translate3d(0, -150%, 0);
		transform: translate3d(0, -150%, 0);
	}
}

/* -------------------------------------------------------------------
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
	.home-content h1 {
		font-size: 14.8rem;
	}

	.home-content h1 + p {
		font-size: 1.9rem; /*font-size: 3.6rem;*/
	}

	.home-content__main {
		padding-top: 18rem;
	}

	/*.home-scroll {
		right: 60px;
	}*/

}

@media only screen and (max-width: 1500px) {
	.home-content h1 {
		font-size: 14.6rem;
	}
}

@media only screen and (max-width: 1400px) {
	.home-content h1 {
		font-size: 14.8rem;
	}

	.home-content h1 + p {
		font-size: 1.9rem; /*font-size: 3rem;*/
	}

	.home-content h1 + p::before {
		top: 2.4rem;
	}
}

@media only screen and (max-width: 1200px) {
	.home-content h1 {
		font-size: 14.2rem;
	}

	.home-content h1 + p {
		font-size: 1.8rem; /*font-size: 2.4rem;*/
	}

	.home-content br {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.home-content__main {
		padding-right: 0;
	}
}

@media only screen and (max-width: 900px) {
	.home-content h1 {
		font-size: 13rem;
	}
}

@media only screen and (max-width: 800px) {
	.home-content h1 {
		font-size: 13.5rem;
	}

	/*.home-scroll {
		right: 40px;
	}*/
	/*.home-scroll__text {
		display: none;
	}*/

}

@media only screen and (max-width: 700px) {
	.home-content h1 {
		font-size: 12.5rem;
	}

	.home-content h1 + p {
		font-size: 1.6rem; /*font-size: 2.2rem;*/
		padding-right: 0;
	}

	.home-content h1 + p::before {
		top: 1.6rem;
	}
}

@media only screen and (max-width: 600px) {
	.home-content h1 {
		font-size: 10.8rem;
	}

	.home-content h1 + p {
		/*padding-top: 3rem;*/
		padding-left: 0;
	}

	.home-content h1 + p::before {
		left: 0;
		top: 0;
	}

	/*.home-scroll {
		right: 30px;
		bottom: 6rem;
	}

	.home-scroll__icon {
		height: 4.2rem;
		width: 4.2rem;
	}*/
}

@media only screen and (max-width: 500px) {
	.home-content h1 {
		font-size: 8.6rem;
	}

	/*.home-content h1 + p {
		padding-top: 4.8rem;
	}*/

	.s-home {
		min-height: 642px;
	}
}

@media only screen and (max-width: 450px) {
	.home-content h1 {
		font-size: 8.6rem;
	}

	/*.home-content h1 + p {
		padding-top: 2.4rem;
	}*/
}

@media only screen and (max-width: 400px) {
	.s-home {
		min-height: 630px;
	}

	.home-content h1 {
		font-size: 8.2rem;
	}

	/*.home-content h1 + p {
		padding-top: 2.1rem;
	}*/

	.home-content__main {
		padding-left: 25px;
		padding-right: 25px;
	}

	/*.home-scroll {
		right: 25px;
	}*/
}


/* ===================================================================
 * # about
 * ------------------------------------------------------------------- */
.s-about {
	padding-top: 4rem;
	padding-bottom: 8rem;
	background-color: #000;
	position: relative;
}

.s-about h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 60px;
}

.s-about .about-text {
	float: left;
}

.s-about .about-contact {
	text-align: center;
}

.s-about .about-contact strong {
	color: #9b9b9b;
	font-weight: 300;
}

.s-about .about-contact img {
	width: 25px;
	padding-top: 8px;
	margin-right: 5px;
}

.s-about .category {
	padding: 50px 0 0 0;
}

.s-about .category h3 {
	display: inline;
	font-size: 30px;
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 120%;
	letter-spacing: 0;
}

.s-about .category h3.dark {
	color: #ABABAB;
}

@media only screen and (min-width: 568px) {
	.s-about h2 {
		font-size: 70px;
	}
}
@media only screen and (min-width: 768px) {
	.s-about {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.s-about h2 {
		font-size: 100px;
	}

	.s-about .about-contact {
		text-align: left;
		padding-left: 20px;
	}

	.s-about .category h3 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 992px) {
	.s-about h2 {
		font-size: 120px;
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.s-about .about-contact {
		padding-left: 30px;
	}

	.s-about .category h3 {
		font-size: 42px;
	}

}

@media only screen and (min-width: 1200px) {
	.s-about h2 {
		font-size: 140px;
	}

	.s-about .category h3 {
		font-size: 53px;
	}
}

@media only screen and (min-width: 1600px) {
	.s-about h2 {
		font-size: 200px;
	}

	.s-about .category {
		padding: 80px 0 0 0;
	}

	.s-about .category h3 {
		font-size: 67px;
	}
}

/* ===================================================================
 * # projects
 * ------------------------------------------------------------------- */
.s-projects {
	background: #fff;
	padding: 4rem 0 8rem;
	position: relative;
	text-align: center;
}

.s-projects .container-fluid{
	padding: 0 84px;
	max-width: 2560px;
}

.s-projects h2 {
	font-size: 50px;
	color: #000;
	font-weight: 500;
	text-align: left;
}

.s-projects .row {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.s-projects .row .row {
	/*margin-left: 0;
	margin-right: 0;*/
}
.s-projects .img {
	object-fit: cover;
}

.s-projects .full-row [class*="col-"] {
	padding: 0 0 10px 0;
}

.s-projects .half-row > [class*="col-"] {
	padding: 0 0 10px 0;
}

.s-projects .half-row > [class*="col-"].videoBlock {
	padding: 0 0 0 0 !important;
}

.s-projects .half-row .row > [class*="col-"] {
	padding: 0 0 10px 25px;
}

.s-projects .half-row .row > [class*="col-"]:last-child {
	padding: 0 0 0 25px;
}

@media only screen and (max-width: 767px) {
	.s-projects .container-fluid{
		padding: 0 42px;
	}

	.s-projects .half-row .row > [class*="col-"] {
		padding: 0 0 10px 0;
	}

	.s-projects .half-row .row > [class*="col-"]:last-child {
		padding: 0 0 0 0;
	}
}

.half-row{
	position: relative;
}
.half-row::after{
	content: ""; display: block; width: 100%; height: 10px; position: absolute; bottom: 0; background-color: #fff;
}

@media only screen and (min-width: 768px) {
	.s-projects .half-row > [class*="col-"] {
		padding: 0;
	}
}


.item-folio {
	position: relative;
	overflow: hidden;
}

.item-folio__thumb img {
	vertical-align: top;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.item-folio__thumb video {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*.item-folio__thumb a {
	display: block;
	cursor: url('../images/icons/icon_cursor.svg'), auto;
	overflow: hidden;
}*/

.item-folio__thumb a::before {
	z-index: 1;
	display: block;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.item-folio__thumb a::after {
	z-index: 1;
	content: "";
	font-family: georgia, serif;
	font-size: 3rem;
	color: #000;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.item-folio__thumb video{
	width: 100%; height: 100%;
}

.item-folio__text {
	display: none;
}
@media only screen and (min-width: 768px) {
	.item-folio__text {
		display: block;
		z-index: 2;
		position: absolute;
		background: rgba(255, 255, 255, .7);
		left: 50%;
		top: 200px;
		transform: translate(-50%, 0);
		font-family: "Oswald", Helvetica, Arial, sans-serif;
		padding: 15px 35px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
}

.icon-video{
	content: "";
	z-index: 9;
	display: block;
	position: absolute;
	background: url("/images/icons/icon-3D.svg") no-repeat center top;
	background-size: contain;
	width: 80px;
	height: 102px;
	right: 0;
	top: 150px;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	opacity: 0;
	visibility: visible;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.item-folio:hover .icon-video{
	transform: translate(-50%, -100px);
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.icon-video{
		width: 50px;
		height: 64px;
		right: 20px;
		top: 20px;
		transform: translate(0, 0);
		opacity: 1;
	}
	.item-folio:hover .icon-video{
		transform: translate(0, 0);
		opacity: 1;
	}
}

.item-folio__title {
	color: #000;
	font-size: 1.8rem;
	margin: 0;
}

.item-folio__cat {
	color: black;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.item-folio__caption {
	display: none;
}

.item-folio__project-link {
	z-index: 500;
	display: block;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	color: #fff;
	background-color: #000;
	padding: 0.6rem 1.2rem;
	position: absolute;
	/*top: 3rem;
	left: 3rem;*/
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: 50%;
}

.item-folio__project-link::before {
	display: block;
	content: "";
	height: 1px;
	width: 3rem;
	background-color: white;
	position: absolute;
	top: 50%;
	left: -3rem;
}

.item-folio__project-link:hover,
.item-folio__project-link:focus,
.item-folio__project-link:active {
	background-color: #a3a3a3;
	color: #fff;
}

/* on hover */
.item-folio:hover .item-folio__thumb a::before {
	opacity: 1;
	visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
	opacity: 1;
	visibility: visible;

}

.item-folio:hover .item-folio__thumb img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .8;
}

.item-folio:hover .item-folio__thumb video {
	opacity: .8;
}

.item-folio:hover .item-folio__project-link {
	opacity: 1;
	visibility: visible;
}

.item-folio:hover .item-folio__text {
	opacity: 1;
	visibility: visible;
	left: 50%;
	top: 100px;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
	.s-projects {
		padding: 18rem 0 24rem;
	}

	.s-projects h2 {
		font-size: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.s-projects h2 {
		font-size: 70px;
	}
}

@media only screen and (min-width: 1600px) {
	.s-projects h2 {
		font-size: 80px;
	}
}

/* ===================================================================
 * # contact
 *
 * ------------------------------------------------------------------- */
.s-contact {
	padding-top: 15rem;
	padding-bottom: 10.2rem;
	background-color: #000;
	position: relative;
}

.s-contact h3 {
	margin: 0 0 15px 0;
}

/* Footer address */
.contact-address {
	text-align: center;
}

.contact-address img {
	width: 180px;
	margin-bottom: 10px;
}

.contact-address p {
	margin-bottom: 60px;
}

.contact-address strong {
	color: #9b9b9b;
	font-weight: 300;
}

.contact-address span {
	white-space: nowrap;
}

.copyright {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
}

/* Footer menu */
.s-contact .contact-menu {
	text-align: center;
	margin-bottom: 60px;
}

.s-contact .contact-menu h3 {
	margin: 0;
}

.s-contact .contact-menu ul {
	display: none;
}

.s-contact .contact-menu ul li {
	display: inline-block;
	list-style: none;
	line-height: 100%;
}

.s-contact .contact-menu ul a {
	margin-left: 30px;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	color: #a3a3a3;
	letter-spacing: 1px;
}
.s-contact .contact-menu ul a:hover, .s-contact .contact-menu ul a:focus{
	color: #fff;
}

/* Footer socials */
.s-contact .footer-social {
	list-style: none;
	display: block;
}

.s-contact .footer-social h3 {
	font-size: 2.4rem;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

.s-contact .footer-social li {
	line-height: 100%;
}

.s-contact .footer-social img {
	width: 29px;
}

@media only screen and (min-width: 768px) {
	.contact-address {
		text-align: left;
		padding-left: 60px;
	}

	.contact-address p {
		text-align: left;
		margin-bottom: 25px;
	}

	.s-contact .contact-menu {
		text-align: right;
		padding-right: 60px;
	}

	.s-contact .contact-menu ul {
		display: block;
		margin: 0 0 60px 0;
	}

	.s-contact .contact-menu ul a {
		margin-left: 20px;
		letter-spacing: 1px;
	}

	.s-contact .footer-social img {
		margin-left: 5px;
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.s-contact .contact-menu ul a {
		margin-left: 40px;
		letter-spacing: 1px;
	}
}


/*
* section scroll up
* -----------------
*/
.scrollup {
	width: 30px;
	height: 100px;
	opacity: 1;
	position: fixed;
	bottom: 20px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9;
}

.fancybox-slide{
	padding: 0;
}

.fancybox-bg{
	opacity: 0.98 !important;
}

@media only screen and (min-width: 992px) {
	.fancybox-slide{
		padding: 44px;
	}
}

.fancybox-button--zoom{display: none !important;}

.fancybox-caption__body{
	color: #000;
	background: rgba(255, 255, 255, .7);
	display: inline-block;
	padding: 15px 35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 300;
}

.fancybox-button--close{
	top: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
}

@media only screen and (max-width: 767px) {
	.fancybox-slide--iframe .fancybox-content {
		max-height : 80%;
	}
}


/* dynamic logo */
#content_dc {
	width: 150px;
	height: 100px;
	position: fixed;
	z-index: 1;
	top: 10px;
	left: 60px;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
@media only screen and (max-width: 767px) {
	#content_dc {
		width: 80px;
		height: 50px;
		top: 20px;
		left: 20px;
	}
}