html,
body {
  height: 100%;
}

hr {
  max-width: 100px;
  height: 2px;
  border-top: 1px solid #e7dfdd;
  border-bottom: 1px solid #e7dfdd;
}

hr.colored {
  border-color: #a239ca;
}

hr.christmas {
  border-color: #0f7833;
}

@media (min-width: 992px) {
  hr {
    max-width: 150px;
  }
}

section.page-section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  section.page-section {
    padding: 75px 0;
  }
}

section.djpage-section {
  padding: 35px 0;
}

::-webkit-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --logolight: #e7dfdd;
  --logodark: #0e0b16;
  --pdlprimary: #cc0000;
  --pdlsecondary: #a239ca;
}

a {
  color: #a239ca;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:focus {
  color: #c81b10;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

p.lead {
  font-size: 24px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}

#mainNav {
  background-color: #0e0b16;
}

#mainNav .navbar-toggler {
  padding: 15px;
  color: #e7dfdd;
  font-size: 14px;
}

#mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
  color: #0e0b16;
  background-color: #e7dfdd;
}

#mainNav .navbar-brand {
  color: #e7dfdd;
  font-size: 24px;
  line-height: 44px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 40px;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #e7dfdd;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
  color: #a239ca;
}

@media (min-width: 992px) {
  #mainNav {
    height: auto;
    padding: 30px 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    background-color: transparent;
  }
  #mainNav.navbar-shrink {
    padding: 5px 0;
    background-color: #0e0b16;
  }
  #mainNav .navbar-brand {
    font-size: 26px;
    line-height: 50px;
  }
  #mainNav .navbar-brand img {
    height: 46px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item {
    margin-right: 5px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item:last-child {
    margin-right: 0;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    padding: 15px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
    color: #a239ca;
    border-radius: 0;
    border-radius: 5px;
    background-color: #e7dfdd;
  }
}

header.masthead {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #0e0b16;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  header.masthead {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  header.masthead {
    background-attachment: scroll;
  }
}

header.masthead .masthead-img {
  max-width: 150px;
  max-height: 150px;
}

header.masthead .masthead-title {
  font-size: 4rem;
  line-height: 4rem;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

header.masthead .masthead-subtitle {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

header.masthead .scroll-down {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

header.masthead .scroll-down .btn {
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: #e7dfdd;
  border: 2px solid #e7dfdd;
  border-radius: 100% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.masthead .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

header.masthead .scroll-down .btn:active, header.masthead .scroll-down .btn:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .masthead-img {
    max-width: 250px;
    max-height: 250px;
  }
  header.masthead .masthead-title {
    font-size: 5rem;
    line-height: 5rem;
  }
  header.masthead .masthead-subtitle {
    font-size: 2rem;
    line-height: 2rem;
  }
}

header.video {
  background: #222;
  overflow: hidden;
}

header.video .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: black;
}

header.video .container {
  position: relative;
}

header.video .container,
header.video .scroll-down {
  z-index: 999;
}

header.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-device-width: 1024px) {
  header.video {
    background: url("../img/agency/backgrounds/bg-mobile-fallback.jpg") #222 no-repeat center center scroll;
  }
  header.video video {
    display: none;
  }
}

/* Custom font */
@font-face {
    font-family: 'Aclonica';
    src: url('../fonts/Aclonica-Regular.ttf');
}

/* PDL Logo */
.pdl-headlogotext {
    font-family: "Aclonica";
    font-size: 3.5rem;
    line-height: 3.5rem;
}
.pdl-sublogotext {
    font-family: "Aclonica";
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.pdl-smalllogotext {
    font-family: "Aclonica";
    font-size: 1.3rem;
    line-height: 1.3rem;
}
.pdl-tinylogotext {
    font-family: "Aclonica";
    font-size: 1rem;
    line-height: 1rem;
}
.pdl-logored {
    color: var(--pdlprimary, #cc0000);
}
.pdl-logolight {
    color: var(--logolight, #e7dfdd);
}
.pdl-logodark {
    color: var(--logodark, #0e0b16);
}
.pdl-christmasgreen {
	color: var(--pdlchristmas, #0f7833);
}
.pdl-easteryellow {
	color: var(--pdleaster, #ffca4f);
}

/* DJ Area Title */
.djtitlered {
  color: #cc0000;
}
.djtitlewhite {
  color: #e7dfdd;
} 
.djtitledark {
  color: #0e0b16;
}    
.djtitletext {
  font-family: "Aclonica";
  font-size: 32px;
  color: #0e0b16;
  text-align: center;
}

/* Booking System Styling */
label {
    margin-top: 10px;
    margin-bottom: 1px;
}

.booking {
    text-align: center;
}
.bookingimages {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bookingtext {
    font: 700 24px/1.8 Lato, sans-serif;
    text-align: center;
}

/* Schedule Section */
.schedule {
  padding: 100px 0;
  text-align: center;
  color: #0e0b16;
  background-color: #e7dfdd;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  .schedule {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .schedule {
    background-attachment: scroll;
  }
}


/* Login form styling */

#signinForm .form-control {
  color:white;
}

#signinForm .form-control:focus {
  color:#495057;
}

#signinForm .form-control::-webkit-input-placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

#signinForm .form-control::-ms-input-placeholder {
  color: white;
}

#signinForm .form-control:focus::-webkit-input-placeholder {
  color: #495057;
  opacity: 1; /* Firefox */
}

#signinForm .form-control:focus::-ms-input-placeholder {
  color: #495057;
}


.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
  margin-top:5px;
  vertical-align: middle;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  color: var(--pdlsecondary);
}

.slider:before {
  font-size: 0.9em;
  position: absolute;
  content: "N";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--pdlsecondary);
}

input:focus + .slider {
  box-shadow: 0 0 3px var(--pdlsecondary);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  content: "Y";
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Chat Room */
.chat {
    height: 100% !important;
    width: 100% !important;
}

.chatroomcontainer iframe {
    border: 0;
    height: 80vh !important;
    width: 100% !important;
    border-radius: 10px;
    margin: 0;
    border: none;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.chatroomcontainer {
    min-height: 80vh !important;
    margin-top:20px;
    margin-left:0;
    border-radius: 15px;
    border: 3px solid #a239ca;
    background-color: #0e0b16;
    line-height: 0;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);	
}

.twitchchatroomcontainer iframe {
    border: 0;
    height: 40vh !important;
    width: 100% !important;
    border-radius: 10px;
    margin: 0;
    border: none;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.twitchchatroomcontainer {
    min-height: 40vh !important;
    margin-top:20px;
    margin-left:0;
    border-radius: 15px;
    border: 2px solid #a239ca;
    background-color: #000000;
    line-height: 0;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);	
}

.djchatroomcontainer iframe {
    border: 0;
    height: 50vh !important;
    width: 100% !important;
    border-radius: 10px;
    margin: 0;
    border: none;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);	
}

.djchatroomcontainer {
    min-height: 50vh !important;
    margin-top:5px;
    margin-left:0;
    border-radius: 15px;
    border: 2px solid #a239ca;
    background-color: #0e0b16;
    line-height: 0;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);	
}

.guestsignincontainer {
    padding:20px;
    margin-top:20px;
    margin-left:0;
    border-radius: 15px;
    border: 2px solid #a239ca;
    background-color: #e7dfdd;
    background: #0e0b16;
    color: #e7dfdd;	
}

.guestsignincontainer h3{
    color: #cc0000;
}

.guestsignincontainertwitch {
    padding:20px;
    margin-top:20px;
    margin-left:0;
    border-radius: 15px;
    border: 2px solid #a239ca;
    background-color: #e7dfdd;
    background: #0e0b16;
    color: #e7dfdd;	
}

.guestsignincontainertwitch h3{
    color: #cc0000;
}

.pdlborder {
    border-radius: 15px;
    border: 2px solid #a239ca;
    background-color: #0e0b16;
    padding:1px;
} 

/* Player */
.player {
    border-radius: 15px;
    border: 2px solid #a239ca;
    background: #0e0b16;
    padding: 20px;
    max-width: 300px;
}

.playerbar {
    border-radius: 15px;
    border: 2px solid #a239ca;
    background: #e7dfdd;
    padding: 20px;
}

.playertitle {
    color: #a239ca;
    font-family: "Aclonica";
    font-size: 1.7rem;
    line-height: 1.7rem;
}

.status {
    border-radius: 150px;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 75px;
    height: 26px;
    padding: 2px;
}

.live {
    color: #ffffff;
    background: #cc0000;
}

.replay {
    color: #ffffff;
    background: #a239ca;
}

.nowplayingtext {
    color: #e7dfdd;
    font-size: 1rem;
    line-height: 1rem;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.qualitybox {
    background: #a239ca;
    border: 1px solid #e7dfdd;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 57px;
    height: 25px;
    color:#e7dfdd;
}

.externalplayer {
    background: #a239ca;
    border: 1px solid #e7dfdd;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 119px;
    height: 25px;
    color:#e7dfdd;
}

.twitchvideo {
    background: #a239ca;
    border: 1px solid #e7dfdd;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 119px;
    height: 25px;
    color:#e7dfdd;
}

.notstrictlydisco {
    background: #a239ca;
    border: 1px solid #e7dfdd;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 119px;
    height: 25px;
    color:#e7dfdd;
}

.boxactive {
  color: #f8f9fa;
  background-color: #cc0000;
  border: 1px solid #cc0000;
}

.boxactive:hover {
  color: #cc0000;
  background-color: #f8f9fa;
  border: 1px solid #cc0000;
}

.boxinactive {
  color: #f8f9fa;
  background-color: #a239ca;
  border: 1px solid #a239ca;
}

.boxinactive:hover {
  color: #a239ca;
  background-color: #f8f9fa;
  border: 1px solid #a239ca;
}

@media screen and (min-width: 1000px) {
   .interactwrapper {
       display: flex;
       height: auto;
       overflow: hidden; 
   }
   .playeraudio {
       flex: 0 0 300px;
	   max-height:320px;
   }
   .playertwitch {
       flex: 0 0 300px;
	   max-height:350px;
   }
   .playernsd {
       flex: 0 0 300px;
	   max-height:350px;
   }
   .playertwitchnsd {
       flex: 0 0 300px;
	   max-height:380px;
   }   
   .chatroomcontainer {
       margin-top: 0;
       margin-left:20px;
       flex:1;
   }
   .guestsignincontainer {
       margin-top: 0;
       margin-left:20px;
       flex:1;
   }
}

/* Twitch Player */
.twitchplayercontainer iframe {
    border: 0;
    height: 40vh !important;
    width: 100% !important;
    border-radius: 10px;
    margin: 0;
    border: none;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.twitchspacer {	
	max-width: 80vh;
	margin-left: auto;
	margin-right: auto;
}

.twitchplayercontainer {
    min-height: 40vh !important;
    padding:1px;
    margin-top:20px;
    margin-left:0;
    border-radius: 15px;
    border: 2px solid #a239ca;
    background-color: #000000;
	
	overflow: hidden;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);	
}

/* Modal */
.pdl-modal {
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  .pdl-modal {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .pdl-modal {
    background-attachment: scroll;
  }
}

.pdl-modal .modal-backdrop {
  display: none;
}

.pdl-modal .modal-dialog {
  max-width: none;
}

.pdl-modal .modal-dialog .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #e7dfdd;
  border: none;
  border-radius: 0;
  background: transparent;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pdl-modal .modal-dialog .modal-content h2 {
  font-size: 46px;
  margin: 0;
}

.pdl-modal .modal-dialog .modal-content .item-details {
  margin: 30px 0;
}

.pdl-modal .modal-dialog .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.pdl-modal .modal-dialog .close-modal:hover {
  opacity: 0.3;
}

.pdl-modal .modal-dialog .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #e7dfdd;
}

.pdl-modal .modal-dialog .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #e7dfdd;
}

/* Clock */
#studio-clock {
	position: absolute;
}
.clock {
	margin: auto;
	width: 163px !important;
	height: 163px !important;
	background-color: #f9f9f9;
	border: 2px solid #dddddd;
}

.clockwrapper div {
   width: 100%;
   min-height: 163px;
   padding: 0px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#djstatus { margin-top: 20px;}

@media screen and (min-width: 1000px) {
   .clockwrapper {
      height: auto; overflow: hidden; // clearing 
   }
   #clockcontainer { width: 163px; float: left; }
   #djstatus { margin-top: 0px; margin-left: 163px; }
}

.chat {
    height: 100%;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #a239ca;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}

/* Footer */
footer.footer {
  padding: 50px 0 20px;
  color: #e7dfdd;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  footer.footer {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  footer.footer {
    background-attachment: scroll;
  }
}

footer.footer a {
  color: #e7dfdd;
}

footer.footer a:hover {
  color: #e7dfdd;
}

footer.footer p {
  font-size: 22px;
}

footer.footer .footer-contact-details {
  margin: 75px 0;
}

footer.footer .footer-social {
  margin-bottom: 75px;
}

footer.footer .copyright {
  font-size: 1rem;
}

.btn {
  font-weight: 900;
  padding: 12px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary {
  border: 1px solid #e7dfdd;
  background-color: transparent;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #a239ca;
  border-color: #e7dfdd;
  background-color: #e7dfdd;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5);
  box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5);
}

.btn-secondary {
  border: 1px solid #222;
  background-color: transparent;
  color: #222;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  color: #e7dfdd !important;
  border-color: #a239ca !important;
  background-color: #a239ca !important;
}

.btn-secondary:active, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
}

button:hover {
  cursor: pointer;
}

.btn-full-width {
  font-size: 26px;
  font-weight: 200;
  padding: 50px 0;
  letter-spacing: normal;
  text-transform: none;
  color: #e7dfdd;
  border: 0;
  border-radius: 0;
  background-color: #222;
}

.btn-full-width:hover {
  color: #e7dfdd;
  background-color: #a239ca;
}

.btn-full-width:focus {
  color: #e7dfdd;
}

.text-primary {
  color: #a239ca !important;
}

a.text-primary {
  color: #a239ca !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #c81b10 !important;
}

.bg-inverse {
  background-color: #222 !important;
}

/* Owl Carousel Styling */
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-carousel.owl-theme .owl-controls .owl-prev,
.owl-carousel.owl-theme .owl-controls .owl-next {
  font-size: 30px !important;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 60px;
  margin: auto 0 !important;
  text-align: center;
  color: #e7dfdd !important;
  border-radius: 0 !important;
  background-color: #a239ca !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#schedulecarousel {
  padding: 65px;
}

#leaderboardcarousel {
  padding: 65px;
}

@media (max-width: 512px) {
  #schedulecarousel{
    padding: 0px;
  }
  #schedulecarousel .owl-wrapper-outer {
    margin-top:20px;
  }
  #schedulecarousel .owl-prev {
    visibility: hidden;
  }
  #schedulecarousel .owl-next {
    visibility: hidden;
  }

  #leaderboardcarousel {
    padding: 0px;
  }
  #leaderboardcarousel .owl-wrapper-outer {
    margin-top:20px;
  }
  #leaderboardcarousel .owl-prev {
    visibility: hidden;
  }
  #leaderboardcarousel .owl-next {
    visibility: hidden;
  }
}

.owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.owl-carousel.owl-theme .owl-controls .owl-next:hover {
  opacity: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-prev {
  left: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-next {
  right: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}

#signinGuestForm .btn-primary {
  background-color: #a239ca;
  color: #e7dfdd;
  border: 1px solid #a239ca;
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

#signinGuestForm .form-control:focus {
  border-color: #a239ca;
}

#signinGuestForm .btn-primary:hover {
  background-color: #f8f9fa;
  border-color:#a239ca;
  color: #a239ca;
}

@media (max-width: 512px) {
  
  #signinGuestForm .form-control {
    width:100%;
    border-radius:.3rem;
  }

  #signinGuestForm .input-group {
    display:block;

  }
  #signinGuestForm .btn-primary {
    margin-top: 10px;
    border-radius:0;
  }
}

/* Validate email button */
.btn-validate {
  padding: 3rem 0;
  font-weight: 300 !important;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.5rem;
  background-color: #A239CA;
  color: #e7dfdd;
}
.btn-validate:hover {
  color: #e7dfdd;
  background-color: #A239CA;
}