html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	min-width: 320px;
	overflow: hidden;
}
body{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: 14px;
	text-transform: uppercase;
	color: #ccc;
}
a{
	color: #888;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.container{
	width: 100%;
	box-shadow: 0px -5px 0 0px #034083 inset, 0px 5px 0 0px #034083 inset;
}
.logo{
	width: 300px;
	height: 117px;
	padding: 0px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -190px;
	background: #fff url(logo.png) no-repeat center center;
	text-indent: -9999px;
}
.logo:before{
	content: '';
	position: fixed;
	left: 30px;
	right: 30px;
	height: 1px;
	background: rgba(166,195,246,0.3);
	top: 50%;
	z-index: -1;
}
.copyright{
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
}
@media screen and (max-width: 400px){
	.logo{
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-webkit-transform: scale(0.6);
	}
}

.menu {
    position: absolute;
    left: 22px;
    top: 25px;
}

.menu .permalink{
    display: block;
    color:#4F6B72;
    text-decoration: none;
    margin: 10px 0;
}

.menu .permalink:hover{
    text-decoration: underline;
}

.menu ul, .menu li {
    margin: 0;
    padding: 0;
}

.menu .drop-menu-main a, .menu .drop-down, .menu .drop-menu-main-sub .title {
    text-decoration: none;
    color: #555555;
    padding: 0 10px 0 0;
}

.menu .drop-menu-main {
    padding: 4px;
    height: 20px;
    position: relative;
}

.menu .drop-menu-main li {
    float: left;
    margin-right: 40px;
}

.menu .drop-menu-main-sub {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    z-index: 100;
    width: 190px;
    padding: 5px 0 5px;
    margin: -38px 0 0 -15px;
}

.menu .drop-menu-main-sub a {
    color: #555555;
    display: block;
    font-size: 12px;
    padding: 9px 15px;
    cursor: pointer;
    text-decoration: none;
}

.menu .drop-menu-main-sub a:hover {
    background: #034083;
    color: #FFFFFF;
    text-decoration: none;
}

.menu .drop-menu-main-sub .title{
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    border-bottom: 1px solid #DEDEDE;
}

.menu li {
    list-style: none;
    display: block;
}

.menu .drop-down {
    cursor: pointer;
}

.menu span.arrow{
    font-size: 8px;
}