﻿.calander-outer {
    width: 1200px;
    max-width: 95%;
    margin: auto;
    display: block;
}

.calander-main {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.calander-month {
    width: 100%;
    text-align: center;
    font-size: 35px;
    float: left;
    background: #00BFF3;
    padding: 10px 0;
    font-weight: 600;
}

.calander-week {
    width: 100%;
    float: left;
}

.week {
    width: 14.285%;
    float: left;
    text-align: center;
    border: 1px solid #888;
    font-size: 20px;
    padding: 15px 0;
    background: #FECC17;
    font-weight: 600;
}

.footer-section {
    float: left;
    width: 100%;
}

.bottom-footer {
    float: left;
    width: 100%;
}

.calander-days {
    width: 100%;
    float: left;
}

.day-row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #888;
}

.day {
    width: 14.285%;
    float: left;
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    min-height: 225px;
    position: relative;
    background: #e6e6e6;
}

.day-img {
    width: 100%;
    float: left;
    text-align: center;
}

    .day-img img {
        width: 100%;
        max-width: 400px;
    }

.day-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 191, 243,0.7);
    padding: 18px 0;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    z-index: 1000;
    width: 80px;
    height: 80px;
    text-align: center;
}

.day-sunday .day-date {
    background: rgba(255, 0, 0,0.7);
    color: #fff;
}

.sunday {
    text-align: center;
    color: #00BFF3;
    font-weight: 600;
    font-size: 46px;
    margin-top: 20px;
}

.mobile-calander {
    width: 95%;
    float: left;
    margin: 30px 2.5%;
    display: none;
}

.mobile-day {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.day-day {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    background: #FECC17;
}

@media (max-width: 1200px) {
    .mobile-calander {
        display: block;
    }

    .calander-outer {
        display: none;
    }
}
