.fc-content{
	background:rgba(255,255,255,.87);
}



.custom-calendar-full {
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 0;
	position: absolute;
}

.custom-header {
	height: 50px;
	position: relative;
}

.custom-header h2,
.custom-header h3 {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.custom-header h2 {
	color: #fff;
	width: 60%;
}

.custom-header h2 a, 
.custom-header h2 span {
	color: rgba(255,255,255,0.3);
	font-size: 18px;
	letter-spacing: 3px;
	white-space: nowrap;
}

.custom-header h2 a {
	color: rgba(255,255,255,0.5);
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255,255,255,0.9);
}

.custom-header h3 {
	width: 40%;
	color: #ddd;
	color: rgba(255,255,255,0.6);
	font-weight: 300;
	line-height: 30px;
	text-align: right;
	padding-right: 125px;
}

.custom-header nav {
	right: 20px;
	top: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	background: rgba(255, 60, 15, 0.4);
	margin: 0 1px;
	font-size: 20px;
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
}



.custom-header nav span:hover {
	background: rgba(255,255,255,0.5);
}

.custom-header span:before {
	font-family: 'fontawesome-selected';
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 100%;
	text-indent: 4px;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:last-child {
	margin-left: 20px;

}

.custom-header nav span.custom-current:before {
	content: '\27a6';
}


.fc-calendar {
	width: auto;
	top: 10px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	height: auto;
	position: absolute;
	border:solid;
	background: rgba(0, 0, 0, 0) url("../images/wheat.jpg") repeat scroll 0 0 / 100% auto;
	border-image: url("http://amightywind.com/images/gold-texture-wallpaper-8.jpg") 70 70 80 80 / 6 6 6 6 round round;
	padding:20px;
}



.fc-calendar .fc-head { 
	background: rgba(190, 0, 0, 0.8) none repeat scroll 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: rgb(245, 245, 140);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.fc-calendar .fc-head > div {
    font-family: helvetica;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.fc-calendar .fc-row > div > span.fc-date {
	color: red;
	text-shadow: none;
	font-size: 26px;
	font-weight: bolder;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 10px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.fc-calendar .fc-body {
	border: none;
	padding: 20px;
}

.fc-calendar .fc-row {
    border-color: gold;
    border-image: none;
    border-style: none none solid;
    border-width: 1px;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}




.fc-calendar .fc-row > div {
	padding: 10px;
	cursor: pointer;
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: rgba(0, 0, 0, 0) url("../images/holy-fire.gif") repeat scroll center center / 100% auto !important;
	box-shadow: inset 0 0 100px rgba(255,255,255,0.1);
}




.fc-calendar .fc-row > div > div {
	margin-top: 35px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.1);
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}

section{
		font-family: helvetica;
		font-size: 17px;
		margin-top:-18px;
	}

@media screen and (min-width: 880px){

.fc-calendar .fc-row > div::before {
    background: rgba(255,255,255,.5);
    border-radius: 15px;
    content: "";
    height: 31px;
    margin-left: -6px;
    margin-top: -4px;
    position: absolute;
    width: 53px;
    z-index: 0;
}



}

@media screen and (max-width: 880px){



.fc-calendar .fc-six-rows{
	border-width:2px !important;
}

#moveTo{
	border-width:2px !important;
}

#container2{
	padding:27px !important;
	font-size:15px !important;
	border-width:2px !important;
}



}



@media screen and (max-width: 880px) , screen and (max-height: 450px) {
	html, body, .container {
		height: auto;
	}

	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container, 
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.fc-calendar {
		margin: 0 20px 20px;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align: left;
		padding-right: 100px;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 62px;
		box-shadow: inset 0 -1px rgba(255,215,0,0.8) !important;
		border-radius: 0px !important;
	}

	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}

	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 70%;
	}

	.fc-calendar .fc-row > div.fc-today {
		background: rgba(255, 255, 255, 0.7);
	}

	.fc-calendar .fc-row > div.fc-today:after { 
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width: 30px;
		display: inline-block;
		text-align: right;
	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: red;
		font-size: 18px;
		position:absolute;
		z-index:1;
		text-transform: uppercase;
	}
}