@charset "utf-8";
/* CSS Document */

a {
    color: #662483;
}

a:hover {
	color: #3c3c3b;
	text-decoration: none;
}

body {
	color: #3c3c3b;
	font-family: 'alegreya_sans_sclight', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 60px; /* footer height */
}

hr {
	border-top: 1px solid #b3b2b2;
}

html {
	min-height: 100%;
	position: relative;
}

.and {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.container {
	padding: 100px 15px;
}

.footer {
	background-color: #662483;
	bottom: 0;
	height: 60px;
	position: absolute;
	width: 100%;
}

.h1, h1 {
	font-family: 'alegreya_sans_scmedium', sans-serif;
    font-size: 30px;
}

.language {
	display: inline-table;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.language li {
	display: inline;
	padding: 0 3px;
}

.language li img {
	vertical-align: top;
}


.page-header {
	border-bottom: 1px solid #b3b2b2;
    margin: 60px 0 20px;
}

.row-contact {
	font-family: 'alegreya_sans_sclight', sans-serif;
}


@media(max-width:767px) {
	
	.container {
		padding: 50px 15px;
	}
	
	.text-left,
	.text-right {
		text-align: center;
	}
}