/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}
#block-header {
    background: none repeat scroll 0 0 #EE3823;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    padding: 10px 0;
}
.menu-dropdown a.level1, .menu-dropdown span.level1 {
    color: #ffffff;
}
#system .items .leading .item {
    border-bottom: 0 solid #DDDDDD;
}
.bfQuickMode p.bfElemWrap {
    margin: 0;
    overflow: hidden;
    padding: 0 !important ;
    position: relative;
}