
/* GLOBAL ELEMENTS */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	position: relative;
	font-size: 0.9em;
}

body, input[type="submit"], button, select, option {
	font-family: 'helvetica_neueregular',robotoregular, Helvetica,Arial,sans-serif;
}

button {
	font-weight: bold;
}

.inactive {
	display: none;
}


/* HEADER */

#menuContainer {
	position: fixed;
	text-align: right;
	width: auto;
	right: 20px;
	top: 20px;
	z-index: 12;
	box-sizing: border-box;
	opacity: 0.8;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	-webkit-border-radius: 16;
  	-moz-border-radius: 16;
  	border-radius: 16px;
  	border: none;
}

#menuItems {
	display: none;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
	top:0;
	right: 0;
	padding: 100px 30px 20px 30px;
	-webkit-border-radius: 16;
  	-moz-border-radius: 16;
  	border-radius: 16px;
  	background: rgba(255, 255, 255, 1);
  	border: none;
}

#menuItems a {
	display: block;
	text-decoration: none;
	color: black;
	font-size: 1.3em;
	margin: 10px 0;
}

#menuItems a:hover  {
	color: #777;
}


html.no-touch #menuContainer:hover, #menuContainer.active {
	background: rgba(255, 255, 255, 1);
}

html.no-touch #menuContainer:hover #menuItems, #menuContainer.active #menuItems {
	display: block;
}

#menuLogo {
	position: relative;
	z-index: 11;
	height: 80px;
	cursor: pointer;
}

#visiteContainer {
	position: fixed;
	text-align: right;
	width: auto;
	right: 140px;
	top: 20px;
	z-index: 12;
	box-sizing: border-box;
	// opacity: 0.8;
	background-color: #c41d1f;
	padding: 10px;
	-webkit-border-radius: 16;
  	-moz-border-radius: 16;
  	border-radius: 16px;
  	border: none;
}

#visiteIcon {
	position: relative;
	z-index: 11;
	height: 80px;
	cursor: pointer;
}

#logoContainer {
	position: fixed;
	z-index: 10;
	top: 20px;
	left: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	width: auto;
	box-sizing: border-box;
}

#logoContainer:hover {
	background: rgba(255, 255, 255, 0.8);
}

#headerLogo {
	position: relative;
	z-index: 13;
	height: 60px;
	width: auto;
}

#bottomButtonsContainer {
	position: fixed;
	z-index: 11;
	bottom: 10px;
	right: -5px;
	padding: 5px 15px 5px 40px;
	background-color: rgba(200, 200, 200, 0.5);
	border-radius: 4px;
}

#toggleBottomButtonsContainer {
	position: absolute;
	left : 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40px;
	height: 100px;
	background-image: url("../img/icon_right.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
	cursor: pointer;
}

.mainButton {
	width: 250px;
	background-color: rgba(160, 0, 81, 0.8);
	color: white;
	padding: 15px 0;
	box-sizing: border-box;
	line-height: 1em;
	font-size: 1.5em;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#bookingButton {
	margin-bottom: 10px;
}



/* FOOTER */

#footer {
	position: relative;
	z-index: 10;
	width: 100%;
	background-color: white;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	padding: 30px 0;
	box-sizing: border-box;
}

#footer p {
	margin-top: 20px;
	padding: 0px 10%;
}

#footer a {
	margin: 0 10px;
}

#share_buttons_container {
	margin-top: 20px;
}

#share_buttons_container a {
	text-decoration: none;
}

#share_buttons_container img {
	width: 100px;
	height: auto;
}

#pap_logos {
	margin: 0 auto;
}

#pap_logos td {
	font-size: 1.5em;
	font-style: normal;
	padding: 0 10px;
}

#pap_logos a {
	display: inline;
	text-decoration: none;
}

#pap_logos img {
	max-height: 100px;
	max-width: 100px;
	width: auto;
	height: auto;
}



/* SPINNER */
#spinnerContainer {
	display: none;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 22;
}
.lds-spinner {
  color: official;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */       
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  padding: 10px;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 1000px;
  	position: relative;

  box-sizing: border-box;
  border: 1px solid #a30909;
  border-radius: 4px;
  margin: 40px auto;
}

.modal-container{
	position: relative;
}

.vrDisplay {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
  // background-color: #fefefe;
  // border: 1px solid #a30909;
  // border-radius: 4px;

}

.modal-content-text {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 10px;
  // border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 1000px;
  	position: relative;
	height: auto;

  // box-sizing: border-box;
  border: 1px solid #a30909;
  border-radius: 4px;
  margin: 40px auto;
}

.vrDisplay iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #a30909;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}