/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: rgba(255,255,255,0.5);
	border-color: rgba(255,255,255,0.5);
}

@font-face {
  font-family: 'fontawesome-webfont';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff") format('woff'), url("../fonts/fontawesome-webfont.ttf") format('truetype'), url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format('svg');
  font-weight: normal;
  font-style: normal;
}

.calendar-nav{
	position: absolute;
	width: 100%;
}

.calendar-header{
	margin-bottom: 20px;
	position: relative;
}

.calendar-header h3{
	font-weight: bold;
	text-align: center;
}

.custom-current,
.custom-next,
.custom-prev{
	width: 30px;
	height: 24px;
	display: inline-block;
	background-color: #f6b330;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 2px;
	line-height: 24px;
	float: left;
	cursor: pointer;
	padding: 2px;
}

.custom-current:hover,
.custom-next:hover,
.custom-prev:hover{
	background-color: #ce9525;
}

.custom-current,
.custom-next{
	float: right;
}

.custom-current{
	min-width: 60px;
	margin-right: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.fc-calendar-container {
	position: relative;
	/* height: 400px; */
	width: 100%;
	min-width: 320px;
	/* max-width: 500px; */
}

@media (max-width: 375px) {
    .fc-calendar-container {
        min-width: 300px;
    }
    
    .fc button, .fc table, body .fc {
	    font-size: .9em;
	}
	
	.fc button {
	    height: 2.1em;
	    padding: 0 .1em;
	}
	
	.fc-toolbar h2 {
	    font-size: 14px !important;
	    margin-top: 10px;
	}
	
	.fc .fc-toolbar>*>* {
	    margin-left: .4em;
	}
	
	.fc-unthemed thead.fc-head thead>tr>th {
	    font-weight: normal !important;
	    padding: 2px !important;
	}
	
	.custom-calendar-full h4{
		font-size: 12px !important;
	}
	
	.fc-day-grid-container{
		height: auto !important;
	}
	
	.fc-basic-view .fc-day-top .fc-week-number {
	    font-size: .5em;
	}
}

@media (max-width: 320px) {
    .fc-calendar-container {
        min-width: 250px;
    }
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #b282b9;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

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

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
	color: #fff;
	padding: 4px;
	font-weight: bold;
	line-height: 22px;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #4e4e4e;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 4px;
	right: 4px;
	text-align: right;
}

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

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.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-event-item{
	background-color: #b8cf33;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

.fc-state-default{
	color: #fff;
	background-color: #f6b330;
	background-image: none;//linear-gradient(to bottom,#fff,#f6b330);
	margin-right: 4px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.fc-toolbar h2{
	font-size: 18px;
	font-weight: bold;
}

.fc-unthemed thead.fc-head{
	background: #b282b9;
    color: #fff;
}

.fc-unthemed thead.fc-head thead>tr>th,
.fc-unthemed thead.fc-head thead>tr>th>a{
	color: #fff;
}

.fc-unthemed thead.fc-head thead>tr>th{
	font-weight: bold;
	padding: 6px;
}

.fc-state-default:hover{
	background-color: #ce9525;
}

.fc-event{
	border: 1px solid #b8cf33;
	padding: 4px;
}

.fc-event, .fc-event-dot{
	background-color: #b8cf33;
}

.fc-row .fc-content-skeleton td.fc-more-cell{
	background-color: #b8cf33;
}