
#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%;
}


/*----- Login Form  -----*/
#login {
	margin:10px 0px;
}
#login .username {
	width:100%;
	margin-bottom:3px;
}
#login .password {
	width:70%;
	margin-right:0px;
}
#login .go {
	width:30%;
}
#login .gobutton {
    background:#575757;
    color: #FFF;
    padding:4px 15px;
    cursor: pointer;
	width:95%;
	margin-left:5%;
    border-radius:5px;
    transition: 0.3s;
}
#login .gobutton:hover{
    background:#5e5b5b;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:24px;
	color:#575757;
}

/*----- LINK STYLES DO NOT REMOVE -----*/
.file_gallery .file {
	background: #054310;
	display: flex;
	overflow: hidden;
	color: #fff !important;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.file_gallery .file:focus, .file_gallery .file:hover {
    background: #f89321  !important;
	color: #fff !important;
	text-decoration: none;
}
.standard_box {
	background: #054310;
	overflow: hidden;
	display: flex;
	color: #fff !important;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	padding: 0;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.standard_box:before {
	content: "";
  	position: absolute;
  	z-index: -1;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: #f89321;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transform-origin: 0 50%;
  	transform-origin: 0 50%;
  	-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;
}
.standard_box .fas{
	position: absolute;
	right: 20px;
	width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
	display: none;
}
.standard_box .fas::before{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.standard_box:hover .fas{
	color: #fff;
}
.work_list .standard_box a {
    color: #fff !important;
	width: 100%;
}
.standard_box .icon{
	height: 40px;
}
#content .standard_box p {
	color: #fff !important;
	padding: 10px;
}
#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: #054310;
	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__ql1{
	-webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}
.animate__animated.animate__ql2{
	-webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}
.animate__animated.animate__ql3{
	-webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}
.animate__animated.animate__ql4{
	-webkit-animation-delay: 900ms !important;
    animation-delay: 900ms !important;
}
.animate__animated.animate__ql5{
	-webkit-animation-delay: 1100ms !important;
    animation-delay: 1100ms !important;
}
.animate__animated.animate__event1{
	-webkit-animation-delay: 100ms !important;
    animation-delay: 100ms !important;
}
.animate__animated.animate__event2{
	-webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}
.animate__animated.animate__event3{
	-webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}
.animate__animated.animate__event4{
	-webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}
#class_menu li a{
	border: 0;
	background: #054310;
	color: #fff !important;
	margin: 0px 5px 5px 0px;
	transition: 0.3s;
}
#class_menu li a:hover{
	background: #f89321;
	text-decoration: none !important;
}
.fc-header-title h2 {
    font-size: 17px;
}
@media (min-width: 420px){
	.fc-header-title h2 {
    font-size: 30px;
	}
	.standard_box .fas{
		display: initial;
	}
}

/*CONTENT FIXER*/
#content span{
	font-family: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	background-color: inherit !important;
}

#content table{
	max-width: 100% !important;
}
#content img{
	max-width: 100% !important;
	height: auto !important;
}

.iframecontainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
  }
  .iframecontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
