
/*--------------------------------------------------------------
# Special
--------------------------------------------------------------*/
.special .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 8px 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
}
.special .icon-boxes {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 8px 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
}

.special .icon-boxes:hover {
    transform: translateY(-3px);
}

.special .icon-box:hover {
    transform: translateY(-5px);
}
.special .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}
.special .icon i {
    font-size: 50px;
    line-height: 1;
    transition: 0.5s;
}


.special .title {
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
}
.special .title a {
    color: #111;
}
.special .icon-box:hover .title a {
    color: #94c045;
}
.special .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}
.special .pane h3 {
    font-weight: 600;
    font-size: 26px;
}



/*===============================
	Events CSS
=================================*/
.events {
    background: #F8F8F8;
}

.event-img{
    width: 70%;
}

.coming-event {
    margin-top: 0px;

}

.coming-event {
    padding-left: 5px;
}

.events .single-event {
    background: #fff;
    position: relative;
    margin-left: 0;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(134, 123, 123, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
}

.events .single-event:last-child {
    margin: 0;
}

.events .event-date {
    position: absolute;
    left: -35px;
    width: 70px;
    text-align: center;
    top: 50%;
    margin-top: -35px;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.events .single-event:hover .event-date {
    border-radius: 10%;
}

.events .event-date p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.events .single-event:hover .event-date p {
    font-size: 25px;
}

.events .event-date p span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.events p {
    display: block;
    font-size: 13px;
}

.events .event-title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.events .event-title a {
    font-weight: 700;
    color: #252525;
}

.events .event-title i {
    font-size: 20px;
    color: #252525;
}

.events .entry-date-time {
    color: #555;
    margin-top: 5px;
    display: block;
}

/* Events Archive */
.events.archive {
}

.events.archive .single-event {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.events.archive .event-image {
    position: relative;
    overflow: hidden;
}

.events.archive .event-image img {
    width: 100%;
    height: 100%;
}

.events.archive .single-event:hover .event-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.events.archive .event-date {
    top: 5px;
    margin: 0;
    left: 5px;
}

.events.archive .event-content {
    margin-top: 20px;
}


/*--------------------------------------------------------------
# training
--------------------------------------------------------------*/
.training .container {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    background: #fff;
}


.training .training-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.training .count-box {
    width: 100%;
}

.training .count-box i {
    display: block;
    font-size: 48px;
    color: #1977cc;
    float: left;
    line-height: 0;
}

.training .count-box span {
    font-size: 28px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #646c55;
    margin-left: 60px;
}

.training .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #646c55;
}

.training .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #646c55;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.training .count-box a:hover {
    color: #8b9578;
}

.training .content {
    font-size: 15px;
}

.training .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #3c4133;
}

.training .content ul {
    list-style: none;
    padding: 0;
}

.training .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.training .content ul i {
    font-size: 24px;
    color: #94c045;
    position: absolute;
    left: 0;
    top: -2px;
}

.training .content p:last-child {
    margin-bottom: 0;
}

.training .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#94c045 50%, rgba(148, 192, 69, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.training .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.training .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(148, 192, 69, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.training .play-btn:hover::after {
    border-left: 15px solid #94c045;
    transform: scale(20);
}

.training .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@media screen and (max-width: 600px) {
    div.examples {
        display: none;
        }
    div.examples1 {
        background-image: url("https://www.tennislehrer-zuerich.ch/assets/img/tennislehrer-zuerich-1.jpg");
    }
}
