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

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

h1 {
    font-size: 18px;
    line-height: 28px;
	text-transform: uppercase;
}

.menu-dropdown a.level1, .menu-dropdown span.level1 {
    font-family: 'Oswald',arial,serif;
	text-transform: uppercase;
	font-size: 16px;
}

#footer {
    font-size: 14px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #8699a9;
}

b, strong {
    font-weight: normal;
}


.yoo-zoo img {
    height: auto;
    max-width: 100%;
	margin-top: 10px;
}


#yoo-zoo .items h2.pos-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
}

#yoo-zoo .item h1.pos-title {
    color: #b7c943;
    font-size: 24px;
    font-weight: normal;
text-transform: none;
    line-height: 32px;
    margin-top: 10px;
}

#yoo-zoo .item h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}


#menubar {
    
	border-bottom: 1px solid #8699a9;
}


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

	.custom-logo { height: 60px; }
	
}

#top-b .mod-plain h1.frontpage {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
}

#bottom-b .mod-plain .frontpage { margin: 30px 10px 30px 0; }

#top-b .mod-plain h1.frontpage,
#bottom-b .mod-plain .frontpage a { color: #8699a9; }

.frontpage-padding-top { padding-top: 50px; }
.frontpage-padding-bottom { padding-bottom: 50px; }


 /* Frontpage Responsive
 ----------------------------------------------------------------------------------------------------*/

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	.frontpage-padding-top { padding-top: 10px; }
	.frontpage-padding-bottom { padding-bottom: 0px; }

}

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

	.frontpage-icons img { width: 70px; }

}