body {
	margin: 8px;
	font-family: sans-serif;
}

h1 {
	margin: 8px;
}

h2:before {
    border-top: 3px solid #0062cc;
    content: '';
    display: block;
	padding-top: 30px;
}


#etol_wrapper {

}

#etol_header {

}

#etol_lang {

}
	.mod-languages ul {
		max-height: 25px;
		list-style-type: none;
	}

	.mod-languages li {
		float: right;
		padding-left: 10px;
	}

	.mod-languages p {
		font-size: 0px;
	}


@media (min-width: 480px) {
 
	#etol_topmenu {
		margin-bottom: 15px;
		
		ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #f8f9fa;
		}
		
		li {
		float: left;
		}

		li a {
		display: block;
		color: #0f5791;
		font-weight: bold;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		}
		
		li a:link {
		color: #0f5791;
		}
		
		li a:visited {
		color: #0f5791;
		}
		
		li a:hover {
		background-color: #e9ecef;
		}
		
		li a.active {
		background-color: #e9ecef;
		}

	}

}






@media (max-width: 480px) {







}

#etol_left-sidebar {
	width: 20%;
	float: left;
	
		ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
		
		li {
		border-top: 1px solid #e9ecef;
		}

		li a {
		display: block;
		color: #0f5791;
		text-align: center;
		padding: 8px 8px;
		text-decoration: none;
		}

		li a.active {
		background-color: #e9ecef;
		}

}



#etol_content {
	width: 75%;
	float: left;
	margin-left: 10px;

} 



	.header-1 img {
		width: 100%;
		max-width: 500px;
		margin-bottom: 10px;
		
	}

	.bg {
		position: absolute;
		z-index: -1;
		top: 250px;
		right: 10px;
		
	}

	.bg img {
		opacity: 0.1;
		width: 100%;
		max-width: 500px;
		
	}

#etol_footer {
	width: 95%;
	float: center;

}

	.fa {
	  padding: 10px;
	  font-size: 30px;
	  width: 30px;
	  text-align: center;
	  text-decoration: white;
	  margin: 1px 1px;
	  border-radius: 50%;
	}

	.fa:hover {
		opacity: 0.7;
	}

	.fa-facebook {
	  background: #3B5998;
	  color: white;
	}

	.fa-instagram {
	  background: #125688;
	  color: white;
	}

