/* Themify Customize Styling */
#main-nav a:hover {	background: none;
	background-color: rgba(62,153,209,0.52);
	color: #ffffff; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	background: none;
	background-color: #3f9bd2; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	background: none;
	background-color: #3f9bd2;
	color: #ffffff; 
}

/* Themify Custom CSS */
#site-logo {
    position: absolute;
    top: 0px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
}



#main-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    border-bottom: 1px solid #53a6da;
    bottom: -28px;
    z-index: 100;
    width: 100%;
}

#header {
    position: relative;
    height: 155px;
    border-bottom: solid 1px #ccc;
}

#main-nav .current_page_item a, #main-nav .current-menu-item a {
    background-color: #3f9bd2;
    color: #fff;
    border-radius: 0;
}

.back-top a {
   display: none;
}

hr {color: #3f9bd2;}

.module-gallery .gallery-showcase-image .image-wrapper .gallery-showcase-title h3, .module-gallery .gallery-showcase-image .image-wrapper .gallery-showcase-title h4 {
    color: #fff;
    display: none;
}