#rcorners1 {
	position: relative;
    border-radius: 20px;
    background: rgba(43, 33, 85,0.8);
    padding: 20px;
    width: 280px;
    height: 130px;
margin: 0 auto;
}


#location {
  float: left;
  width: 100%;
  height: 540px;
  position: relative; }

#location-content {
  float: left;
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 9999;
  pointer-events: none;
	padding-left: 30px;
}

#location-content .text {
  float: left;
  width: 470px;
  position: relative;
  height: 480px;
  background-color: #D7DADB;
  margin: 30px 0 0 0; }

#location-content .text .table {
  display: table;
  width: 100%;
  height: 100%; }

#location-content .text .table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 130px; }

#location-content .text h2 {
  font-family: 'brandon_grotesquemedium';
	font-weight: normal;

  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.3rem;
  position: relative;
  color: #040332;
  margin: 0 0 45px 0; }

#location-content .text h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 33px;
  height: 1px;
  background-color: #040332;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

#location-content .text p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 12px 0; }

#location-content .text p strong {
 }

#location-content .grounds {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

#location-content .parking {
  float: left;
  width: 100%; }

#location-content .parking p:last-child {
  margin: 0; }

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }
.filterDiv {
    float: left;
    background-color: #2196F3;
    color: #ffffff;
   


    display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
	font-size: 14px;     font-family: 'Nunito', sans-serif;
	font-weight: 400;
	margin-left: 3px;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #db409a;
  color: white;
}











#video_overlays {
position:absolute;
float:left;
    width:100%;
    min-height:100vh;
    background-color:rgba(255,255,255,0.07);
    z-index:1;
}



/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}




sup { font-size: 11px;}


.logo { position:absolute;
left:0;
top:0; padding-left: 25px;padding-top: 25px;z-index: 3;}

h1 {
	    font-family: 'Nunito', sans-serif;
	font-weight: 700;
    color: #000;
    font-size:4.0em;
    line-height:1.0em;
	margin-bottom: 0.4em;
    }


h2 {
	    font-family: 'Nunito', sans-serif;
	font-weight: 400;
    color: #000;
    font-size:2.8em;
    line-height: 1.2em;
	margin-bottom: 0.7em;
    }



h3 {
	 font-family: 'Nunito', sans-serif;
	font-weight: 400;
    color: #db409a;
    font-size:1.8em;
    line-height: 1.2em;
	margin-bottom: 0.9em;
    }
h4 {
	 font-family: 'Nunito', sans-serif;
	font-weight: 400;
    color: #db409a;
    font-size:1.4em;
    line-height: 1.2em;
	margin-bottom: 0.9em;
    }



	@media only screen and (max-width: 1025px) {
	h1 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
    color: #000;
    font-size:3.0em;
    line-height: 1em;
	margin-bottom: 0.4em;
    }


h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
    color: #000;
    font-size:2.3em;
    line-height: 1.2em;
	margin-bottom: 0.7em;
    }

h3 {
 	font-family: 'Nunito', sans-serif;
	font-weight: 400;
    color: #db409a;
    font-size:1.4em;
    line-height: 1.2em;
	margin-bottom: 0.9em;
    }
		
		.arrow{
display: none;
	}


		
}








.large {font-size: 1.6em; }




p {  font-size: 1.2em;
line-height: 1.4em;
     font-family: 'Nunito', sans-serif;
	font-weight: 400;
  color: #666;
	    margin-bottom: 1.5em;
}
.padfix { padding-top: 50px; padding-bottom: 50px;}
.pad { padding-top: 120px; padding-bottom: 60px;}
.purple {background-color: #2b2155;}
.purplemargin {background-color: #2b2155;margin-top: -100px;}

.boosstgradient{
    padding-bottom:70px;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(219,64,154,1) 0%, rgba(43,33,85,1) 100%);
}



.purpletext {color: #2b2155;}
.magenta {background-color: #db409a;}
.boosstblue {color:#02bad8; margin-bottom: 1.2em;}
.bold { font-weight: 700;}
.pinktext { color: #db409a; font-weight: 700;}
.white {color: white;}
.whitetext {color: white; padding-left:20px; margin-top: -27px;}
.texture { background-image:url(../img/texture.png);}
.small { font-size: 14px;}
.padbox { padding: 20px;}
.borderleft {border-left: #FFFFFF 2px solid; padding-left: 20px;}

.boosstimage {   border-radius: 25px;}
.vacancies {
	background-color: rgb(34, 26, 67); border-radius: 25px; padding: 40px;}
.enoughform {
	background-color: rgb(255, 255, 255); border-radius: 25px; padding: 40px;}

.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}
.arrow{
margin:auto; /* Required */
 position:absolute; /* Required */
 bottom:0; /* Aligns at the bottom */
 left:0;right:0; /* Aligns horizontal center */
 max-height:100%; /* images bigger than 175 px  */
 max-width:100%;  /* will be shrinked to size */ 
height:100px;
width:200px;
z-index: 3;
	}

/**** BTN No. 12 ****/
.buttons-coll {
  width: 90%;
  margin: 50px auto;
  text-align: center;
}

.custom-btn {
  padding: 10px 25px;
    font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1em;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
	 z-index: -9999;
}





.btn-12 {
  border: 2px solid #fff;
  z-index: 0;
}
.btn-12:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
 z-index: -9999;
  background: #db409a;
  transition: all 0.3s ease;
}
.btn-12:hover {
  color: #fff;
}
.btn-12:hover:after {
  top: 0;
  height: 100%;
}
.btn-12:active {top: 2px;}


.btn-13 {
  border: 2px solid #db409a;
  z-index: 0;
	color: #db409a;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
 z-index: -9999;
  background: #db409a;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #fff;
}
.btn-13:hover:after {
  top: 0;
  height: 100%;
}
.btn-13:active {top: 2px;}




.btn-11 {
  border: 2px solid #fff;
  z-index: 0;
}
.btn-11:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
 z-index: -9999;
  background:#2b2155;
  transition: all 0.3s ease;
}
.btn-11:hover {
  color: #fff;
}
.btn-11:hover:after {
  top: 0;
  height: 100%;
}
.btn-11:active {top: 2px;}


#subscribe .form {
  float: left;
  width: 100%;
  margin: 8px 0 0 0; }

#subscribe .field-group {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

#subscribe .field-group input {
  float: left;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
    font-family: 'Nunito', sans-serif;
	font-weight: 400;;
  color: #000;
  border-radius: 2px;
  padding: 0 17px; }

#subscribe .field-alpha {
  float: left;
  width: calc(50% - 15px); }

#subscribe .field-beta {
  float: right;
  width: calc(50% - 15px); }

#subscribe .actions {
  float: left;
  width: 100%;
  margin: 27px 0 0 0; }

#subscribe .actions input {
  width: 170px;
  height: 50px;
  background-color:#000000;
  border: 1px solid #000000;
  font-size: 16px;
    font-family: 'Nunito', sans-serif;
	font-weight: 400;
text-transform: uppercase;

  color: #fff;
  border-radius: 2px;
  padding: 2px 0 0 0;
  -webkit-transition: background-color 200ms linear 0ms, color 200ms linear 0ms, border 200ms linear 0ms;
  transition: background-color 200ms linear 0ms, color 200ms linear 0ms, border 200ms linear 0ms; }

.no-touch #subscribe .actions input:hover {
  background-color: #FC4349;
	  border: 1px solid #FC4349;
  color: #fff; }

.no-touch #subscribe .actions input:focus {
  background-color: #B9DCD2;
  color: #D08813;
  border: 1px solid #B9DCD2; }

