/* CSS DOCUMENT */

* {
	margin:0;
	padding:0;
	font-family: "TwCenMTPro";
	font-style: normal;
	font-stretch: normal;
	font-weight: 500;
	line-height:1.0;
	letter-spacing: 0px;
	box-sizing:border-box;
	scroll-behavior:smooth;
	scroll-padding-top: 100px;
	transition:.5s ease;
}

body {
	background:#0c1e27;
}

sup {
	font-size:50%;
}

#wrapper {
	position:relative;
	z-index:3;
	padding:121px 22px 111px;
	/*background-image:url("../_img/bg.jpg");
	background-position:center top;
	background-repeat:repeat;
	background-attachment:fixed;*/
	overflow:hidden;
	text-align:center;
	max-width:1200px;
	margin:0 auto 0;
}

@media only screen and (min-width: 768px) {
	#wrapper {
		padding:131px 44px 141px;
	}
}

.gold {
	color:#f2df10;
	background: none;
	  -webkit-background-clip: unset;
	  -webkit-text-fill-color:unset;
	text-shadow:none;
}

h1 {
	color:#d9e9b2;
	text-align:center;
	text-transform:uppercase;
	font-size:34px;
	background: -webkit-linear-gradient(#d9e9b2, #c7e9ec);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	text-shadow:0px 0px .10em rgba(255,255,255,.1);
	margin:0 auto 22px;
}

#quotator h1 {
	margin: 0 auto 0;
}

h2 {
	color: #d9e9b2;
    font-size: 27px;
    display: block;
	text-decoration:none;
	margin: 0 auto 22px;
	font-weight:bold;
}

h2.select {
	color:#e33c69;
    display: inline-block;
	text-decoration:underline;
	margin: 0 auto 44px;
	font-weight:normal;
	cursor:pointer
}

h2.select:hover {
	color:#f2df10;
}

h2.divider {
	color:#FFFFFF;
    display: inline-block;
}

h2.active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	cursor:auto
}

h2.select.active:hover {
	color:#FFFFFF;
}

h4 {
	color:#FFFFFF;
	font-size:26px;
	line-height:1.1;
	text-transform:uppercase;
	background: -webkit-linear-gradient(#FFFFFF, #e1f3f6, #FFFFFF, #e1f3f6, #FFFFFF);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	text-shadow:0px 0px .10em rgba(255,255,255,.1);
}

h5 {
	font-size:16px;
}

p {
	font-size:16px;
	line-height:1.4;
}

span {
	line-height:inherit;
	font-size:inherit;
}

@media only screen and (min-width: 850px) {
	
	h1 {
		font-size:44px;
	}

}

/* ----- NAV BAR RULES ----- */

#nav {
	height:55px;
	background:rgba(0,0,0,.0);
	padding: 11px 12px 0px 6px;
	text-align:center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:50;
	transition:.3s ease;
	max-width:none;
	margin:0 auto 0;
	
	transition:.5s ease;
}

#nav.scroll {
	background:rgba(13,83,101,.95);
	border-bottom: 1px rgba(255,255,255,.5) ridge;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	-moz-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	box-shadow: 0 0 7px rgb(0 0 0 / 46%);
}

.hamburger {
  display:inline;
  position: fixed;
  top: 15px;
  left: 17px;
  height: 28px;
  width: 32px;
  cursor: pointer;
  z-index: 113;
  background-attachment: fixed;
  -webkit-transition: .5s;
  transition: .5s;
}

.hamburger.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active .middle {
  opacity: 0;
}

.hamburger.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.hamburger span {
  background: #fff5ea;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger:hover span{
  opacity:.8;
}

.hamburger span:nth-of-type(2) {
  background:#fff5ea;
  top: 11px;
}

.hamburger span:nth-of-type(3) {
	background:#fff5ea !important;
  top: 22px;
}

.hamburger .text {
	display: block;
    position: absolute;
    bottom: -10px;
    font-size: 9px;
    width: 100%;
    opacity: .5;
    letter-spacing: 2px;
}

.nav-title {
	width: 105px;
    margin: 0;
	transform: translateY(-3px);
	filter:brightness(1.4)
}

.nav-title:hover {
	filter:brightness(1.9)
}

#nav-items {
	display:none;
	margin:0 0 0 12px;
	float:left;
}

#nav-items ul {
	display: block;
	margin:0 auto 0;
	padding:0;
}
#nav-items ul li {
	padding: 0px 26px 0px 8px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin:0;
}

#nav-items ul li.nav-item a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    transform: translateY(-4px);
    display: block;
    letter-spacing: 2px;
    font-weight: 400;
	color:#FFFFFF;
	background: -webkit-linear-gradient(#FFFFFF, #b7e3e7, #FFFFFF, #b7e3e7, #FFFFFF);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	text-shadow:0px 0px .10em rgba(255,255,255,.1);
}

#nav-items ul li.nav-item a:hover {
	color:#f2df10;
	background: none;
	  -webkit-background-clip: unset;
	  -webkit-text-fill-color:unset;
	text-shadow:none;
}

#nav-items ul li.social a {
	text-decoration:none;
}

#nav-items ul li.social a i {
	color:#FFFFFF;
	font-size:21px;
	margin: 0 10px 0 0;
}

#nav-items ul li.nav-item a:hover, #nav .social a:hover i {
	color:#FFFFFF;
}

.fa-user-circle {
	margin-left:4px;
}

.mfp-bg {
	opacity:0.95 !important;
}

.mfp-close {
	color:#FFFFFF !important;
}
	
#nav a.button {
	
	z-index:20;
	position:relative;
	float:right;
	margin:0px;
	transform:translateY(-3px);
	background: #f9d833;
	color:#000000;
    padding: 10px 17px 0px;
	filter: drop-shadow(0px 0px 10px #f9d833)

}

#nav a.button:hover {
	filter: none;
	cursor:pointer;
}

@media only screen and (min-width: 952px) {
	#nav-items {
		display:inline-block;
	}
	
	a.nav-production {
		display:block;
	}
	
	.hamburger {
    	display:none;
	}
	.overlay {
  		display:none;
  	}

}

#nav .social {
	display:none;
	float: right;
    padding-right: 22px;
}

@media only screen and (min-width: 374px) {
	#nav .social {
		display:inline;
	}
}

#nav .social a i {
	color: #FFFFFF;
    font-size: 23px;
    margin: 4px 9px 17px;
}
#nav h3 {
	color:#FFFFFF;
	font-size:22px;
	text-transform:uppercase;
}

#nav .social a i:hover {
	color: #FFFFFF;
}

#nav.scroll {
}


/* ----- OVERLAY RULES ----- */

.overlay {
  position: fixed;
  color:#fff5ea;
  background:rgba(0,0,0, .95);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  /*opacity: 1;
  visibility: hidden;*/
  -webkit-transition: opacity .35s, visibility .35s, height 1s;
  transition: opacity .35s, visibility .35s, height 1s;
  overflow: hidden;
  z-index:100;
  /*border-bottom:4px solid #aa1d38;*/
}

.overlay.open {
  /*opacity: 1;*/
  visibility: visible;
  height: 100%;
}

/*.overlay.open li {
  -webkit-animation: fadeIn .5s ease forwards;
          animation: fadeIn .5s ease forwards;
}*/

.overlay nav {
  	position: relative;
  	height: 70%;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  	text-align: center;
}

.overlay nav .social {
	display:block !important;
}

#overlay a.button {
	float:none;
	margin:22px auto 22px;
	font-size: 22px;
    letter-spacing: 0px;
	max-width:250px;
}
	

.overlay-item {
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: uppercase;
  	font-style: normal;
  	font-weight: 400;
  	font-size: 22px;
	line-height:2;
  	letter-spacing:3px;
  	position: relative;
  	color: #fff5ea;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
}
					

.overlay .social {
	margin:22px auto 22px;
}

#overlay .social {
	float:none;
	margin:44px auto 0;
	padding:0;
}

.overlay .social a {
	display:inline-block;
	margin:0 auto 0;
	text-align:center;
	color:#FFFFFF;
	font-size:28px
}

#title {
	margin: 101px auto -10%;
    max-width: 800px;
	transform: scale(1.4);
}

#title-subpage {
	display:block;
	margin: 0 auto 44px;
	width:100%;
    max-width: 500px;
}

@media only screen and (min-width: 850px) {
	
	#title {
		margin: 141px auto -151px;
	}

}

#title img {
	width: 100%;
    display: block;
	position:absolute;
}

#title img:last-of-type {
	position:relative;
}

#billing {
	margin:0 auto 0;
	max-width:715px;
	text-align:center;
}

.desktop {
	display:none;
}

@media only screen and (min-width: 700px) {
	.desktop {
		display:inline-block;
	}

}

.billing-credit {
	width:100%;
	display:inline-block;
	text-align:center;
	padding:4px 4px 12px;
	vertical-align:top;
}

.billing-credit-lead {
	color:#d9e9b2;
	padding:0 0 6px;
	font-size:15px;
	line-height:1;
}

.billing-credit-name {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:22px;
	line-height:1;
	letter-spacing:.5px;
}

@media only screen and (min-width: 400px) {
	.billing-credit {
		width:calc(50% - 10px);
	}

}

@media only screen and (min-width: 700px) {
	.billing-credit {
		width:calc(25% - 4px);
	}

}

#arena {
	border:1px solid #FFFFFF;
	border-radius:4px;
	padding: 55px 44px 55px;
	text-align:center;
	overflow:hidden;
	background:#0d5365;
	margin:77px auto 77px;
	max-width:600px;
			}

.button {
	background: #d9e9b2;
    color: #000000;
    margin: 44px auto 0;
    display: block;
    max-width: 200px;
    font-weight: bold;
    text-align: center;
    padding: 15px 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
	line-height:1;
	border:none;
	filter: drop-shadow(0px 0px 10px #d9e9b2);
	transition:.5s ease;
}

.button:hover {
	filter: none;
}

#arena .button {
	margin:22px auto 0;
	color:#000000;
	background:#d9e9b2;
}

#video-background {
  display:none;
}

@media only screen and (min-width: 768px) {
		#video-background {
	  display:block;
	  width: 100vw;
	  height: 100vh;
	  object-fit: cover;
	  position: fixed;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  z-index: -1;
	}

}

#about {
	padding:22px 0;
}

#about h2 {
	color:#d9e9b2;
	font-size:34px;
	line-height:1.1;
	margin:0 auto 22px;
	max-width:700px;
	font-weight:700;
	letter-spacing:.5px;
}

#about p {
	color:#FFFFFF;
	font-size:19px;
	line-height:1.4;
	margin:0 auto 22px;
	max-width:800px;
}

/* COMPANY */

.bio {
	text-align:center;
	width: calc(49%);
	max-width: 200px;
    display: inline-block;
    margin: 0px;
    padding: 17px 9px 6px;
    transition: .3s ease;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    z-index: 11;
	filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
}

.bio.ensemble.creative {
	vertical-align:middle;
	filter: none;
}

.bio.ensemble.creative h4 {
	filter: none;
}

/*.bio.creative {
	background:none;
	border:none;
	width: calc(100%);
    margin: 0px 8px 11px;
}*/

.bio img {
	width: 100%;
    display: block;
    transition: .3s ease;
    margin: 0 auto 11px;
	border:2px solid #FFFFFF;
	filter:drop-shadow(0px 0px 0px #d9e9b2);
}

.bio:hover img {
	border:2px solid #d9e9b2;
	filter: drop-shadow(0px 0px 10px #d9e9b2);
}

.bio h4 {
	padding:0;
	color:#FFFFFF;
	margin:2px 0 3px;
	line-height:1.1;
	letter-spacing:0px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
}

.bio h5 {
	padding:0;
	color:#d9e9b2;
	margin:0 0 8px;
	font-size:16px;
	text-transform:none;
	letter-spacing:0px;
}

.bio-popup {
	position: relative;
	padding: 33px 20px;
	max-width: 900px;
	margin: 20px auto;
	border: 2px solid #FFFFFF;
	text-align:left;
	overflow:scroll;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
	background: linear-gradient(to bottom, #0d5365 0%, #00556b 100%);
}

.bio-popup::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.bio-popup img {
	float:none;
	display:block;
	margin:0px auto 33px;
	width:100%;
	max-width:200px;
    border: 2px #FFFFFF solid;
	filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
	transform: rotate(2deg);
}

.bio-popup h5 {
	color:#d9e9b2;
}

.bio-popup p, .bio-popup h4 {
	color:#FFFFFF;
}

.bio-popup h4, .bio-popup h5, .bio-popup p {
	display:inline;
}

.bio-popup a {
	color:#fff606;
}

@media only screen and (min-width: 950px) {
	
	.bio-popup {
		padding: 55px 44px 55px 44px;
		text-align:left;
	}
	
	.bio-popup img {
		float:right;
		margin:0 0 12px 33px;
	}
}

/* FOOTER */

#footer {
	border-top:1px ridge rgba(255,255,255,.5);
	margin:0 auto 0;
	text-align:center;
	padding:111px 44px 111px;
	background:rgba(13,83,101,.95);
	position:relative;
	z-index:3;
}

#footer p {
	color:#FFFFFF;
}

#footer p a {
	color:#d9e9b2
}

#footer p a:hover {
	color:#f2df10;
}

#footer p.mice {
	font-size: 14px;
    margin-top: 44px;
}

#footer p.info {
	margin:44px auto 0;
	border:1px ridge rgba(255,255,255,.5);
	display:inline-block;
	padding:22px 33px 17px;
	border-radius:11px;
}

#mc_embed_signup{background:none;clear:left; font:14px Helvetica,Arial,sans-serif; width: 100%;}
.mc-field-group p, mc-field-group span{color:#FFFFFF;font-size:16px !important;margin-bottom:11px !important;} #mce-EMAIL{font-size: 20px;padding: 8px 11px 4px; line-height: 1;color: #000000; margin-top:11px;} em {font-style:italic;} #mc_embed_signup h4{color:#d9e9b2;text-transform:uppercase;font-weight:bold;}
#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
#mergeRow-gdpr {margin-top: 20px;}
#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
#mc_embed_signup div.mce_inline_error{background:none !important;color:#f9d833 !important;margin:12px !important;}
#mce-success-response {color:#F9D833 !important;margin:12px !important;}

/*  PRIVACY */

.privacy-popup {
	position: relative;
	padding: 44px 20px;
	width: auto;
	max-width: none;;
	margin: 20px auto;
	text-align: center;
	line-height:1.4;
	background:#0d5365;
}

.privacy-popup h1 {
	text-transform:uppercase;
	margin:0 auto 8px;
	font-size:50px;
	line-height:1;
}

.privacy-popup h2 {
	color:#d9e9b2;
	font-size: 22px;
	margin: 22px auto 6px;
	border:none;
}

.privacy-popup p.date {
	font-style:italic;
	font-size:18px;
	margin:0 auto 12px;
}

.privacy-popup p {
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	font-weight:200;
	margin:6px auto 22px;
}

.privacy-popup p a {
	color:#f2df10;
	text-decoration:underline;
}

.privacy-popup p a:hover {
	color: #FFFFFF;
}

.mfp-close-btn-in .mfp-close {
	color: #FFFFFF !important;
}

@media only screen and (min-width: 900px) {
	
	.privacy-popup {
		padding:77px;
	}
}

/* SLICK */

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
	width: 100%;
}

.slick-next, .slick-prev {
	display: block;
    position: absolute;
	border:0;
	background:none;
}

.slick-next {
	right:-11px;
	z-index:5;
	top: 5%;
	font-size:0;
}
		
.slick-prev {
	left:-11px;
	z-index:5;
	top: 5%;
	font-size:0;
}
		
/*.slick-dots li button::before {
	color:white !important
}*/

.slick-prev::before {
	content: "\276E" !important;
  	font-size: 30px !important;
	z-index:10001 !important;
	color: #FFFFFF;
}

.slick-next::before {
	content: "\276F" !important;
	font-size: 30px !important;
	z-index:10001 !important;
	color: #FFFFFF;
		}

/* PARTICLES */

canvas{ display: block; vertical-align: bottom;} /* ---- particles.js container ---- */ #particles-js{ z-index:2;position:fixed; width: 100%; height: 100%; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }