@charset "utf-8";
/* CSS Document */

.main-image-txt {

}

.main-image-txt h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #A80532;
}

.main-image-txt ul li {
	list-style: none;
}

.main-image-txt ul li:before {
	position: absolute;
	color: #a0a0a0;
	font-family: 'FontAwesome';
	content: "\f0c8";
	margin-left: -2.5em;
	margin-top: 1.2em;
	font-size: 0.425em;
}

.main-image-txt ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}

.main-image-txt ul li a:hover {
	text-decoration: underline;
}

.main-image-txt ul {
	padding-left: 1.25em;
}

.main-image-wrapper {
	
}

.random-announcement {
	background-color: #A80532;
}

.random-image {
	width: 100%;
}

.random-text {
	background-color: #A80532;
	color: #fff;
}

.random-text p {
	padding: 0px 20px;
	text-align: center;
}

.random-text p a {
	color: #fff;
	text-decoration: underline;
}

.random-text h2 {
	text-align: center;
	background-color: #000;
	color: #fff;
	margin-top: 0px;
	padding: 10px;
}

.random-button-area {
	text-align: center;
}

.random-button-area button {
	border: none;
	outline: 0;
	padding: 15px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.random-button-area button:hover {
	background-color: #555;
	transition: 0.5s ease;
}

.cal-sidebar-title {
	color: #A80532 !important;
}

/*  Calendar Fix for 1200px to 992px */

@media (max-width : 1200px) and (min-width : 992px) {
	.calender-timing p {
		width: 175px;
	}
}

/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {
	.main-image-wrapper {
		min-height: 475px;
		max-height: 475px;
		height: 100%;
		overflow: hidden;
	}

	.random-announcement {
		height: 100%;
		overflow: hidden;
	}
}

@media only screen and (min-width: 426px) {
	
}