.body-innerwrapper{overflow: hidden;}
body {
  background: url("../images/bg.png") repeat-x scroll center bottom / 100% 100% #fff;
  margin: 0;
}

/* Top Bar */
#sp-top-bar{
    border-top: 7px solid #768f3c;
    background: transparent !important;
}
#sp-top-bar .sp-module {display: block; margin: 0;}
#sp-top-bar .sp-module .alert{
    border-color: #768f3c;
    background-color: #768f3c;
    color: #ffffff;
}

/* Header Area */
#sp-header{
    height: auto;
    background: transparent !important;
}

#sp-header .sp-module{margin-left: 0;}

/* Login */
.login_btn{
    background: #768f3c;
    border-color: #768f3c;
    box-shadow: None;
    font-family: sans-serif;
    height: 35px;
    padding: 0px 15px;
    text-align: center;
    line-height: 35px;
}
.login_btn:hover{
    background: #a1c254;
    border-color: #a1c254;
    color: #fff;
    text-decoration: none;
}

.login_dropdown{
    position: absolute;
    background: #eee;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    border-radius: 5px;
    z-index: 9999;
    margin-top: 5px;
}
.login_dropdown .sp-module-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.find_button_area a{display: inline-block;}

.sp-megamenu-parent{margin: 0;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
    display: block;
	width: auto;
	height: auto;
	line-height: 40px;
	padding: 0 15px;
	font-family: OpenSans-Semibold;
	font-size: 17px;
	color: #fff;
	background: #136185;
	margin-right: 4px;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}

.sp-megamenu-parent>li:last-child>a{
 padding-right: 15px;
}

.sp-megamenu-parent > li > a:hover, 
.sp-megamenu-parent > li > span:hover, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover{
    color: #fff;
    background: #768f3c;
    text-decoration: none;
}

/* Get Active */
.sp-megamenu-parent > li.active > a{
    color: #fff;
    background: #768f3c;
    text-decoration: none;
}

.sp-megamenu-parent .sp-dropdown,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
    background: #768f3c;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
    color: #fff;
    background: transparent;
    line-height: 26px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover{
    color: #ccc;
}

    
/* Footer */
#sp-footer{
    background: transparent !important;
}

#sp-footer .container-inner{
    padding: 30px 15px;
    background: #136185;  
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#sp-footer-bottom{
    background: transparent !important;
    border-bottom: 7px solid #768f3c;
}
#sp-footer-bottom .container-inner{
    padding: 15px;
    background: #136185;  
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#sp-footer-right{text-align: right;}

.gtranslate .sp-module-content{text-align: center;}
.gtranslate .gtranslate_wrapper{max-width: 300px; display: inline-block;}


/* Easy Blog */
#eb.eb-pastel,
.eb-authors-head {background: transparent !important;}
.eb-authors-head {color: #222;}
.eb-authors-head .reset-heading a{color: #136185;}
.eb-authors-head .reset-heading a:hover{color: #768f3c; text-decoration: none;}
.eb-post-title a,
.eb-post-comments a{color: #136185;}
.eb-post-title a:hover,
.eb-post-comments a:hover{color: #768f3c; text-decoration: none;}