
#slider, #grade_slider {
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
#slider > #slideshow .slider-item, #grade_slider  > #grade_slideshow .slider-item{
    width: 100% !important;
    height: auto !important;
}
.slider-item img {
    height: auto;
    width: 100%;
}


/*----- LINK STYLES DO NOT REMOVE -----*/

.file_gallery .file {
	/*display: inline-block;
	*/vertical-align: middle;
	background: #43617d;
	color: #fff!important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}
.file_gallery .file:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ae3440;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.file_gallery .file:hover, .file_gallery .file:focus, .file_gallery .file:active {
	color: white;
	text-decoration: none;
}
 .file_gallery .file:hover {
	background: #43617d;
}
.file_gallery .file:hover:before, .file_gallery .file:focus:before, .file_gallery .file:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.standard_box {
	vertical-align: middle;
	background: #43617d;
	color: #fff!important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}
.standard_box:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ae3440;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.work_list .standard_box a {
    color: #fff !important;
	width: 100%;
}
#content .standard_box p/*, #content .standard_box a*/ {
	color: #fff !important;
}
#content .standard_box:hover a, #content .standard_box:hover p {
	color: #fff !important;
}
/*.work_list .standard_box a:hover,*/ #sub_page_list.work_list .standard_box:hover, .work_list .standard_box:hover {
    background: #43617d;
	color: #fff;
}
.work_list .standard_box a:hover:before, .work_list .standard_box a:focus:before, .work_list .standard_box a:active:before, .file_gallery .file:focus:before, .file_gallery .file:active:before, 
#sub_page_list.work_list .standard_box:hover:before, #sub_page_list.work_list .standard_box:focus:before, #sub_page_list.work_list .standard_box:active:before, 
.work_list .standard_box:hover:before, .work_list .standard_box:focus:before, .work_list .standard_box:active:before {
	-webkit-transform: scalex(1);
	transform: scalex(1);
}
/********** MISCELLANEOUS STYLES DO NOT REMOVE ********/
.show_anim{
	opacity: 1;
}
.animate__img{
	-webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}
.animate__animated.animate__manor {
	-webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}
.animate__animated.animate__knutsford {
	-webkit-animation-delay: 600ms !important;
    animation-delay: 600ms !important;
}
.animate__animated.animate__manor-face {
	-webkit-animation-delay: 800ms !important;
    animation-delay: 800ms !important;
}
.animate__animated.animate__facebook{
	-webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}
.animate__animated.animate__twitter{
	-webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}


#class_menu li a{
	border: 0;
	background: #43617d;
	color: #fff !important;
	margin: 0px 5px 5px 0px;
	transition: 0.3s;
}
#class_menu li a:hover{
	background: #ae3440;
	text-decoration: none !important;
}
#webblog_password_container h3 {
    color: #43617d;
}
#governer_password h2 {
	color: #43617d;
}
form label {
    color: #43617d;
}
.fc-header-title h2 {
    font-size: 17px;
}
@media (min-width: 420px){
	.fc-header-title h2 {
    font-size: 30px;
	}
}