/*========================================================
                          Calendar
  =======================================================*/
.fc-calendar-wr {
    position: relative;
	background: #7d91e7 url(../images/navybg.jpg) repeat top center;
}
.fc-calendar .fc-head div, .fc-calendar .fc-row div {
    position: relative;
    float: left;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.25%;
    padding-left: 16px;
    border-left: 1px solid #ffffff;
	padding: 26px 0px;
	text-align: center;
}
.fc-calendar .fc-head div { color: #ffffff; padding-top: 10px; }
.fc-calendar .fc-row div { padding: 35px 0px; border-left: 1px solid #ffffff; text-align: center; } 
.fc-calendar .fc-head div:first-child + div + div + div + div + div + div,
.fc-calendar .fc-row div:first-child + div + div + div + div + div + div {
    width: 14.25%;
}
.fc-calendar .fc-head div .fc-weekday,
.fc-calendar .fc-row div .fc-weekday {
    display: none;
}
.fc-calendar .fc-head:before,
.fc-calendar .fc-row:before,
.fc-calendar .fc-head:after,
.fc-calendar .fc-row:after {
    display: table;
    content: ' ';
}
.fc-calendar .fc-head:after,
.fc-calendar .fc-row:after {
    clear: both;
}
.fc-calendar .fc-row div {
    height: 91px;
    min-height: 1px;
    padding: 15px 0px;

}
.fc-calendar .fc-content div {
    display: none;
}
.fc-events {
    display: none;
}
.fc-modal {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 30px;
    left: 30px;
    min-height: 70%;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.fc-modal .fc-close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.fc-calendar .fc-head,
.fc-calendar .fc-date {
    font-size: 59px;
    font-weight: 900;
    line-height: 60px;
}
.fc-calendar .fc-head {
	font-size: 30px;
    line-height: 74px\9;
}
.fc-calendar .fc-date {
	color: #8fae00;
    font-family: 'Arial';
    font-weight: 700;
}
.fc-calendar .fc-today {
    background: rgba(125, 145, 231, .9);
}
.fc-calendar .fc-content {
    cursor: pointer;
    -webkit-transition: .3s background ease;
       -moz-transition: .3s background ease;
         -o-transition: .3s background ease;
            transition: .3s background ease;
    background: #795721;
}
.fc-calendar .fc-content:hover {
    background: #c101d2;
}
.fc-calendar .fc-content div {
    color: #495468;
    background: #fff;
}
.fc-modal {
	background: #bbc7fc;
    color: #040837;
	font-size: 19px;
    border-top: 4px solid #7d91e7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
            box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
.fc-modal ul li {
	margin-top: 20px;
}
.fc-modal h3 {
	padding: 10px 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.fc-modal a {
    background: #23266e; 
	border: none; 
	border-radius: 3px; 
	color: #ffffff; 
	cursor: pointer; 
	font-size: 19px;
	padding: 5px; 
	padding-right: 25px; 
	padding-left: 25px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	text-decoration: none;
}
.fc-modal a:hover {
	color: #8fae00;
}
.fc-modal .flt__r {
    margin-left: 15px;
}
.fc-modal .fc-inner {
    padding: 30px 30px 30px;
}
.fc-modal .fc-close {
    cursor: pointer;
    -webkit-transition: .3s all ease-in;
       -moz-transition: .3s all ease-in;
         -o-transition: .3s all ease-in;
            transition: .3s all ease-in;
    color: #666;
}
.fc-modal .fc-close:hover {
    color: #191919;
}
.fc-modal .hd {
	font-size: 26px;
	font-weight: 400;
	color: #23266e;
}
.fc-meta {
    position: relative;
    display: block;
    padding: 0 20px;
	margin-bottom: -20px;
}
.fc-next,
.fc-prev {
    font: 400 62px 'FontAwesome';
    line-height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    -webkit-transition: .3s color ease;
       -moz-transition: .3s color ease;
         -o-transition: .3s color ease;
            transition: .3s color ease;
    color: #fff;
}
.fc-next:hover,
.fc-prev:hover {
    color: #5c4f3a;
}
.fc-next {
    right: 0;
}
.fc-prev {
    left: 0;
}
.closed {
	color: #ff0000;
	font-weight: bold;
	font-size: 36px;
}
/*========================================================
                     Responsive Layout
  =======================================================*/
@media (min-width: 768px) and (max-width: 979px) {
    .fc-calendar .fc-head, .fc-calendar .fc-date {
        font-size: 38px;
        font-weight: 900;
        line-height: 28px;
    }
    .fc-calendar .fc-head {
        line-height: 48px\9;
    }
	.fc-calendar .fc-row div {
        height: 59px;
    }
}
@media (max-width: 979px) {
    .fc-modal .flt__r {
        margin: 0 0 15px;
    }
}
@media (max-width: 767px) {
    .fc-calendar .fc-head, .fc-calendar .fc-date {
        font-size: 22px;
        font-weight: 900;
        line-height: 14px;
    }
    .fc-calendar .fc-head div, .fc-calendar .fc-row div {
        padding-left: 6px;
    }
    .fc-calendar .fc-head {
        line-height: 36px\9;
    }
    .fc-calendar .fc-row div {
        height: 44px;
    }
	.fc-meta #fc-month, .fc-meta #fc-year {
		font-size: 40px;
	}
    .fc-modal {
        right: 0;
        left: 0;
    }
}
@media (max-width: 479px) {
    .fc-calendar .fc-head, .fc-calendar .fc-date {
        font-size: 16px;
        font-weight: 900;
        line-height: 5px;
    }
    .fc-calendar .fc-head div, .fc-calendar .fc-row div {
        padding-left: 2px;
    }
    .fc-calendar .fc-head {
        line-height: 18px\9;
    }
    .fc-calendar .fc-row div {
        height: 32px;
    }
	.fc-meta #fc-month, .fc-meta #fc-year {
		font-size: 28px;
	}
}