html {
    font-family: 'Ubuntu', sans-serif;
}

body {
    font-family: 'Ubuntu', sans-serif;
}

nav {

}

h1.site-title { padding: 0; margin: 0; }

.hidden {
    display: none;
}

.navbar-container {
    background-image: url('/uploads/slide5.jpg');
    min-height: 220px;
    background-size: cover;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-brand { padding: 20px 15px 0px 15px; }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    background: #ef4c31;
    top: 90%;
}

.dropdown-menu>li {
    width: 100%;
    border-bottom: 1px dotted #fff;
    margin: 0 auto;
}

.dropdown-menu>li>a {
    color: #fff;
}

.navbar-default, .navbar-default.open {
    background: rgba(255, 255, 255, 0.8);
}

.navbar-header {
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
}

.navbar-branding {
    height: inherit;
}

.main-menu {
    height: 120px;
}

li.main-menu-element.special a {
    color: #ef4c31;
    font-weight: 700;
}

li.main-menu-element.special a:hover {
    color: #ef4c31;
}

li.main-menu-element, li.main-menu-element {
    height: 100%;
    border-top: solid 5px transparent;
    padding-top: 26px;
    font-size: 120%;
}


li.main-menu-element:hover, li.main-menu-element.active, li.main-menu-element.open {
    border-top: solid 5px #ef4c31;
    -webkit-transition: all, .5s, ease;
    -o-transition: all, .5s, ease;
    transition: all, .5s, ease;
}

/*li.main-menu-element.active a {*/
    /*color: #ef4c31;*/
/*}*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ef4c31;
    background-color: transparent;
}

.banner { position: relative; overflow: auto; width: 100% !important; height: 900px !important; }
.banner ul { margin: 0; padding: 0; }
.banner li { list-style-type: none; background-size: cover;}
.banner ul li { float: left; height: 900px; background-size: cover; }
.banner-heading, .banner-small-heading { color: #ffffff; font-weight: 700; text-align: center; text-shadow: 4px 3px 7px rgba(0, 0, 0, 1); }
.banner-heading { font-size: 110px; margin-top: 185px; margin-bottom: 0px;}
.banner-small-heading { font-size: 50px; margin-top: 0px; font-weight: 300 }
.unslider { margin: 0 auto -21px auto !important; }
.unslider-nav {
                    position: relative;
                    left: 0;
                    right: 0;
                    bottom: 360px;
                    margin: 0 auto;
                    text-align: center; }
.banner .dots li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s; }

.unslider-nav ol li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    text-indent: -999em;
    border: 3px solid #fff;
    cursor: pointer;
}

.unslider-nav ol li.unslider-active {
    background: transparent;
    border: 3px solid #ef4c31;
    cursor: default;
}

.banner .dots li.active {
    border: 2px solid #ef4c31;
}
.dots { margin: 0; padding: 0; }


.circle-elements {
    position: relative;
    z-index: 50;

}

.main-circle-element:hover .main-circle {
    -webkit-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
    position: relative;
}

.main-circle-element {
    margin-top: -356px;
    color: rgba(0,0,0, 0.6);
}

.main-circle-element:hover {
    color: #ef4c31;

}

.main-circle-element:hover .main-circle:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 10px;
    -webkit-transition: all, 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all, 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all, 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-circle {
    background: rgba(255,255,255,0.69);
    border-radius: 500px;
    width: 270px;
    height: 270px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 52px;
    padding: 86px 20px 10px;
    position: relative;
    -webkit-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
}

.main-circle:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 400px;
    border-style: solid;
    border-width: 0;
    -webkit-transition: all, 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all, 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all, 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
    border-color: #ef4c31;
}

.main-circle-icon {

}

.main-circle-title {
    margin: 30px 0 0 0;
}

.main-circle-title h4 {
    font-size: 160%;
    font-weight: 700;
    color: inherit;
}

.main-circle-description {
    padding: 74px 0 38px;
    position: relative;
    color: #fff;
}

.main-circle-description:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 19px 19px;
    border-color: transparent transparent #ef4c31 transparent;
}

.main-circle-description div.ezrichtext-field a {
    color: #fff;
    text-decoration: underline;
}

.main-circle-button {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.main-overlay {
    padding: 15px;
}

.orange-bg {
    background: #ef4c31;
}

.white-bg {
    background: #fff;
}

#text-element-offer {
}

#text-element-teach {
}

.main-instructors-list {
}

.instructor-element {
    margin: 10px 0 10px 0;
    overflow: hidden;
}

.instructor-photo-container {
    margin: 0 auto;
    text-align: center;
}

.img-circle {
    border: 3px solid transparent;
}

.instructor-photo a img:hover {
    border: 3px solid #EF4C31;
    -webkit-transition: all, 0.2s linear;
    -o-transition: all, 0.2s linear;
    transition: all, 0.2s linear;
}

/*.instructor-photo {*/
    /*border-radius: 800px;*/
    /*overflow: hidden;*/
/*}*/

/*.instructor-photo a {*/
    /*display: block;*/
/*}*/

/*.instructor-photo a img {*/
    /*display: inline-block;*/
    /*max-width: 100%;*/
/*}*/

/*.instructor-photo:before {*/
    /*position: absolute;*/
    /*display: block;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*top: 0;*/
    /*left: 0;*/
    /*background: #000;*/
    /*border-radius: 400px;*/
    /*overflow: hidden;*/
    /*content: "";*/
    /*opacity: 0.4;*/
    /*z-index: 1;*/
/*}*/

/*.instructor-description {*/
/*}*/
.main-read-more {
    display: inline-block;
}

.main-read-more:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0f0f0f;
}

/*.instructor-read-more:after, .instructor-read-more:before {*/
    /*left: 100%;*/
    /*top: 50%;*/
    /*border: solid transparent;*/
    /*content: " ";*/
    /*height: 0;*/
    /*width: 0;*/
    /*position: absolute;*/
    /*pointer-events: none;*/
/*}*/

/*.instructor-read-more:after {*/
    /*border-color: rgba(136, 183, 213, 0);*/
    /*border-left-color: #88b7d5;*/
    /*border-width: 3px;*/
    /*margin-top: -3px;*/
/*}*/
/*.instructor-read-more:before {*/
    /*border-color: rgba(194, 225, 245, 0);*/
    /*border-left-color: #c2e1f5;*/
    /*border-width: 4px;*/
    /*margin-top: -4px;*/
/*}*/

.main-read-more {
    color: #0f0f0f;
}

.main-read-more:hover {
    color: #EF4C31;
    text-decoration: none;
    -webkit-transition: all, 0.2s linear;
    -o-transition: all, 0.2s linear;
    transition: all, 0.2s linear;
}

.main-read-more:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #EF4C31;
    -webkit-transition: all, 0.2s linear;
    -o-transition: all, 0.2s linear;
    transition: all, 0.2s linear;
}

.page-element {
    margin: 10px 0 10px 0;
}

#main-page-instructors { overflow: hidden; }

.main-instructors-more {
    margin: 15px auto 0;
    text-align: center;
}

.more-instructors {
    color: #EF4C31;
    border: 1px solid #EF4C31;
    background: transparent;
    display: inline-block;
    padding: 3px 6px 3px 6px;
}

.more-instructors:hover {
    -webkit-transition: all, 0.5s linear;
    -o-transition: all, 0.5s linear;
    transition: all, 0.5s linear;
    text-decoration: none;
    background: #fff;
    color: #EF4C31;
}

.instructor-read-more {
    margin: 5px 0 0 0;
    width: 100%;
    text-align: right;
}

.instructor-read-more a {

}

.instructor-read-mode a:hover {

}



.instructor-description {

}

.instructor-description h5 {
    text-transform: uppercase;
    font-weight: bold;
}

.instructor-more-list {

}

.news-element {

}

.news-element h3 {
    color: #fff;
}

.news-content {

}

.news-image {
    margin-bottom: 10px;
}

.news-image img {
    max-height: 150px;
}

.news-description {
    margin-bottom: 10px;
    color: #fff;
}

.news-element.on-white .news-description {
    color: #333;
}

.news-element.on-white > h3 {
    color: #333;
}

.news-element.on-white .news-read-more a {
    background: transparent;
    color: #333;
    display: inline-block;
    border: 1px solid #333;
    padding: 3px 6px 3px 6px;
}

.news-element.on-white .news-read-more a:hover {
    -webkit-transition: all, 0.5s linear;
    -o-transition: all, 0.5s linear;
    transition: all, 0.5s linear;
    border: 1px solid #ef4c31;
    text-decoration: none;
    background: #ef4c31;
    color: #FFF;
}

.news-read-more {
    text-align: right;
}

.news-read-more a {
    background: transparent;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 6px 3px 6px;
}

.news-read-more a:hover {
    -webkit-transition: all, 0.5s linear;
    -o-transition: all, 0.5s linear;
    transition: all, 0.5s linear;
    text-decoration: none;
    background: #fff;
    color: #EF4C31;
}

.news-content-full .news-description {
    color: #000;
}

.news-content-full .gallery-description h2 {
    margin-top: 0px;
}

.news-content-full .news-read-more a {
    color: #000;
}

.main-adv {
    margin: 0px auto 0px;
    text-align: center;
    color: #fff;
}

a.read-more {
    display: inline-block;
    margin: 5px auto 5px;
    padding: 4px 7px 4px 7px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 150%;
}

a.read-more:hover {
    -webkit-transition: all, 0.5s linear;
    -o-transition: all, 0.5s linear;
    transition: all, 0.5s linear;
    text-decoration: none;
    background: #fff;
    color: #EF4C31;
}

a.read-more-video {
    display: inline-block;
    margin: 5px auto 5px;
    padding: 5px 13px 5px 13px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 180%;
}

a.read-more-video:hover {
    -webkit-transition: all, 0.5s linear;
    -o-transition: all, 0.5s linear;
    transition: all, 0.5s linear;
    text-decoration: none;
    background: #fff;
    color: #EF4C31;
}

a.read-more-small {
    display: inline-block;
    margin: 3px auto 3px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 100%;
}

a.read-more-small:hover {
    -webkit-transition: all, 0.5s linear;
    -o-transition: all, 0.5s linear;
    transition: all, 0.5s linear;
    text-decoration: none;
    background: #fff;
    color: #EF4C31;
}

.outer-wrap {
    width: 100%;
    height:350px;
}

.content-overlay {
    position: relative;
    z-index: 20;
    margin-top: -200px;
    text-align: center;
}

.small_video > .outer-wrap {
    width: 100%;
    height:250px;
    border-top: 3px solid #EF4C31;
    border-bottom: 3px solid #EF4C31;

}

.small_video > .outer-wrap > .content-overlay {
    position: relative;
    z-index: 20;
    margin-top: -150px;
    text-align: center;
}

footer {
    border-top: 1px solid #EF4C31;
}

.footer-element {
    margin: 0 0 5px 0;
}

.footer-icons-big a, .footer-icons-small a {
    color: #000;
}

.footer-icons-big {
    text-align: right;
}

.footer-icons-big a:hover, .footer-icons-small a:hover {
    -webkit-transition: all, 0.3s linear;
    -o-transition: all, 0.3s linear;
    transition: all, 0.3s linear;
    color: #EF4C31;
}

.footer-brand {
    display: inline-block;
    margin: 10px 0;
}

.article {
    padding: 0 15px 15px;
}

.article h2 {

}

.article .article-intro {
    font-weight: 700;
}

.article .article-body {
    font-weight: 500;
}

.article .align-left.ez-embed-type-image {
    float: left;
    overflow: hidden;
    margin: 5px 10px 0 0;
}

@media(max-width:767px) {
    .instructor-read-more {
        margin: 5px auto 0;
        text-align: center;
    }

    .news-image img {
        max-height: 100%;
    }

    .news-content-full {
        margin: 20px 0;
    }

    .main-circle {
        background: rgba(255, 255, 255, 0.45);
        border-radius: 500px;
        width: 200px;
        height: 200px;
        text-align: center;
        overflow: hidden;
        padding: 49px 20px 10px;
        position: relative;
        margin: 10px auto 20px;
        border: 1px solid rgba(255, 255, 255, 0.7);
    }

    .main-circle-element {
        margin-top: 0px;
        color: #fff;
    }
    .main-menu {
        margin-top: 0;
        float: left !important;
        height: inherit;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-header {
        height: 120px !important;
    }

    #navbar {
        padding: 15px 20px;
    }

    li.main-menu-element a { padding: 0; margin: 0; }

    li.main-menu-element, li.main-menu-element {
        height: 25px;
        padding: 0;
        border: none;
        font-size: 120%;
    }

    li.main-menu-element.hidden-sm:first-child a {
        color: #ef4c31;
        font-weight: 700;
    }

    li.main-menu-element:hover, li.main-menu-element.active {
        border: none;
    }

    .banner {
        height: 350px !important;
    }

    .banner-heading {
        font-size: 250%;
        margin: 20px 0 0 0;
    }

    .banner-small-heading {
        font-size: 160%;
        margin-top: 0px;
        font-weight: 300;
    }

    .unslider-nav {
        bottom: 60px;
    }

    .main-circle-description {
        padding: 0px 0 20px;
    }

    .main-circle-description:before {
        content: none;
    }

    .opinion-photo {
        text-align: center;
    }

    .google-map {
        padding-bottom: 75% !important;
    }

    .contact-form-submit {
        margin-top: 10px;
        text-align: center;
    }

    .contact-second {
        margin-top: 10px;
    }

    .news-photo {
        width: 50% !important;
    }

    .outer-wrap {
        height: 30px;
    }

    .outer-wrap .content-overlay {
        display: none;
    }
}

@media(min-width:768px) {
    .instructor-details > .instructor-photo-container {
        margin: 42px auto 0;
        text-align: center;
    }
}

@media(min-width: 767px) and (max-width: 1200px) {
    .navbar-default {
        height: 150px;
    }

    .main-menu {
        height: 50px;
        margin-top: 50px;
        float: left !important;
    }
    li.main-menu-element, li.main-menu-element {
        padding: 0;
    }
    li.main-menu-element, li.main-menu-element {
        height: 100%;
        border-top: none;
        border-bottom: solid 3px transparent;
        font-size: 120%;
    }
    li.main-menu-element:hover, li.main-menu-element.active {
        border-top: none;
        border-bottom: solid 3px #ef4c31;
        -webkit-transition: all, .5s, ease;
        -o-transition: all, .5s, ease;
        transition: all, .5s, ease;
    }
    .news-photo {
        width: 35% !important;
    }
}

@media(min-width:1200px) {
    .main-instructors-list h1 {
        text-align: center;
    }
}

.unslider-active img { width: 100%; }

.opinion-header {
    overflow: hidden;
}

.opinion-header-name h4 {
    margin: 6px 0 6px 0;
    text-transform: uppercase;
}

.opinion-header-toggle {
    text-align: right;
}

.opinion {
    background: #707070;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 15px 0 15px 0;
}
.opinion.expanded {
    background: #3a39398a;
    color: #fff;
    -webkit-transition: all, 0.3s linear;
    -o-transition: all, 0.3s linear;
    transition: all, 0.3s linear;
}

.opinion-expand {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #fff;
    color: #000;
    width: 31px;
    height: 31px;
    padding: 2px 0 0 0;
    text-align: center;
    font-size: 18px;
}

.opinion-expand:visited, .opinion-expand:focus, .opinion-expand:active {
    color: #000;
}

.opinion-expand:hover, .opinion-expand.active {
    border: 1px solid #ef4c31;
    background: #ef4c31;
    color: #fff;
    -webkit-transition: all, 0.3s linear;
    -o-transition: all, 0.3s linear;
    transition: all, 0.3s linear;
}

.opinion-container {
    display: none;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.opinion-content {
    padding: 5px 10px 0 5px;
}

.opinion-photo img {
    border: 3px solid #ef4c31;
}

.program-image {
    width: 100%;
}

.google-map {
    position: relative;
    padding-bottom: 35%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#contact-form, #signin-form {
    margin-top: 30px;
}

#contact-form label, #signin-form label {
    font-weight: 300;
    color: #333;
}

#signin-form-invalid, #contact-form-invalid {
    color: red;
}

#signin-form-valid, #contact-form-valid {
    color: #ef4c31;
}

label.error {
    color: red !important;
}

.contact-form-submit {
    float: right;
    text-align: right;
}

.btn-send {
    border: 1px solid transparent;
    background: #ef4c31;
    color: #fff;
}

.btn-send:hover {
    border: 1px solid #ef4c31;
    background: #fff;
    color: #ef4c31;
    -webkit-transition: all, 0.3s linear;
    -o-transition: all, 0.3s linear;
    transition: all, 0.3s linear;
}

.line-home, .line-email, .line-phone {
    display: block;
}

.line-email, .line-phone {
    margin: 10px 0 0 0;
}

.element-container {
    margin: 18px 0 0 0;
}

.element-content {
    padding: 0 0 0 0;
}

.element-content h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.news-content {
    margin: 10px 0 0 0;
}

.news-photo {
    margin: 0 20px 0 0;
    width: 25%;
    float: left;
}

.white-bg > .news-description { color: #000; }
h1.no-bottom, h2.no-bottom, h3.no-bottom, h4.no-bottom, h5.no-bottom {
    margin-bottom: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EF4C31;
    outline: 0;
}

.dropdown-menu>.active>a:hover {
    font-weight: bold;
}

.main-text-element-content > ul
{
    list-style: none;
    padding:0;
    margin:0;
}
.main-text-element-content > ul > li
{
    padding-left: 1em;
    text-indent: -.7em;
}

.main-text-element-content > ul > li:before {
    content: "•";
    color: red; /* or whatever color you prefer */
    padding-right: 2px;

}

#video-alternative {
    background: #fff;
    height: 30px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

@media(min-width: 991px) AND (max-width:1170px) {
    .main-instructors-list h1 {
        text-align: center;
    }
    .main-circle {
        background: rgba(255,255,255,0.69);
        border-radius: 500px;
        width: 200px;
        height: 200px;
        text-align: center;
        overflow: hidden;
        margin-bottom: 17px;
        padding: 55px 20px 10px;
        position: relative;
        -webkit-transition: all, 0.3s, ease;
        -o-transition: all, 0.3s, ease;
        transition: all, 0.3s, ease;
    }
    .main-circle-element {
        margin-top: -235px;
        color: rgba(0,0,0, 0.6);
    }
    .main-overlay.no-padding { padding: 0; }
    .unslider-nav { bottom: 35px; }
    .banner { height: 600px !important; }
}

@media(min-width:767px) AND (max-width: 991px) {
    .main-circle-element {
        margin-top: 0px;
        margin-bottom: 15px;
        color: rgba(0,0,0, 0.6);
    }
    .main-circle-description {
        padding: 0 0 0 0;
    }
    .banner { height: 600px !important; }
    #navbar { margin-top: -1px; }
    .unslider-nav { bottom: 60px; }
}

@media(min-width: 992px) {
    .instructor-more-list {
        border-left: 1px solid rgba(201, 201, 201, 0.8);
    }
}

.gallery-element {
    margin-top: 25px;
    padding-bottom: 1%;
}
.gallery-image { margin: 0 auto; text-align: center; }
.gallery-image img { max-width: 100%; max-height: 170px; }
.gallery-more {
    padding-top: 20px;
    text-align: right;
    box-sizing: border-box; }

.facebook-container {
    min-height: 25px;
    width: 100% !important;
}

#u_0_0 {
    width: 100% !important;
}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget, .fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span, .fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span > iframe {
    width: 100% !important;
    height: auto !important;
}

.instructor-description > .facebook-container {
    width: 100%;
    margin: 2px 0 2px 0;
}

.form-note {
    margin: 10px 0;
}
