@font-face {
    font-family: 'FuturaMedium';
    src: url('../fonts/FuturaMediumC.eot');
    src: url('../fonts/FuturaMediumC.woff2') format('woff2'),
    url('../fonts/FuturaMediumC.woff') format('woff'),
    url('../fonts/FuturaMediumC.ttf') format('truetype'),
    url('../fonts/FuturaMediumC.svg#FuturaMediumC') format('svg'),
    url('../fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaRegular';
    src: url('../fonts/FuturaBookC.eot');
    src: url('../fonts/FuturaBookC.woff2') format('woff2'),
    url('../fonts/FuturaBookC.woff') format('woff'),
    url('../fonts/FuturaBookC.ttf') format('truetype'),
    url('../fonts/FuturaBookC.svg#FuturaBookC') format('svg'),
    url('../fonts/FuturaBookC.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
.timepad_list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.timepad_list {
    /*padding: 30px 0;*/
}
.timepad_block {
    font-family: "FuturaMedium",sans-serif;
    width: 100%;
    padding: 30px 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.timepad_block:last-child {
    padding: 40px 0;
}
.timepad_dscr {
    width: 100%;
    padding: 10px 0 0;
    text-align: left;
    align-self: center;
    font-family: "FuturaRegular",sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 22px;
}
.timepad_info {
    width: 100%;
    position: relative;
}
.timepad_info:hover {
    transition: all .3s;
}
.timepad_info:hover .timepad_img{
    transition: all .3s;
    box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.5);
}
.timepad_info:hover .timepad_more_link{
    transition: all .3s;
    opacity: 1;
}
.timepad_img {
    height: 320px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}
.timepad_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    z-index: 2;
}
.timepad_name {
    font-family: "FuturaMedium",sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    bottom: 80px;
    left: 20px;
    color: #fff;
    z-index: 3;
}
.timepad_date {
    color: #fff;
    font-family: "FuturaMedium",sans-serif;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}
.timepad_date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    vertical-align: top;
    margin-right: 3px;
    background-size: 14px 15px;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAMAAADjyg5GAAAAbFBMVEXDkGrDkGrDkGrDkGrDkGpMaXHDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGr4AKdsAAAAI3RSTlM0kUGdPQDp3eLc9fKc9OoaDP7z5aeOGVXoG+bnlv1b8aQJMbeC8vIAAABLSURBVAjXY2BllVNQZBUXEQBjBkl+GXklMVFeBhDmZ5CQ4pXlExYSBGNpBmUUwMCJAhjQAAcKQNcLxIxMXDws3MwsbFi5ZCtmRwEAqCwPiIoqEVAAAAAASUVORK5CYII=");
}
.timepad_more_link{
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 3;
    transition: all .3s;
    opacity: 1;
}
.timepad_link {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    font-family: "FuturaMedium",sans-serif;
    border-radius: 0;
    text-transform: uppercase !important;
    padding: 12px 15px;
    background: transparent;
    transition: all .3s;
}
.timepad_link:hover {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase !important;
    padding: 12px 15px;
    background: rgba(255,255,255,.2);
    transition: all .3s;
}
.no_events {
    text-align: center;
}
.no_events p {
    text-align: center;
    font-family: "FuturaRegular",sans-serif;
    font-size: 22px;
}
.no_events_list {
    font-size: 0px;
}
@media (min-width: 768px){
    .timepad_block {
        flex-wrap: nowrap;
        flex-direction: row;
        padding: 40px 0 70px;
    }
    .timepad_block:nth-child(even) {
        flex-direction: row-reverse;
    }
    .timepad_dscr {
        width: 40%;
        padding: 30px 40px;
    }
    .timepad_info {
        width: 60%;
    }
    .timepad_more_link{
        opacity: 0;
    }
}



.timepad-list {
    padding-top: 60px;
    padding-bottom: 30px;
}
.l-layout {
    margin-bottom: 30px;
    transition:all .3s;
}
.l-layout:last-child {
    margin-bottom: 0;
}
.l-layout:hover {
    transition:all .3s;
}
.l-layout:hover .b-aphisha{
    box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.5);
    transition:all .3s;
}
.l-layout:nth-child(even) .b-aphisha{
    float: right;
}
.l-layout:nth-child(even) .b-short-description {
    left: 30px;
}
.l-layout:nth-child(even) .b-pro-wiget__date {
    left: 45%;
    top: 31px;
}
.b-pro-wiget {
    width: 100%;
    padding: 30px 30px 60px 30px;
    transition:all .3s;
}
.b-pro-wiget .b-short-description {
    display: block;
    font-family: "FuturaMedium",sans-serif;
    font-size: 18px;
    transition:all .3s;
    color: #000;
    position: absolute;
    left: 552px;
    text-align: center;
    width: 35%;
    top: 70px;
}
.b-aphisha {
    min-height: 290px;
    /*width: 55%;*/
    transition:all .3s;
}
.b-aphisha:hover {
    /*box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);*/
}
.b-aphisha__heading-container {
    min-height: 290px;
    background: rgba(0,0,0,0.4) !important;
}
.b-aphisha__background {
    min-height: 290px;
}

.b-aphisha:hover .b-aphisha__background, .b-aphisha:focus .b-aphisha__background {
    transform: none;
}
.b-description {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    z-index: 200;
    transition:all .3s;
}
.b-main_type_feed .b-pro-wiget__date {
    color: #fff;
    font-family: "FuturaMedium",sans-serif;
    font-size: 14px;
    left: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 4px;
    top: 31px;
}
.b-main_type_feed .b-pro-wiget__date:before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 15px;
    top: 1px;
    left: -18px;
    background-size: 14px 15px;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAMAAADjyg5GAAAAbFBMVEXDkGrDkGrDkGrDkGrDkGpMaXHDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGrDkGr4AKdsAAAAI3RSTlM0kUGdPQDp3eLc9fKc9OoaDP7z5aeOGVXoG+bnlv1b8aQJMbeC8vIAAABLSURBVAjXY2BllVNQZBUXEQBjBkl+GXklMVFeBhDmZ5CQ4pXlExYSBGNpBmUUwMCJAhjQAAcKQNcLxIxMXDws3MwsbFi5ZCtmRwEAqCwPiIoqEVAAAAAASUVORK5CYII=");
}
.b-aphisha__heading {
    font-family: "FuturaMedium",sans-serif;
    font-size: 16px;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
    transition:all .3s;
    bottom: 40px;
}
.b-aphisha__extended-heading {
    font-family: "FuturaMedium",sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
}
.b-pro-wiget__more-block {
    opacity: 0;
    transition:all .3s;
    position: absolute;
    top: 256px;
}
.b-pro-wiget__more-block a{
    color: #fff;
    font-size: 14px;
    border-color: #fff;
    font-family: "FuturaMedium",sans-serif;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    padding: 12px 15px;

}
.b-short-description {
/*font-family: "FuturaMedium",sans-serif;*/
/*font-size: 16px;*/
/*opacity: 0;*/
/*transition:all .3s;*/
/*letter-spacing: 0.1em;*/
}
.b-pro-wiget__descriprion-full {
    font-family: "FuturaRegular",sans-serif;
    font-size: 17px !important;
    line-height: 22px !important;
}
.b-footer.row-fluid {
display: none;
}
.l-layout:hover .b-pro-wiget__more-block, .l-layout:focus .b-pro-wiget__more-block {
opacity: 1;
transition:all .3s;
}
.l-layout:hover .b-short-description, .l-layout:focus .b-short-description {
/*opacity: 1;*/
/*transition:all .3s;*/
}
.b-pro-wiget__more-button:hover {
color: #fff;
background-color: rgba(255,255,255,.1);
transition: .4s!important;
}
.b-pro-wiget__reg-button {
display: none;
}
.b-registration__section.section-submit .b-pro-wiget__reg-button{
    display: block;
    font-family: "FuturaRegular",sans-serif;
}
.b-registration__section.section-submit {
    margin: 20px 0 8px 0 !important;
}
.js-back-2-top-a.b-pro-wiget__back-2-top-a {
display: none;
}
.twf2-branding {
display: none;
}
.b-reg-table__row {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid;
    font-family: "FuturaRegular",sans-serif;
}
.b-reg-table__row:nth-of-type(2n) {
    background-color: #fff;
}
.b-reg-table__row:last-child {
    border: none;
}
.b-reg-table__plusminus .b-reg-table__plusminus_btn{
    background: #fff !important;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0.6;
}
.b-reg-table__plusminus .b-reg-table__plusminus_btn:hover{
    background: #c3906a !important;
    border: none !important;
    color: #000;
    opacity: 1;
}
.svg-twf2-plusminus-minus, .svg-twf2-plusminus-plus {
    fill: #000;
}
.b-reg-table__plusminus .b-reg-table__plusminus_btn:hover svg, .b-reg-table__plusminus .b-reg-table__plusminus_btn:active svg {
    fill: #fff !important;
}
.b-reg-table input[type="text"]{
    border: none !important;
    outline: none !important;
    font-family: "FuturaRegular",sans-serif;
}
.b-reg-table {
    border: none;
    margin: 30px 0;
    font-family: "FuturaRegular",sans-serif;
}
input[type=text], textarea, .b-input {
    border: 1px solid #000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff !important;
    background-image: none !important;
    resize: none;
    font-weight: 300 !important;
    font-family: "FuturaRegular",sans-serif;
    font-size: 16px !important;
}
input[type=text]:focus, textarea:focus, .b-input:focus {
    border: 1px solid #000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff !important;
    background-image: none !important;
    resize: none;
    font-weight: 300 !important;
    font-size: 16px !important;
}
#eventreg_form {
    font-weight: 300 !important;
    font-family: "FuturaRegular",sans-serif !important;
    font-size: 16px !important;
}

.b-reg-table__text  {
    font-weight: 400 !important;
    font-family: "FuturaRegular",sans-serif;
    font-size: 16px !important;
}
.b-registration__question {
    font-weight: 400 !important;
    font-family: "FuturaRegular",sans-serif;
    font-size: 16px !important;
}
.b-pro-wiget__reg-button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000 !important;
    background-color: #fff !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 300!important;
    font-family: "FuturaRegular",sans-serif;
    font-size: 18px;
    padding: 18px 18px 14px 18px !important;
}
#eventreg_submit.disabled {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #c2c2c2 !important;
    background-color: #fff !important;
    text-transform: uppercase !important;
    color: #c2c2c2 !important;
    font-weight: 300!important;
    font-family: "FuturaRegular",sans-serif;
    font-size: 18px;
}
.b-pro-wiget__reg-button:hover, .b-pro-wiget__pay-button:hover {
    background-color: #c3906a !important;
    border-color: #c3906a !important;
    color: #fff !important;
}
.b-pro-widget__terms-popup {
    display: inline-block;
    padding: 14px 16px;
    box-sizing: border-box;
    border-radius: 0;
    color: #333;
    background-color: #fff;
    border: 1px solid #c3906a;
    position: relative;
    margin: 12px 0 16px 0;
    font-family: "FuturaRegular",sans-serif;
}
.b-pro-widget__terms-popup .b-pro-widget__terms-popup-arrow {
    background-color: #fff;
    border-top: 1px solid #c3906a;
    border-right: 1px solid #c3906a;
}
.b-unit__header_size_small {
    font-weight: 400 !important;
    font-family: "FuturaRegular",sans-serif;
    font-size: 18px;
}
.selectedTicketsInfo.b-reg-table__text {
    font-weight: 700 !important;
    font-family: "FuturaRegular",sans-serif;
}

input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0;
}
input[type="checkbox"]:not(checked) + span {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    font-family: "FuturaRegular",sans-serif;
    font-size: 14px;
}
input[type="checkbox"]:not(checked) + span a {
    color: #000 !important;
    text-decoration-color: #c3906a;
    font-family: "FuturaRegular",sans-serif;
    font-size: 14px;
}
input[type="checkbox"]:not(checked) + span a:hover {
    color: #000 !important;
    text-decoration: none;
}
input[type="checkbox"]:not(checked) + span:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border: 1px solid #000;
    background-color: #fff;
}
input[type="checkbox"]:checked + span:after {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 11px;
    height: 11px;
    background-color: #c3906a;
}
.twf2-timer .twf2-timer__left {
    padding: 20px;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
    padding-right: 166px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: "FuturaRegular",sans-serif;
}
.twf2-timer .twf2-timer__clock {
    background-color: #fff;
    border-bottom: 1px solid;
    font-family: "FuturaRegular",sans-serif;
}
.b-registration__notice {
    padding: 20px;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.285em;
    font-weight: 300;
    font-family: "FuturaRegular",sans-serif;
}
.b-pro-widget__small-button, .b-pro-widget__btn_small {
    font-weight: 300;
    background-color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid #000 !important;
    color: #000;
    border-radius: 0;
    line-height: 1;
    transition: background-color 100ms ease-out,color 100ms ease-out;
    padding: 13px 20px;
    text-transform: uppercase;
    font-family: "FuturaRegular",sans-serif;
}
.b-pro-widget__small-button:hover, .b-pro-widget__btn_small:hover {
    background-color: #c3906a !important;
    border-color: #c3906a !important;
    color: #fff !important;
}
#widget_faq {
    display: none;
}
.b-event__support-info + .b-unit__text_color_gray {
    display: none;
}
.b-registration__error {
    border-bottom: none;
}
.b-unit__header_size_mid {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    font-family: "FuturaRegular",sans-serif;
}
.b-reg-descr {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #ccc;
    font-size: 14px;
    color: rgb(75,79,86);
    font-family: "FuturaRegular",sans-serif;
}
h3.b-reg-table__header {
    font-size: 17px;
}
.b-registration__check {
    font-size: 14px !important;
}
.b-more.b-main {
    width: 100%;
    margin: 10px auto;
}
@media (min-width: 768px){
    .b-more.b-main {
        width: 70%;
        margin: 30px auto;
    }
}

.b-aphisha__extended-info {
    font-size: 13px;
}
.b-aphisha__extended-info p {
    font-size: 13px;
}