@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');

body {
	margin: 0; padding: 0;
	
	font-family: 'Open Sans', sans-serif;
	color: #191919;
	
	background-color: #F8F8F8;
}
a {
	text-decoration: none;
	color: #191919;
}

/* Default styling change */
h1 {
	padding: 0; margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}
h3 {
	padding: 0; margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #757575;
}

/* Language bar */
.language {
	margin-top: 10px;
	margin-bottom: -30px;
	text-align: center;
	font-size: 12px;
	
	background: transparent;
}
.language a {
	color: #191919;
	-o-transition:.33s;
	-ms-transition:.33s;
	-moz-transition:.33s;
	-webkit-transition:.33s;
	transition:.33s;
}
.language a.active {
	color: #58A8BA;
}
.language a:hover {
	text-decoration: none;
	color: #58A8BA;
}

/* Containers */
.full-container {
	margin: auto;
}
.small-container {
	float: left;
	width: 100%;
}

/* Sidebar */
.sidebar {
	float: left;
	width: 100%;
}
.sidebar .box {
	padding: 15px;
}

/* Content/Navbar/HomeBTN & Sidebar Box */
.sidebar .box,
.content {
	width: auto;
	
	margin-left: 15px; margin-right: 15px;
	margin-top: 50px;
	
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	
	box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
}
.sidebar .box.hide-details {
	margin-top: 0px;
	background-color: #929292;
	opacity: 0.5;
	
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	
	border-radius: 0px 0px 6px 6px !important;
	-moz-border-radius: 0px 0px 6px 6px !important;
	-webkit-border-radius: 0px 0px 6px 6px !important;
}
.sidebar .box.details {
	margin-top: 0;
	
	border-radius: 0px 0px 6px 6px !important;
	-moz-border-radius: 0px 0px 6px 6px !important;
	-webkit-border-radius: 0px 0px 6px 6px !important;
}
.home-btn {
	float: left;
	clear: none;
	
	width: 50px;
	height: 50px;
	
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	
	margin-left: 15px; margin-right: 15px;
	margin-top: 50px;
	
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	
	background-color: #4893A3 !important;
	-o-transition:.33s;
	-ms-transition:.33s;
	-moz-transition:.33s;
	-webkit-transition:.33s;
	transition:.33s;
}
.home-btn:hover {
	background-color: #58A8BA !important;
}
.navbar {
	overflow: hidden;
	width: auto;
	
	margin-left: 15px; margin-right: 15px;
	margin-top: 50px;
	
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	
	box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
}
.content {
	margin-top: 25px;
}
.content .box {
	padding: 15px;
}
.content p {
	font-size: 13px;
	line-height: 20px;
	
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 5px;
}
.content h4.right {
	color: #191919;
	font-family: 'Roboto', sans-serif;
	background-color: rgba(0, 0, 0, 0.09);
	
	height: 40px;
	line-height: 42px;
	
	margin-right: -15px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 15px;
	
	border-bottom: 3px solid #58A8BA;
	border-left: 3px solid #58A8BA;
	
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.content h4.left {
	color: #191919;
	font-family: 'Roboto', sans-serif;
	background-color: rgba(0, 0, 0, 0.09);
	text-align: right;
	
	height: 40px;
	line-height: 42px;
	
	margin-left: -15px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 15px;
	
	border-bottom: 3px solid #58A8BA;
	border-right: 3px solid #58A8BA;
	
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

/* Navbar stuff */
.navbar {
	height: 50px;
}
.navbar ul {
	margin: 0; padding: 0;
	display: inline-block;
	list-style: none;
}
.navbar ul li {
	margin: 0; padding: 0;
	float: left;
}
.navbar ul li a {
	font-size: 14px;
	font-weight: bold;
	
	color: #191919;
	-o-transition:.33s;
	-ms-transition:.33s;
	-moz-transition:.33s;
	-webkit-transition:.33s;
	transition:.33s;

	padding: 0 10px;
	line-height: 53px;
	
	display: block;
}
.navbar ul li:first-child {
	margin-left: 10px;
}
.navbar ul li a:active,
.navbar ul li a:hover {
	color: #58A8BA;
}
.navbar .hamburger {
	float: right;
	font-size: 20px;
	margin-right: 23px;
	cursor: pointer;
	line-height: 51px;
	border-left: solid 1px #eaeaea;
	padding-left: 21px;
}

/* Quicklinks */
.quicklinks {
	float: right;
	line-height: 50px;
	margin-left: 20px; margin-right: 20px;
}
.quicklinks a {
	margin-left: 5px;
}

/* Mobile menu */
.mobile-menu {
	display: none;
}
.mobile-menu .inner ul {
	list-style: none;
	margin: 0; padding: 0;
}
.mobile-menu .inner ul li {
	float: none;
	text-align: center;
	border-bottom: 1px solid #efefef;
}
.mobile-menu .inner ul li:last-child {
	border-bottom: 0;
}
.mobile-menu .inner ul li a {
	width: 100%;
	display: block;
	cursor: pointer;
	line-height: 58px;
}
.mobile-menu .inner ul li a:hover {
	text-decoration: underline;
}

/* Main info/picture */
.maininfo {
	border-radius: 6px 6px 0px 0px !important;
	-moz-border-radius: 6px 6px 0px 0px !important;
	-webkit-border-radius: 6px 6px 0px 0px !important;
	
	background-color: #58A8BA !important;
}
.maininfo .picture {
	width: 175px;
	height: 175px;
	margin: auto;
	
	background-color: #fff;
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.maininfo .picture img {
	width: 165px;
	height: 165px;
	margin-left: 5px; margin-top: 5px;
}

/* Footer */
.footer {
	width: auto;
	height: 50px;
	
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 50px;
	
	margin-left: 15px; margin-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0 25px;
	
	background: #2F2F2F;
	color: #fff;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	
	box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.09);
}

@media (min-width: 768px) {
    .full-container { width: 750px; }
	.sidebar { width: 750px; }
	.small-container { width: 750px; } 
	.navbar, .home-btn { margin-top: 25px; }
}

@media (min-width: 992px) {
    .full-container { width: 970px; }
	.sidebar { width: 318px; }
	.small-container { width: 652px; }
	.details { display: block; }
	.navbar, .home-btn { margin-top: 50px; }
}

@media (min-width: 1200px) {
    .full-container { width: 1170px; }
	.sidebar { width: 286px; }
	.small-container { width: 884px; }
	.details { display: block; }
	.navbar, .home-btn { margin-top: 50px; }
}


@media (min-width: 1200px) {
	.hide-large {
		display: none !important;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.hide-medium {
		display: none !important;
	}
}
@media screen and (max-width: 991px) and (min-width: 769px) {
	.navbar .hamburger {
		display: none;
	}
	.details {
		display: none;
	}
}
@media (max-width: 768px) {
	.details {
		display: none;
	}
	.navbar,
	.home-btn {
		margin-top: 25px;
	}
	.navbar .hamburger {
		float: right;
		font-size: 20px;
		margin-right: 23px;
		cursor: pointer;
		line-height: 51px;
		border-left: solid 1px #eaeaea;
		padding-left: 21px;
	}
	.navbar ul.navs li {
		display: none;
	}
	.mobile-menu {
		display: block;
		width: 100%;
		position: relative;
	}
	.mobile-menu .inner {
		margin-left: 15px; margin-right: 15px;
		background: #fff;
		margin-top: 5px;
		
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
}