#stuck_container {
	//background: url(../images/header_bg.png) 0 0 repeat-x #00b6ff;
	background: #fff000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 999;
}

.isStuck {
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.isStuck .menuBox {
	margin: 0;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*
@media only screen and (min-width: 979px) {

.isStuck h1 a{
	width: 332px;
	height: 86px;
}

.isStuck h1 a img {
	width: 180px;
}


.isStuck h1 {
	top: 14px !important;
}


.isStuck .navigation, .isStuck .header_socials {
	position: relative;
	top: -20px;
}



	.isStuck {
	}


}
*/
@media only screen and (max-width: 979px) {

	#stuck_container {
		position: relative !important;
		box-shadow: none;
		
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}

	.isStuck {
	}
}

@media only screen and (max-width: 767px) {

	.isStuck {    

}
}

/* My styles */
h5
{
	font-family: arial !important;
	font-size: 15px !important;
	margin-bottom: 5px !important;
}
h6
{
	font-family: arial !important;
	font-size: 25px !important;
	color: red;
	margin-bottom: 10px !important;
}
.foot_excelant
{
	color: red;
	font-weight: bold;
}
.foot_excelant:hover
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.enroll_div
{
	margin-top: 5px;
	line-height: 30px;
}
.enroll_label
{
	float: left;
	width: 45%;
}
.enroll_text
{
	float: left;
	width: 45%;
	border: 0px;
	padding: 5px;
}
.enroll_textarea
{
	float: left;
	width: 45%;
	height: 70px;
	resize: none;
	border: 0px;
	padding: 5px;
}
.contact
{
	margin-bottom: 2px;
}