@charset "UTF-8";
/*@font-face {
  font-family: "dripicons-v2";
  src:url("../../assets/fonts/Dripicons/webfont/fonts/dripicons-v2.eot");
  src:url("../../assets/fonts/Dripicons/webfont/fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"),
    url("../../assets/fonts/Dripicons/webfont/fonts/dripicons-v2.woff") format("woff"),
    url("../../assets/fonts/Dripicons/webfont/fonts/dripicons-v2.ttf") format("truetype"),
    url("../../assets/fonts/Dripicons/webfont/fonts/dripicons-v2.svg#dripicons-v2") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "Aktiv Grotesk Regular";
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.eot");
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.woff") format("woff"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.ttf") format("truetype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Bold";
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.eot");
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.woff") format("woff"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.ttf") format("truetype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Medium";
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.eot");
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.woff") format("woff"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.ttf") format("truetype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');*/

*::-moz-selection { background-color: #FDD53F; color: #000; } 
*::selection { background-color: #FDD53F; color: #000; } 

*::-moz-selection { background-color: #000; color: #FDD53F; } 
*::selection { background-color: #000; color: #FDD53F; }  

@media only screen and (min-width: 960px) {  
	* {
	  /*cursor: none!important;*/  
	}
}
* {
	font-family: 'Aktiv Grotesk Regular', 'Helvetica', 'Arial'!important;
	box-sizing: inherit;
}
*:before,
*:after {
  box-sizing: inherit; 
}

html, body {
	overflow-x: hidden; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.wrapper {
	z-index: 2;  
}
nav {
	z-index: 3;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: inherit;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span 
{
	position: relative;
	z-index: 1;
}
h1 > span:before,
h2 > span:before,
h3 > span:before,
h4 > span:before 
{
	position: absolute;
	content: '';
	background-color: #f8e71c;
	height: 14px;
	bottom: 10px;
	left: 10px;
	right: -10px;
	z-index: -1;
}
h2 > span:before
{
	bottom: 0px;
	left: 10px;
	right: -10px; 
}
h3 > span:before,
h4 > span:before  
{
	bottom: 5px;
	left: 10px;
	right: -10px; 
}
h5, h6 {
	margin: 0;
	padding: 0;
	color: #000;
	/* text-decoration: underline; */
}
h1 {
    font-size: 3.625rem;
    margin-bottom: 20px;
}
h5 {
	margin-bottom: 20px;
} 
p {
	margin: 0;
	padding: 0;
	/* color: #000; */
	line-height: 1.4rem!important;
	margin-bottom: 20px;
	/* font-size: 1.2rem; */
}

a {
	margin: 0;
	padding: 0;
	color: #000;
}
a {
	color: #EE1D23;
}
a.more {
	position: relative;
	margin: 0;
	padding: 0;
    line-height: 1.8rem; 
}
a.more:before 
{
	position: absolute;
	content: '';
	background-color: #f8e71c;
	height: 14px;
	bottom: -5px;
	left: 50%;
	right: -10px;
	z-index: -1;
}
p a {
	text-decoration: underline;
}
menu {
	position: absolute;
	top: 30px;
	right: 30px;
}

section {
	max-width: 100%;
	position: relative;
}
section.first {
	position: relative;
	padding-top: 148px;
	height: 760px;
	display: -ms-flexbox;
	display: -webkit-flex;x
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section.first h5 {
	color: #ccc;
}
header {background: #fff;} 
footer {
	background: #fff;
	color: #000;  
}
footer .footer-content {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 50px 0; 
}

.wrapper_padding { 
	padding: 30px 50px;
}



#contact {
	width: 100%;
	max-width: 1260px;
	margin: 140px auto;
	margin-bottom: 100px;
}
.contact-bg {
	height: 600px;
	background: transparent url('') center center no-repeat;
	background-size: cover;
}
.contact-content {
	position: relative; 
	margin: 0 15%;
	margin-top: -200px;
	background-color: #fff;
} 
.contact-content .contact-content-text {
	padding: 40px 50px;
	margin: 0;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 1200px) {
	.contact-content .contact-content-text {
		padding: 70px 65px;
	}
	.contact-content .contact-content-text .contact-content-text-wrapper {
	}
}




#address { 
}
#address .address-content {
	width: 100%;
	max-width: 860px; 
	margin: 70px auto;
	margin-bottom: 100px;
}
#address h2 {
	color: #000;
	margin-bottom: 20px;
}


.paginate {
	overflow: hidden;
}
.paginate-container {
	padding: 0!important;
}
	.paginate .paginate-item {
		overflow: hidden;
		position: relative;
		height: 380px;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.28s ease;
		-moz-transition: all 0.28s ease;
		-o-transition: all 0.28s ease;
		transition: all 0.28s ease;
	}
	.paginate .paginate-item-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0px;
		left: 0;
		padding: 40px!important;
		background: transparent url('') center center no-repeat;
		background-size: cover;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.28s ease;
		-moz-transition: all 0.28s ease;
		-o-transition: all 0.28s ease;
		transition: all 0.28s ease;
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-o-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
		/*-webkit-filter: grayscale(100%) blur(7px);*/
		/*filter: grayscale(100%) blur(7px);*/
	}
	.paginate .paginate-item:hover .paginate-item-bg {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		/*-webkit-filter: grayscale(0%) blur(0px);*/
	  /*filter: grayscale(0%) blur(0px);*/
	}
	.paginate .paginate-item-logo {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0px;
		left: 0;
		padding: 40px!important;
		background: transparent url('') center center no-repeat;
		background-size: cover;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.28s ease;
		-moz-transition: all 0.28s ease;
		-o-transition: all 0.28s ease;
		transition: all 0.28s ease;
		/*-webkit-filter: grayscale(100%);*/
	  /*filter: grayscale(100%);*/
		background: transparent url() center center no-repeat;
		background-size: 100px;
		-webkit-filter: blur(7px);
	  filter: blur(7px);
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-o-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}
	.paginate .paginate-item:hover .paginate-item-logo {
		/*-webkit-filter: grayscale(0%);*/
	  /*filter: grayscale(0%);*/
		-webkit-filter: blur(0px);
	  filter: blur(0px);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.paginate .paginate-item-text {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0px;
		left: 0;
		padding: 40px!important;
		font-size: 40px;
		color: #fff;
		letter-spacing: -2px;
	  opacity: 1;
		text-align: center;
		display: -ms-flexbox;
		display: -webkit-flex;x
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: transparent url('') center center no-repeat;
		background-size: cover;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.28s ease;
		-moz-transition: all 0.28s ease;
		-o-transition: all 0.28s ease;
		transition: all 0.28s ease;
	}
	.paginate .paginate-item:hover .paginate-item-text {
		-webkit-filter: blur(0px);
	  filter: blur(0px);
	  opacity: 0;
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-o-transform: scale(3);
		-ms-transform: scale(3);
		transform: scale(3);
	}
	.paginate .paginate-item-text i.icon {
		position: relative;
		display: inline;
		top: 8px;
		left: 10px;
		/*opacity: 0;*/
		/*margin-left: -30px;*/
		-webkit-transition: all 0.28s ease;
		-moz-transition: all 0.28s ease;
		-o-transition: all 0.28s ease;
		transition: all 0.28s ease;
	}
	.paginate .paginate-item:hover .paginate-item-text i.icon {
		/*opacity: 1;*/
		/*margin-left: 0px;*/
	}


.menu-btn {
	z-index: 9999;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 15px;
	height: 30px;
}
.menu-btn {
  display: block;
}
.menu-btn span {
	position: absolute;
	background-color: #000;  
	width: 100%;
	height: 4px;

	transition: -webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78), 
	-webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78); 
} 
.menu-btn span:nth-child(1) {
	/*top: 0px;*/
}
.menu-btn span:nth-child(2) {
	/*top: 7px;*/
}
.menu-btn span:nth-child(3) {
	/*top: 14px;*/
}

.menu-btn  span {
  display: block;
  width: 100%;
  /* box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3); */
  border-radius: 3px;
  height: 4px;
  background: #444;
  transition: all .3s;
  position: relative;
}

.menu-btn span + span {
  margin-top: 5px;
}

html.menu-open .menu-btn span:nth-child(1) {
  animation: ease .7s top forwards;
  width: calc(100% + 5px);
}

.menu-btn span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

html.menu-open .menu-btn span:nth-child(2) {
  animation: ease .7s scaled forwards;
  /* background-color: #fff; */
}

.menu-btn span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

html.menu-open .menu-btn span:nth-child(3) {
  animation: ease .7s bottom forwards;
  /* left: -5px; */
  /* right: -5px; */
  width: calc(100% + 5px);
}

.menu-btn span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

html.menu-open,  
html.menu-open body {
	overflow: hidden!important; 
}
html .wrapper {
	z-index: 88;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* width: 100%; */
	background-color: #fff;
	-webkit-transform: translate(0%, 0px);
	-moz-transform: translate(0%, 0px);
	-o-transform: translate(0%, 0px);
	-ms-transform: translate(0%, 0px);
	transform: translate(0%, 0px);
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78), 
	-webkit-transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
html.menu-open .wrapper {
	-webkit-transform: translate(100%, 0px);
	-moz-transform: translate(100%, 0px);
	-o-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);
	transform: translate(100%, 0px);
}
html .menu-content {
	z-index: 99; 
	-webkit-transform: translate(-100%, 0px);
	-moz-transform: translate(-100%, 0px);
	-o-transform: translate(-100%, 0px);
	-ms-transform: translate(-100%, 0px);
	transform: translate(-100%, 0px);
	transition: -webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78), 
	-webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
html.menu-open .menu-content {
	-webkit-transform: translate(0%, 0px);
	-moz-transform: translate(0%, 0px);
	-o-transform: translate(0%, 0px);
	-ms-transform: translate(0%, 0px);
	transform: translate(0%, 0px); 
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78), 
	-webkit-transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.78); 
}
html nav {
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.99);
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.99);
	transition: transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.99), 
	-webkit-transform 0.5s cubic-bezier(0.86, 0.01, 0.77, 0.99); 
}
html.menu-open nav {
	-webkit-transform: translate(200%, -50%);
	-moz-transform: translate(200%, -50%);
	-o-transform: translate(200%, -50%);
	-ms-transform: translate(200%, -50%);
	transform: translate(200%, -50%);
	transition: -webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.99);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.99);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.99), 
	-webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.99);  
}

.menu-content {
	z-index: 1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #444;
	overflow: hidden;
}  

.menu-content .menu-content-wrapper {
	max-width: 890px;
	width: 100%;
	margin: 140px auto;
	color: #fff;
}
.menu-content .menu-content-wrapper-left {
	/*width: 70%;*/ 
}
.menu-content .menu-content-wrapper-left h4 {
	display: inline-block;
	font-size: 19px;
	color: #999;
	border-bottom: 2px solid #585858;
	margin-bottom: 30px;
}
.menu-content .menu-content-wrapper-left h4 > span:before {
	background-color: #585858;
	height: 8px;
	bottom: 1px;
	display: none;
}
.menu-content .menu-content-wrapper-left ul {
	font-size: 45px;
	line-height: 55px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-content .menu-content-wrapper-left ul li {
	margin-bottom: 30px; 
}
.menu-content .menu-content-wrapper-left ul li a {
	font-size: 45px;
	color: #fff;
}
.menu-content .menu-content-wrapper-right {
	width: 300px;
	font-size: 16px;
	padding-top: 65px;
}


@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
    background-color: #fff;
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg); 
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0); 
  }
  50% {
    bottom: 12px;
    transform: rotate(0); 
  }
  100% { 
    bottom: 12px;
    transform: rotate(135deg); 
    background-color: #fff; 
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 12px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}


