*{
	outline: none;
}
.wrap{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

hr{
width: 100%;
max-width: 1200px;
}
.title-bar{
	background-color: #222;
	height: 60px;
	padding-top: 17px;
}

.nav-desktop{
	background-color: #def2f8;
	height: 80px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
}
.site-logo{
	color: white;
	line-height: 80px;
}
.site-logo img{
	height: 50px;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.nav-desktop .menu-desktop{
	line-height: 80px;
	background-color: transparent;
}

.menu > li > a {
	display: inline-block;
	line-height: 80px;
	padding-top: 0rem;
	padding-bottom: 0rem;
	color:rgba(0,0,0,0.8);
}
.menu > li > a:hover {
	background-color: rgba(255,255,255,0.3)
}

@media (max-width: 639px){

.wrap{
	width: 98%;	
	max-width: 98%;
	margin: 0 auto;
}