#footer {
	width: auto;
	height: auto;
  	overflow: auto;
	background: #3F3F3F;
	opacity: 1;
}

#footer #footer_body {
	height: 100%;
	margin: auto;
	padding-top: 35px;
}

#footer #footer_body #footer-logo {
	width: 85px;
	height: 98px;
	float: right;
    margin-right: 100px;
	margin-left: 100px;
	background: transparent url('../img/footer_logo.svg') 0% 0% no-repeat padding-box;
	opacity: 1;
}

#footer #footer_body .div {
	width: auto;
	height: auto;
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 15px;
	color: #FFF;
	font-family: 'Co-Headline-Regular';
}

#footer #footer_body .div #title {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	color: #F0F0F0;
	font-size: 20px;
    text-align: right;
}

#footer #footer_body .div ul {
	width: 220px;
	height: auto;
	float: right;
    text-align: right;
}

#footer #footer_body .div li {
	width: 180px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	background: url('../img/arrow.png') no-repeat 100%;
	padding-right: 10%;
	direction: ltr;
}

#footer #footer_body .div a:hover {
	color: red;
	text-shadow: none;
}

#footer #footer_body #school_media {
	width: auto;
	height: 27px;
	margin-top: 123px;
}

#footer #footer_body #school_media a {
	float: right;
	margin-left: 30px;
}

#footer #footer_body #school_media a img {
	width: 27px;
	height: 27px;
}

#footer #foot {
	height: 38px;
	text-align: center;
	background: #3F3F3F;
	color: #F0F0F0;
}

/*================================= //footer =================================*/
