@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
body {
	background-color: #eeeeee;
}
.container {
	max-width: 1200px;
	margin: auto;
}

#clock {
	font-size: 1.3em;
	color: #fff;
}

.top-header a {
	font-size: 22px;
	margin-inline: 5px;
	color: #fff;
}

.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

header > div:first-child,
header > div:last-child {
	background-color: #083a6b;
}

header > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

.header-baner {
	width: 820px;
	height: 80px;
	box-shadow: 0px 0px 5px #a9b6c2;
	border-radius: 5px;
	margin: 5px;
	margin-left: 200px;
	position: absolute;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#sponsore {
	width: 100%;
}

nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
}

nav ul {
	list-style: none;
}

nav ul li a {
	display: block;
	padding: 8px 15px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-family: "bpg_nino_medium_capsregular";
	font-weight: 700;
}
nav ul li a:hover {
	color: #d6dbd5;
}
footer {
	width: 100%;
	height: 80px;
	background-color: #06325e;
	position: relative;
	overflow: hidden;
}
footer p {
	position: absolute;
	color: #eeefef;
	font-size: 15px;
	width: 100%;
	text-align: center;
	bottom: 5px;
}

.iconfooter > ul {
	list-style: none;
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 40px;
	z-index: 99999;
	width: 80px;
}
.iconfooter > ul > li {
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	border-radius: 50%;
	background-position: center;
	background-size: 80% 80%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.iconfooter > ul > li > a {
	position: absolute;
	width: 25px;
	height: 30px;
	margin-left: 0px;
}