body, html {
    min-height: 1000px;
	background-image: url(/images/img/header.jpg);
}

.cls-masthead-holiday > .header-content {
    top: 600px !important;
}

.cls-panel-calendar {
    background: none;
}

.cls-panel-calendar > h2 {
    margin: 0px;
    font-size: 26px;
}

.calendar-header {
	border: none;
	background: rgba(255, 255, 255, 0.2);
}

.prev, .next > span {
	color: #ababab;
}

.year-neighbor, .year-neighbor2 {
	display: none;
}
.month {
 width: 10%;	
}
/* 
div{
	margin: 0px;
	padding: 0px;
	max-width: 100%;

}

table{
	max-width: 100%;
} */

/* div.month-container.col-xs-4{
	margin: 0px;
	padding: 0px;
	width: 355px;
	height: 225px;
} */

 div.day-content{
	margin: 2.5px;
	font-size: 12.5px;
	/* font-weight: bold; */
	padding: 4px 7px!important;
} 

/* .calendar-header {
    display: none;
} */

/* small size mobile */
@media (max-width: 767px) {
	.cls-masthead-holiday > .header-content {
    	top: 0px !important;
	}
	.month {
		width: 100%;	
	   }
	   
}
.calendar {
	overflow: hidden!important;
}

