/*
Theme Name: Spicy Brocoli Base Theme
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	background-color: #fff;
	color: #262625;
    height: 100%;
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6, .title-header {
	clear: both;
	font-weight: 500;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #292d38;
}
ol, ul {
	list-style: none;
}
p,
blockquote {
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 30px;
    letter-spacing: 1.6px;
}
article .content p:last-child {
    margin-bottom: 0;
}
article ul > li {
    padding-left: 10px;
    line-height: 10px;
}
blockquote {
	quotes: none;
    margin-bottom: 10px;
    font-style: italic;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover {
	text-decoration:none;
    color: #231f20;
}
a:hover {
    text-decoration: underline;
}
a, a *, a:before, a:after,
.btn,
.box-meet-wrap:after,
.branding img,
.social,
li.navButton,
.dance_story_main_content {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}

a#trigger {
    display: none;
}

.clearfix:after, .container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}
.container,
.container-half {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.container-half {
    margin-right: 0;
    margin-left: 0;
}
.container-half.right {
    margin-left: auto;
}
@media (min-width: 1201px) {
    .container {
        width: 1200px;
    }
    .container-half {
        width: 600px;
    }

}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -20px;
    margin-left: -20px;
}
/* COLUMNS CONFIGURATION */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 667px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 768px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0;
}
}

@media (min-width: 1024px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
}
/* END COLUMNS CONFIGURATIONS */

/* SECTION CONFIG  */
.section-space {
	padding-top: 90px;
    padding-bottom: 90px;
}
.section-space-bottom {
    padding-bottom: 90px;
}
.section-space-top {
    padding-top: 90px;
}
.section-space-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-bottom-sm {
    padding-bottom: 60px;
}
.section-space-top-sm {
    padding-top: 60px;
}
.section-space-double {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-space-bottom-double {
    padding-bottom: 120px;
}
.section-space-top-double {
    padding-top: 120px;
}
/* END SECTION CONFIG */
/* STRIPS */
.strip { }
/* END SECTION MAIN-NAVIGATION */
/* SECTION HERO */
section#hero-image {
	display: table;
	margin: 0 auto;
    margin-bottom: 30px;
}
div#hero > div {
    height: 100%;
    display: table;
}
div#hero > div > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
div#hero h2 {
    color: #fff;
    text-align: right;
    /* letter-spacing: 0; */
    font-size: 41px;
    margin-bottom: 60px;
}
div#hero p {
    color: #fff;
    text-align: right;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 0;
}
div#hero .hero-content p:last-child {
    margin-bottom: 60px;
}
/* END SECTION HERO */
/* BTNS */
.btn-wrapper {
	display: table;
	margin: 0 auto;
}
.btn-wrapper.right {
    margin-right: 0;
}
.btn-wrapper.left {
    margin-left: 0;
}
a.btn, .btn,
.btn.btn-red {
	padding: 10px 25px;
	display: block;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    min-width: 220px;
}
.btn.btn-red {
    background-color: #dc3838;
    border: 1px solid #dc3838;
}
a.btn.big, .btn.big {
    font-size: 22px;
    line-height: 25px;
}
a.btn.small, .btn.small {
    line-height: 17px;
    padding: 10px 20px;
}
a.btn:hover, .btn:hover,
.btn.btn-red:hover {
    background-color: rgba(255,255,255,1);
    color: #dc3838;
    text-decoration: none;
}
input.btn {
    height: 45px;
    line-height: 0;
    cursor: pointer;
}
/* END BTNS */
/* BGS & colors */
.bg-blue {
	background-color: #292d38;
}
.bg-red {
	background-color: #dc3838;
}
.bg-orange {
	background-color: #FAAF40;
}
.bg-grey,
.bg-gray {
    background-color: #ccc;
}
.bg-about-us {
    background-image: url(images/bg-spl-01.png);
    background-position: right 20px;
    background-repeat: no-repeat;
}
.bg-the-dd {
    background-position: right -531px, center center;
    background-repeat: no-repeat;
    background-size: auto, cover;
}
.bg-cover {
    background-size: cover;
    background-position: center center;
}
/* END BGS */
/* SLIDER */
.slider {
	position: relative;
}


/* CAROUSEL CONFIG */
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: table-cell;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
	position: absolute;
    left: 50%;
    z-index: 15;
    width: 684px;
    padding-left: 0;
    margin-left: -342px;
    text-align: center;
    list-style: none;
	background-size:cover;
    height: 46px;
    padding-top: 15px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  margin: 0 3px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #3fb34f;
  border-color: #3fb34f;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* END CAROUSEL*/
/* SECTION footer-bottom */
div#footer-section {
    background: #fff;
    padding: 35px 0;
    color: #dc3838;
    font-size: 14px;
    padding: 40px 0 35px;
    letter-spacing: 1.6px;
}
div#footer-contact p {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
}
div#footer-contact #map p {
    font-size: 15px;
    margin-bottom: 0px;
}
#footer-contact .bg-red h3,
#footer-contact .bg-red p {
    color: #fff;
}
.map-container {
    position: relative;
}
.map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 60;
    top: 0;
}
.map-wrapper > div {
    display: table;
    width: 100%;
    height: 100%;
}
.map-wrapper > div > div {
    display: table-cell;
    vertical-align: middle;
}
#map {
    height: 100%;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 5;
}
.loadingMap {
    font-size: 12px;
}
div#footer-section .container {
    display: table;
}
div#footer-section .container > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
div#footer-section .logo {
    text-align: center;
}
div#footer-section .sbm {
    text-align: right;
}
div#footer-section a {
    text-decoration: none;
    color: #dc3838;
}
div#footer-section a:hover {
    text-decoration: underline;
    color: #dc3838;
}
div#footer-section a{
    padding-right: 95px;
}

/* END SECTION footer-bottom */
/* END SLIDER */
/* SECTION header */
header {
    height: 130px;
}
#header {
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.scrolled #header {
    padding: 10px 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#header .header-wrapper {
    display: table;
}
#header .header-wrapper > div {
    display: table-cell;
    vertical-align: middle;
}
.branding img {
    height: 88px;
}
.scrolled .branding img {
    height: 60px;
}
.navigation ul {
    display: table;
    margin-left: auto;
}
.navigation ul li {
    display: table-cell;
}

.navigation ul a{
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
}
.navigation ul a:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #dd1d42;
    left: 0;
    bottom: -10px;
    opacity: 0;
    transform: translateY(-5px);
}
.navigation ul .navButton a:after {
    display: none;
    }
.navigation ul a:hover:after {
    opacity: 1;
    transform: translateY(0);
}
.navigation ul a:hover {
    text-decoration: none;
}

.navigation ul li.navButton {

    border-radius: 3px;
    background-color: #dc3838 !important;
    border: 1px solid #dc3838 !important;
    border-right: 0;
}
.navigation ul li.navButton:hover {
    background-color: #fff !important;
}
.navigation ul li.navButton:hover a{

    color: #dc3838;
}

.navigation ul li.removeRightBorder {
	border-right: 0;
}

.navigation .navButton a {
    padding: 10px 20px;
	color: white;
}
.scrolled .social {
    opacity: 0;
}
.navigation .social {
    float: right;
    position: relative;
    margin-top: -35px;
    margin-bottom: 5px;
}
.social a {
    display: inline-block;
    height: 26px;
    width: 26px;
    background-color: #232020;
    background-image: url(images/sm-media.png);
    border-radius: 5px;
}

.social a.instagram {
    background-position: right;
}
.social a:hover {
    display: inline-block;
    height: 26px;
    width: 26px;
    background-color: #db1e42;
}
.navigation .lowerNav {
	clear: both;
}
/* END SECTION header */
/* SECTION sectionName */
div#sectionName {

}
#meet-new-partner h2 {
    color: #dc3838;
}
div#meet-new-partner .container > p {
    color: #fff;
    text-align: center;
}
.box-meet-wrapper {
    display: table;
    height: 100%;
}
.box-meet-wrapper > div {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
}
.box-meet-wrap {
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    padding: 75px 50px;
}
a.box-meet-wrap,
a.box-meet-wrap:hover {
    text-decoration: none;
}
.box-meet-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    opacity: 0.3;
    z-index: 0;
}
.box-meet-wrap:hover:after {
    width: 95%;
    height: 95%;
    margin: 2.5%;
}
.box-meet-wrap > div {
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.box-meet-wrap h3 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
}
.box-meet-wrap p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1.6px;
    margin: 0;
    text-align: center;
}
/* END SECTION sectionName */
/* SECTION about-us */
div#about-us {

}
div#about-us p{
    color: #fff;
    width: 65%;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
div#about-us h3 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}
/* END SECTION about-us */
/* SECTION the-dd */


#the-dd h3,
#dancing-testimonials h4 {
    font-size: 35px;
    text-align: left;
    text-transform: none;
    margin-bottom: 50px;
    font-weight: 400;
}
#the-dd h3{
	color: #dc3838;
}
#dancing-testimonials h4 {
	color: #ffcc99;
}
.dance_story_main_content {
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.dance_story_main_content:after {
    content: '';
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    background: #ff0000;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.readMoreStoryLink {
	color: #dc3838;
    cursor: pointer;
}
.readMoreStoryLink:hover {
	text-decoration: underline;
}

.testimonial-wrap {
    margin-bottom: 35px;
}
.testimonial-wrap em {
    text-align: right;
    display: block;
    font-size: 17px;
    font-weight: 900;
    font-style: initial;
    letter-spacing: 1.6px;
}
/* END SECTION the-dd */
/* SECTION dancing-testimonials */
div#dancing-testimonials {
    position: relative;
}
div#dancing-testimonials .container {
    position: initial;
}
div#dancing-testimonials h2{
    color: #dc3838;
}
#dancing-testimonials nav a{
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 54%;
}
#dancing-testimonials nav a.arrow-right {
    left: initial;
    right: 0;
}
#dancing-testimonials nav a:after {
    width: 50px;
    height: 50px;
    display: block;
    content: '';
    border: 2px solid #ccc;
    transform: rotate(45deg);
    left: -40px;
    position: absolute;
}
#dancing-testimonials nav a:hover:after {
    border-color: #dc3838;
}
#dancing-testimonials nav a.arrow-left:after {
    left: initial;
    right: -40px;
}

/* END SECTION dancing-testimonials */
/* SECTION book-dance */
div#book-dance {
    text-align: center;
    color: #fff;
    text-transform: uppercase;

}
div#book-dance p {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}
/* END SECTION book-dance */
/* SECT div#footer-contact */
div#footer-contact {
    display: table;
    width: 100%;
}
 div#footer-contact .container-half.right.section-space {
    padding-right: 90px;
}
div#footer-contact > div {
    display: table-cell;
    float: none;
}
div#footer-contact > div.map-container {
    vertical-align: middle;
    text-align: center;
}
.map-wrapper h5{
    color: #dc3838;
}
input,
textarea,
select {
    width: 100%;
    height: 50px;
    border: 0;
    margin-bottom: 17px;
    padding: 0 15px;
    font-size: 16px;
    /* font-weight: 100; */
    color: #292d38;
    border-radius: 8px;
    background-color: #fff;
}
textarea {
    height: 150px;
    padding-top: 10px;
    margin-bottom: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #292d38;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #292d38;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #292d38;
}
:-moz-placeholder { /* Firefox 18- */
  color: #292d38;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: -15px;
    font-size: 12px !important;
    width: 100%;
    white-space: nowrap;
    left: 18px;
    text-align: left;
    letter-spacing: 1px;
}
div.wpcf7-response-output {
    background: #fff;
    font-size: 17px;
    padding: 20px !important;
    margin: 0 !important;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* END SECT div#footer-contact */
/* SECTION mindbody widget */
button.bw-widget__signup-now.bw-widget__cta {
    background-color: #dc3838 !important;
    border: 0 !important;
}
button.bw-header__filter-link {
	display: none;
}
/* END SECTION mindbody widget */

div#the-dd h3 {

}
/* SECTION table */
.table-users {
  border-radius: 4px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: calc(100% - 2em);
  margin: 1em auto;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
}

table {
  width: 100%;
}
table td, table th {
  color: #2b686e;
  padding: 10px;
  font-size: 15px;
}
table td {
  text-align: center;
  vertical-align: middle;
}
table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: left;
}
table th {
    background-color: #dc3838;
    font-weight: 500;
    color: #fff;
}

table tr:nth-child(2n) {
  background-color: white;
}
table tr:nth-child(2n+1) {
  background-color: #edf7f8;
}
table tr:hover {
    background-color: #eee;
}
.book-classes-mb p {
    width: 65%;
    display: table;
    margin: 0 auto 55px auto;
    text-align: center;
}

@media screen and (max-width: 700px) {
    table {
        padding: 0 20px;
    }
 table, tr, td {
    display: block;
  }

  td:first-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100px;
  }
  td:not(:first-child) {
    clear: both;
    margin-left: 100px;
    padding: 4px 20px 4px 90px;
    position: relative;
    text-align: center;
  }
  td:not(:first-child):before {
    color: #91ced4;
    content: '';
    display: block;
    left: 0;
    position: absolute;
  }
  tbody {
    display: table;
    margin: auto;
}
  tr {
    padding: 10px 0;
    position: relative;
  }
  tr:first-child {
    display: none;
  }
}
@media screen and (max-width: 700px) {

  td:first-child {
    background-color: #dc3838;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
  td:not(:first-child) {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
  }
  td:not(:first-child):before {
    font-size: .8em;
    padding-top: 0.3em;
    position: relative;
  }
  td:last-child {
    padding-bottom: 1rem !important;
  }

  tr {
    background-color: white !important;
    border-radius: 10px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
    padding: 0;
  }

  .table-users {
    border: none;
    box-shadow: none;
    overflow: visible;
  }
}

div.wpcf7-response-output {
    text-align: center;
}