

@font-face {
    font-family: 'OPENSANS-REGULAR';
    src: url('../../fonts/OPENSANS-REGULAR.TTF')   format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPENSANS-EXTRABOLD';
    src: url('../../fonts/OPENSANS-EXTRABOLD.TTF')   format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OPENSANS-BOLD';
    src: url('../../fonts/OPENSANS-BOLD.TTF')   format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPENSANS-ITALIC';
    src: url('../../fonts/OPENSANS-ITALIC.TTF')   format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'A Love of Thunder';
    src: url('../../fonts/A Love of Thunder.ttf')   format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url("../../fonts/MyriadPro-Regular.otf") format("opentype");
}




body {

    background-image: url('../../assets/images/BG_VINTAGE.png');
    visibility: visible;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    color: #463f44;
    background-color: rgb(195, 223, 227);
    font-family: "Alegreya",serif;
    height: initial;
}


.info__news article:hover a {
    color: #fff;
}
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:hover {
    color: #7c687a;
    text-decoration: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}

.featured-text {
    font-family: "Alegreya SC", serif;
    text-transform: uppercase;
    margin: 2em 0 1em;
}

.section__title--underline {
    padding-bottom: .5em;
    border-bottom: 2px solid;
}

.badges__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 103px;
}

.img--hover-effect {
    display: block;
    position: relative;
}

.info__news h3::before {
    background: url(../assets/images/gorro_icon.png) no-repeat;
}

.info__directors h3::before, .info__news h3::before {
    content: '';
    display: inline-block;
    float: left;
    width: 52px;
    height: 32px;
    margin-right: .75em;
}

.section__title--underline span {
    text-transform: uppercase;
    font-size: .7em;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: "Arbutus Slab", serif;
}

.section__title--underline {
    padding-bottom: .5em;
    border-bottom: 2px solid;
}

.section__title {
    font-family: "Arbutus Slab", serif;
}

.text-ellipsis--paragraph p:after, .text-ellipsis:after {
    content: "...";
}

*, :after, :before, input[type=search] {
    box-sizing: border-box;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.navbar {
    margin-bottom: 0;
    font-family: "Arbutus Slab", serif;
    text-transform: uppercase;
    background-color: #303030;
}

.navbar .navbar-nav {
    margin: 0 -15px;
}

.navbar .navbar-nav {
    margin: 0 -15px;
}

.navbar .dropdown-menu {
    padding: 0;
    min-width: 100%;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.carousel {
    padding: 0;
    overflow: hidden;
}

.carousel img {
    width: 100%;
    padding: 2px;
}

.carousel__arrows .slick-next {
    margin-left: 2px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.cal-events-num {
    margin: 0!important;
    position: absolute;
    top: 8px;
    left: 5px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
}
.btn-group>.btn {
    float: left;
}
.btn--link {
    color: #999;
    text-decoration: none;
}
.btn--link, .btn--link:active {
    background-color: transparent;
    border: none;
}
.btn {
    border: none;
    border-radius: 2px;
    vertical-align: inherit;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn--dark {
    color: #fff !important;
    background-color: #303030;
}
.btn {
    border: none;
    border-radius: 2px;
    vertical-align: inherit;
}

.carousel__arrows .slick-next {
    margin-left: 2px;
}

.img--hover-effect{
    display: block;
    position: relative;
}

.instagram .carousel a{
    width: 143px;
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}

.section__intro {
    margin-top: 1.5em!important;
    /*margin-bottom: 30px;*/
}
.badges section.section__intro {
    margin-top: 45px !important;
}

.carousel-indicators li {
    position: sticky;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    background-color: rgba(136, 136, 136, 0.5);
}
.carousel-indicators li {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 10px;
    text-indent: -999px;
    border: 1px solid #989898;
    border-radius: 91px;
    cursor: pointer;
    background-color: rgb(152, 152, 152);
    background-color: transparent;
}

#carouselStepsLandingIndicators .carousel-indicators li[data-slide-to="0"] {
    /*background: url(../../img/carrousel-step-1.png);*/
    background: url(../../img/carrousel-step-1-30x30.png);
}
#carouselStepsLandingIndicators .carousel-indicators li[data-slide-to="1"] {
    background: url(../../img/carrousel-step-2-30x30.png);
}
#carouselStepsLandingIndicators .carousel-indicators li[data-slide-to="2"] {
    background: url(../../img/carrousel-step-3-30x30.png);
}
#carouselStepsLandingIndicators .carousel-indicators li[data-slide-to="3"] {
    background: url(../../img/carrousel-step-4-30x30.png);
}
#carouselStepsLandingIndicators .carousel-indicators li[data-slide-to="4"] {
    background: url(../../img/carrousel-step-5-30x30.png);
}
#carouselStepsLandingIndicators .carousel-indicators li[data-slide-to="5"] {
    background: url(../../img/carrousel-step-6-30x30.png);
}
#carouselStepsLandingIndicators .carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 14px;
    text-indent: -999px;
    cursor: pointer;
    border: 0px solid transparent;
    margin-bottom: 5px;
}


.carousel-indicators .active {
    margin: 10px;
    width: 5px;
    height: 5px;
    background-color: rgb(152, 152, 152);
}

.carousel-indicators .active {
    background-color: #000;
}

.modal {
    z-index: 100145;
}
#eventContent.modal {
    position: absolute;
}
.modal-backdrop {
    opacity: .5;
}
.modal-backdrop.fade {
    opacity: .5;
}
.modal-dialog{
    z-index: 9000;
}

.modal-dialog {
    top: 0%;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-event:last-child {
    margin-bottom: 0;
}

.fc-event {
    margin-bottom: 4px;
    margin-right: 0;
    width: 94%;
    height: 20px;
    border-radius: 5px!important;
    border: none;
    box-shadow: none;
    text-align: center;
    line-height: 20px;
    padding: 3px;
}

.fc-content {
    padding-top: 3px;
}



.fc-state-default {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 2px;
    vertical-align: inherit;
    background-color: transparent;
    box-shadow: none;
}
.fc-state-down, .fc-state-active {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}



/*Encabezado calendario*/
.fc-header-toolbar h2 {
    padding-bottom: 1em;
    text-align: center;
}

.fc-header-toolbar h2::before {
    margin-right: .75em;
    background: url(../assets/images/title-decoration.png) no-repeat;
}

.fc-header-toolbar h2::after {
    margin-left: .75em;
    background: url(../assets/images/title-decoration.png) no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fc-header-toolbar h2::after, .fc-header-toolbar h2::before {
    content: '';
    width: 54px;
    height: 21px;
    display: none;
}

.nav>li, .nav>li>a {
    position: relative;
    display: block;
    /*width: 100%;*/
}

.mainContainer{
    min-height: 300px;
    position: relative;
    margin-top: -10px;
    padding-top: 1px;
}

@media (min-width: 768px){
    .fc-header-toolbar h2::after, .fc-header-toolbar h2::before {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .navbar__rightside {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .navbar__leftside, .navbar__rightside {
        text-align: center;
    }
}

.navbar .navbar-nav {
    margin: 0 -15px;
    display: block;
}

@media (min-width: 768px) {
    .navbar__rightside {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .navbar__leftside, .navbar__rightside {
        text-align: center;
    }
}

.navbar .dropdown-menu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.section__intro .intro__carousel, .section__intro .intro__image {
    height: auto;
    max-height: 360px;
    overflow: hidden;
}

.h2, h2 {
    font-size: 30px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: "Arbutus Slab",serif;
}

h5 {
    font-size: 16px;
}

.text-ellipsis--paragraph p:after, .text-ellipsis:after {
    content: "...";
}

p {
    margin: 0 0 10px;
}


.calltoaction__box {
    visibility: hidden;
    text-align: center;
    color: #fff;
    height: 71px;
    margin: 1.5em 0;
    text-shadow: 0 1px 0 #000;
    font-family: "Arbutus Slab",serif;
    display: table;
    -webkit-animation-duration: 1.75s;
    animation-duration: 1.75s;
}


.calltoaction__box>* {
    display: table-cell;
    vertical-align: middle;
    padding: .5em;
    background-color: #9abaaf;
    background-image: url(../assets/images/BG_VINTAGE.png);
    width: 100%;
    color: #fff;
}

a {
    color: inherit;
}

.info__news.col-md-6 {
    max-height: 430px;
}

.team__teacher img {
    width: 100%;
    max-width: 150px;
    min-height: 230px;
    max-height: 230px;
    height: auto;
}

.fade.in {
    background: rgba(0, 0, 0, 0.43);
}

ul.gallery.gallery-detail__list {
    width: 100%;
}

header {
    color: #666;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar__leftside, .navbar__rightside {
    text-align: left;
}

.calltoaction__box::after {
    background-image: url(../assets/images/DECORACION_DCHAx71.png);
}

.calltoaction__box::before {
    background-image: url(../assets/images/DECORACION_IZQx71.png);
}

span.ng-scope {
    /*background-color: rgba(0, 0, 0, 0.18);*/
    /*color: #fff;*/
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.profile__img-edit-button {
    margin: auto;
    width: 140px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 100;
    text-align: center;
}

#videoPlayer{
    height: 409px;
}
#videoPlayer .modal-content{
    height: 427px;
}
#videoPlayer iframe{
    height: 309px;

}

.box-landing.btn-bigmama{

}
.landing-step{
    font-family: 'OPENSANS-ITALIC', Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: auto;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;

}
.landingPage{
    font-size: 16px;
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
}

.landingPage h1{
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
}

#title-landing-1{
    background: url(../../img/step1.png);
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 26px;
    background-repeat: no-repeat;
    align-content: center;
    background-position: 50% 0%;
    padding-top: 51px;
    min-height: 88px;
    vertical-align: bottom;
    background-size: 168px;
}
#title-landing-2{
    background: url(../../img/step2.png);
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 26px;
    background-repeat: no-repeat;
    align-content: center;
    background-position: 50% 0%;
    padding-top: 51px;
    min-height: 88px;
    vertical-align: bottom;
    background-size: 168px;

}

[id^='#title-landing-']{
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 26px;
    background-repeat: no-repeat;
    align-content: center;
    background-position: 50% 0%;
    padding-top: 51px;
    min-height: 88px;
    vertical-align: bottom;
    background-size: 168px;
}

#title-landing-3{
    background: url(../../img/step3.png);
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 26px;
    background-repeat: no-repeat;
    align-content: center;
    background-position: 50% 0%;
    padding-top: 51px;
    min-height: 88px;
    vertical-align: bottom;
    background-size: 168px;
}
#title-landing-4{
    background: url(../../img/step4.png);
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 26px;
    background-repeat: no-repeat;
    align-content: center;
    background-position: 50% 0%;
    padding-top: 51px;
    min-height: 88px;
    vertical-align: bottom;
    background-size: 168px;
}
#title-landing-5{
    background: url(../../img/step5.png);
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 26px;
    background-repeat: no-repeat;
    align-content: center;
    background-position: 50% 0%;
    padding-top: 51px;
    min-height: 88px;
    vertical-align: bottom;
    background-size: 168px;
}
#title-landing-6{
    background: url(../../img/step6.png);
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 26px;
    background-repeat: no-repeat;
    align-content: center;
    background-position: 50% 0%;
    padding-top: 51px;
    min-height: 88px;
    vertical-align: bottom;
    background-size: 168px;
}

.landing-step h1{
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
}

.btn-bigmama {
    font-size: 15px;
    padding-left: 45px;
    width: 100%;
    padding-right: 72px;
    text-align: center;
    height: 65px;
    padding-bottom: 10px;
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
}
.box-landing {
    border: 2px solid #000;
    background: transparent;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 45px;
}
.box-landing:first-child {
    margin-left: 100px;
}

.box-landing.no-margin:first-child, .box-landing.no-margin {
    margin-left: 0px;
}


.box-landing.dark {
    background: #000;
    color: #fff;
}
.rol-leader-box{
    background: url('../../img/rol-box-leader.png') ;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 54px;
    min-height: 175px;
    margin-left: 100px;
}

.inscription-pareja {
    background: url(../../img/inscripcion-pareja.png) #e4dce4;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 53px;
    min-height: 140px;
    border: 1px solid #000;
    border-radius: 6px;
    width: 34% !important;
}

.inscription-individual{
    background: url('../../img/inscripcion-individual.png') #e4dce4;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 140px;
    border: 1px solid #000;
    border-radius: 6px;
    width: 34% !important;
}

.rol-follower-box{
    background: url('../../img/rol-box-follower.png');
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 54px;
    min-height: 175px;
}

.rol-follower-box .title, .rol-leader-box .title {
    font-family: 'OPENSANS-BOLD',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    width: 66%;
}

.rol-follower-box .text-landing, .rol-leader-box .text-landing {
    font-family: MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 66%;
}


.box-landing .title {
    font-family: 'OPENSANS-BOLD',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;

}
.box-landing.dark .title{
    font-family: 'OPENSANS-BOLD',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.box-landing .title {

    font-size: 16px;
    margin: auto;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 15px;
}
.box-landing.finish {

}

.text-landing.bold, .second-text-landing.bold {
    font-family: 'OPENSANS-BOLD', 'A Love of Thunder', Arial, Helvetica, sans-serif;
}
.text-landing {
    font-size: 24px;
    margin: auto;
    margin-top: 19px;
    margin-bottom: 0px;
    width: 66%;
}

.box-landing.no-margin .text-landing{
    margin-top: 10px;
    width: 75%;
}

.box-landing .text-landing {
    font-size: 15px;
}

.second-text-landing {
    font-family: MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 67%;
}


.no-margin-bottom .second-text-landing {
    margin-bottom: 0px;
}
.box-landing .text-landing {
    font-family: 'OPENSANS-REGULAR',MyriadPro-Regular,'A Love of Thunder', Arial, Helvetica, sans-serif;
}

.arrow_box {
    position: relative;
    background: transparent;
    border: 4px solid #000000;
}
.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fef9f3;
    border-width: 20px;
    margin-top: -20px;
}
.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 26px;
    margin-top: -26px;
}


.arrow_box.dark {
    position: relative;
    background: #000000;
    border: 4px solid #000000;
}


.arrow_box.dark:after {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 20px;
    margin-top: -20px;
}


.arrow_box_down {
    position: relative;
    background: transparent;
    border: 4px solid #000000;
}
.arrow_box_down:after, .arrow_box_down:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_down:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #fef9f3;
    border-width: 20px;
    margin-left: -20px;
}
.arrow_box_down:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 26px;
    margin-left: -26px;
}

.arrow_box_left {
    position: relative;
    background: transparent;
    border: 4px solid #000000;
}
.arrow_box_left:after, .arrow_box_left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_left:after {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #fef9f3;
    border-width: 20px;
    margin-top: -20px;
}
.arrow_box_left.dark:after {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 20px;
    margin-top: -20px;
}
.arrow_box_left:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 26px;
    margin-top: -26px;
}


.dark .btn--decor {
    position: relative;
    width: 161px;
    height: 25px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.6;
    background-image: url(../../assets/images/button-decoration-white.png);
    background-repeat: no-repeat;
    background-color: inherit;
    border: none;
}

.dark .btn--decor:hover.btn--decor::after {
    visibility: hidden;
}

img#img-type-landing {
    height: 109px;
}

.header__right-login-form .login__recover-password {
    padding-right: 10px;
    top: -30px;
    font-size: 10px;
    text-transform: capitalize;
    position: relative;
    margin-left: -118px;
}

.profile__nav li {
    width: 100%;
}

.img-min-image{
    max-width: 35px;
}

.image-large{
    margin-left: -32%;
}

.post img {
    display: block;
    max-width: 100%;
    height: auto;
}

.details__events {
    padding: 0;
    list-style: none;
    text-transform: none;
    padding-left: 10px;
}

.xs-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-width: 88px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 0;
    padding: 0 6px;
    background: 0 0;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}

.fc-past {
    background: #cacacade;
}

table#dataTables-schedules-event {
    font-size: 17px;
}

div#dataTables-schedules-event_info {
    font-size: 14px;
}

a#dataTables-schedules-event_previous {
    float: left;
    cursor: pointer;
}

a#dataTables-schedules-event_next {
    float: right;
    cursor: pointer;
}
span>a.paginate_button {
    display: none;
}

table .pagination li {display: none;}
table .pagination li.prev, table .pagination li.next {display: inline;}


.details__teachers {
    padding: 0;
    text-align: center;
}

.details__features {
    padding: 0;
    list-style: none;
    text-transform: none;
}

.details__features b.ng-scope {
    color: #84427e;
}

.label-teachers{
    color: #84427e;
}

.frame-decor--buttom::after {
    margin: auto;
    display: block;
    position: relative;
    bottom: -16px;
    left: 0;
    width: 240px;
    height: 78px;
    content: "";
    background: url(../assets/images/decor-top-frame.png) no-repeat;
    z-index: 8;
    -webkit-transform: rotate(30deg);
    transform: rotate(180deg);
}

.details__calltoaction-line {
    width: 100%;
    border-top: 1px solid;
    text-align: center;
    margin-left: 8%;
    margin-bottom: 50px;
}

@media (min-width: 500px) {

    .calltoaction__box::after, .calltoaction__box::before {
        content: '';
        display: block;
        width: 28px;
        height: 71px;
    }
}
@media (min-width: 768px) {

    /*.navbar__leftside, .navbar__leftside .navbar__item {*/
        /*width: 50%;*/
    /*}*/


    .navbar__leftside, .navbar__rightside {
        text-align: center;
    }

    body {
        padding-top: 5px;
        padding-bottom: 2em;
    }
}



@media (min-width: 768px) {

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .carousel-indicators {
        bottom: -37px;
    }

    .post__content {
        font-size: 20px;
    }

    body {
        font-size: 16px;
    }
}




@media (min-width: 992px) {

    .badges__box {
        min-height: 120px;
    }
}
@media (min-width: 992px) {

    .navbar__rightside {
        width: 40%;
    }
}
@media (min-width: 992px) {

    .navbar__rightside {
        width: 40%;
    }
}


@media (min-width: 1024px) {

    .navbar.ribbon {
        width: calc(100% + 3em);
        margin-left: -1.5em;
    }
}

@media (min-width: 1024px) {
    .ribbon {
        font-size: 1.2em;
        position: relative;
        color: #fff;
        text-align: center;
    }
}
@media (min-width: 1200px) {

    .badges__box {
        min-height: 140px;
    }
    .navbar__rrss li {
        padding: 10px 5px;
    }
}

@media (max-width: 576px) {

    .mainContainer{
        margin-top: 0px;
    }

    .badges__box {
        min-height: 10px;
    }

    .badges section.section__intro {
        margin-top: -40px !important;
    }

    .header__right-login {
        color: #303030;
        min-height: 40px;
        vertical-align: middle;
        padding-top: 10px;
        padding-left: 15px;
    }
    .header__right-login a{
        color: #fff !important;
    }
    #carouselStepsLandingIndicators .carousel-indicators li {
        margin: 6px;
    }


    body {
        font-size: 21px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

