/* UNIVERSAL */

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	font-size: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/* ROOT FONT STYLES */
@font-face {
    font-family: 'ElegantSans';
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/es_reg.otf) format('opentype');
}
@font-face {
    font-family: 'ElegantSans';
    font-style: normal;
    font-weight: 900;
    src: url(/webfonts/es_bold.otf) format('opentype');
}
@font-face {
    font-family: 'ElegantSans';
    font-style: normal;
    font-weight: 300;
    src: url(/webfonts/es_light.otf) format('opentype');
}
@font-face {
    font-family: 'Harelia';
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/harelia.otf) format('opentype');
}
body * {
  font-family: 'ElegantSans', sans-serif;
  color: #333447;
  font-size: 1.8rem;
}
pre {
	font-family: monospace;
    font-size: 1.5em;
}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Harelia';
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  color: #634b66;
}
h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-size: 1.8rem;
  font-weight: 600;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class*="col-"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

/* HEADER */
.header {
	position: relative;
	text-align: center;
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	width:100vw;
}
.headerScrollSpacer {
	position: relative;
	text-align: center;
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	width:100vw;
}
.header-image {
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100vw;
	position: fixed;
	z-index: -100;
	background-image: url("/img/header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	pointer-events: none;
}
/*
@media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.header-image {
		background-image: url("/img/header_hby0rz_c_scale,w_1076.jpg");
	}
}
@media(min-width: 800px) {
	.header-image {
		background-image: url("/img/header_hby0rz_c_scale,w_1266.jpg");
	}
}
@media(-webkit-min-device-pixel-ratio: 2) and (min-width: 800px), (min-resolution: 192dpi) and (min-width: 800px) {
	.header-image {
		background-image: url("/img/header_hby0rz_c_scale,w_1400.jpg");
	}
}*/
/*.header-image picture,
.header-image picture img {
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
    width: auto;
}*/

.header-grayScale {
	position: absolute;
	height: 100%;
    width: 100%;
    background: #51515166;
}
.header-headline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 10rem;
}
.header-headline-big {
	font-family: 'Harelia';
  	text-align: center;
	color: white;
	font-size: 4rem;
}
.header-headline-small {
	font-family: 'Harelia';
  	text-align: center;
	color: white;
	font-size: 2rem;
}
@media only screen and (min-width: 60em) {
	.header-headline-big {
		font-size: 8rem;
	}
	.header-headline-small {
		font-size: 3rem;
	}
}
.scrollDown {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 2rem);
}
.scrollDown i {
	color: white;
	font-size: 3rem;
}
.eventLink {
	text-decoration: none;
}
.eventDetails {
	position: relative;
	background: white;
	padding: 10px;
	width: 340px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.eventDetailsCol {
	display: inline-block;
    margin: 0.5rem 2%;
	min-height: 0.125rem;
	position: relative;
}
div.eventDetailsCol * {
	font-size: 1.5rem;
}
.eventDetailsCol .eventDetailsCol1,
.eventDetailsCol .eventDetailsCol2,
.eventDetailsCol .eventDetailsCol2 {
	padding-right: 0.5rem;
}
.eventDetailsCol1 {
	margin-bottom: 0;
}
.eventDetailsCol3 {
	position: absolute;
    top: 25%;
    right: 10px;
}

.tabContainer {
	
}
.addCal {
	font-size: 2rem;
}
span.month {
	color: red;
    font-weight: bold;
    display: block;
	line-height: normal;
	margin-bottom: 10px;
}
span.date {
	font-size: 3rem;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: normal;
}
.eventTitle {
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	letter-spacing: 3px;
}
.eventLocation {
	color: grey;
	display: inline;
	cursor: pointer;
	text-decoration: none;
}
.eventLocation a {
	text-decoration: none;
}
.eventTiming {
	color: grey;
	display: inline;
}
span.eventTiming i {
	font-size: 1rem;
}
.mainContent {
	background-color: white;
	z-index: 10;
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: 5px;
}
#inviteContainer {
	position: relative;
	display: block;
}
.inviteColumn {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	position: relative;
	margin-left: calc(2% - 3px) !important;
    margin-right: calc(2% - 3px) !important;
    /*background: repeating-radial-gradient(
		circle,
		#a48da7,
		#a48da7 10px,
		#634b66 10px, 
		#634b66 20px
	  );*/
	background: #a48da7;
}
#inviteColumnPartner {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 3px solid #333447;
	position: relative;
	cursor: pointer;
	margin-left: calc(2% - 3px);
    margin-right: calc(2% - 3px);
}

.inviteColumn h3 {
	font-family: 'Harelia';
	background: #634b66;
	color: white;
    text-align: left;
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 15px 15px 15px 0;
	padding: 0 0 0 15px;
	text-align: center;
}
#addPartner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#addNewPartner {
	position: relative;
}
#partnerNameLabel {
	color: grey;
	background: #333447;
	position: absolute;
	top:0;
	left:0;
	margin-right: 15px;
    width: calc(100% - 15px);
}
#partnerName {
	background: transparent;
	position:relative;
	overflow: hidden;
	white-space: nowrap;
	/*-webkit-text-fill-color: transparent;*/
}
.invitation {
	
}
.corona p {
	margin: 10px;
}
.button {
	padding: 5px 10px;
	background-color: white;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	text-align: left;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.button.no {
	margin-left: -7px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.button.yes {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.button.addPartner {

}
#addNewPartner {
	display: none;
}
.button.selected, .button:hover {
	background-color: #333447;
	color: white;
}
.button.selected >i, 
.button:hover >i  {
	color: white;
}
#overlay {
	display: none;
	position:absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	width:100vw;
	z-index: 999;
	cursor: wait;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1000;
	margin: -30px 0 0 -30px;
	border: 10px solid #e7b5ab;
	border-radius: 50%;
	border-top: 10px solid #634b66;
	border-bottom: 10px solid #bbcbcb;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.subNote {
	font-family: monospace;
	font-size: 1.1rem;
}
#googleMaps {
	background-color: grey;
	width: 100%;
	height: 400px;
}
#inviteCode {
	display: none;
}
.css3grayscale1 {
	padding: 8px;
	float: left;
	-webkit-filter: grayscale(80%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
}
.css3grayscaleOut {
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.hotelTitle {
	font-weight: bold;
}
.hotel {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.hotel:hover {
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.hotel1 {
	background: #bbcbcb;
}
.hotel1:hover {
	background: rgba(187, 203, 203, 0.5);
}
.hotel2 {
	background: #e5ffde;
}
.hotel2:hover {
	background: rgba(229, 255, 222, 0.5);
}
.hotel3 {
	background: #e7b5ab;
}
.hotel3:hover {
	background: rgba(231, 181, 171, 0.5);
}
.instaLink a {
	text-decoration: none;
}
.instaLink,
.instaLink * {
	color: #634b66;
	font-weight: bold;
}
#inviteCodeContainer {
	position: fixed;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	margin: auto;
	background: url(/img/enter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#inviteCodeForm,
#inviteCodeForm label,
#inviteCodeForm #inviteCodeInput,
#inviteCodeForm #inviteCodeInput::placeholder,
#inviteCodeForm #inviteCodeInput::-webkit-input-placeholder,
#inviteCodeForm #inviteCodeInput::-moz-placeholder,
#inviteCodeForm #inviteCodeInput:-moz-placeholder,
#inviteCodeForm #inviteCodeInput:-ms-input-placeholder,
#inviteCodeForm #inviteCodeInput::-ms-input-placeholder {
	color: white;
	opacity: 1;
}
#inviteCodeForm {
	background: #a48da7;
    position: absolute;
    padding: 40px 10px;
    width: 200px;
    height: 140px;
	top: calc(50% - 103px);
    left: calc(50% - 113.5px);
    margin: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	
}
#inviteCodeForm #inviteCodeInput {
	background: #634b66;
	color: white;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	border: none;
	box-shadow: none;
	padding: 5px 0 0 0;
}
#inviteCodeForm #enter {
	margin-bottom: 0;
	margin-top: 15px;
}
.test {
	background: #6d7897;
	background: #e7b5ab;
	background: #a48da7;
	background: #e5ffde;
	background: #bbcbcb;
	background: #634b66;
}