* {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:hover {
	text-decoration:underline;
	color: #25aae2;
}

#left {
}

#mid {
	margin-left:auto;
	margin-right:auto;
	width: 1180px;
	height:100%;
}

#right {
}

#menu {
	background-color: #0e76bd;
	height: 50px;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
}

.vertical-menu-text {
	position: absolute;
	top: 2.5%;
	padding-left: 25px;
}

#menu a{
	color: #fff;
	margin: 25px;
}

#menu a:hover{
	text-decoration:underline;
	color: #e9e9e9;
}

#logo {
	width: 1180px;
	height: 480px;
	background-image: url("images/logo.jpg");
}

#blok1 {
	width: 343px;
	height: 343px;
	background-color:#818286;
	float:left;
	margin:25px;
	text-align:center;
	color:#fff;
	font-weight: bold;
	font-size:42px;
	font-style: italic;
	display: flex;
	justify-content: center;
	align-items: center;
}
#blok2 {
	width: 343px;
	height: 343px;
	background-color:#818286;
	float:left;
	margin:25px;
	text-align:center;
	color:#fff;
	font-weight: bold;
	font-size:42px;
	font-style: italic;
	display: flex;
	justify-content: center;
	align-items: center;
}
#blok3 {
	width: 343px;
	height: 343px;
	background-color:#818286;
	float:left;
	margin:25px;
	text-align:center;
	color:#fff;
	font-weight: bold;
	font-size:42px;
	font-style: italic;
	display: flex;
	justify-content: center;
	align-items: center;
}

#text {
    float: left;
    width: 712px;
    padding-top: 25px;
    padding-left: 25px;
}

#text a {
	color:#0e76bd;
}

#text a:hover {
	text-decoration:underline;
	color: #e9e9e9;
}