/*GENERAL - NAVBAR AND FOOTER*/
@font-face {
    font-family: "Bariol";
    src: url('../fonts/bariol_regular-webfont.ttf');
}
@font-face {
    font-family: "Big John";
    src: url('../fonts/big_john.otf');
}
@font-face {
    font-family: "Slim Joe";
    src: url('../fonts/slim_joe.otf');
}

body {
    background-color: #222222;
    color: white;
    font-family: "Bariol", Verdana, Tahoma;
    font-size: 18px;
}
a {
    color: #eb005d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
}

.navbar-default {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.navbar-toggle {
    z-index: 20;
}

.logo-img {
    margin-top:-6px;
    width: 30px;
}

.title-text{
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.title-img {
    cursor: pointer;
    margin: auto;
    width: 180px;
}

.footer {
    position: absolute;
    padding-top: 50px;
    left: 0;
    width: 100%;
    height: 60px;
}

.footer-container {
    color: #AAA;
    border-top: 1px solid #CCC;
    padding: 20px 0 40px 0;
}

.footer-link {
    transition: all 0.3s;
}

.footer-link-img {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
}

.footer-section {
    width: 100%;
    text-align: center;
    padding: 3px 10px;
}

/* menu item bar*/
ul > li {
    background: url('../images/title_bar.gif') 0 15px no-repeat;
}
ul > li:first-child {
    background: none;
}

ul > li > a {
    font-size: 16px;
}


@media (min-width: 768px) {
    .navbar-default {
        border-radius: 5px;
        margin: 10px;
    }

    .title-text {
        position: relative;
    }

    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-container {
        width: 100%;
        display: inline-flex;
    }
    .footer-section {
        width: 33%;
    }
    .footer-link-img {
        font-size: 36px;
    }
}

@media (min-width: 991px) {
    ul > li > a {
        font-size: 20px;
    }
}

.Next-Show {
    text-align: right;
}


/*ABOUT*/
.About-Title {
    font-weight: bolder;
    font-size: 24px;
    padding-bottom: 20px;
}
.About-Video-Header {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 24px;
}
.About-Refresh {
    cursor: pointer
}

.About-Video {
    position: relative;
    padding-bottom: 450px;
}

@media (min-width: 768px) {
    .About-Video {
        padding-bottom: 220px;
    }
}


/*BOARD*/
.Board-Title {
    font-size: 24px;
    font-weight: bolder;
    padding-bottom: 10px;
}
.Board-Text {
    font-size: 8px;
}
@media (min-width: 650px) {
    .Board-Text {
        font-size: 18px;
    }
}

/*COMPANY*/
.Class-Header {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.Class-Header-Divider {
    margin: 0;
}

.Dancer-Div {
    color: white;
    font-weight: bolder;
    padding-bottom: 15px;
}

.Dancer-Wrapper {
    cursor: pointer;
    font-size: 10px;
}
.Dancer-Img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.First-Name {
    position: absolute;
    top: 30%;
    left: 20%;
    margin:0 -30%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Last-Name {
    position: absolute;
    bottom: 30%;
    right: 20%;
    margin:0 -30%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.Dancer-Wrapper:hover > .First-Name {
    opacity: 1;
    margin:0 0;
    visibility: visible;
}
.Dancer-Wrapper:hover > .Last-Name {
    opacity: 1;
    margin:0 0;
    visibility: visible;
}
.Dancer-Wrapper:hover > .Dancer-Img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

.Modal-Wrapper {
    color: black;
}
.Dancer-Modal-Header {
    font-size: 24px;
    font-weight: bolder;
}


@media (min-width: 768px) {
    .Dancer-Wrapper {
        font-size: 24px;
    }
}

@media (min-width: 360px) and (max-width: 788px) {
    .Dancer-Wrapper {
        font-size: 18px;
    }
}

/*CONTACT*/
.Contact-Media {
    padding-bottom: 30px;
    font-size: 20px;
}

.Contact-Input {
    color: #eb005d;
}
.Contact-Input:-moz-placeholder {
    color: #eb005d;
}
.Contact-Input:-ms-input-placeholder {
    color: #eb005d;
}
.Contact-Input::-webkit-input-placeholder {
    color: #eb005d;
}

.Contact-Button {
    color: #eb005d;
    font-size: 10px;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .Contact-Button {
        font-size: 20px;
        padding: 10px 5px;
    }
}

/*FAQ*/
.itemRow {
    font-size: 14px;
    padding: 15px 5% 0 5%;
}
.Q-Item {
    display: inline-flex;
    width: 100%;
}
.A-Item {
    display: inline-flex;
    width: 100%;
}

.FAQ-Divider {
    border-bottom: 1px solid #CCC;
    max-width: 700px;
    width: 100%;
    padding-top: 15px;
    margin: 0 auto;
}

.QA-Footer {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
}
.QA-Footer-SubHeader {
    width: 100%;
    padding-top: 5px;
    text-align: center;
    font-size: 20px;
}

@media (min-width: 768px) {
    .itemRow {
        font-size: 24px;
    }
}

@media (min-width: 560px) and (max-width: 788px) {
    .itemRow {
        font-size: 18px;
        padding-left: 18%;
        padding-right: 18%;
    }
}

/*GALLERY*/
.Gallery-Header {
    text-align: center;
    font-family: "Slim Joe", "Bariol", Verdana, Tahoma;
}

.Gallery-Title {
    font-size: 32px;
}

.Gallery-Sub-Title {
    font-size: 28px;
    padding-bottom: 25px;
}
.Gallery-Sub-Title > a {
    text-decoration: none;
}

.Gallery-Tab {
    padding-top: 10px;
}
.Gallery-Tab > li {
    background: none;
}
.Gallery-Tab > li.active > a, .Gallery-Tab > li.active > a:focus, .Gallery-Tab > li.active > a:hover {
    background-color: transparent;
}
.Gallery-Tab > li > a:hover {
    color: #eb005d;
}

/*HEADER*/
.Header-Wrapper {
    position: relative;
    padding-bottom: 20px;
    font-family: "Slim Joe", "Bariol", Verdana, Tahoma;
}

.Header-Image {
    width: 100%;
    height: auto;
}

.Header-Label {
    position: absolute;
    text-align: center;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);;
    -moz-transform: translateX(-50%);;
    -ms-transform: translateX(-50%);;
    -o-transform: translateX(-50%);;
    transform: translateX(-50%);;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    background-color:rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 768px) {
    .Header-Label {
        font-size: 36px;
    }
}

@media (min-width: 560px) and (max-width: 788px) {
    .Header-Label {
        font-size: 24px;
    }
}

/*HOME*/
.Carousel-Caption h1 {
    font-family: "Big John", "Bariol", Verdana, Tahoma;
    font-size: 20px;
}

.Announcement-Wrapper {
    text-align: center;
}
.Announcement-Title {
    font-weight: bolder;
    font-size: 40px;
    padding-bottom: 10px;
}

.Announcement-Text {
    padding-bottom: 20px;
}

.Home-Blurb {
    padding-top: 30px;
}

.Home-Info {
    padding-top: 40px;
}

.Home-Info-Title {
    font-weight: bolder;
    font-size: 22px;
}

.Home-Info-Text {
    padding-bottom: 20px;
}

.Home-Info-Image {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.Home-Info-Image:hover {
    opacity: 0.6;
}

.Home-Image-Wrapper {
    padding-bottom: 10px;
}

@media (min-width: 560px) {
    .Carousel-Caption h1{
        font-size: 36px;
    }
}

/*SHOW*/
.Show-Link {
    cursor: pointer;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-left: 5%;
    margin-right: 5%;
}

.iFrame-Playlist {
    position:absolute;
    top:0;
    left:0;
    width:95%;
    height:80%;
}

@media (min-width: 768px) {
    .video-container {
        padding: 20% 0;
        margin: 0 20%;
    }
}