.fc-calendar-container {
	width: 100%;
	padding: 0;
	border: 0;
}

.fc-calendar {
	width: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #472810;
	color: #fff;
	padding: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	background-color: transparent;
	overflow: auto;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: auto;
	clear: both;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	width:  14.2%;/* fuck ie */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	position: relative;
	text-align: center;;
	vertical-align: middle;
}

.fc-calendar .fc-row > div {
	padding: 20px 0 10px;
	overflow: hidden;
	position: relative;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date{
	opacity: 0.4;
	color: #000;
}

.fc-calendar .fc-row > div.fc-content:hover,
.fc-calendar .fc-row > div.fc-content.selected{
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(229,189,86,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(229,189,86,1);
	box-shadow: inset 0px 0px 0px 1px rgba(229,189,86,1);
	cursor: pointer;	
}

.fc-calendar .fc-row > div.fc-content:hover > span.fc-date,
.fc-calendar .fc-row > div.fc-content.selected > span.fc-date{
	opacity: 1;
}

.fc-calendar .fc-row > div.fc-content > div.calendar-inner{
	display: none;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #CCC;
	text-align: center;
	width: 100%;
	cursor: default;
}

.fc-calendar .fc-row > div.fc-content > span.fc-date{
	cursor:pointer;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-content{
	background-color: #ffd770;
}

.fc-calendar .fc-row > div.fc-today {
	background: #9A5723;
	color: #fff;	
}

.fc-calendar .fc-row > div.fc-none{
	padding-bottom: 31px;
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #fff;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

.fc-calendar .fc-row > div.fc-content > div.calendar-events{
	color: #BBB;
	font-size: 14px;
}

.fc-calendar .fc-row > div.fc-content:hover > div.calendar-events,
.fc-calendar .fc-row > div.fc-content.selected > div.calendar-events{
	color: #9A5723;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover > div.calendar-events,
.fc-calendar .fc-row > div.fc-today.fc-content.selected > div.calendar-events{
	color: #ffd770;
}

.fc-calendar .fc-row > div.fc-content > div.calendar-events:before {
	font-family: "FontAwesome";
	content: '\f111 ';
	text-align: center;
	font-size: 12px;
	width: 100%;
	color: #BBB;
	line-height: 20px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover div.calendar-events:before,
.fc-calendar .fc-row > div.fc-today.fc-content.selected div.calendar-events:before {
	color: #ffd770;
}

.fc-calendar .fc-row > div.fc-content:hover div.calendar-events:before,
.fc-calendar .fc-row > div.fc-content.selected div.calendar-events:before{
	color: #9A5723;
}