/******************************
*
*    1. Main Content
*    2. News Slider
*    3. Highlights
*    4. Calendar Background
*    5. Enquiry Form
*    6. Mail Sent Popup Confirmation 
*    7. Links For More Info
*
******************************/

/*********************************************
*
*  1. Main Content 
*
**********************************************/
#featureSection, #featureSectionRoyalSlider, #danceSection, #fitnessSection, #wellbeingSection, #shopSection, #highlights-container{
	width: 960px;
	position:relative;
	overflow: hidden;
	padding:0;
	background:rgba(255,255,255,1);
	}

#fitnessSection, #shopSection{
	background:#e5e4e3; /* Light grey bg */
	}

#danceSection img, #fitnessSection img, #wellbeingSection img{
	display:block;
	opacity:1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	}

#featureSection, #danceSection, #fitnessSection, #wellbeingSection, #shopSection{
	border-bottom:1px solid #D9D9D9;
	}

#featureSection h1, #danceSection h1, #fitnessSection h1, #wellbeingSection h1, #shopSection h1{
	width: 400px;
	position:absolute;
	top:50px;
	font-size:1em;
	color:#666;
	z-index:5
	}

#featureSection p, #danceSection p, #fitnessSection p, #wellbeingSection p, #shopSection p{
	width: 400px;
	position:absolute;
	top:100px;
	color:#999;
  font-size: 15px;
	z-index:5;
	}
	
#featureSection h1, #featureSection p, #fitnessSection h1, #fitnessSection p, #shopSection h1, #shopSection p{
	left:520px;
	}

#danceSection h1, #danceSection p, #wellbeingSection h1, #wellbeingSection p{
	left:50px;
	}

#featureSection h1{
	top:70px;
	}

#featureSection p{
	top:120px;
	}

#shopSection{
	height:300px;
	margin-top: 10px;
}

#cycler{
	position:relative;
	}

#cycler img{
	width:960px;
	position:absolute;
	z-index:1
	}

#cycler img.active{
	z-index:3
	}


/*********************************************
*
*  2. Slider
*
**********************************************/
#featureSection{
height:480px;
}

#featureSectionRoyalSlider{
height:330px;
}

#featureSection .mySlides {
display: none;
}

.mySlides img {
vertical-align: middle;
}

/* Caption text */
.mySlides .text {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 50px;
  text-align: center;
}

/* Next & previous buttons */
#featureSection .prev, #featureSection .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#featureSection .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#featureSection .prev:hover, #featureSection .next:hover {
  background-color: rgba(0,0,0,0.5);
}

/* The dots/bullets/indicators */
.sliderDots{
max-width: 960px;
height: 15px;
text-align: center;
margin: 0;
padding: 15px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  cursor: pointer;
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*********************************************
*
*  3. Highlights 
*
**********************************************/
#highlights-container{
	border-bottom:1px solid #D9D9D9;
  width: 930px !important;
  padding: 15px !important;
	}

.highlight{
	float: left;
  width: 220px;
  height: 350px;
	border: 1px solid #D9D9D9;
	margin-right: 14px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	}

.highlight:hover {
  -webkit-box-shadow:0 2px 7px #bbb; 
	-moz-box-shadow:0 2px 7px #bbb;
	box-shadow:0 2px 7px #bbb;
	}

.highlight img{
	width: 220px;
	position:relative;
	}

.highlight h3{
	color: #666;
	width: 220px;
	text-align:center;
	position:relative;
  top: -130px;
	}
	
.highlight p{
	color: #999;
  max-width: 220px;
	text-align:center;
	position:relative;
	padding:15px;
  top: -130px;
	}

.highlight p:hover {
  text-decoration:none !important;
	}

.BDBLink {
	outline: none;
	text-decoration:none;
  margin-right: 0px !important
	}

.BDBLink:hover {
	text-decoration:none;
	}

.newsletter-hero {
  background: #fffaf5;
  color: #333;
  text-align: center;
  padding: 40px 20px;
  border-bottom: 1px solid #d1d1d1;
}

.newsletter-hero .container {
  max-width: 900px;
  margin: 0 auto;
}

.newsletter-hero h1 {
  font-size: 2.6rem;
  margin-bottom: 12px;
  color: #FFBE98;
  font-weight: bold;
}

.newsletter-hero p {
  font-size: 1.1rem;
  max-width: 680px;
  margin: 0 auto 25px;
  line-height: 1.5;
  color: #555;
}

.form-wrapper {
  background: #ffffff;
  border: 1px solid #ffe0d0;
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(255,190,152,0.15);
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 18px;
}

.input-group input {
  flex: 1;
  min-width: 180px;
  padding: 14px;
  font-size: 1rem;
  border: 1px solid #ffd1b8;
  border-radius: 6px;
  background: #fffaf5;
}

.input-group input[type="email"] {
  flex: 2;
  min-width: 260px;
}

.honeypot {
  display: none;
}

.form-wrapper button {
  background: #FFBE98;
  color: #fff;
  padding: 14px 40px;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.form-wrapper button:hover {
  background: #ffb084;
}

.form-message {
  margin-top: 15px;
  padding: 12px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  min-height: 20px;
}

.form-message.success {
  background-color: rgba(134, 216, 209, 0.6) !important;
  color: #fff;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.form-wrapper button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/*********************************************
*
*  4. Calendar Background 
*
**********************************************/
#timetable{
	background:url("../images/studio-img2.png") no-repeat center center;
	}


/*********************************************
*
*  5. ENQUIRY FORM
*
**********************************************/
#enquiryform{
	width: 720px;
	max-width: 720px;
	}

#enquiryform h1{
	font-size:1.5em
	}

#enquiryform p{
	font-size:1em
	}

.fields{
	width:100%;
	max-width:100%;
	}

#name, #email, #tel{
	min-width: 180px;
	padding:10px;
	}

#email{
	width: 246px;
	margin: 0 10px;
	}

#extrainfo, #notes{
	width: 700px;
	max-width: 700px;
	height:180px;
	max-height:180px;
	padding: 10px;
	margin: 10px auto
	}

#notes{
	height:50px;
	max-height:50px;
	}


/* all */
::-webkit-input-placeholder { color:#888; }
::-moz-placeholder { color:#888; } /* firefox 19+ */
:-ms-input-placeholder { color:#888; } /* ie */
input:-moz-placeholder { color:#888; }

/* individual: webkit */
#name::-webkit-input-placeholder, #email::-webkit-input-placeholder, #tel::-webkit-input-placeholder, #extrainfo::-webkit-input-placeholder, #notes::-webkit-input-placeholder { color:#888; text-transform:uppercase; font-style:italic; }

/* individual: mozilla */
#name::-moz-placeholder, #email::-moz-placeholder, #tel::-moz-placeholder, #extrainfo::-webkit-input-placeholder, #notes::-webkit-input-placeholder { color:#888; text-transform:uppercase; font-style:italic; }


/*********************************************
*
*  6. Mail Sent Popup Confirmation 
*
**********************************************/
#mailSentMessage{
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	top:0%;
	left:0%;
	webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	}

#mailSentMessage h1{
	width: 50%;
	height: 50px;
	margin: 25% auto 0 auto;
	font-size: 2.5em;
	}

#mailSentMessage p{
	width: 80%;
	height: 100px;
	margin: 10% auto 0 auto;
	font-size: 1.5em;
	}

.sendButton{
	display:block;
	width:50px;
	height:50px;
	padding: 10px;
	margin:15px auto;
	background-color:rgba(206,237,235,1);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	cursor:pointer;
	}

.sendButton:hover{
	background-color:rgba(100,245,236,1);
	-webkit-transition: all 0.4s ease-in-out;
    	-moz-transition: all 0.4s ease-in-out;
    	-ms-transition: all 0.4s ease-in-out;
    	-o-transition: all 0.4s ease-in-out;
   	 transition: all 0.4s ease-in-out;
	}
	
.sendButton span{
	position: relative;
	top: 15px;
	left: 4px;
    color: #fff;
    font-weight: bold;
	/*
    background-color: #565656;
  	color: transparent;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.4);
  	-webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
    */
	}


/*********************************************
*
*  7. Links For More Info 
*
**********************************************/	
.more-info-link{
background: #CEEDEB;
background: -webkit-linear-gradient(#CEEDEB, #CEEDEB);
background: linear-gradient(#CEEDEB, #CEEDEB);
border-color: #137ec6;
border-top-color: #1992da;
border-bottom-color: #0d6ab2;
color: #fff !important;
font-size: 13px;
padding: 6px 11px;
line-height: 22px;
border-radius: 4px;
cursor:pointer;
}


/*********************************************
*
*  8. Bonus Stuff 
*
**********************************************/	
#snow {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1000;
}

.html5-video-player{
overflow: visible !important;
}