#sp-header{
background-color:transparent;
box-shadow:none;
}
#offcanvas-toggler > i{
color:white;
}

#offcanvas-toggler:before{
	Content:" MENU ";
}

.sp-megamenu-parent{
background-color:transparent;
float:none;
text-align:center;
transition:all 1s ease;
}

.sp-megamenu-parent > li > a{
	letter-spacing:10px;
	font-weight:900;
	text-shadow:1px 1px #333;
}
#sp-header.menu-fixed .sp-megamenu-parent{
	background-color:whitesmoke;
}

#sp-header.menu-fixed .sp-megamenu-parent a{
	color:#333;
	line-height:45px;
	text-shadow:1px 1px whitesmoke;
}

.btn-group{
display:none;
}

hr{
border-top: 1px solid #333;
}
body.site{
background: url(/images/mdstudio/home/about.jpg),rgba(0,0,0,0.5);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-blend-mode: overlay;
}


#sp-right{
	margin:0px 0 30px;
}

#sp-bottom h1{
	
	text-align:center;
	text-transform:uppercase;
}

#sp-bottom .custom img{
	max-height:202.5px;
	margin:0 auto;
}