@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,800|Lora:400italic|Playfair+Display:700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


@font-face {
 font-family: "aqua_grotesqueregular";
 src: url("../fonts/aqua-webfont.ttf") format("ttf"),
        url("../fonts/aqua-webfont.woff") format("woff"),
	url("../fonts/aqua-webfont.woff2") format("woff2");
	 font-weight: normal;
    font-style: normal;
}

/* cookie eu */
div.cookie_policy_msg{width: 320px;
background: rgba(19, 22, 30, 0.7);
z-index: 3000;
position: fixed;
bottom: 25px;}
div.cookie_policy_msg>div{max-width: 1200px;
margin: 0 auto;
color: #ccc;
	text-align: justify;
padding: 5px 10px 0px 10px;
font-size: 13px;}
div.cookie_policy_msg>div>a:first-child{color:#fff;display:inline-block;margin-left:10px;font-family: 'Play', sans-serif;}
div.cookie_policy_msg>div>a:last-child{display:inline-block;margin-left:20px;height:28px;width:32px;color:#fff}


.malt {
	vertical-align: middle;
	margin-top:0px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #1a1b23;*/
    z-index: 10000;
		background: #1a1b23 url(../images/logowhite.png);
	background-size:auto;
	background-position: center center;
	background-repeat: no-repeat;
	
}

.loader {
	
position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;

}

/* Fade effect */
.js body {
	opacity: 0;
	transition: opacity 0.3s;
}

.js body.render {
	opacity: 1;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


body {
	background: #fff;
	color: #69606b;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	font-family: 'Raleway', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

.link--metis {
    font-family: aqua_grotesqueregular, sans-serif;
    text-transform: uppercase;
}

.link--metis::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.link--metis:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}


.link0 {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);

}

.link0::before,
.link0::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
	text-decoration: none;
    pointer-events: none;
	
}

.link0::before {
    content: '';
}


.demo-7 {
	background: #f5f5f5;
}

.demo-5 {
	background: #f8dab4;
	color: #5c554c;
}

.demo-6 {
	background: #f1f1f1;
}

.demo-1 {
	background: #43434b;
}

a {
	outline: none;
	color: #cf4a5c;
	text-decoration: none;
}

a:hover, a:focus {
	color: #69606b;
}

.demo-4 a {
	color: #43939d;
}

.demo-4 a:hover,
.demo-4 a:focus {
	color: #7b8d92;
}

.demo-8 a {
	color: #cf7000;
}

.demo-8 a:hover,
.demo-8 a:focus {
	color: #cf7000;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.6em;
	padding: 0 32px;
	letter-spacing: 1px;
	z-index: 10000;
}

.codrops-top a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	text-align: center;
	speak: none;
	margin: 0 0.55em 0 0;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-demos {
	padding: 0 0 1em;
	position: relative;
}

.codrops-demos a {
	font-weight: normal;
	font-family: 'aqua_grotesqueregular', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 0;
	display: inline-block;
	opacity: 1;
	margin: 0 0.5em;
	white-space: nowrap;
	color: #fff;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
	opacity: 1;
	color: #69606b;
}

.codrops-demos a.current-demo {
	border-bottom: 3px solid #69606b;
}

.related {
	padding: 3em 0;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}

.demo-5 .related {
	width: 60%;
	margin-left: 40%;
}


@media screen and (min-width: 1025px) {


	.content__titlelogo {
    margin: 0vh 0 0 0 !important;
    position: relative;
    width: 60% !important;
    height: auto !important;
    text-align: left;
}
	
	.content__titlelogo2 {
    display: none;
}
	
	.content__title2 {
    font-size: 1.8vw;
    margin: 0px 0 0 0;
    position: relative;
    text-align: center;
		font-weight: lighter;
    color: #fff;
    font-family: 'Syncopate', sans-sérif;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.5);
}
	
	.content__title3 {
    font-family: 'Play', serif;
    position: relative;
    font-size: 16px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
	
	.content__title4 {
    font-family: 'Play', serif;
    position: relative;
    z-index: 9000;
    font-size: 20px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
	.social-media a {
    border-radius: 25%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
    margin: 0 5px;
}
	
	.content__title5 {
    font-family: 'Roboto', serif;
    position: absolute;
    z-index: 9000;
    font-size: 13px;
    margin: 0px 0 0 0;
    bottom: 25px;
		display: block;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
    color: #ACAAAA;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
}

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


	.content__titlelogo {
    margin: 0vh 0 0 0 !important;
    position: relative;
    width: 80% !important;
    height: auto !important;
    text-align: left;
}
	
	.content__titlelogo2 {
    display: none;
}
	
	.content__title2 {
    font-size: 1.8vw;
    margin: 0px 0 0 0;
    position: relative;
    text-align: center;
		font-weight: lighter;
    color: #fff;
    font-family: 'Syncopate', sans-sérif;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.5);
}
	
	.content__title3 {
    font-family: 'Play', serif;
    position: relative;
    font-size: 16px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
	
	.content__title4 {
    font-family: 'Play', serif;
    position: relative;
    z-index: 9000;
    font-size: 20px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
	.social-media a {
    border-radius: 25%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
    margin: 0 5px;
}
	
	.content__title5 {
    font-family: 'Roboto', serif;
    position: absolute;
    z-index: 9000;
    font-size: 13px;
    margin: 0px 0 0 0;
    bottom: 25px;
		display: block;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
    color: #ACAAAA;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
}

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

.content__titlelogo {
    margin: 0vh 0 0 0 !important;
    position: relative;
    width: 65% !important;
    height: auto !important;
    text-align: left;
}
	
	.content__titlelogo2 {
    display: none;
}
	
	.content__title2 {
    font-size: 1.8vw;
    margin: 0px 0 0 0;
    position: relative;
    text-align: center;
		font-weight: lighter;
    color: #fff;
    font-family: 'Syncopate', sans-sérif;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.5);
}
	
	.content__title3 {
    font-family: 'Play', serif;
    position: relative;
    font-size: 16px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
	
	.content__title4 {
    font-family: 'Play', serif;
    position: relative;
    z-index: 9000;
    font-size: 20px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
	.social-media a {
    border-radius: 25%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
    margin: 0 5px;
}
	
	.content__title5 {
    font-family: 'Roboto', serif;
    position: absolute;
    z-index: 9000;
    font-size: 13px;
    margin: 0px 0 0 0;
    bottom: 25px;
		display: block;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
    color: #ACAAAA;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}

}

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

.content__titlelogo {
    margin: 0vh 0 0 0 !important;
    position: relative;
    width: 100% !important;
    height: auto !important;
    text-align: left;
}
	
	.content__titlelogo2 {
    display: none;
}
	
	.content__title2 {
    font-size: 3vw;
    margin: 0px 0 0 0;
    position: relative;
    text-align: center;
		font-weight: lighter;
    color: #fff;
    font-family: 'Syncopate', sans-sérif;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.5);
}
	
	.content__title3 {
    font-family: 'Play', serif;
    position: relative;
    font-size: 14px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
	
	.content__title4 {
    font-family: 'Play', serif;
    position: relative;
    z-index: 9000;
    font-size: 20px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
	.social-media a {
    border-radius: 25%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
    margin: 0 5px;
}
	
	.content__title5 {
    font-family: 'Roboto', serif;
    position: absolute;
    z-index: 9000;
    font-size: 13px;
    margin: 0px 0 0 0;
    bottom: 25px;
		display: block;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
    color: #ACAAAA;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}

}


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

.content__titlelogo {
    margin: 0vh 0 0 0 !important;
    position: relative;
    width: 85% !important;
    height: auto !important;
    text-align: left;
}
	
	.content__titlelogo2 {
    display: none;
}
	
	.content__title2 {
    font-size: 4.8vw;
    margin: 0px 0 0 0;
    position: relative;
    text-align: center;
		font-weight: lighter;
    color: #fff;
    font-family: 'Syncopate', sans-sérif;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.5);
}
	
	.content__title3 {
    font-family: 'Play', serif;
    position: relative;
    font-size: 14px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
	
	.content__title4 {
    font-family: 'Play', serif;
    position: relative;
    z-index: 9000;
    font-size: 20px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
	.social-media a {
    border-radius: 25%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
    margin: 0 5px;
}
	
	.content__title5 {
    font-family: 'Roboto', serif;
    position: absolute;
    z-index: 9000;
    font-size: 13px;
    margin: 0px 0 0 0;
    bottom: 25px;
		display: block;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
    color: #ACAAAA;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}

}

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


	.content__titlelogo {
    margin: 0vh 0 0 0 !important;
    position: relative;
    width: 55% !important;
    height: auto !important;
    text-align: left;
}
	
	.content__titlelogo2 {
    display: none;
}
	
	.content__title2 {
    font-size: 2.8vw;
    margin: 0px 0 0 0;
    position: relative;
    text-align: center;
		font-weight: lighter;
    color: #fff;
    font-family: 'Syncopate', sans-sérif;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.5);
}
	
	.content__title3 {
    font-family: 'Play', serif;
    position: relative;
    font-size: 16px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
	
	.content__title4 {
    font-family: 'Play', serif;
    position: relative;
    z-index: 9000;
    font-size: 20px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
	.social-media a {
    border-radius: 25%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
    margin: 0 5px;
}
	
	.content__title5 {
    font-family: 'Roboto', serif;
    position: absolute;
    z-index: 9000;
    font-size: 13px;
    margin: 0px 0 0 0;
    bottom: 25px;
		display: block;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
    color: #ACAAAA;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
}

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

.content__titlelogo {
    margin: 0vh 0 0 0 !important;
    position: relative;
    width: 85% !important;
    height: auto !important;
    text-align: left;
}
	
	.content__titlelogo2 {
    display: none;
}
	
	.content__title2 {
    font-size: 4.8vw;
    margin: 0px 0 0 0;
    position: relative;
    text-align: center;
		font-weight: lighter;
    color: #fff;
    font-family: 'Syncopate', sans-sérif;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.5);
}
	
	.content__title3 {
    font-family: 'Play', serif;
    position: relative;
    font-size: 14px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
	
	.content__title4 {
    font-family: 'Play', serif;
    position: relative;
    z-index: 9000;
    font-size: 20px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}
	
	.social-media a {
    border-radius: 25%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0;
    width: 25px;
    margin: 0 5px;
}
	
	.content__title5 {
    font-family: 'Roboto', serif;
    position: absolute;
    z-index: 9000;
    font-size: 13px;
    margin: 0px 0 0 0;
    bottom: 25px;
		display: block;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
    color: #ACAAAA;
    text-align: center;
    font-weight: 400;
    animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.8);
}

}


@media screen and (max-width: 40em) {

	.codrops-icon span {
		display: none;
	}

	.related {
		font-size: 80%;
	}

}