body {
	background: #F4F4F4;
}

body #mainwrapper.themeview {
    background: url(images/background.jpg) center top no-repeat fixed;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 100vh;
}

.mosaic-top-header {
    background-color: #fff;
    -webkit-box-shadow: -1px 13px 16px 0 rgba(0,0,0,.15);
    -moz-box-shadow: -1px 13px 16px 0 rgba(0,0,0,.15);
    box-shadow: -1px 13px 16px 0 rgba(0,0,0,.15);
}

.logo{ 
	max-width: 1140px;
	max-height: 115px;
	margin: 0 auto;
	position: relative;
}

.logo-image {
	float: left;
	max-width: 350px;
}

.logo-image img {
    max-height: 80px;
    margin: 10px;
}

.logo-title {
    float: right;
    line-height: 100px;
    margin-right: 10px;
    font-size: 26px;
	color: #273a7c;
	text-transform: uppercase;
}

.menu {
    float: left;
    width: 380px;
}

.menu ul {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 100px;
}

.menu ul li {
    list-style-type: none;
    display: inline;
    margin: 0 .5em;
    position: relative;
    padding-bottom: 7px;
    font-size: 17px;
    color: #606060;
}

.menu ul li a {
    text-decoration: none;
    color: #606060;
    font-weight: bold;
    padding-bottom: .3em;
}

.menu ul li a:before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 3px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #ababab;
}

.active:before{
    right: 0 !important;
    left: 0 !important;
}

.menu ul li a:hover:before, .menu ul li a:focus:before, .menu ul li a:active:before {
    right: 0;
    left: 0;
}

.menu ul li a.active:before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 3px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #ababab;
}

.themeview .mosaic-header {
    display: none !important;
}

.themeseparator {
    border: none;
}




#UserInfo {
    width: 100%;
    max-width: 1140px;
	height: 0 !important;
}

@media (max-width: 825px){
	.menu {
		display: none;
	}
}

@media (max-width: 620px){
	.logo {
		text-align: center;
	}
	.logo-title {
		font-size: 18px;
	}
} 

@media (max-width: 375px){
	.logo{
		max-height: 100%;
	}
}
.screenshot {
	background: none;
}
