section.cal h1 {
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 795px) {
    h1 {
        font-size: 1.5em;
    }
}

h1 {
    font-family: "museo-slab", arial, sans-serif;
    font-size: 1.75em;
    line-height: 1em;
    color: #231f20;
    font-weight: 500;
    margin: 0 0 .75em 0;
}

section.cal:nth-of-type(-n+4) {
    margin-top: 0;
}

section.cal:nth-of-type(4n+1) {
    margin-left: 0;
}

section.cal.s {
    opacity: 1;
}

section.cal {
    float: left;
    width: 24.25%;
    margin-left: 1%;
    margin-top: 1%;
    padding: 0.5em;
    opacity: 0;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cal{
        font-family: "museo-sans",
        arial,
        sans-serif;
        font-weight: 300;
        font-size: 1em;
        color: #231f20;
        text-align: center;
        display: block;
        background-color: #e7e8ea;
        float: left;
        width: 24.25%;
        padding: 0.5em;
        transition: all ease-in-out .3s;
        box-sizing: border-box;
        opacity: 1;
        margin-left: 0;
        margin-top: 0;
}
.e{
        font-family: "museo-sans",
        arial,
        sans-serif;
        font-weight: 300;
        font-size: 1em;
        color: #231f20;
        float: left;
        width: 22%;
        margin-bottom: 4%;
        text-align: center;
        box-sizing: border-box;
        margin-left: 0;
}
.items{
        font-family: "museo-sans",
        arial,
        sans-serif;
        font-weight: 300;
        font-size: 1em;
        color: #231f20;
        margin: 0 15%;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        max-height: 0;
        overflow: hidden;
        text-align: left;
        z-index: 3;
        transition: all ease-in-out .3s;
        box-sizing: border-box;
}

section.cal>div:nth-of-type(4n+1) {
    margin-left: 0;
}

section.cal>div {
    float: left;
    width: 22%;
    margin-left: 4%;
    margin-bottom: 4%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.cal>div.e>a {
    color: #fff;
}

section.cal>div>a {
    padding: 0.25em;
    display: block;
    font-family: "museo-slab", arial, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
}

section.cal>div>a {
    text-decoration: none;
    -moz-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}
section.cal>div>a:hover {
    text-decoration: none;
}
section.cal>div.o>a,
section.cal>div:hover>a {
    color: #fff;
}

section.cal>div>div.itms {
    margin: 0 12%;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    z-index: 3;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.cal>div>div>ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0.5em;
    max-height: 22em;
    margin-top: 3em;
    overflow: auto;
}

/** **/
section.cal>div.o>div.itms {
    opacity: 1;
    max-height: 25em;
}

section.cal>div.o a.crss {
    float: right;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

a.crss {
    display: block;
    width: 2em;
    height: 2em;
    position: relative;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
section.cal>div.o a.crss {
    float: right;
    margin-right: 0.5em;
    margin-top: 0.5em;
}
section.cal>div.o a.crss span {
    background-color: #fff;
}

a.crss span:first-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
a.crss:hover {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
a.crss span {
    display: block;
    height: 2px;
    width: 2em;
    position: absolute;
    top: 1em;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.cal>div.o a.crss span {
    background-color: #fff;
}

section.cal>div>div>ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0.5em;
    max-height: 22em;
    margin-top: 3em;
    overflow: auto;
}
section.cal>div>div>ul li:first-child {
    margin-top: 0;
}

section.cal>div>div>ul li {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 0.5em;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.cal>div>div>ul li>span:first-child {
    width: 3em;
    margin-right: 0.4em;
    text-align: center;
    font-family: "museo-slab", arial, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1em;
    color: #fff;
}

section.cal>div>div>ul li>span {
    float: left;
    display: block;
    width: calc(100% - 4.275em);
    padding: 0.5em 0.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.cal>div>div>ul li>span:first-child span {
    display: block;
    font-size: 0.75em;
    font-weight: 300;
}

section.cal>div>div>ul li a {
    display: block;
    color: #fff;
    font-family: "museo-slab", arial, sans-serif;
    font-weight: 700;
}
section.cal>div>div>ul li {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 0.5em;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: .65em 0;
}
section.cal>div>div>ul li>span:last-child {
    background-size: 100% 200%;
    background-position: 0 0;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
section.cal>div>div>ul li:hover>span:last-child {
    background-position: 0 -100%;
}

aside.key {
    clear: both;
    margin-top: 2.2em;
    float: left;
    width: 100%;
}
aside.key h1 {
    font-size: 1.25em;
}
aside.key ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
aside.key ul li {
    display: inline-block;
    margin-right: 0.65em;
    white-space: nowrap;
}
aside.key ul li span {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-color: #ffa01d;
}
div.img-loading {
    margin: 2.2em auto 0 auto;
    text-align: center;
}

.evcv-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; /*space-around;*/
    margin-top: 10px;
    position: relative;
}

/*#region  Responsive */
@media screen and (max-width: 700px) {
    
    section.cal {
        width: 32%;
        margin-left: 2%;
        margin-top: 2%;
    }

    section.cal:nth-of-type(4n+1) {
        margin-left: 2%;
    }

    section.cal:nth-of-type(3n+1) {
        margin-left: 0;
    }

    section.cal:nth-of-type(-n+4) {
        margin-top: 2%;
    }

    section.cal:nth-of-type(-n+3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    section.cal {
        width: 48%;
        margin-left: 4%;
        margin-top: 4%;
    }

    section.cal:nth-of-type(4n+1) {
        margin-left: 4%;
    }

    section.cal:nth-of-type(3n+1) {
        margin-left: 4%;
    }

    section.cal:nth-of-type(2n+1) {
        margin-left: 0;
    }

    section.cal:nth-of-type(-n+4) {
        margin-top: 4%;
    }

    section.cal:nth-of-type(-n+3) {
        margin-top: 4%;
    }

    section.cal:nth-of-type(-n+2) {
        margin-top: 0;
    }
}
@media screen and (max-width: 380px) {
    section.cal {
        width: 100%;
        margin-left: 0;
        margin-top: 4%;
    }

    section.cal:nth-of-type(4n+1) {
        margin-left: 0;
    }

    section.cal:nth-of-type(3n+1) {
        margin-left: 0;
    }

    section.cal:nth-of-type(2n+1) {
        margin-left: 0;
    }

    section.cal:nth-of-type(-n+2) {
        margin-top: 4%;
    }

    section.cal:first-child {
        margin-top: 0;
    }
}

/*#endregion */