@font-face {
    font-family: Spectral;
    src: url(assets/Spectral-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Spectral;
    src: url(assets/Spectral-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: RobotoSlab;
    src: url(assets/RobotoSlab.ttf);
}

@font-face {
    font-family: Caveat;
    src: url(assets/Caveat-Bold.ttf);
    font-weight: bold;
}

.seminar {
    max-width: 1280px;
    margin: 0 auto;
}

.seminar div {
    line-height: 120%;
}

.seminar p {
    margin-bottom: 20px;
}

.seminar a {
    text-decoration: none;
    color: #FF5D01;
}

.seminar .strong {
    font-weight: 500;
}

.seminar {
    font: normal 22px Spectral;
}

.seminar .seminar__counter {
    font: bold 40px RobotoSlab;
}

.seminar h2 {
    font: bold 48px Spectral;
}

.seminar h3 {
    font: bold 38px Spectral;
}

.seminar h4 {
    font: bold 28px Spectral;
}

.seminar .f-40 {
    font-size: 40px;
}

.seminar .btn-reg1 {
    display: inline-block;
    background: #FF5D01;
    color: #fff;
    border: solid 1px #fff;
    padding: 0 5px;
    border-radius: 3px;
    font: bold 12px/50px RobotoSlab;
}

.seminar .btn-reg2 {
    display: inline-block;
    background: #fff;
    color: #000;
    border: solid 1px #FF5D01;
    padding: 0 5px;
    border-radius: 3px;
    font: bold 12px/50px RobotoSlab;
}

.seminar .btn-reg1:hover,
.seminar .btn-reg2:hover{
cursor: pointer;
}

.seminar  .btn-disable {
color: #999;
cursor:no-drop;
}
.seminar  .btn-disable:hover{
cursor:no-drop;
}

.seminar .text-right {
    text-align: right;
}

.seminar .seminar__menu a {
    margin-right: 10px;
}

.seminar section {
    margin-bottom: 100px;
}

.seminar .seminar__table {
    margin-bottom: 20px;
    font: normal 14px RobotoSlab;
}

.seminar .seminar__time {
    background: #FF5D01;
    color: #fff;
    padding: 10px;
    text-align: center;
    flex-grow: 1;
    margin-right: 3px;
    display: flex;
    align-items: center;
}

.seminar .seminar__stream {
    background: #e6e6e6;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 20%;
    margin-right: 3px;

}

.seminar .seminar__about {
    background: #e6e6e6;
    padding: 10px;
    width: 80%;
    margin-right: 3px;
    font-weight: 500;
}

.seminar .seminar__events {
    display: flex;
}

.seminar .seminar__event {
    padding: 10px;
    background: #e6e6e6;
    margin-right: 3px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    /*! width: 100%; */
}

.seminar .seminar__anons {
    padding: 20px;
    background: rgba(244, 94, 0, 0.8);
    color: #fff;
    border-radius: 5px;
    font: bold 22px Spectral;
}

.seminar .seminar__benefit {
    font-size: 20px;
    font-weight: bold;
}

.seminar .seminar__benefit img {
    height: 100px;
}

.seminar .seminar__benefit_sp img {
    height: 400px;
}

.seminar .seminar__days {
    text-align: center;
    margin-bottom: 50px;
    font: bold 16px RobotoSlab;
}

.seminar .seminar__days a.active {
	color: #fff;
    background-color: #ff5d01;
	border-bottom: solid 3px #ddd;
}

.seminar .seminar__days a {
    padding: 0 10px;
    color: #666;
	background-color: #eee;
    border-bottom: solid 3px #FF5D01;
    padding-bottom: 5px;
}

.seminar .seminar__slide {
    width: 100%;
    padding: 20px;
    margin: 0 20px 20px;
    background: #FF5D01;
    color: #fff;
    border-radius: 5px;
}

.seminar .seminar__photo {
    height: 300px;
    background-size: cover;
    margin-bottom: 30px;
}

.seminar .mb-3 {
    /*margin-bottom: 20px;*/
	margin-bottom: 5px;
}

.seminar .mt-3 {
    margin-top: 5px;
}

.seminar .mb-5 {
    margin-bottom: 40px;
}

.seminar .d-lg-flex {
    display: flex;
}
.seminar .groups {
   display: flex;
}
.seminar .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #FF5D01;
    margin: 0 5px;
}

.seminar .seminar__social img {
    height: 40px;
    margin: 0 20px;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
}

.bg.show {
    display: flex;
    padding: 20px 10px;
    overflow-y: scroll;
}

.modal {
    width: 100%;
    max-width: 600px;
    background: #fff;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

.modal p {
    font: normal 14px RobotoSlab;
    margin-bottom: 20px;
}

.modal ul {
        padding-left:25px !important;
}
.modal li {
    list-style:none;
    line-height:normal;
    font: normal 14px RobotoSlab;
}
.modal li:before {
    content:"–";
    color:#ff6600;
    margin-right:10px;
    width:20px;
    height:20px;
}




.lock {
    overflow: hidden;
}
.seminar__table .group {
width: 50%;
}
.seminar__events {
    height: 100%;
}
.group > p {
position: absolute;
}
.groups_1{
flex-direction: column;
}
.group_1{
height: 100%;
}
.groups {
    position: relative
}
#day1 .seminar__table:nth-child(4){
    margin-top: 60px
}

#day1 .seminar__table:nth-child(6) {
margin-top: 60px;
}

#day2 .seminar__table:nth-child(8){
margin-top: 60px;
/*border:1px solid red;*/
}

#day1 .seminar__table:nth-child(6) .group_name {
    position: absolute;
    top: -15%;
	width: 49.8%;
}
#day1 .group_name {
    position: absolute;
    top: -15%;
	width: 49.8%;
}
#day2 .group_name {
    position: absolute;
    top: -35%; /*40%*/
	width: 49.8%;
}
#day2 .seminar__event.group_2 {
    width: 100%
}
@media screen and (max-width: 992px) {
    .seminar .seminar__events {
        display: block;
    }

    .seminar .slogo {
        text-align: center;
    }

    .seminar .seminar__anons {
        margin-bottom: 20px;
    }

    .seminar .seminar__event {
        padding: 10px;
        margin-bottom: 10px;
    }

    .seminar .seminar__about {
        width: 100%;
    }

    .seminar .d-lg-flex {
        display: block;
    }
	.group {
margin: 1px;
}
.group_1{
height: auto;
}
#day1 .seminar__table:nth-child(5) .group:nth-child(2) .group_1{
height: 100%;
}
#day1 .seminar__table:nth-child(7) .group:nth-child(1) .group_1{
height: 100%;
}
    #day2 .seminar__table:nth-child(8) .group:nth-child(2) .group_2{
height: 100%;
}
#day2 .seminar__table:nth-child(9) .group:nth-child(1) .group_2{
height: 100%;
}
    .seminar .seminar__event:last-child{
        margin-bottom: 0px;
    }
	.group_name {
top: -20% !important;
}
}