body {
	background:url(../img/backgroun.jpg) no-repeat;
	background-size:cover;
    padding-bottom: 50px !important;
}

.body-wrapper{
position: relative!important;;
z-index:2;
margin:0 auto;
max-width: 1600px;}

.header {
    padding: 20px;
}


img {
    vertical-align: middle;
    max-width: 100%;}

.main-content{
    background: #FFFFFF;
    border: 2px solid #e67e22;
    padding: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 7px #DDD;
    -moz-box-shadow: 0 0 7px #DDD;
    -webkit-box-shadow: 0 0 7px #DDD;
    position: relative;
}
.sidebar {
    padding-left:5px;
}

.sidebar .mcd-menu li a {
    height: auto;
    min-height: 36px;
}
.sidebar .mcd-menu > li > a > i {
    height: 36px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sidebar {
        width: 200px;
    }
    .sidebar .mcd-menu li a {
        height: auto;
    }

.col-sm-2 {
    width: 100%!important;
}
}

@media only screen and (min-width: 768px) {
    .sidebar .mcd-menu {
        width: 100%;
    }
.col-sm-2 {
    width: 23%!important;
max-width: 300px;
}
}

#stickey_footer {
bottom: 0;
height: 40px;
width: 100%;
padding: 0px!important;
margin: 0 auto;
position: fixed;
color:#000000;
max-width: 1480px;
}

#stickey_footer > div {
    height: 40px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
    border-radius: 8px 8px 0 0;
}

#footer_menu {
 	margin: 0;
 	padding: 0;
 	width:auto;
 	color:#FFFFFF;
}
#footer_menu li {
 	list-style: none;
 	float: left;
 	font-size:12px;
 	padding: 12px 14px 14px 14px;
 	border-right:1px solid rgba(0, 0, 0, 0.4);
 	background: rgba(0, 0, 0, 0.1);
 
}
#footer_menu li a {
 	display: block;
 	color: #aaaaaa;
 	text-decoration: none;
}
#footer_menu li a:hover {
 	color: #ffffff;
}
#footer_menu li span {
 	display:none;
}
#stickey_footer #social_icons {
 	float:right;
 	width:auto;
 	margin:5px 15px 0px;
 	padding:0px;
 	overflow:hidden;
}
#stickey_footer #social_icons li {
 	margin-right:12px;
 	float:left;
 	width:24px;
 	padding:0px;
 	height:32px;
 	list-style:none;
 	_margin-right:0px;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active, .photogallery li:hover, .videogallery li:hover {
    border-color: #e7a61a;
    box-shadow: 0px 0px 7px #e7a61a;
}

.thumbnail .caption {
    text-align: center;
}

.main-content .page-header, .main-content .page-header h1 {
    margin-top:0;
}

.widget {
    margin-top: 20px;
}

#addSchoolBtn-p {
    position: absolute;
    top: -42px;
    right: -2px;
    background: #FFFFFF;
    border: 2px solid #e67e22;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 7px #DDD;
    -moz-box-shadow: 0 0 7px #DDD;
    -webkit-box-shadow: 0 0 7px #DDD;
}

#addSchoolBtn-p a {
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    color: #e67e22;
}

#addSchoolBtn-p a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 3px #e67e22;
}
#stickey_footer .widget {
    margin-top: 0;
}