@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700,800,300italic,400italic,700italic);
body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #768593;
	font-family: 'Merriweather Sans', sans-serif;
	hyphens: auto;
}
#top {
	background-color: rgba(6, 24, 79, 0.6);
	height: auto;
	display: none;
}
#nav {
	height: 160px;
	position: relative;
	margin: 50px auto 0;
}
.nav-left {
	float: left;
	width: 49%;
}
.nav-right {
	float: right;
	width: 49%;
}
#top h1 {
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
#top h1 .partner {
	display: block;
	position: absolute;
	top: 9px;
	right: 10px;
	width: 10%;
}
#top h1 a {
	
}
#top h1 .mundc {
	display: none;
}
#top h1 .mundc img {
	width: 100%;
	cursor: pointer;
}
.navitem {
	display: none;
	text-align: center;
	margin-top: 15px;
}
.navitem a:link, .navitem a:visited, .navitem a:active {
	color: #393b48;
	text-decoration: none;
}
.navitem a:hover {
	color: #6c728c;
	text-decoration: none;
}

.nav {
	color: #565c77;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 200px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.80);
	padding-top: 4px;
	padding-bottom: 4px;
	-moz-box-shadow: 0 0 20px #6977a1;
	box-shadow: 0 0 20px #6977a1;
	font-size: 17px;
}
.nav:hover {
	background-color: rgba(255, 255, 255, 1.00);
}
#content {
	padding: 15px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.85);
	-moz-box-shadow: 0 0 20px #6977a1;
	box-shadow: 0 0 20px #6977a1;
	color: #454856;
	display: none;
	position: relative;
	hyphens: auto;
}
#content h1 {
	hyphens: auto;
}
#content h2 {
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 6px;
	font-size: 40px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	hyphens: auto;
	
}
#content p, #content ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 14px;
	font-size: 16px;
	font-weight: 300;
	line-height: 160%;
	hyphens: auto;
}
#content ul li {
	
}
#footer {
	position: relative;
	width: 250px;
	margin: 0 auto 10px;
}
#footer .navitem .nav {
	margin-top: 0;
}
#footer .navitem-first .nav  {
	margin-top: 20px;
}
.lightbox {
	position: absolute;
	width: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}
.lightbox .lightbox-inner {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 680px;
	margin: 0 auto;
}
.lightbox .lightbox-inner .lightbox-close {
	background-color: rgba(90, 90, 90, 0.9);
	height: 30px;
	margin: 70px 0 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='50' height='23' viewBox='0 0 50 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cpath d='M20,22.325l-7.538,-11.405l7.233,-10.92l-5.359,0l-4.314,7.266l-4.358,-7.266l-5.359,0l7.277,10.92l-7.582,11.405l5.359,0l4.663,-7.618l4.619,7.618l5.359,0Z' style='fill:%23fff;fill-rule:nonzero;'/%3E%3C/svg%3E");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.lightbox .lightbox-inner .lightbox-content img {
	width: 100%;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.80);
}

@media only screen and (max-width: 1599px) {
	#top {
		width: 100%;
	}
	#top h1 {
		font-size: 6vw;
	}
}
@media only screen and (min-width: 960px) {
	#content {
		margin: 15px auto 30px;
		width: 930px;
	}
}
@media only screen and (max-width: 959px) {
	#content {
		margin: 15px 20px 30px;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		background-position: center -50px;
	}
}
@media only screen and (min-width: 1600px){
	body {
		background-size: 1600px;
	}
	#top {
		width: 1600px;
		position: relative;
		margin: 0 auto;
	}
	#top h1 {
		font-size: 90px;
	}
	#nav {
		width: 460px;
	}
	#content {
		
	}
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	body {
		background-size: 100%;
	}
}
@media only screen and (max-width: 767px) {
	body {
		background-size: 768px;
	}
	#top h1 .partner {
		width: 15%;
		display: flex;
		top: 6px;
    	right: 5px;
	}
	#top h1 .partner a {
		flex-basis: 50%;
		padding: 0 2px;
	}
	#top h1 .partner .mundc {
		flex-basis: 50%;
		padding: 0 2px;
		cursor: pointer;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){
	/*#top h1 {
		font-size: 6vw;
	}*/
	#nav {
		width: 460px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	/*#top h1 {
		font-size: 5.5vw;
	}*/
	#nav {
		width: 460px;
		margin: 40px auto 0;
	}
}
@media only screen and (min-width: 800px) and (max-width: 999px){
	/*#top h1 {
		font-size: 70px;
	}*/
	#nav {
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 600px) and (max-width: 799px){
	/*#top h1 {
		font-size: 55px;
	}*/
	#nav {
		width: 520px;
		margin: 25px auto 0;
	}
	.nav{
		width: 180px;
		font-size: 13px;
	}
}
@media only screen and (min-width: 400px) and (max-width: 599px){
	/*#top h1 {
		font-size: 38px;
	}*/
	#nav {
		margin: 20px auto 0;
	}
	.nav{
		width: 175px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 399px){
	/*#top h1 {
		font-size: 28px;
	}*/
	#nav {
		margin: 15px auto 0;
	}
	.nav{
		width: 150px;
		font-size: 12px;
	}
}


.navi {
	margin: 28px auto;
	text-align: center;
}
.navi svg {
	width: 80%;
	max-width: 500px;
} 
.navi svg .navi-link {
	cursor: pointer;
	font-size: 20px;
	transform: opacity .2s;
}
.navi svg .navi-link:hover {
	opacity: 70%;
}