@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
.calendar  * {
    box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	line-height:1.4;

}
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
.calendar {
    cursor: default;

}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {
    padding-top: 2%;
}

.c-grid {
    box-shadow: 2px 2px 5px #888888;
    height: inherit;
}
.c-day {
    width: 13.28%;
    height: 12%;
    background-color: #EFF4F9;
    float: left;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d8dbe1;
    margin: 0.5%;
    display: block;
	display: none;
}

.c-day-previous-month {
    width: 14.28%;
    height: 13%;
    background-color: #F9FBFD;
    float: left;
    text-align: center;
    color: #afafaf;
	display: none;
}

.c-day-next-month {
    width: 13.28%;
    height: 12%;
    background-color: #EFF4F9;
    float: left;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 0.5%;
    display: block;
    color: #afafaf;
	display: none;
}

.c-week-day {
    width: 14.28%;
    height: 10.38%;
    background-color: #3a3a3a;
    color: white;
    float: left;
    text-align: center;
    padding-top: 1%;
	display: none;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #007afd;
    color: #fff;
}

.c-event {
    background-color:#093d75;
    color: white;
    /* font-weight: bold; */
    cursor: pointer;
}

.c-grid {
    width: 100%;
    background-color: #42454a;
    height: 60px;
}

.c-event-grid {

}

.c-grid-title {
float: left;
    color: #fff;
    font-weight: bold;
	height: 60px;
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    color: white;
	    display: none;
}

.c-event-body {
    height: 88.1%;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
}

.c-event-item > .title {
    color: #676363;
    font-size: 13px;
    line-height: 17px;
}

.c-event-item > div {
}

.c-event-item {
    margin-bottom: 0px;
    padding-bottom: 5px;
    line-height: 1.5;
    /* clear: both; */
    border-bottom: 1px solid #c8e3ed;
    padding: 20px 0;
    width: 49%;
    margin-right: 1%;
    float: left;
}

.c-event-over {
}

.c-event-over > .description {
    font-weight: normal;
}
.calendar .description span.time,
.calendar .description span.place{
	font-family: Helvetica, Arial, sans-serif;
}
.c-event-item:nth-child(n+4) {
}
.calendar .link1 {
    color: red;
}

.img1 {
display: inline-block;
width:10%;
    max-width: 72px;
    height: 72px;
    position: relative;
    margin-top: 0;
    background-image: url(../images/apple-touch-icon.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.img1 img{
	display:none;
}
figure.img1:after{
	display:none;
}
.c-event-item .right-item{
width: 85%;
    float: right;
}
.c-event-item h4.post-title {
    font-size: 1.1em;
}