@font-face {
    font-family: 'SiemensProgress';
    src: url("../../fonts/SiemensProgress-Regular.eot");
    src: url("../../fonts/SiemensProgress-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/SiemensProgress-Regular.woff") format("woff"), url("../../fonts/SiemensProgress-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensProgress';
    src: url("../../fonts/SiemensProgress-Bold.eot");
    src: url("../../fonts/SiemensProgress-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/SiemensProgress-Bold.woff") format("woff"), url("../../fonts/SiemensProgress-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensSans';
    src: url("../../fonts/siemenssans-roman-webfont.eot");
    src: url("../../fonts/siemenssans-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/siemenssans-roman-webfont.woff") format("woff"), url("../../fonts/siemenssans-roman-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensSans';
    src: url("../../fonts/siemenssans-bold-webfont.eot");
    src: url("../../fonts/siemenssans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/siemenssans-bold-webfont.woff") format("woff"), url("../../fonts/siemenssans-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'SiemensSans', serif;
    color: #2d373c;
    background-color: #000028;
}

h1 {
    font-family: 'SiemensProgress', serif;
    font-size: 54px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.01em;
    margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
    h1,
    .ribbonmobile {
        font-size: 36px;
        line-height: 44px;
    }
}

.no-left-gutter {
    padding-left: 0;
}

.for-margin {
    margin: 0 20px;
}

.event-count {
    color: #A3ACBD;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}

.event-count strong {
    font-weight: 400;
}

.event .date {
    /*border: 2px solid #007bc0;*/
    /*width: 80px;
    height: 80px;*/
    text-align: center;
    line-height: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.event .date img {
    width: 24px;
    margin-right: 16px;
}

.event .date .day {
    font-size: 36px;
    line-height: 40px;
    color: #007bc0;
    font-weight: 700;
}

.event .date .month {
    font-size: 22px;
    color: #007bc0;
}

.event .title {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.event .details {
    padding-top: 4px;
}

.event .details .capacity {
    /*  padding-left: 16px;*/
    position: relative;
    font-size: 16px;
    color: #E0173B;
}

.event .capacity.available {
    color: #53B044;
}


/*.event .details .capacity span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 10px;
    width: 10px;
    margin: auto;
    border-radius: 50%;
    background-color: #981700;
}*/


/*.event .details .capacity.available span:after {
    background-color: #82b30b;
}*/

.event .details .price {
    font-size: 20px;
    color: #879baa;
    font-weight: bold;
}


/*.btn-custom {
    background: #41aaaa;
    border-radius: 0;
    padding: 5px 9px 3px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "SiemensSans", sans-serif;
    font-weight: 400;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #a5e1e1;
    color: #fff;
}

.btn-custom:before {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/

.reg-block p {
    position: relative;
}


/*.reg-block p:before {
    right: 57px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 6px;
    z-index: 9;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/

.btn-custom {
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    min-width: 120px;
    background: #82b30b;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 13px 10px;
    position: relative;
    border: none;
}

.reg-block .btn-custom {
    margin-top: 8px;
    position: relative;
    min-height: 34px;
    width: 224px;
    height: 50px;
    background: #3CC8BE;
    border: 2px solid #3CC8BE;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: initial;
    font-weight: 700;
    font-size: 15px;
    color: #000028;
    padding-top: 13px;
    border-radius: 2px;
    transition: ease-in-out 0.3s;
}

.reg-block .btn-custom:hover {
    color: #fff;
    background: #21A79E;
}

.event-link {
    color: #434142;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.event-link:hover {
    color: #007bc0;
    text-decoration: none;
}

.name {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 9px;
    font-family: 'SiemensProgress', serif;
}

.date-range,
.location {
    color: #A3ACBD;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.pagination>li>a,
.pagination>li>span {
    color: #879baa;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #F1F1F1;
    background-color: #879baa;
    border-color: #879baa;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #879baa;
    border-color: #879baa;
}

.event_description {
    color: #A3ACBD;
    /* border-top: 1px solid #A3ACBD; */
    padding: 15px 0;
    margin: 15px 0px;
}

.time-block {
    float: none;
    display: block;
}

@media only screen and (max-width: 767px) {
    .details {
        padding-left: 0;
    }
    .reg-block .btn-custom {
        width: 300px;
    }
    .for-margin {
        margin: 0;
    }
}

@media only screen and (max-width: 370px) {
    .reg-block .btn-custom {
        width: 250px;
    }
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ CALENDAR CSS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/