/* Add here all your css styles (customizations) */

body {
    font-size: 14px;
}

.header {
	background: #000 url(/themes/whenuanui/images/header.jpg) no-repeat center center;
	min-height: 106px;
	
	border-bottom: none;
/*
-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.75);
	
*/
	
}


/*
.navbar-header {
	height: 106px;
}
*/

.header .navbar-brand {
	margin: 0;
	padding: 0;
	top: 0px;
}

.header .navbar-nav {
	margin-top: 64px;
}

#logo-header {
	margin-top: 10px;
}
.footer {
    background: #000 url(/themes/whenuanui/images/footer_bg.jpg) no-repeat;
    background-size: cover;
}

.copyright {
   	background: #000 url(/themes/whenuanui/images/header.jpg) no-repeat center top;
    padding: 0;
}

.copyright a img {
    margin-top: 0px;
}

.mysearchform {
	display: inline-table;
}

.footer h2, 
.footer h3,
.footer h4 {
	color: #fff;
}

.footer .who li i, .footer .who li:hover i, .footer .who li:hover a {
    color: #fff;
}

.footer p, .footer li, .footer li a {
    color: #fff;
}

.headline {
	border-bottom: none;
	 margin: 10px 0 0;
}

.footer .nav li a {
    color: #fff;
}



@media (max-width: 550px) {

#logo-header {
 height: 55px;
 margin-left: 20px;
}


}