
/* 1. NAVIGATION */

.small-screen-logo {
	width: 100%;
	text-align: center;
	margin: 10px;
}

.navbar-logo-mr {
	margin-right: 100px !important;
}

.inactive {
	color: #000 !important;
	transition: background-color 0.25s ease,
				color 0.25s ease;
}

.inactive:hover {
	background-color: #34357f !important;
	color: #fff !important;
}

.active {
	color: #fff !important;
	background-color: #34357f !important;
}

.navbar-nav li:hover > .dropdown-menu {
	display: block;
}

.navbar-nav li a {
	display: block;
    padding: .5rem 1rem;
}

.navbar-nav li a:hover {
	text-decoration: none;
}

.dropdown-menu {
	margin-top: 0 !important;
}

.dropdown-item:hover {
	font-weight: 700;
	color: #34357f;
}

.lang-button {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	width: 36px;
	height: 27px;
	text-align: center;
	vertical-align: center;
	background-color: #fff;
	transition: background-color 0.25s ease;
}

.lang-button:hover {
	background-color: #34357f;
}

/* 2. BOXES */

.boxes a {
	color: #34357f;
	text-decoration: none;
}

.boxes a:hover .box-title {
	background-color: #34357f;
	color: #fff;
	font-weight: 500;
}

.boxes .box-title {
	color: #34357f;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	background-color: #c3c3d9;
	padding: 10px 0;
	max-width: 369px;
	transition: background-color 0.3s ease,
				color 0.3s ease;
}

.box {
	margin-top: 34px;
}

/* 3. SUBPAGES */

.subpage-header {
	background: url('img/subpage-header.jpg') no-repeat top center #fff;
	width: 100%;
	min-height: 115px;
	display: block;
	text-align: center;
	color: #fff;
	padding: 34px 0;
}

.subpage-path {
	font-size: 12px;
	margin: 12px 0;
	color: #000;
}

.subpage-path a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.subpage-this {
	color: #34357f;
	font-weight: 550;
}

/* 4. OTHER */

.text-inee {
	color: #34357f !important;
}

.font-weight-normal {
	font-weight: 400;
}

.border-inee {
	height: 18px;
	width: 40px;
	border-top: 2px solid #34357f;
}

.footer {
	margin-top: 20px;
	border-top: 2px solid #34357f;
	text-align: left;
	padding: 30px;
}

/* 5. @MEDIA */

@media (max-width: 260px) {
	.boxes .box-title {
		font-size: 16px;
	}
}