* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	letter-spacing:0px;
	line-height:1;
	color:#FFFFFF;
	scroll-behavior: smooth;
	text-align:center;
}

body {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff260e+0,ab0000+100 */
background: linear-gradient(to bottom,  #ff260e 0%,#ab0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-attachment:fixed;

}

strong, em, span {
	color:inherit;
	font-family:inherit;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6, p {
	display:block;
	margin-bottom: 33px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "gotham-narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform:none;
}

h1 {
	font-size:30px;
	margin:0;
}

h2 {
	color:#FFFFFF;
	font-family: "linotype-didot", serif;
	font-weight: 700;
	font-style: italic;
	font-size:27px;
	text-transform:none;
}

h3 {
	font-family: "gotham-xnarrow", sans-serif;
	font-weight: 200;
	font-size:17px;
	text-transform:none;
	letter-spacing:1px;
	line-height:1.3;
}

h4 {font-size:24px;
	
}

p {
	font-size:15px;
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.6;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size:44px;
	}
	
	h2 {
		font-size:32px;
	}
	
	h3 {
		font-size:27px;
	}
	
	p {
		font-size:18px;
	}
}

.button {
	font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: normal;
    color: #FFFFFF;
    margin: 0px auto 0;
    display: inline-block;
    text-align: center;
    padding: 5px 22px 5px;
	border-radius:0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 34px;
	line-height:1;
	border:none;
	transition:.5s ease;
	background: #c2190d;
}

.button:hover {
	filter: drop-shadow(0px 0px 10px #faacad);
}

.button.main {
	
	z-index: 20;
    position: fixed;
	left:0;
	right:0;
    margin: 0px auto;
	max-width:280px;
    letter-spacing: 0px;

}

@media only screen and (max-width: 768px) {
	.button.main {
		position: fixed;
        margin: 11px;
        right: 11px;
        left: 11px;
        bottom: 0;
        max-width: none;
        padding: 17px;
        transform: none;
        border-radius: 0;
	}
	
}

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

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

#nav.scroll {
	-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: #faacad;
  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) {
  top: 11px;
}

.hamburger span:nth-of-type(3) {
  top: 22px;
}

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

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

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

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


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

.overlay {
  position: fixed;
  color:#FFFFFF;
  background:#030000;
  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;
	max-width:250px;
}
	

.overlay-item {
	font-family: "adso", sans-serif;
    font-weight: 700;
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: uppercase;
  	font-style: normal;
  	font-size: 28px;
	line-height:2;
  	position: relative;
  	color: #ffffff;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
	letter-spacing:1px;
}
					

.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;
	padding:11px;
}

#nav-title {
	width: 100%;
    max-width: 200px;
    margin: 14px auto 0;
}

/* WRAPPER */

#vignette {
	z-index:-1;
	height:100vh;
	width:100vw;
	position:fixed;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+20,0+50,0+80,0.2+100 */
background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#wrapper {
	display:block;
	max-width:1200px;
	margin:0 auto 0;
	overflow:hidden;
	padding:77px 44px 44px;
}

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

#quotator {
	display:block;
	padding:0px;
	text-align:center;
	position:relative;
	margin:44px 0 77px;
}

#quotator h1 {
	text-align:center;
}

#art {
	width:100%;
	margin: 0 auto 77px;
	display:block;
	position:relative;
}

#art img.mobile {
	display:block;
}

#art img.desktop {
	display:none;
}

@media only screen and (min-width: 768px) {
	
	#art img.mobile {
		display:none;
	}

	#art img.desktop {
		display:block;
	}
}

#art img {
	display:block;
	position: relative;
    width: 100%;
	height: auto;
    margin: 0 auto 44px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

/* #art img:last-of-type{
	position: relative;
}*/

#about {
	margin:-66px auto 0;
	padding:66px 0 0;
}

#about p:first-of-type {
	margin-top:44px;
}

/* COMPANY */

#company h2 {
	margin-top:77px;
}

.bio {
	text-align:center;
	width: calc(49%);
	max-width: 220px;
    display: inline-block;
    margin: 0px;
    padding: 17px 13px 17px;
    transition: .3s ease;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    z-index: 11;
}

.bio img {
	width: 100%;
    display: block;
    transition: .3s ease;
    margin: 0 auto 11px;
	border: 5px ridge #faacad;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	transform:rotate(-1deg);
}

.bio:nth-of-type(2n) img {
	transform:rotate(1deg);
}

.bio:hover img {
	border:5px solid #FFFFFF;
}

.bio h4 {
    color: #FFFFFF;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    font-weight: 700;
    display: inline-block;
    padding: 4px 8px 4px;
    font-family: "adso", sans-serif;
}

.bio h5 {
	padding: 0;
    color: #ec3f96;
    margin: 0px;
    text-transform: none;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 15px;
}

.bio h5 strong {
	font-weight: 500;
    font-size: 19px;
}

.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:#030000;
	border-radius:2px;
	background-attachment:fixed;
}

.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: 5px ridge #faacad;
	filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
	transform: rotate(2deg);
}

.bio-popup h4 {
	font-size:28px;
}

.bio-popup h5 {
	font-size:20px;
	color:#faacad;
	letter-spacing:0;
	font-weight:500;
	font-family: "nimbus-sans-condensed", sans-serif;
	text-transform:none;
}

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

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

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

@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 {
	padding: 0px 22px 77px;
}

@media only screen and (min-width: 768px) {
	#footer {
		padding: 44px 44px 111px;
	}
}

#email {
	margin: 44px auto 0;
	display:block;
	position:relative;
	z-index:5;
}

#email.nav-email {
	float: right;
    margin: 0;
    transform: translate(7px,-5px);
    width: calc(100% - 54px);
}

#social {
	margin: 44px auto 22px;
}

#social i {
			color:#FFFFFF;
			font-size:32px;
			margin:0 6px 17px;
		}
		
		#social i:hover {
			color:#faacad;
		}
		
#email input#mce-EMAIL {
	text-align: center;
    border: none;
    height: 43px;
    margin: 0;
    padding: 3px 8px 0;
    vertical-align: top;
    font-size: 16px;
    background: transparent;
    border-top: 2px solid #560000;
    border-left: 2px solid #5e0000;
    border-bottom: 2px solid #f2483a;
    border-right: 2px solid #cc2315;
    color: #faacad;
    width: 100%;
    max-width: 300px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
	letter-spacing:1px;
}
#email input#mce-EMAIL::placeholder {
    color: #faacad;
}
		
#email input.button {
    margin: 22px auto 0;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 22px 12px;
	border-radius:0;
    text-decoration: none;
    font-size: 34px;
	line-height:1;
	border:none;
	transition:.5s ease;
	background: #000000;

}

#social p {
	font-size:16px;
}

#social p.hashtag {
	color:#8bc2f1;
}

#mice p {
	font-size: 13px;
}

#email button:hover {
	background:#FFFFFF;
}
		
#mice {
	color: #0b0a09;
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	margin:77px auto 22px;
	max-width:500px;
}
		
#social a {
	color:#faacad;
}

#social a:hover {
	color:#FFFFFF;
}

/* #partners img {
	width:210px;
	display:block;
	margin:22px auto 22px;
} */

#mice a {
	color:#faacad;
}

#mice a:hover {
	color:#faacad;
}

/*  PRIVACY */

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

.privacy-popup h1 {
	text-transform:uppercase;
	margin:0 auto 8px;
	font-size:50px;
	color:#faacad
}

.privacy-popup h2 {
	color:#faacad;
	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 {
	font-size:14px;
	text-align:center;
	font-weight:200;
	margin:6px auto 22px;
}

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

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

.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;
	text-shadow: 0 0 11px rgba(0, 0, 0, .5);
}

.slick-next {
	right:11px;
	z-index:5;
	top: 85%;
	font-size:0;
}
		
.slick-prev {
	left:11px;
	z-index:5;
	top: 85%;
	font-size:0;
}

@media only screen and (min-width: 500px) {
	.slick-next {
		top: 80%;
	}

	.slick-prev {
		top: 80%;
	}
}

@media only screen and (min-width: 900px) {
	.slick-next {
		top: 75%;
	}

	.slick-prev {
		top: 75%;
	}
}
		
/*.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;
}
