/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Playfair+Display:400,400i,700,700i,900&subset=latin-ext');*/
@import url('../../fonts/Montserrat/Montserrat.css');

.popup_countdown_overlay {
    position: fixed;
    z-index: 1060;
    /*opacity: 0.8;*/
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.popup_countdown_modal {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    z-index: 1080;
    overflow: hidden !important;
    max-width: 960px;
    padding: 0px !important;
    bottom: auto;
    right: auto;
}

.popup_countdown_modal .content_left {
    float: left;
    width: 64%;
    text-align: center;
    padding-bottom: 20px;
    border-right-width: 3px;
}

.popup_countdown_modal .content_left .title_text {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_countdown_modal .content_left .title_text span.small {
    height: auto;
    display: inline-block;
    line-height: 1;
    display: table-cell;
    flex: 0 1 auto;
    font-size: 55px;
    font-weight: 800;
}

.popup_countdown_modal .content_left .title_text span.small-left {
    height: auto;
    display: inline-block;
    line-height: 1;
    display: table-cell;
    flex: 0 1 auto;
    font-size: 44px;
    font-weight: 800;
    text-align: left;
}

.popup_countdown_modal .content_left .title_text span.medium {
    height: auto;
    display: inline-block;
    line-height: 1;
    display: table-cell;
    flex: 0 1 auto;
    font-size: 77px;
    font-weight: 800;
}

.popup_countdown_modal .content_left .title_text .big {
    font-size: 220px;
    font-weight: 600;
    height: auto;
    display: inline-block;
    line-height: 1;
    position: relative;
    flex: 0 1 auto;
}

.popup_countdown_modal .content_left span.subtitle_text {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.1vw;
    display: block;
    line-height: 1.4;
}

.popup_countdown_modal .content_left span.subtitle_text_medium {
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 0.1vw;
    display: block;
    line-height: 1.3;
}

.popup_countdown_modal .content_right {
    float: right;
    width: 35%;
    text-align: center;
}

.popup_countdown_modal .content_right span.date_text {
    text-transform: uppercase;
    display: block;
    height: auto;
    line-height: 1.2;
    flex: 0 1 auto;
    font-size: 35px;
    font-weight: 300;
    margin: 50px 0px;
}

.popup_countdown_modal .content_right span.date_text_big {
    text-transform: uppercase;
    display: block;
    height: auto;
    line-height: 1.2;
    flex: 0 1 auto;
    font-size: 45px;
    font-weight: 300;
    margin: 50px 0px;
}

.popup_countdown_modal .content_right span.date_text_big strong {
    font-size: 55px;
}

.popup_countdown_modal .content_right .submit_abstract_button {
    padding: 20px 40px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
}

.popup_countdown_modal .content_right .submit_abstract_button:hover {
    text-decoration: none;
}

.popup_countdown_modal .close_notification {
    display: block;
    /*display: none;*/
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 1;
    background: #000;
    color: #fff;
    cursor: pointer;
}