
/* Lang Bar */

.lang-bar {
	text-align: center;
	margin-bottom: 4rem;
}

.lang-bar > div {
	display: block;
	width: 260px;
	margin: 0 auto;
	background: #fff4d2;
	border: 2px solid rgba(255,255,255,0.8);
	border-radius: 2rem;
	position: relative;
	height: 51px;
}

.lang-bar > div > a {
	border-radius: 2rem;
	padding: .5rem;
	width: 50%;
	display: block;
	border: 2px solid transparent;
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -2px;
	right: -2px;
}

.lang-bar > div > a:first-child {
	right: 5px;
}
.lang-bar > div > a.active:first-child {
	right: -2px;
}

.lang-bar > div > a:last-child {
	right: auto;
	left: 5px;
}
.lang-bar > div > a.active:last-child {
	left: -2px;
}

.lang-bar > div > a.active {
	border-radius: 2rem;
	background: #f1c02f;
	border-radius: 2rem;
	border: 2px solid rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
	.lang-bar {
		    transform: scale(.7);
	}
}

/* global */

.pages-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pages-nav a {
	color: inherit;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

.pages-nav li {
	position: relative;
}

.pages-nav li > span {
	display: block;
	position: relative;
	padding-right: 30px;
}

.pages-nav a:hover,
.pages-nav a:focus,
.pages-nav a.on {
	color: #007e3d;
}

.pages-nav a.on {
	font-weight: bold;
}

/* sub levels */

.pages-nav li.on > ul {
	display: block;
}

.pages-nav li > ul {
	display: none;
	margin-right: 25px;
}

/* toggle menu button */

.pages-nav button {
	position: absolute;
	top: 0;
	right: 0;
	
	font-family: 'FontAwesome';
	font-style: normal;
	
	width: 25px;
	height: 100%;
	
	padding: 5px;
	background: none;
	border: 0;
	color: #007e3d;
}
/*
.pages-nav button:before {
	content: '\f055';
}

.pages-nav button.opened:before {
	content: '\f056';
}*/

.pages-nav button:before {
	content: '\f1db';
}

.pages-nav button.opened:before {
	content: '\f1db';
}

.pages-nav button.no-sub-menu:before {
	content: '\f1db';
}

.pages-nav button.external-link:before {
	content: '\f08e';
}


/* Side Title */

aside h2 {
	color: #007e3d;
	margin-top: 2rem;
	font-weight: normal;
	font-size: 1.5rem;
}

@media (max-width: 991px) {
	aside {
		display: none;
	}
}

/**/

.social-share {
	font-size: 18px;
	text-align: center;
	background: #f1f1f1;
	padding: 1rem;
}

.social-share a {
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

/**/

.card {
	margin-top: 2rem;
	border-radius: 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}