@charset "UTF-8";
/*
Theme Name: BailaFresh
Theme URI: https://www.bailaafrika.co.za
Author: the BailaOnline team
Author URI: https://www.bailaafrika.co.za
Description: Our 2019 bailafresh theme is designed to show off the the bailaafrika dance schools awesomeness
Requires at least: WordPress 4.9.6
Version: 1.0

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
  padding-top: 100px;
  background: #fff;
  font-family: "Oriya Sangam MN", sans-serif;
  font-weight: 300;
  color: #454545;
  font-size: 15px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Oriya Sangam MN", sans-serif;
  color: #272727;
}

@font-face {
  font-family: "Oriya Sangam MN";
  src: url("fonts/Oriya Sangam MN.ttf") format("truetype");
  src: url("fonts/OriyaSangamMN.eot?#iefix") format("embedded-opentype"), url("fonts/OriyaSangamMN.woff") format("woff"), url("fonts/OriyaSangamMN.eot"), url("fonts/Oriya Sangam MN.svg#Oriya Sangam MN") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* caveat-regular - latin */
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/caveat-v4-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Caveat Regular"), local("Caveat-Regular"), url("fonts/caveat-v4-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/caveat-v4-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ url("fonts/caveat-v4-latin-regular.woff") format("woff"), /* Modern Browsers */ url("fonts/caveat-v4-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("fonts/caveat-v4-latin-regular.svg#Caveat") format("svg"); /* Legacy iOS */
}

/* arial-regular */
@font-face {
  font-family: "Arial-Regular";
  font-weight: normal;
  src: url("fonts/Arial-Regular.ttf") format("truetype");
}

/* arial-bold */
@font-face {
  font-family: "Arial-Bold";
  font-weight: normal;
  src: url("fonts/Arial-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "futura_maxi_cg_boldregular";
  src: url("fonts/futura_maxi_cg_bold_0-webfont.woff2") format("woff2"), url("fonts/futura_maxi_cg_bold_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenirregular";
  src: url("fonts/avenir_roman-webfont.woff2") format("woff2"), url("fonts/avenir_roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Offset the header to allow sections to display properly when you click on them*/

.Light49 {
  font-family: "Oriya Sangam MN";
  font-size: 49px;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 0px;
  margin-top: 30px;
  margin-left: 60px;
  margin-right: 60px;
}
.section-header .section-title {
  font-size: 36px;
  color: #742028;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 0;
  font-family: "Oriya Sangam MN";
  font-weight: 500;
}

.the-function {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .section-header .section-title {
    font-size: 30px;
  }
  .the-dance {
    font-size: 28px;
    padding-top: 15px;
  }
  .the-function {
    font-size: 30px;
  }
  .the-summary {
    font-size: 20px;
  }
  .the-days {
    font-size: 30px;
  }
  .fc-header-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .section-header .section-title {
    font-size: 30px;
  }
  .the-dance {
    font-size: 26px;
    padding-top: 15px;
  }
  .the-function {
    font-size: 30px;
  }
  .the-summary {
    font-size: 20px;
  }
  .the-days {
    font-size: 30px;
  }
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 0px;
  background: transparent;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -19px;
  left: 50%;
  margin-left: -17px;
  border: 0px solid #fff;
  border-radius: 20px;
  background: transparent;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  font-family: "Oriya Sangam MN";
  background-color: transparent;
  background: #ff641b;
  border-color: #ff641b;
  #border-radius: 25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #e84a00;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
  }
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 2px 15px 2px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: "Oriya Sangam MN";
    font-weight: normal;
    text-transform: uppercase;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    border-top: 0px solid #ff6c00;
    color: #ff6c00;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(95, 96, 105, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}

/* Begin Drop down menu CSS*/
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/* End Drop down menu CSS*/

#main-slider {
  overflow: hidden;
  background: #f5f5f5;
}
#main-slider .main-slider-container {
  margin: 0 auto;
  padding: 0px;
  #background-repeat: no-repeat;
  #background-size: cover;
  #background-position: center center;
  #background-attachment: fixed;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner .text-center {
  bottom: 0px;
  width: 100%;
  text-align: center;
  position: absolute;
}
#main-slider .slider-inner h2 {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Oriya Sangam MN";
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #main-slider .slider-inner h2 {
    font-size: 30px;
  }
  #main-slider .slider-inner .text-center {
    bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  #main-slider .slider-inner h2 {
    font-size: 20px;
    line-height: 0.5;
  }
  #main-slider .slider-inner .text-center {
    bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  #main-slider .slider-inner h2 {
    font-size: 15px;
    line-height: 0.5;
  }
  #main-slider .slider-inner .text-center {
    bottom: 0px;
  }
}

#main-slider .slider-inner .bold-number {
  font-family: "Oriya Sangam MN";
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}

#main-slider .slider-inner .coloured-text {
  color: #f8ca52;
  font-weight: 100;
}
#main-slider .slider-inner .btn {
  margin-top: 20px;
  background: transparent;
  border: 3px solid #f26522;
  border-radius: 30px;
}
#main-slider .slider-inner .btn.btn-primary {
  padding: 10px 46px;
  font-size: 22px;
}
#main-slider .slider-inner .btn.btn-primary:hover {
  background: #f26522;
}
#main-slider .baila-prev,
#main-slider .baila-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .baila-prev:hover,
#main-slider .baila-next:hover {
  background-color: #45aed6;
}
#main-slider .baila-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .baila-next {
  right: -35px;
  text-indent: -14px;
}

#main-slider .slider-video {
  width: 58%;
  margin: auto;
  padding-top: 10px;
}

/*************************
*******bass section******
**************************/

#bass-banner {
  #padding: 87px 0 87px;
  background: #f5f5f5;
  padding: 0 0;
}
.bass-container {
  background: #ffffff;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.bass-header {
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.bass-intro {
  color: #454545;
  font-family: "Oriya Sangam MN", sans-serif;
  font-weight: 600;
  width: 100%;
  margin: auto;
  clear: both;
  padding: 0px 8em;
}
.bass-img {
  width: 100%;
  height: auto;
}

/***********************************************Begin CountDown Section****************************************************/
/*********BASS Blinking text***********/

.bass-blink {
  padding: 15px;
  text-align: center;
  line-height: 50px;
}
.bass-blink span {
  color: white;
  animation: blink 1.5s linear infinite;
}
.bass-menu-blink {
  animation: blink 1.5s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.countdown-intro {
  color: #454545;
  font-family: "futura_maxi_cg_boldregular";
  font-size: 3em;
  text-transform: uppercase;
}

/************************ countdown clock styles ************************/
.countdown-container {
  background: #fff;
  padding-bottom: 4em;
  margin: auto;
  position: relative;
}

div#countdown {
  color: red;
  display: inline-block;
  width: 80%;
  margin: auto;
}

.center-clock {
  margin: auto;
  width: 80%;
  text-align: center;
  display: block;
}

div#countdown p {
  width: 100%;
  display: inline-block;
  text-align: center;
}

p.numbers {
  width: 100%;
  height: 75%;
  background: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 6em;
}

p.strings {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #ff5722;
  color: #ffffff;
  font-size: 1.5em;
}

div.cd-box {
  width: 12em;
  height: 8em;
  background: #ffffff;
  float: left;
  padding: 15px 0 0 0;
  margin: 15px 15px 0 0;
  -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
}

@media screen and (max-width: 1200px) {
  .countdown-intro {
    font-size: 2em;
  }
  p.numbers {
    font-size: 4em;
  }
  div.cd-box {
    width: 9em;
    height: 6em;
    padding: 15px 0 0 0;
    margin: 15px 15px 0 0;
    -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    -moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  }
}

@media screen and (max-width: 1024px) {
  .countdown-intro {
    font-size: 2em;
  }
  p.numbers {
    font-size: 3em;
  }
  div.cd-box {
    width: 8em;
    height: 5em;
    padding: 15px 0 0 0;
    margin: 15px 15px 0 0;
    -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    -moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  }
  .bass-intro {
    padding: 0px 4em;
  }
  .bass-schedule-intro {
    padding: 2em 5em 0 5em !important;
  }
  .center-clock {
    width: 80%;
  }
  .main-timeline3 .title {
    font-size: 0.8em !important;
  }
  .main-timeline3 .year {
    font-size: 1em !important;
    padding-left: 1em !important;
  }
}

@media screen and (max-width: 768px) {
  .countdown-intro {
    font-size: 1em;
    line-height: 1.5;
  }
  p.numbers {
    font-size: 2em;
  }
  div.cd-box {
    width: 5.5em;
    height: 3.5em;
    padding: 15px 0 0 0;
    margin: 15px 15px 0 0;
    -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    -moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  }
  p.strings {
    padding: 5px 0;
    font-size: 0.5em;
  }
  .bass-intro {
    padding: 0px 3em;
  }
  .bass-schedule-intro {
    padding: 1em 4em 0 4em !important;
  }
  .artists-intro-head h1 {
    font-size: 1.5em;
  }
  .artists-intro h1 {
    font-size: 1.5em;
  }
  .center-clock {
    width: 70%;
  }
}

@media screen and (max-width: 468px) {
  .countdown-intro {
    font-size: 1em;
    line-height: 1.5;
  }
  p.numbers {
    font-size: 1em;
  }
  div.cd-box {
    width: 3em;
    height: 2em;
    padding: 5px 0 0 0;
    margin: 5px 5px 0 0;
    -webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    -moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
    box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
  }
  .bass-intro {
    padding: 0px 2em;
  }
  .bass-schedule-intro {
    padding: 1em 3em 0 3em !important;
  }
  .artists-intro-head h1 {
    font-size: 1em;
  }
  .artists-intro h1 {
    font-size: 1em;
  }
  .center-clock {
    width: 75%;
  }
}

/***********************Bass Passes************************/

#bass-tickets img {
  width: 100%;
  height: auto;
}

.bass-passes {
  width: 100%;
  background-color: white;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.full-pass {
  position: relative;
  background: #bcbcbc none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1) inset;
  padding: 5px;
  float: left;

  margin: auto;
  text-align: center;
}

.party-pass {
  position: relative;
  background: #bcbcbc none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1) inset;
  padding: 5px;
  float: right;

  margin: auto;
  text-align: center;
}

.pass-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: gray;
}

.full-pass:hover .pass-overlay {
  opacity: 0.8;
}

.party-pass:hover .pass-overlay {
  opacity: 0.8;
}

.bass-text {
  background-color: black;
  width: 100%;
  opacity: 1;
  color: orange;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  padding-left: 1.5em;
}

/*******************bass schedule section*************************/
/*
.main-timeline3 .description:hover{
	opacity: 0.8;
	cursor: zoom-in;
	}
*/

#bass-schedule img {
  width: 100%;
  height: auto;
}

.bass-event-overlay-container-div:hover .bass-event-overlay {
  opacity: 0.7;
  cursor: pointer;
}

.bass-event-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #000;
}

.bass-event-overlay-text {
  opacity: 1 !important;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/******************bass timeline intro************************/

.bass-schedule-intro {
  width: 100%;
  margin: auto;
  clear: both;
  padding: 2em 15em 0 15em;
}

.bass-intro-headers {
  width: 80%;
  margin: auto;
  font-size: 20px;
  font-weight: bolder;
  color: #00adef;
  text-align: center;
}

/******************* Timeline Demo - 3 *****************/
.main-timeline3 {
  overflow: hidden;
  position: relative;
}
.main-timeline3:before {
  content: "";
  width: 10px;
  height: 100%;
  border: 3px solid #959595;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.main-timeline3 .timeline {
  width: 50%;
  padding: 10px 10px 10px 60px;
  float: right;
  position: relative;
}
.main-timeline3 .timeline:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c47c48;
  border: 5px solid #fff;
  box-shadow: 0 0 1px 5px #c47c48;
  position: absolute;
  top: 42px;
  left: -20px;
}
.main-timeline3 .timeline-content {
  display: block;
  background: #e9e9e7;
  padding: 60px 10px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1) inset;
  position: relative;
}
.main-timeline3 .timeline-content:hover {
  text-decoration: none;
}
.main-timeline3 .year {
  display: block;
  width: 80%;
  height: 50px;
  background: #c47c48;
  padding: 0 0 0 50px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) inset;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  top: 20px;
  left: -20px;
}
.main-timeline3 .year:before {
  content: "";
  border-top: 40px solid #c47c48;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.main-timeline3 .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a4a4a;
}
.main-timeline3 .description {
  font-size: 14px;
  color: #6f6f6f;
  margin: 0 0 5px;
}
.main-timeline3 .timeline:nth-child(2n) {
  padding: 10px 60px 10px 10px;
  text-align: right;
}
.main-timeline3 .timeline:nth-child(2n):before {
  left: auto;
  right: -20px;
  background: #bf3fc8;
  box-shadow: 0 0 1px 5px #bf3fc8;
}
.main-timeline3 .timeline:nth-child(2n) .year {
  padding-right: 50px;
  border-radius: 10px 10px 0;
  left: auto;
  right: -20px;
  background: #bf3fc8;
}
.main-timeline3 .timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 20px solid transparent;
  left: auto;
  right: 0;
  border-top-color: #bf3fc8;
}
.main-timeline3 .timeline:nth-child(2) {
  margin-top: 140px;
}
.main-timeline3 .timeline:nth-child(odd) {
  margin: -140px 0 0;
}
.main-timeline3 .timeline:nth-child(even) {
  margin-bottom: 60px;
}
.main-timeline3 .timeline:first-child,
.main-timeline3 .timeline:last-child:nth-child(even) {
  margin: 0;
}
.main-timeline3 .timeline:nth-child(3n):before {
  background: #ce3c41;
  box-shadow: 0 0 1px 5px #ce3c41;
}
.main-timeline3 .timeline:nth-child(3n) .year {
  background: #ce3c41;
}
.main-timeline3 .timeline:nth-child(3n) .year:before {
  border-top-color: #ce3c41;
}
.main-timeline3 .timeline:nth-child(4n):before {
  background: #8cc43d;
  box-shadow: 0 0 1px 5px #8cc43d;
}
.main-timeline3 .timeline:nth-child(4n) .year {
  background: #8cc43d;
}
.main-timeline3 .timeline:nth-child(4n) .year:before {
  border-top-color: #8cc43d;
}
@media only screen and (max-width: 990px) {
  .main-timeline3:before {
    top: 8%;
  }
  .main-timeline3 .timeline {
    padding: 10px 10px 10px 100px;
  }
  .main-timeline3 .timeline:nth-child(2n) {
    padding: 10px 100px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline3:before {
    width: 8px;
    top: 0;
    left: 12px;
    transform: translateX(0);
  }
  .main-timeline3 .timeline,
  .main-timeline3 .timeline:nth-child(even),
  .main-timeline3 .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 0 0 60px;
    margin: 0 0 30px;
  }
  .main-timeline3 .timeline:before,
  .main-timeline3 .timeline:nth-child(2n):before {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    top: 38px;
    left: 6px;
  }
  .main-timeline3 .timeline:nth-child(2n) .year {
    right: auto;
    left: -20px;
    border-radius: 10px 10px 10px 0;
  }
  .main-timeline3 .timeline:nth-child(2n) .year:before {
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: none;
    right: auto;
    left: 0;
  }
}

/**********Timeline modal classes *************************/

.modal-body {
  padding: 5px !important;
}

.modal-border-bottom {
  border-bottom: 2px solid #000;
}

.modal-detail-div {
  padding-left: 2em !important;
}

.bass-event-title {
  /*	font-family: 'futura_maxi_cg_boldregular';*/
  font-family: "Arial-Bold";
  color: #eb0000 !important;
  font-weight: 300 !important;
}
.bass-event-details {
  font-family: "Arial-Bold";
}
.bass-event-price {
  font-family: "futura_maxi_cg_boldregular";
  color: #e5175a;
}
.bass-event-buy {
  font-family: "futura_maxi_cg_boldregular";
  text-decoration: none !important;
  text-transform: uppercase;
}
bass-event-buy:hover {
  background-color: orange;
}
.bass-event-simple {
  font-family: "Arial-Bold";
  color: #fd03fa;
  /*	color: #E5175A;
	color: #4f1afe; */
}

.bass-party-pass-title {
  /*	font-family: 'futura_maxi_cg_boldregular';*/
  font-family: "Arial-Bold";
  color: #eb0000 !important;
  font-weight: 300 !important;
}

/***************************BASS ARTISTS STYLES************************/

.bass-promo-container {
  background: #fff;
}

.bass-instr-div {
  background-color: #454545;
  padding: 1px !important;
}

.artists-intro-head {
  font-family: "futura_maxi_cg_boldregular";
  color: #eb0000;
  margin: auto;
  clear: both;
  width: 30%;
  text-align: center;
  #padding: 0px 100px 0px 100px;
}

.artists-intro-head h1 {
  margin-bottom: 0px;
  margin-top: 10px;
}

.artists-intro {
  font-family: "avenirregular";
  color: #00adef;
  margin: auto;
  clear: both;
  width: 60%;
  text-align: center;
  /*	text-transform: uppercase;
*/
}

.artists-intro h1 {
  margin-bottom: 10px;
  margin-top: 0px;
}

/*************************
*******page-content section******
**************************/
#page-content .container {
  padding-top: 10px;
}

#section-logo {
  margin: auto;
  width: 30%;
}
#page-content {
  #padding: 87px 0 87px;
  background: #f5f5f5;
  padding: 0 0;
  color: #454545;
  font-family: "Oriya Sangam MN", sans-serif;
  font-size: 1.6rem;
}
#page-content .page-content-container {
  background: #ffffff;
}
#page-content .section-header {
  width: 60%;
  margin: auto;
}
#page-content .logo-center {
  width: 80%;
  margin: auto;
}
#page-content img {
  width: 50%;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#page-content p {
  margin: 10px 10px 10px 10px;
}
#page-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

/*************************
*******welcome section******
**************************/

#section-logo {
  margin: auto;
  width: 30%;
}
#welcome {
  #padding: 87px 0 87px;
  background: #f5f5f5;
  padding: 0 0;
  color: #454545;
  font-family: "Oriya Sangam MN", sans-serif;
  font-size: 15px;
}
#welcome .welcome-container {
  background: #ffffff;
}
#welcome .section-header {
  width: 60%;
  margin: auto;
}
#welcome .logo-center {
  width: 80%;
  margin: auto;
}
#welcome img {
  width: 100%;
  height: auto;
}

/*************************
*******aboutus section******
**************************/

#aboutus {
  color: #454545;
  background: #f5f5f5;
  font-family: "Oriya Sangam MN", sans-serif;
  font-size: 15px;
}

#aboutus .aboutus-container {
  background: #ffffff;
}

.media.service-box {
  margin: 25px 0;
  text-align: center;
}

.media.service-box .pull-left {
  width: 100%;
  padding-bottom: 25px;
}
.media.service-box .pull-left > i {
  font-size: 42px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #4c4c4c;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
}

.media-body h4 {
  margin-bottom: 15px;
  font-family: "Roboto-light";
  font-size: 22px;
  color: #fff;
}
.media-body p {
  line-height: 20px;
}
.media.service-box:hover .pull-left > i {
  /*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/
  color: #000;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

/*************************
***photoalbum section*****
**************************/

#photoalbum {
  padding: 0 0 0 0;
  background: #f5f5f5;
}
#photoalbum .container-gallery {
  padding: 0px;
  background-color: #101113;
}

/* Start: Gallery styles */
.gallery-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#fh5co-main {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
  }
}
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 3.5em 1em;
  }
}

.fh5co-gallery {
  position: relative;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.fh5co-gallery .gallery-item {
  width: 33.3334%;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  z-index: 110;
}
.fh5co-gallery .gallery-item img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
@media screen and (max-width: 1200px) {
  .fh5co-gallery .gallery-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-gallery .gallery-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-gallery .gallery-item {
    width: 100%;
  }
}
.fh5co-gallery .gallery-item .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 11;
  vertical-align: middle;
  padding-top: 30%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-gallery .gallery-item .overlay h2,
.fh5co-gallery .gallery-item .overlay span {
  position: relative;
  z-index: 12;
  margin-bottom: 0;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-gallery .gallery-item .overlay h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .fh5co-gallery .gallery-item .overlay h2 {
    font-size: 18px;
  }
}
.fh5co-gallery .gallery-item .overlay span {
  color: #7ac143;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  bottom: -5px;
  visibility: hidden;
  opacity: 0;
}
.fh5co-gallery .gallery-item .overlay:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-gallery .gallery-item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fh5co-gallery .gallery-item:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.fh5co-gallery .gallery-item:hover .overlay:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-gallery .gallery-item:hover .overlay h2 {
  bottom: 0px;
}
.fh5co-gallery .gallery-item:hover .overlay span {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #000;
}
.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
  background: #000;
}
.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

/* End: Gallery styles */

/*************************
***calendar section*****
**************************/
#baila-calendar {
  background: #f5f5f5;
  /*color: #ffffff;*/
  font-family: "Oriya Sangam MN", sans-serif;
  font-size: 15px;
}

#baila-calendar .calendar-container {
  #background: #101113 url(images/classes.webp) no-repeat 0 0;
  background-image: url("images/background_team.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  /* Create keep image in place effect */
  background-attachment: fixed;

  padding-top: 5px;
  padding-bottom: 30px;
  padding-left: 50px;
}

#baila-calendar .section-header h2 {
  color: #ffffff;
}

#baila-calendar .team-grey {
  background-image: url("images/calendar-team.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 15em;
}
#baila-calendar .event-intro {
  min-height: 15em;
  padding: 60px;
}

#baila-calendar .opaque-box {
  background: rgba(2, 2, 2, 0.3);
  border: 1px solid black;
  padding: 0 20px;
}
#baila-calendar .opaque-background {
  padding-right: 20px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*******************************
***Updated calendar section*****
********************************/
#baila-events {
  h2 {
    color: #f8ca52;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#baila-events .events-container {
  #background: #101113 url(images/classes.webp) no-repeat 0 0;
  background-image: url("images/background_team.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  /* Create keep image in place effect */
  background-attachment: fixed;

  padding-top: 5px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

#baila-events .main-event-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  #padding: 30px;
}

#baila-events .main-item {
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 5px;
  background: rgba(249, 250, 249, 0.2);

  a {
    color: #f8ca52;
    text-decoration: none;
  }
}

#baila-events .class-row {
  display: flex;
  #padding: 30px;
}

#baila-events .class-item {
  display: flex;
  align-items: flex-start;
  flex-basis: 100%;
  padding: 15px;
  margin: 5px;
  background: rgba(249, 250, 249, 0.2);

  a {
    color: #f8ca52;
    text-decoration: none;
  }
}

#baila-events .class-image-item {
  img {
    width: 15em;
  }
}

#baila-events .class-info {
  display: flex;
  padding: 15px;
  color: white;
}

#baila-events .event-info {
  display: flex;
  padding: 35px;
  color: white;
}

#baila-events .event-image-item {
  display: flex;
  img {
    width: 20em;
  }
}

@media screen and (max-width: 1200px) {
  #baila-events .main-item {
  }
}
@media screen and (max-width: 768px) {
  #baila-events .main-item {
    flex-direction: column;
  }
  #baila-events .class-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  #baila-events .main-item {
    flex-direction: column;
  }
  #baila-events .class-row {
    flex-direction: column;
  }
}

/*************************
***classinfo section*****
**************************/

#classinfo {
  #padding: 84px 0 70px 0px;
  padding: 0 0 0;
  background: #f5f5f5;
  color: #454545;
  font-family: "Oriya Sangam MN", sans-serif;
  font-size: 15px;
}
#classinfo .classinfo-container {
  #background: #101113 url(images/classes.webp) no-repeat 0 0;
  background-image: url("images/classes.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  /* Create keep image in place effect */
  background-attachment: fixed;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
#classinfo h1 {
  font-family: Oriya Sangam MN, sans-serif;
  color: #f8ca52;
  text-transform: uppercase;
  #font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #classinfo h1 {
    font-size: 15px;
  }
}

#classinfo h1 span {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
#classinfo h4,
.classinfo-links {
  #color: #eb1e17;
  color: #fff;
  text-transform: uppercase;
}

#classinfo a {
  #color: #eb1e17;
  color: #ffffff;
  font-weight: bold;
}
#classinfo a:hover {
  #color: #eb1e17;
  color: #ffffff;
  font-weight: bold;
}

#classinfo h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
#classinfo h2 span {
  color: #f8ca52;
}
#classinfo h3 {
  color: #f8ca52;
  margin-top: 0;
  margin-bottom: 0;
}

#classinfo-modal .modal-body img {
  width: 250px;
}
#classinfo-modal .modal-body p {
  color: #000000;
}
#classinfo-modal .user-img {
  float: left;
  margin-right: 20px;
}
#classinfo-modal h2 {
  color: #000;
  text-align: center;
}

/*************************
***page-classinfo section*****
**************************/

#page-classinfo {
  #padding: 84px 0 70px 0px;
  padding: 0 0 0;
  background: #f5f5f5;
  color: #454545;
  font-family: "Oriya Sangam MN", sans-serif;
  font-size: 15px;
}
#page-classinfo .page-classinfo-container {
  #background: #101113 url(images/classes.webp) no-repeat 0 0;
  background-image: url("images/classes.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  /* Create keep image in place effect */
  background-attachment: fixed;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 10px;
}
#page-classinfo h1 {
  font-family: Oriya Sangam MN, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #page-classinfo h1 {
    font-size: 10px;
  }
}

#page-classinfo h1 span {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
#page-classinfo h4,
.page-classinfo-links {
  #color: #eb1e17;
  color: #fff;
  text-transform: uppercase;
}

#page-classinfo a {
  #color: #eb1e17;
  color: #ffffff;
  font-weight: bold;
}
#page-classinfo a:hover {
  #color: #eb1e17;
  color: #ffffff;
  font-weight: bold;
}

#page-classinfo h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
#page-classinfo h2 span {
  color: #f8ca52;
}
#page-classinfo h3 {
  color: #f8ca52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
}

#page-classinfo-modal .modal-body img {
  width: 250px;
}
#page-classinfo-modal .modal-body p {
  color: #000000;
}
#page-classinfo-modal .user-img {
  float: left;
  margin-right: 20px;
}
#page-classinfo-modal h2 {
  color: #000;
  text-align: center;
}

/*************************
*****page-event section***
*************************/
#baila-events .page-item-overlay {
  display: flex;
  align-items: flex-start;
  flex-basis: 100%;
  padding: 5px;
  margin: 5px;
  background-color: rgba(54, 57, 55, 0.807);
  position: absolute;
  width: 95%;
  height: 95%;
}

#baila-events .the-summary {
  color: #f8ca52;
  margin-top: 0;
  margin-bottom: 0;
}

#baila-events .on-a-break {
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  width: 80%;
  border: 3px solid red;
  padding: 10px;
}

/*************************
***get-in-touch section*****
**************************/
#get-in-touch .get-in-touch-container {
  background: #000000 url("images/getintouch_bg.webp");
}

#get-in-touch .in-touch-details {
  width: 95%;
  margin: auto;
}

#footer .footer-social-icons {
  width: 90%;
  margin: auto;
}

#footer .footer-social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#get-in-touch .footer-social-icons li {
  float: left;
}
#get-in-touch .footer-social-icons a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
}
#get-in-touch .footer-social-icons img {
  display: inline-block;
  color: white;
}
#get-in-touch {
  #padding: 60px 0 50px;
  color: #ffffff;
  background: #f5f5f5;
}

#get-in-touch h1,
#get-in-touch h2 {
  color: #ffffff;
}

#get-in-touch .form-control {
  height: 40px;
  font-family: "Oriya Sangam MN";
  color: #323232;
}
#get-in-touch textarea.form-control {
  height: 100%;
  color: #323232;
}
#get-in-touch .btn.btn-primary {
  font-family: "Oriya Sangam MN";
  font-size: 22px;
  padding: 8px 40px;
}

#get-in-touch .cushion {
  padding-bottom: 15px;
}

#get-in-touch img {
  padding: 0;
  width: 100%;
  height: auto;
}
#get-in-touch .no-padding {
  padding: 0;
  margin: 0;
}

#owl-example .item {
  margin: 15px;
}

/***********************
****Payment Section ****
************************/

#main-bass-personal-info .p-info-container {
  background-color: #fff;
  padding: 0px;
}

#main-bass-event .main-bass-container {
  background-color: #fff;
  padding: 0px;
}

#main-bass-event .ee-event-img {
  width: 100%;
  padding: 5px;
  border: 1px;
}

/***********************
********* Footer ******
************************/
#footer .baila-footer-container {
  #background: #4d4a4a;
  background: #000;
  #background-image: url("images/classes.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  /* Create keep image in place effect */
  background-attachment: fixed;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
}

#footer {
  color: #fff;
  background: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 768px) and (max-width: 999px) {
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .animated-number {
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 22px;
  }
  #animated-number strong {
    font-size: 17px;
  }
}
