html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Global CSS */
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: calc(1.0em + 1vw);
color: #000;
}

.fixed-top {
height: 80px;
max-height: 80px;
}

.navbar-toggler-icon {
width: 1.0em;
height: 1.0em;
}

.navbar-toggler, .navbar-toggler.collapsed {
position: absolute;
right: 5px;
top: 20px;
}

p {
font-size: 0.6em;
line-height: 1.50em;
}

a {
color: #0095eb;
}

a:hover {
color: #02ccfc;    
text-decoration: none;
}

.h2, h2 {
font-family: 'Montserrat', sans-serif;
font-size: 1.25em;
font-weight: 900;
text-transform: uppercase;
line-height: 1.0em;
}

.h3, h3 {
font-family: 'Montserrat', sans-serif;    
color: #000;
font-size: 0.8em;
font-weight: 900;
text-transform: uppercase;
line-height: 1.1em;
}

.h4, h4 {
font-family: 'Montserrat', sans-serif;    
color: #02ccfc;
font-weight: bold;
font-size: 0.8em;
line-height:1.0em;    
}

.h5, h5 {
font-size: 0.60em;
font-weight: 600;
text-transform: uppercase;
line-height: 1.1em;
}

ul, ol {
font-size: 0.6em;
}

ul.navbar-nav {
font-size: 1.0em;
}

.main-body {
margin-top: 80px !important;
}

.mobile-size {
width: 100%;
background: #000; 
}

.container {
max-width: 1280px;
}

/* Custom Blog Classes */
.card-blog {
border: none;
text-align: center;
border-bottom: 1px #ebebeb solid;
background: transparent;
margin-bottom: 20px;
}

.card-header.card-title-blog {
padding: .50em;
border: none;
border-radius: 0;
}

.card-title-blog {
text-transform: uppercase;
font-size: 0.65em;
line-height: 1.2em;	
background: #000;
color: #fff;
border-radius: 0;
}

.card-body.card-inner-blog {
padding: 0.5em 0 1.0em;
}

/* Custom Nav Classes */
.dropdown-menu-right {
right: -20px;
min-width: 200px;
}

.navbar-dark .navbar-nav .nav-link {
color: #0095eb;
text-transform: uppercase;
font-size: 0.6em;
line-height: 1.50em;
}

.navbar-dark .navbar-nav .nav-link:hover {
color: #02ccfc;
}

.navbar-expand .navbar-nav .nav-link {
padding-right: 1.0em;
padding-left: 1.0em;
}

.customSpacer {
width: 100%;
margin: 10px 0;
padding: 10px 0;
}

@media screen and (max-width: 990px) {
#nav {
background: #222;
padding: 20px;
width: 200px;
text-align: left;
position: fixed;
top: 75px;
right: 0;
}
}

.affiliate {
/* The image used */
background-image: url("https://www.clubreadydjschool.com/img/dj-affiliate-header.jpg");


/* Set a specific height */
height: 100%;
width: 100%;

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.tribe {
/* The image used */
background-image: url("https://www.clubreadydjschool.com/img/live-streaming-events-one.jpg");

/* Create the parallax scrolling effect */
background-attachment: scroll;
background-position: top left;
background-repeat: no-repeat;
background-size: contain;
}

/* Parallax Sections */
.parallax-feedback {
/* The image used */
background-image: url("https://www.clubreadydjschool.com/img/feedback-on-mixes.jpg");

/* Set a specific height */
height: 100%; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-equipment {
/* The image used */
background-image: url("https://www.clubreadydjschool.com/img/equipment-setup-bg.jpg");

/* Set a specific height */
height: 100%; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-mega {
/* The image used */
background-image: url("https://www.clubreadydjschool.com/img/club-ready-dj-course-mega-sale-bg.jpg");

/* Set a specific height */
height: 100%; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-headphones {
/* The image used */
background-image: url("https://www.clubreadydjschool.com/img/headphones-background.jpg");

/* Set a specific height */
height: 100%; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

/* Custom Text Classes */
.whiteLabel {
color: #fff;
text-transform: uppercase;
text-align: center;
}

.blackLabel {
color: #000;
font-weight: 900;
text-transform: uppercase;
text-align: center;
font-size: 0.65em;
line-height: 1.50em;
padding-top: 1.0rem;
}

.post-title {
margin: 10px auto;
width: 60%;
}

.post-title a {
color: #555;
}

.post-title a:hover {
text-decoration: none;
}

.infoLink {
color: #fff;
font-size: 0.6em;
line-height: 1.0em;
display: block;
line-height: 1.0em;
padding: 10px;
}

.infoLink:hover {
color: #222;
text-decoration: none;
}

.boxSubHead {
font-weight: 500;
font-style: italic;
font-size: 1.0em;
}

.copy {
text-transform: uppercase;
}

.small-copy {
font-size: 0.4em;
text-transform: uppercase;
}

/* Custom Bullet Classes */
ol.custom-bullets, ul.custom-bullets {
font-size: 0.6em;
line-height: 1.50em;
text-align: left;
padding-left: 1.5em;
}

ol.stories {
font-size: 0.5em;
line-height: 1.25em;
padding-left: 0;
}

/* Custom Image Classes */
.image-box {
position: relative;
overflow: hidden;
max-width: 100%;
transition: all 0.5s ease-in-out;
width: 100%;
cursor: pointer;
}

.image-box img {
width: 100%;
height: auto;
max-width: 100%;
display: block;
vertical-align: middle;
transition: all 0.5s ease-in-out;
}

.image-box:hover img, .image-box:focus img {
transform: scale(1.5);
}

.image-box .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.image-box:hover .overlay, .image-box:focus .overlay {
background: #02ccfc;
opacity: 0.9;
}

.image-box .overlay-restricted {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.image-box:hover .overlay-restricted, .image-box:focus .overlay-restricted {
background: #02ccfc;
opacity: 0.9;
background-image: url('https://www.clubreadydjschool.com/img/video-locked.png');
background-position: center center;
background-repeat: no-repeat;
background-size: 100px 100px;
}

.img-left {
float: left;
}

.img-custom {
width: 70%!important;
margin: 20px auto 0;
}

/* Custom Background Classes */
.bonus-bg {
background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("https://www.clubreadydjschool.com/img/advanced-transitions-course-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: right center;
}

.bg-custom {
background :#000;
}

/* Custom Button Classes */
.btn {
border-radius: 0;
}

.btn-bg-custom {
background: #02ccfc;
color: #000;
padding: 1.0em 2.0em;
text-transform: uppercase;
font-weight: 700;
}

.btn-bg-custom:hover {
background: #0095eb;
color: #000;
}

.btn-right {
float: right;
}

.infoButton {
color: #02ccfc;
text-transform: uppercase;
border: 1px #02ccfc solid;
padding: 10px 30px;
border-radius: 0;
}

.infoButton:hover {
color: #fff; 
border: 1px #fff solid;
}

.infoButtonDark {
color: #0095eb;
font-weight: bold;
text-transform: uppercase;
border: 1px #0095eb solid;
padding: 10px 30px;
border-radius: 0;
}

.infoButtonDark:hover {
color: #222; 
border: 1px #222 solid;
}

.actionButton {
color: #000;
text-transform: uppercase;
border: 1px #000 solid;
padding: 10px 30px;
border-radius: 0;
width: 100%;
}

.actionButton:hover {
color: #666;
border: 1px #666 solid;
padding: 10px 30px;
}

#myBtn {
display: none;
position: fixed;
bottom: 15px;
right: 15px;
z-index: 2;
font-size: 0.7em;
border: 1px #0095eb solid;
outline: none;
background-color: #02ccfc;
color: #000;
cursor: pointer;
padding: 10px 15px;
border-radius: 4px;
opacity: 0.8;
}

#myBtn:hover {
opacity: 0.6;
text-decoration: none;
}

#myBtn2 {
display: none;
position: fixed;
bottom: 15px;
right: 75px;
z-index: 2;
font-size: 0.7em;
border: 1px #0095eb solid;
outline: none;
background-color: #02ccfc;
color: #000;
cursor: pointer;
padding: 10px 15px;
border-radius: 4px;
opacity: 0.8;
}

#myBtn3, #myBtn4, #myBtn5, #myBtn6 {
display: none;
position: fixed;
bottom: 15px;
right: 25px;
z-index: 2;
font-size: 0.7em;
border: 1px #0095eb solid;
outline: none;
background-color: #02ccfc;
color: #000;
cursor: pointer;
padding: 10px 15px;
border-radius: 4px;
opacity: 0.8;
}

#myBtn2:hover, #myBtn3:hover, #myBtn4:hover, #myBtn5:hove, #myBtn6:hover {
opacity: 0.6;
text-decoration: none;
}

/* Custom Form Classes */
.form-control, .btn {
font-size: 0.6em;
}

.form-control {
border-radius: 0;
}

.form-control::-webkit-input-placeholder { color: #999; border-radius: 0;}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #999; border-radius: 0;}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #999; border-radius: 0;}  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #999; border-radius: 0;}  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #999; border-radius: 0;}  /* Microsoft Edge */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
border-color: rgba(0, 149, 235, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(0, 149, 235, 0.6);
outline: 0 none;
}

.subEmail {
width: 220px !important;
border-radius: 0;
}

.subButton {
width: 220px;
border-radius: 0;
background: #0095eb;
}

.subEmailSmall {
width: 100%;
border-radius: 0;
}

.subPasswordSmall {
width: 100%;
border-radius: 0;
}

.subButtonSmall {
width: 100%;
border-radius: 0;
background: #0095eb;
}

.form-check {
line-height: 1.0em;
}

.form-check-label {
margin-bottom: 0 !important;
vertical-align: top;
font-size: 0.5em;
}

/* Custom Carousel Slider Classes */
.owl-carousel.off {
display: block;
}

.owl-theme .owl-controls .owl-page {
display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
background: none repeat scroll 0 0 #869791;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px;
}

.post-slider.owl-carousel .owl-item img {
display: block;
width: 60%;
text-align: center;
margin: 0 auto;
}

.owl-prev {
left: 0;
top: 40%;
position: absolute;
font-size: 2.0em !important;
color: #02ccfc !important;
padding: 5px !important;
}

.owl-next {
right: 0;
top: 40%;
position: absolute;
font-size: 2.0em !important;
color: #02ccfc !important;
padding: 5px !important;
}

/* Custom Font Awesome Classes */
.fas {
font-size: 1.25em;
font-weight: 600;
color: #0095eb;
padding: 20px;
width: 280px;
}

.fas:hover {
color: #fff;
background: #0095eb;
}

.fas span {
font-weight: 500;    
color: #fff;    
font-family: 'Source Sans Pro', sans-serif;
font-size: 0.5em;
line-height: 1.0em;
vertical-align: middle;
}

.fas.fa-envelope, .fas.fa-thumbs-up, .fas.fa-question-circle, .fas.fa-handshake {
font-size: 1.25em;
font-weight: 600;
color: #0095eb;
padding: 20px;
width: 280px;
}

.fas.fa-envelope:hover, .fas.fa-thumbs-up:hove, .fas.fa-question-circle:hover, .fas.fa-handshake:hover {
color: #fff;
background: #0095eb;
}

.fas.fa-envelope span, .fas.fa-thumbs-up span, .fas.fa-question-circle span, .fas.fa-handshake span {
font-weight: 500;    
color: #fff;    
font-family: 'Source Sans Pro', sans-serif;
font-size: 0.5em;
line-height: 1.0em;
vertical-align: middle;
}

/* Custom Card Classes */
.card-stories {
width: 100%;
border-radius: 0;
border: none;
}

.card-stories-bodies {
width: 90%;
margin: 0 auto;
}

.card-headline {
text-transform: uppercase;
color: #0095eb;
}

/* Custom Iframe Classes */
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
 
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

/* Custom Accordian Classes */
#accordion .special {
background: #f2f2f2;
padding: 20px 0;
border-width: 0 1px 0 0;
border-style: solid;
border-color: #dadada;
width: 10%;
max-width: 50px;
text-align: center;
}

#accordion .card {
margin-bottom: 10px
}

#accordion .card-header {
padding: 0;
}

#accordion .btn-link {
padding: 0;
width: 100%;
text-align: left;
}

#accordion .btn-link:hover {
text-decoration: none;
}

#accordion .btn-link:focus {
text-decoration: none;
}

#accordion .faqQuestion {
text-align: left;
padding-left: 10px;
display: inline-block;
width: 90%;
vertical-align: middle;
}

#accordion .faqAnswer {
text-align: left;
margin-left: 10px;
}

/* Custom Modal Classes */
.modal {
margin-left: 2%;
}

.modal-backdrop {
background-color: #0095eb;
}


.modal.show .modal-dialog {
width: 800px;
max-width: 96%;
}

.modal-header .close {
padding: 0;
margin: 0;
}

.mobile-size-container {
background: #000;
line-height: 0;
}

.modal-subscribe {
background: #e2e0e1;
width: 480px;
margin: 0 auto;
padding: 0;
}

.subscribeSub {
text-align: center;
padding: 0 20px;
}

.subscribeNote {
font-size: 0.5em;
padding: 0 20px;
margin-top: 10px;
}

#tribe-members {
display: none;
height: 100%;
max-height: 100%;
}

/** Floating Video CSS */
.video0 {
display: none;
height: 100%;
max-height: 100%;
}

.video1 {
display: none;
height: 100%;
max-height: 100%;
}

.video2 {
display: none;
height: 100%;
max-height: 100%;
}

.video3 {
display: none;
height: 100%;
max-height: 100%;
}

section.visibleVid.videowrapper {
position: relative;
height: 0;
padding-bottom: 56.25%;
margin-bottom: 50px;
background: #000;
z-index: 3;
}

.visibleVid.fullVid.videowrapper.videoTag {
margin-bottom: 0;
}

section.hiddenVid.videowrapper {
position: relative;
height: 0;
padding-bottom: 33.5%;
margin-bottom: 50px;
background: #000;
z-index: 3;
width: 60%;
margin-left: 20%;
}

.videowrapper iframe,.videowrapper video {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}

/** Use .sticky */
.ytvideo .is-sticky,.videoTag .is-sticky{
position: fixed;
right: 3px;
bottom: 3px;
top: auto;
left: auto;
max-width: 320px;
max-height: 180px;
width: 320px;
height: 180px;
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 3;
}

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}

@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}

.close-button {
position: fixed;
box-sizing: border-box;
display: block;
right: 24px;
bottom: 175px;
top: auto;
left: auto;
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
display: none;
z-index: 3;
}

.close-button:before,
.close-button:after {
width: 20px;
height: 5px;
transform: rotate(-45deg);
content: '';
position: absolute;
top: 50%;
left: 50%;
display: block;
background-color: #4F2121;
transition: all 0.2s ease-out;
}

.close-button:after {
transform: rotate(45deg);
}

.close-button:hover:after {
transform: rotate(-45deg);
}

.close-button:hover:before {
transform: rotate(45deg);
}

.gradient-overlay {
position: fixed;
right: 3px;
bottom: 3px;
top: auto;
left: auto;
max-width: 280px;
max-height: 158px;
width: 280px;
height: 158px;
opacity: .01;
background: #000;
z-index: 2;
display: none;
}

i.fa.fa-arrows-alt {
position: fixed;
right: 8px;
bottom: 5px;
top: auto;
left: auto;
color: #fff;
z-index: 2;
cursor: pointer;
display: none;
}

.topFixer1 {
top: 70px !important;
}

.topFixer2 {
top: 205px !important;
}

.course-outline {
font-family: 'Source Sans Pro', sans-serif;
text-align: left;
white-space: normal !important;
min-height: 60px;
}

@media screen and (min-width: 577px){
.mobile-slider .item {
display: inline-block;
width: 28%;
margin: 0 2%;
}

.mobile-slider.owl-carousel .owl-item img {
text-align: center;
width: 75%;
margin: 0 auto;
}
}

@media screen and (max-width: 576px){
.mobile-slider .item {
display: inline-block;
width: 90%;
}

.btn-right {
float: none;
}

.img-left {
float: none;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
body {
text-align: center;
}

p {
text-align: center;
}

.course-outline {
font-family: 'Source Sans Pro', sans-serif;    
text-align: center;
margin-left: 0;
white-space: normal !important;
min-height: 20px !important;
}

.px-5 {
padding: 1.0rem !important;    
}

.mobile-size-container {
background: #fff;    
}

.mobile-size-top {
width: 80%;
max-width: 80%;
background: #000; 
margin: 10% 10% -10%;
z-index: 1;
}

.mobile-size-bottom-top {
width: 80%;
max-width: 80%;
background: #000; 
margin: 10% 10% -10%;
}

.mobile-size-bottom {
width: 80%;
max-width: 80%;
background: #000; 
margin: 0 10% -10%;
}

section.hiddenVid.videowrapper {
position: relative;
height: 0;
padding-bottom: 56.25%;
margin-bottom: 50px;
background: #000;
z-index: 3;
width: 90%;
margin-left: 5%;
}

.topFixer1 {
top: 80px !important;
}


.topFixer2 {
top: 145px !important;
}

.fas {
text-align:left;
padding: 0 0 0 10px;
}



.mobile-fix {
padding: 0 !important;
margin: 0 !important;
}

.mobile-fix-bottom {
margin-bottom: 0 !important;   
}

.mobile-fix-top {
margin-top: 0 !important;   
}

}

@media screen and (max-width: 320px){
.topFixer1 {
top: 80px !important;
}

.topFixer2 {
top: 165px !important;
}
}

.fixed-section {
position: -webkit-sticky; /* Safari & IE */
position: sticky;
top: 0;
z-index: -100;
}

.card .img-top {
display: none;
position: absolute;
z-index: 99;
}

.card:hover .img-top {
display: inline;
}

/* Intro VIP  */

#overlay {
position: absolute; 
top: 0; 
color: #FFF; 
text-align: center;
font-size: 20px;
background-color: rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
padding: 10px;
z-index: 1;
}

@media screen and (min-width: 1025px) {
.oltext {
top: 22%;
position: relative;
}

.olheader {
color: #FFF;
font-size: 72px;
font-weight: 900;
line-height: 1.0em;
margin-bottom: 25px;
}

.olsub {
color: #999;
font-size:22px;
font-weight: 500;
line-height: 1.5em;
max-width: 80%;
margin: 0 auto 40px;
}

.introVip {
margin: 0 20px;
border-radius: 25px;
height: 50px;
width: 250px;
border-width: 2px;
font-size: 0.8em;
}

#fname, #email {
width: 250px;
background: transparent;
}

#error-introvip {
width: 250px;
margin: 30px auto 0;
}

#fname, #email, #fname2, #email {
width: 250px;
background: transparent;
}

#error-side {
width: 100%;
margin: 10px auto 0;
text-align: center;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px){
.oltext {
top: 10%;
position: relative;
}

.olheader {
color: #FFF;
font-size: 60px;
font-weight: 900;
margin: 0 10%;
line-height: 1.0em;
margin-bottom: 25px;
}

.olsub {
color: #999;
font-size:20px;
font-weight: 500;
margin: 0 10%;
line-height: 1.5em;
margin-bottom: 40px;
}

.introVip {
margin: 0 20px;
border-radius: 25px;
height: 50px;
width: 200px;
border-width: 2px;
font-size: 0.7em;
}

#fnameintrovip, #emailintrovip {
width: 200px;
background: transparent;
}

#error-introvip {
width: 200px;
margin: 30px auto 0;
}

#fname, #email {
width: 200px;
background: transparent;
}

#error-introvip {
width: 100%;
margin: 10px auto 0;
text-align: center;
}
}

@media screen and (min-width: 577px) and (max-width: 768px){
.oltext {
top: 5%;
position: relative;
}

.olheader {
color: #FFF;
font-size: 48px;
font-weight: 900;
margin: 0 10%;
line-height: 1.0em;
margin-bottom: 25px;
}

.olsub {
color: #999;
font-size:16px;
font-weight: 500;
margin: 0 10%;
line-height: 1.5em;
margin-bottom: 20px;
}

.introVip {
margin: 0 20px;
border-radius: 25px;
height: 50px;
width: 150px;
border-width: 2px;
font-size: 0.6em;
}

#fnameintrovip, #emailintrovip {
width: 150px;
background: transparent;
}

#error-introvip {
width: 150px;
margin: 30px auto 0;
}

#fname, #email {
width: 150px;
background: transparent;
}

#error-side {
width: 100%;
margin: 10px auto 0;
text-align: center;
}
}

@media screen and (min-width: 0px) and (max-width: 576px){
.mobile-logo {
width: 80%;
}

.mobile-height {
height:550px;
}
    
.oltext {
top: 5%;
position: relative;
}

.olheader {
color: #FFF;
font-size: 32px;
font-weight: 900;
margin: 0 10%;
line-height: 1.0em;
margin-bottom: 25px;
}

.olsub {
color: #999;
font-size:12px;
font-weight: 500;
margin: 0 10%;
line-height: 1.5em;
margin-bottom: 20px;
}

.introVip {
margin: 0 20px;
border-radius: 25px;
height: 50px;
width: 250px;
border-width: 2px;
font-size: 0.6em;
}

#fnameintrovip, #emailintrovip {
width: 250px;
background: transparent;
margin-bottom: 10px;
}

#error-introvip {
width: 250px;
margin: 30px auto 0;
}

#fname, #email {
width: 250px;
background: transparent;
margin-bottom: 10px;
}

#error-side {
width: 100%;
margin: 10px auto 0;
text-align: center;
}
}

.introVip:focus {
background: transparent;
}

input#fnameintrovip {
background-image: url(https://www.clubreadydjschool.com/img/personicon.png);
background-repeat: no-repeat;
text-indent: 40px;
background-position: 5px center;
}

input#emailintrovip {
background-image: url(https://www.clubreadydjschool.com/img/envelopeicon.png);
background-repeat: no-repeat;
text-indent: 45px;
background-position: 10px center;
}

@media screen and (min-width: 768px) {
.book-top {
margin-top: -150px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
.book-top {
margin-top: -130px;
}

.text-left {
text-align: center !important;
}
}

.numberPlus {
background: red;
display: inline-block;
border-radius: 50%;
padding: 15px;
}

.noThanks {
color: #000;
margin: 20px 0;
display: block;
text-align: center;
line-height: 1.2em;
font-weight: 700;
font-size: 0.8em;
}

.priceBox {
background: #fff;
width: 80%;
margin: 50px 10%;
padding: 50px 0;
border-radius: 50px;
border: 3px #0095eb solid;
}

.parallax-zoom-header {
/* The image used */
background-image: url("../img/zoom-header.jpg");

/* Set a specific height */
height: auto !important;
display: -webkit-flex; /* NEW */
display: flex;
-webkit-flex-wrap: wrap; /* NEW */
flex-wrap: wrap;
justify-content: center;
align-items: last baseline;
padding-top: 350px !important;

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-vip-header {
/* The image used */
background-image: url("../img/vip-header.jpg");

/* Set a specific height */
height: auto !important;
display: -webkit-flex; /* NEW */
display: flex;
-webkit-flex-wrap: wrap; /* NEW */
flex-wrap: wrap;
justify-content: center;
align-items: last baseline;
padding-top: 350px !important;

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.oval-top {
/* The image used */
background-image: url("../img/oval-top.png");

/* Set a specific height */
height: 260px !important;
display: flex;
justify-content: center;
align-items: center; 

/* Create the parallax scrolling effect */
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.btn-bullet {
border-radius: 50%;
float: left;
display: block;
margin-bottom: 200px;
margin-right: 50px;
width: 50px;
height: 50px;
cursor: unset !important;
}

/* Media Breakpoint Fixes and Adjustments  */

/* Remove Parallax on Mobile wwwices  */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
.parallax-feedback, .parallax-equipment, .parallax-mega, .parallax-headphones, .parallax-zoom-header, .parallax-vip-header {
background-attachment:scroll !important;
background-size: cover;
height: 100%;
overflow: hidden;
}
}

.buySubHead {
color: #fff;
font-size: 0.8em;
font-weight: 500;
text-transform: none;
margin-top: -5px;
display: block;    
}