/* Global CSS */
html {
overflow-x: hidden;   
}

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: #ed0709;
}

a:hover {
color: #ed0709;    
text-decoration: none;
}

.h2, h2 {
font-family: 'Montserrat', sans-serif;
font-size: 1.50em;
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: #ed0709;
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: 0.9em;
}

.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;
}

h4.card-title {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
}

.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: #ed0709;
text-transform: uppercase;
font-size: 0.6em;
line-height: 1.50em;
}

.navbar-dark .navbar-nav .nav-link:hover {
color: #ed0709;
}

.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: 1200px) {
.navbar-dark .navbar-nav .nav-link {
color: #ed0709;
text-transform: uppercase;
font-size: 0.4em;
line-height: 1.0em;
}
}

@media screen and (max-width: 990px) {
#nav {
background: #222;
padding: 20px;
width: 200px;
text-align: left;
position: fixed;
top: 75px;
right: 0;
}
}

/* Parallax Sections */
.parallax-shop {
/* The image used */
background-image: url("https://www.sydneydjschool.com/img/shop/student-shop-header.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.sydneydjschool.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;
}

.parallax-course {
/* The image used */
background-image: url("https://www.sydneydjschool.com/img/club-ready-dj-course-header.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-learn {
/* The image used */
background-image: url("https://www.sydneydjschool.com/img/what-you-learn-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-classes-header {
/* The image used */
background-image: url("../img/classes-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% !important;
float: left;
display: block;
margin-bottom: 200px;
margin-right: 50px;
width: 50px;
height: 50px;
cursor: unset !important;
}

/* 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;
}

.infoLink:hover {
color: #222;
text-decoration: none;
}

.boxSubHead {
font-weight: 500;
font-style: italic;
}

.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.custom-stars, ul.custom-stars {
font-size: 0.6em;
line-height: 1.50em;
text-align: left;
padding-left: 1.5em;
list-style: "\2605\00a0";
}

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: #ed0709;
opacity: 0.9;
}

.img-wrap {
position: relative;
height: 100%;
width: auto;
}

.img-description-layer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000;
background: rgba(0, 0, 0, 0.7);
color: #fff;
visibility: hidden;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
transition: opacity .2s, visibility .2s;
}

.img-wrap:hover .img-description-layer {
visibility: visible;
opacity: 1.0;
}

.img-description {
transition: .2s;
transform: translateY(1em);
font-size: 0.8em;
text-transform: uppercase;
}

.img-wrap:hover .img-description {
transform: translateY(0);
}

.title-description {
font-size: 0.7em;
line-height: 1.25em;
text-transform: uppercase;
margin-top: -10px;
margin-bottom: 0;
}

.btn.btn-bg-custom.text-white {
padding: 5px 10px;
border-radius: 3px;
font-weight: 500;
font-size: 0.45em;
}

.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: #ed0709;
opacity: 0.9;
background-image: url('https://www.sydneydjschool.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.sydneydjschool.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: #ed0709;
color: #000;
padding: 1.0em 2.0em;
text-transform: uppercase;
font-weight: 700;
}

.btn-bg-custom:hover {
background: #ed0709;
color: #000;
}

.btn-right {
float: right;
}

.infoButton {
color: #ed0709;
text-transform: uppercase;
border: 1px #ed0709 solid;
padding: 10px 30px;
border-radius: 0;
}

.infoButton:hover {
color: #fff; 
border: 1px #fff solid;
}

.infoButtonDark {
color: #ed0709;
font-weight: bold;
text-transform: uppercase;
border: 1px #ed0709 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 #ed0709 solid;
outline: none;
background-color: #ed0709;
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: 15px;
z-index: 2;
font-size: 0.7em;
border: 1px #ed0709 solid;
outline: none;
background-color: #ed0709;
color: #000;
cursor: pointer;
padding: 10px 15px;
border-radius: 4px;
opacity: 0.8;
}

#myBtn2:hover {
opacity: 0.6;
text-decoration: none;
}

/* Custom Form Classes */
.form-control, .btn {
font-size: 0.5em;
}

.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: #ed0709;
}

.subEmailSmall {
width: 100%;
border-radius: 0;
}

.subPasswordSmall {
width: 100%;
border-radius: 0;
}

.subButtonSmall {
width: 100%;
border-radius: 0;
background: #ed0709;
}

.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: #ed0709 !important;
padding: 5px !important;
}

.owl-next {
right: 0;
top: 40%;
position: absolute;
font-size: 2.0em !important;
color: #ed0709 !important;
padding: 5px !important;
}

/* Custom Font Awesome Classes */
.fas, .fab {
font-size: 0.9em;
font-weight: 600;
color: #ed0709;
padding: 25px 10px;
}

.fas:hover, .fab:hover {
color: #fff;
background: #ed0709;
}

.fas span, .fab 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: #ed0709;
}

/* 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;
color: #ed0709;
}

#accordion .special:hover {
color: #ed0709 !important;
}

#accordion .card {
margin-bottom: 10px
}

#accordion .card-header {
padding: 0;
}

#accordion .btn-link {
padding: 0;
width: 100%;
text-align: left;
color: #ed0709;
}

#accordion .btn-link:hover {
text-decoration: none;
color: #ed0709;
}

#accordion .btn-link:focus {
text-decoration: none;
color: #ed0709;
}

#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: #ed0709;
}


.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;
}

#wolfpack-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%;
}

.video4 {
display: none;
height: 100%;
max-height: 100%;
}

.video5 {
display: none;
height: 100%;
max-height: 100%;
}

.video6 {
display: none;
height: 100%;
max-height: 100%;
}

.video7 {
display: none;
height: 100%;
max-height: 100%;
}

.video8 {
display: none;
height: 100%;
max-height: 100%;
}

.video9 {
display: none;
height: 100%;
max-height: 100%;
}

.video10 {
display: none;
height: 100%;
max-height: 100%;
}

.video11 {
display: none;
height: 100%;
max-height: 100%;
}

.video12 {
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;
}

/* Media Breakpoint Fixes and Adjustments  */

/* Remove Parralax on Mobile Devices  */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
.parallax-feedback, .parallax-equipment, .parallax-mega, .parallax-headphones, .parallax-course, .parallax-learn, .parallax-classes-header {
background-attachment:scroll !important;
background-size: cover;
height: 100%;
overflow: hidden;
}
}

@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;
}
}

.course-outline {
font-family: 'Source Sans Pro', sans-serif;
text-align: left;
white-space: normal !important;
min-height: 60px;
}

@media screen and (max-width: 576px){
.mobile-slider .item {
display: inline-block;
width: 90%;
}

.course-outline {
font-family: 'Source Sans Pro', sans-serif;    
text-align: center;
margin-left: 0;
white-space: normal !important;
}

.btn-right {
float: none;
}

.img-left {
float: none;
}
}

@media screen and (min-width: 768px) {
.icon-position {
text-align: left;
}

.book-top {
margin-top: -150px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
body {
text-align: center;
}

.icon-position {
text-align: center;
}

.book-top {
margin-top: -130px;
}

p {
text-align: center;
}

.course-outline, .boxSubHead {
text-align: center;
}

.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;
}
}

@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;
margin: 0 10%;
line-height: 1.0em;
margin-bottom: 25px;
}

.olsub {
color: #999;
font-size:24px;
font-weight: 500;
margin: 0 10%;
line-height: 1.5em;
margin-bottom: 40px;
}

.introVip {
margin: 0 20px;
border-radius: 25px;
height: 50px;
width: 250px;
border-width: 2px;
font-size: 0.8em;
}

#fnameintrovip, #emailintrovip {
width: 250px;
background: transparent;
}

#error-introvip {
width: 250px;
margin: 30px auto 0;
}
}

@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;
}
}

@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;
}
}

@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;
}
}

.introVip:focus {
background: transparent;
}

#butintrovip {
background: #ed0709;
}

#butintrovip:hover {
background: #ed0709;
}

input#fnameintrovip {
background-image: url(https://www.sydneydjschool.com/img/personicon.png);
background-repeat: no-repeat;
text-indent: 40px;
background-position: 5px center;
}

input#emailintrovip {
background-image: url(https://www.sydneydjschool.com/img/envelopeicon.png);
background-repeat: no-repeat;
text-indent: 45px;
background-position: 10px center;
}

input#fnameintrovip:focus {
border-color: #ed0709;       
}

input#emailintrovip:focus {
border-color: #ed0709; 
}

.btn.focus, .btn:focus {
outline: 0;
box-shadow: none;
}

.imageup {
position: relative;
width: 100%;
cursor: pointer;
}

.overlayup {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
background-color: rgba(0,0,0,.8);
overflow: hidden;
width: 100%;
height: 40px;
transition: .5s ease;
}

.imageup:hover .overlayup {
height: 100%;
}

.imageup:hover .textup {
display: block;
}

.imageup:hover .textdown {
display: none;
}

.textup {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
display: none;
}

.textdown {
color: white;
font-size: 20px;
position: absolute;
top: 25px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
display: block;
}

.aboutus {
color: #fff;
line-height: normal;
display: inline-block;
height: 15px;
vertical-align: middle;
font-size: 0.6em;
}

.aboutcontainer {
position: relative;
}

.overlaybox {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #ed0709;
background: rgba(254, 108, 72, 0.7);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
cursor: pointer;
}

.aboutcontainer:hover .overlaybox {
height: 100%;
}

.abouttext {
color: white;
font-size: 28px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}

.testimonial-bg {
background-image: url(https://www.sydneydjschool.com/img/testimonials-bg.jpg);
background-repeat: no-repeat;
background-position: top center;    
}

.dropdown:hover>.dropdown-menu {
display: block;
}

.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}

.dropdown-menu {
background:  #222;
margin-top: -5px;
width: auto;
border-radius: 0;
}

.dropdown-item {
color: #ed0709;
text-transform: uppercase;
}

.dropdown-item:hover {
background: #222;
color: #ed0709;
}

.shop-bg {
/* The image used */
background-image: url("/img/pattern1.jpg");
background-position: top center;
background-repeat: repeat;
background-size: cover;
}

.modal-shop {
background: #000;
-webkit-box-shadow: 2px 1px 27px 8px rgba(255,255,255,0.48);
-moz-box-shadow: 2px 1px 27px 8px rgba(255,255,255,0.48);
box-shadow: 2px 1px 27px 8px rgba(255,255,255,0.48);
}

ul.check {
list-style-image: url('https://www.sydneydjschool.com/img/checkbox.jpg');
text-align: left;
}

.orderHead {
background: #000;
padding: 15px 10px;
color: #fff;
font-weight: 500;
font-size: 0.5em;
margin-bottom: 1.0em;
}

.img-thumbnail {
padding: 0;
background-color: transparent;
border: 0;
border-radius: 0;
max-width: 100%;
height: auto;
}

.modal-body {
padding: 0.5rem;
}

/* Custom Compare Prices Table */
.comparison {
margin: 0 auto;
text-align: center;
}

.comparison {
font-size: 0.5em;
}

.comparison table {
width: 100%;
border-spacing: 0;
table-layout: fixed;
}

.comparison td, .comparison th {
empty-cells: show;
padding: 10px;
vertical-align: top;
border: 1px #ccc solid;
}

.compare-heading {
font-size: 1.35em;
font-weight: 900 !important;
color: #ed0709;
line-height: 1.0em;
text-transform: uppercase;
margin-bottom: 20px;
padding: 10px !important;
}

.compare-heading span {
font-size: 0.6em;
font-weight: 600 !important;
color: #000;
line-height: 1.0em;
text-transform: none;
margin-bottom: 20px;
padding: 10px;
display: block;
}

.comparison tbody tr:nth-child(odd) {
display: none;
}

.comparison .compare-header {
background: #ed0709;
color: #fff;
font-size: 1.25em;
font-weight: 700;
}

.comparison .compare-row {
background: #F5F5F5;
}

.comparison .tickblue {
color: #0078C1;
}

.comparison .tickgreen {
color :#009E2C;
}

.comparison .tl {
background: #fff !important;
border: none !important;
}

.comparison th {
font-weight: normal;
padding: 10px 5px 0;
background: #f5f5f5;
border: 1px #ccc solid;
}

.comparison tr td:first-child {
text-align: left;
}

.comparison .price-info {
padding: 10px;
vertical-align: bottom;
}

.comparison .price-was {
color: #999;
text-decoration: line-through;
font-size: 0.75em;
}

.comparison .price-now, .comparison .price-now span {
color: #ed0709;
font-size: 0.8em;
font-weight: 600;
}

.comparison .price-now span {
font-size: 1.25em;
}

.comparison .price-buy {
background: #ed0709;
padding: 10px 20px;
font-size: 0.75em;
display: inline-block;
color: #FFF;
text-decoration: none;
border-radius: 3px;
text-transform: uppercase;
margin: 5px 0 10px 0;
}

.gcode {
font-size: 1.5em;
font-weight: 900;
background:  #ed0709;
padding: 20px;
margin: 0 auto;
display: block;
width: 200px;
}

@media screen and (min-width: 0px) and (max-width: 768px){
.custom-sidebar {
padding: 50px 0 0 !important;
}    
    
}

.lessons-menu {
list-style: none;
text-align: left;
padding: 0 20px;
width: 100%;
}

.lessons-menu li:hover {
background: #000;
}

.lesson-item {
color: #fff !important;
font-size: 0.9em;
}

.lessons-menu li {
border-right: 4px solid #000;
border-bottom: 1px solid #000;
border-bottom: 1px solid rgba(0,0,0,.08); 
margin: 10px 0;
padding-left: 10px;
}


/* Custom Lessons Classes */
.card {
border-radius: 0;
}

.card-lessons {
border: none;
text-align: center;
border-bottom: 1px #ebebeb solid;
background:  #ed0709;
margin-bottom: 20px;
}

.card-header.card-title-lessons {
padding: .50em;
border: none;
border-radius: 0;
}

.card-title-lessons {
text-transform: uppercase;
font-size: 0.65em;
line-height: 1.2em;	
background: #000;
color: #fff;
border-radius: 0;
}

.card-body.card-inner-lessons {
padding: 0.5em 0 0.25em;
}

#accordionlessons .panel-title a {
display: block;
padding: 12px 15px 12px 50px;
background: linear-gradient(to bottom, #fefefe, #cdcdcd);
border: 1px solid #c3c3c3;
border-radius: 3px;
font-size: 0.6em;
font-weight: 400;
color: #222;
text-shadow: 1px 1px 1px #fff;
position: relative;
}

#accordionlessons .panel-title a:before {
content: "\f068";
font-family: "Font Awesome 5 Free";
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
background: #ed0709;
font-size: 12px;
font-weight: 900;
color: #fdfbfb;
text-align: center;
box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
text-shadow: none;
position: absolute;
top: 15px;
left: 15px;
}

#accordionlessons .panel-title a.collapsed:before{
content: "\f067";
}

#accordionlessons .panel-body {
padding: 0px 15px;
font-size: 15px;
color: #222;
line-height: 27px;
border: none;
}

#accordionlessons .panel-body p {
margin-bottom: 1.0em;
font-size: 1.0em;
line-height: 2.0em;
}

.panelUL {
font-size: 1.0em;
}

.panel.panel-default {
border: 1px #eee solid;
margin-bottom: 10px;
}

.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 #ed0709 solid;
}