/* Themify Customize Styling */
a {	
	color: #000000; 
}
#headerwrap {	background: none;
	background-color: #000000;background-attachment: fixed; 
}
body[class*="themify"] #site-logo a img {	
	height: 100px; 
}
#main-nav a {	
	color: #ffffff; 
}
#main-nav a:hover {	
	color: #e0e0e0; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	
	color: #ffffff; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	
	color: #f5f5f5; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {	
	height: 100px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {	
	height: 100px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {	
	height: 100px; 
}
 }
/* Themify Custom CSS */
.back-top a {
    background: #000; url(images/arrow-up.png) no-repeat center center;
    display: block;
    width: 34px;
    height: 34px;
    margin: 15px auto 10px;
    text-indent: -900em;
    border-radius: 10em;
}