/** LOADER */
div#loader_overlay {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 8010;
    background-image: url('../img/overlay.png');
    margin: 0px;
    padding: 0px;
}

div#loader_loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    z-index: 8060;
    background-image: url('../img/sprite.png');
}

div#loader_spinner{
    width: 44px;
    height: 44px;
    background: url('../img/loading.gif') center center no-repeat;
}

div.event_more_info{
    height:20px;
    margin-bottom:6px;
}
ul.event__details{
    margin-bottom:2px;
    list-style-type: none;
}
#event_reg_name{
    font-weight:bold;
}
.select2-container{
    width: 285px !important;
}
.pro-form-label label{
    font-weight: normal !important;
}
.event__registration{
    width: 100%;
    height: 30px;
    background-color: #7ec0dc;
}
.event__registration a{
    color: #ffffff;
    text-decoration: none;
}
.event__registration__text{
    padding: 5px;
    text-align:center;
}
.event__title{
    height: 65px;
    font-size: 16px;
}
h5.event__title{
    font-size: 16px;
}

/* Form */
.pro-form {
    column-count: 2;
    -moz-column-count: 2;
}

.pro-form.one-column {
    column-count: 1;
    -moz-column-count: 1;
}

.pro-form input, .pro-form select, .pro-form textarea, .tx-indexedsearch-searchbox-button, .tx-indexedsearch-searchbox-sword {
    width: 285px;
    height: 35px;
    border-radius: 0px;
    border: 2px solid #e7ebee;
}

.pro-form select {
    width: 287px;
}

.pro-form input[type="checkbox"] {
    height: auto;
}

.pro-form input[type="submit"], .tx-indexedsearch-searchbox-button.submit {
    border-color: #7ec0dc;
    background-color: #7ec0dc;
    color: white;
}

.pro-form textarea {
    height: 100px;
}

.pro-form-left, .pro-form-right {
    width: 50%;
    float: left;
}

.pro-form-label {
    width: 36%;
    float: left;
    text-align: right;
    padding-bottom: 10px;
}

.pro-form-box {

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.pro-form-input {
    float: right;
    width: 64%;
    text-align: right;
    padding-bottom: 10px;
}

.pro-form-input.full-width {
    width: 100%;
}

.pro-form-input-how_other {
    display: none;
}

.pro-form-input-how_other.show {
    display: inline;
    margin-top: 5px;
}

#pro-form_iy {
    display: none;
}

.pro-form .not_filled {
    border-color: red;
}

.pro-form-alt-billing, .pro-form-password-hidden, .pro-form-parent-wrapper {
    display: none;
}

.g-recaptcha div {
    float: right;
}

.pro-event-form-link {
    cursor: pointer;
}
/* FORM END */

.msevent_container{
    margin-bottom: 20px;
}
.msevent_filter_checkbox{
    margin-right: 15px !important;
}
.msevent_filter_header{
    font-weight:bold;
    margin-bottom: 5px;
}
div.msevent_filter{
    margin-left: 60px;
    margin-right: 60px;
}
hr.msevent_hr{
    color: #7ec0dc;
    border-color: #7ec0dc;
}
.msevent_center{
    text-align: center !important;
}
#ms_event_left{
    width: 50%;
    float: left;
}
#ms_event_right{
    width: 50%;
    float: right;
}

.msEvent .event {
    width: 243px;
    height: 244px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    color: #000;
}

.msEvent .preview .blocksWrap {
    margin: 0 auto;
}

.msEvent .preview .block:first-child {
    border-left: 1px solid #CCC;
}

.msEvent .preview .block {
    float: left;
    width: auto;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.msEvent .preview .event.sndCld {
    border-top: 1px solid #CCC;
}

.g-recaptcha div div {
    border: solid 1px transparent;
}

.msEvent .preview .event:first-child {
    border-top: 1px solid #CCC;
}

.msEvent .event.hasImage {
    height: 489px;
}

.msEvent .preview {
    margin-bottom: 40px;
}

.msEvent .event a {
    color: #000;
}

.msEvent .event.is_academy a {
    color: white;
}

.msEvent .event.is_academy {
    background-color: #BE0000;
    color: white;
}

.msEvent .eventImg {
    margin: 4px;
}

.msEvent .event .eventInner {
    padding: 6px 16px;
}

.msEvent .event .date {
    font-size: 16px;
}

.msEvent .event h5 {
    margin-bottom: 10px;
    color: black;
}

.msEvent .calender .event h5 {
    color: white;
}

.msEvent .event.is_academy h5 {
    color: white;
}

.msEvent .akademieFooter {
    height: 44px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

/* TODO: IE8 fallback */
.msEvent .akademieFooter .arrow {
    position: absolute;
    top: -6px;
    width: 11px;
    height: 11px;
    background-color: #BE0000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 116px;
}

.msEvent .arrowImg {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.msEvent img.arrowImg {
    width: 20px;
}

.msEvent .akademieFooter .akademieImg {
    display: block;
    position: absolute;
    top: 10px;
    left: 16px;
}

.msEvent .akademieFooter img.akademieImg {
    height: 27px;
}

.msEvent .calender {
    position: relative;
}

.msEvent .calender .datePicker {
    background-color: #E6E6E6;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 10px;
}

.msEvent .calender .spinnerWrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    background-color: rgba(255, 255, 255, 0.5);
}

.msEvent .calender.waiting .spinnerWrap {
    opacity: 1;
}

.msEvent .datePicker table {
    width: 400px;
    height: 350px;
    margin: 0 auto;
}

.msEvent .datePicker .headline {
    color: #7ec0dc;
    font-size: 24px;
    text-align: center;
    cursor: default;
}

.msEvent .datePicker .headline .left,
.msEvent .datePicker .headline .right {
    cursor: pointer;
}

.msEvent .datePicker td div {
    text-align: center;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
}

.msEvent .datePicker td div.active,
.msEvent .datePicker td div:hover {
    background-color: #7ec0dc;
    color: #FFF;

}

.msEvent .datePicker td div.outatime {
    color: #999999;
}

.msEvent .datePicker td div.wkend {
    font-weight: bold;
}

.msEvent .datePicker td div .dot {
    height: 8px;
    width: 8px;
    background-color: #7ec0dc;
    position: absolute;
    left: 15px;
    bottom: -3px;
}

.msEvent .datePicker td div.active .dot,
.msEvent .datePicker td div:hover .dot {
    display: none;
}

/* Spinner */
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro-event-fact {
    font-size: 15px;
}

.pro-event-body {
    margin-bottom: 30px;
    display: flex;
}

.pro-event-hardfacts, .pro-event-description {
    width: 50%;
    float: left;
    padding: 15px;
}

.pro-event-description-wrapper , .pro-event-hardfacts-wrapper {
    padding: 15px;
}

.pro-event-hardfacts-wrapper {
    width: 100%;
}

.pro-event-fact span {
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
}

.pro-event-description {
    float: right;
}

.pro-event-fact img {
    width: 100%;
    height: auto;
}

.price-show {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.pro-form-box input {
    line-height: 35px;
}

hr {
    border-color: #7ec0dc;
}

.pro-event-navigation {
    padding-bottom: 60px;
}

.pro-event-navigation-previous {
    float: left;
}

.pro-event-navigation-next {
    float: right;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.ms-event-special-event-title {
    color: #BE0000;
}

.ms-event-special-list {
    margin-top: 20px;
}

.ms-event-special-event {
    margin-bottom: 20px;
    border-bottom: solid #bc0000 1px;
}

.jump-to-category {
    margin-top: 10px;
}

.jump-to-category a {
    font-size: 16px;
}

.msevent_filter_left{
    width: 40%;
    float: left;
}
.msevent_filter_right{
    width: 90%;
    float: right;
    padding-left: 10px;
}

@media only screen and (max-width: 1195px) {
    .msEvent .preview .event {
        width: 198px;
        height: 199px;
    }
    .msEvent .calender .datePicker {
        margin-right: 55px;
    }
    .msEvent .preview .event.hasImage {
        height: 399px;
    }

    .msEvent .calender {
        height: 350px;
    }

    .msEvent .datePicker table {
        width: 360px;
        height: 310px;
        margin: 20px auto;
    }

    .msEvent .eventImg {
        height: 192px;
        width: 191px;
    }

    .msEvent .event .date {
        font-size: 14px;
    }

    .msEvent .datePicker .headline {
        font-size: 20px;
    }

    .msEvent .datePicker td div {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }

    .msEvent .datePicker td div .dot {
        left: 13px;
    }

    .pro-form input, .pro-form select, .pro-form textarea {
        width: 230px;
    }
    .select2-container {
        width: 230px !important;
    }

}

@media only screen and (max-width: 995px) {
    #ms_event_left{
        width: 100%;
        float: none;
    }
    #ms_event_right{
        width: 100%;
        float: none;
    }
    .row{
        width: 100%;
        margin: 0 auto;
    }
    .event_type_box{
        width: 255px;
        margin: 0 auto;
    }
    .msEvent .calender .datePicker {
        margin-left: 150px;
        margin-right: 150px;
    }
    .msEvent .datePicker table {
        width: 100%;
    }
    .msevent_filter_inner{
        width: 100%;
        margin-left: 100px;
        margin-right: 100px;
    }
    div.msevent_filter{
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 959px) {


    .msEvent .preview .event {
        width: 243px;
        height: 244px;
    }

    .msEvent .preview .event.hasImage {
        height: 489px;
    }

    .msEvent .preview .eventImg  {
        width: auto;
        height: auto;
    }

    .msEvent .preview .event.trdCld {
        border-left: 1px solid #CCC;
    }

    .msEvent .preview .event.sndPlsRw {
        border-top: none;
    }

    .msEvent .preview .blocksWrap {
        width: 490px;
    }

    .msEvent .datePicker td div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .msEvent .datePicker table {
        width: 300px;
        height: 280px;
    }

    .msEvent .calender {
        height: 330px;
    }

    .msEvent .datePicker td div .dot {
        height: 6px;
        width: 6px;
        left: 11px;
        bottom: -1px;
    }

    .msEvent .event .date {
        font-size: 12px;
    }

    .pro-form {
        column-count: 1;
        -moz-column-count: 1;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px){

    .pro-form-input {
        width: 40%;
    }
    .tm_layout_0 .ce-media a{
        max-height: 72px;
        overflow: hidden;
    }
    .tm_layout_1 .ce-media a, .twocolumns .tm_layout_0 .ce-media a  {
        max-height: 101.66px;
        overflow: hidden;
    }

}

@media only screen and (max-width: 767px) {
    .msevent_filter_right{
    //padding-left: 40px;
    }
    .msevent_filter_checkbox {
        margin-right: 2px !important;
    }
    .msevent_filter_inner {
        width: 270px;
        margin: 0 auto;
    }
    .msEvent .calender .datePicker {
        margin-left: 150px;
        margin-right: 150px;
    }
    .msEvent .datePicker table {
        width: 100%;
    }

    .msEvent .preview .event {
        width: 198px;
        height: 199px;
    }

    .msEvent .preview .event.hasImage {
        height: 399px;
    }

    .msEvent .preview .eventImg {
        height: 192px;
        width: 191px;
    }

    .msEvent .preview .blocksWrap {
        width: 400px;
    }

    .msEvent .preview {
        margin-bottom: 22px;
    }
    .pro-event-body {
        display: block!important;
    }

    .pro-event-hardfacts, .pro-event-description {
        width: 100%!important;
        display: block!important;
    }

    .pro-event-fact img {
        width: 90%!important;
    }

    .pro-event-hardfacts-wrapper {
        width: auto!important;
    }
}

@media only screen and (max-width: 600px) {

    .msEvent .calender .datePicker {
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 479px) {

    .msevent_filter_inner {
        margin: 0 auto;
    }
    .msEvent .preview .event {
        width: 243px;
        height: 244px;
    }
    .msEvent .preview .event.hasImage {
        height: 489px;
    }
    .msEvent .preview .eventImg  {
        width: auto;
        height: auto;
    }
    .msEvent .preview {
        margin-bottom: 22px;
    }
    .msEvent .preview .blocksWrap {
        width: 247px;
    }
    .msEvent .datePicker table {
        width: 270px;
        height: 290px;
    }
    .pro-form-label, .pro-form-input {
        float: none;
    }
    .pro-form-box {
        display: block;
    }
    .pro-form-label {
        text-align: left;
        width: 100%;
    }
    .pro-form-input , .pro-form input, .pro-form select, .pro-form textarea {
        width: 100%;
    }
    .select2-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 380px) {

    .msEvent .calender .datePicker {
        margin-left: 0px;
        margin-right: 0px;
    }
}
