/* Start of CMSMS style sheet 'w3-addon' */
/* Menu Animation */
.aniMenuIconContainer {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 18px;
    height: 3px;
    background-color: white;
    color: white;
    margin: 3px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 4px) ;
    transform: rotate(-45deg) translate(-3px, 4px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -5px) ;
    transform: rotate(45deg) translate(-4px, -5px) ;
}



/* Calendar */
/* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}*/

.month {
    padding: 70px 25px;
    width: 100%;
    background: #8BC34A;
    text-align: center;
}

.month ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size:12px;
    color: #777;
}

.days li .active {
    padding: 5px;
    background: #8BC34A;
    color: white !important;
    cursor:pointer;
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {width: 12.5%;}
    .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {width: 12.2%;}
}


/* Equal height cols */
.col-container {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
    padding: 16px;
}

.w3-slidetext {position:absolute;top:90%;left:0%;transform:translate(0%,-90%);-ms-transform:translate(-0%,-90%);padding:8px 32px 8px 32px}

.icon-video {left:7px;bottom:10px;width:36px;height:23px;background-color:rgba(0,0,0,0.4);font-size:18px;color:#ffffff;line-height:1.2;text-align:center;border-style:solid;border-width:1px;}
/* End of 'w3-addon' */

