* {
	line-height: 1.5em;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*
@keyframes slideLogo {
    0%   { left: -30% }
    100% { left: 0 }
}
*/
#logo {	
/*
	animation-name: slideLogo;
	animation-iteration-count: 1;
	animation-duration: 0.8s;
*/	
    margin-top: 0;
    left: 0;
    width: 30%;
    max-width: 520px;
	margin-bottom: 40px;
}


/*
@keyframes slideTop {
    0%   { top: -70%; opacity: 0 }
    100% { top: 0; opacity: 1 }
}
*/
#top {	
/*
	animation-name: slideTop;
	animation-iteration-count: 1;
	animation-duration: 0.7s;
*/
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
}

#flags {
	position: absolute;
	right: 4%;
}
.flag {
	cursor: pointer;
	display: block;
	border-radius: 7px;
	border: 2px solid #ddd;
	border-radius: 7px;
	border: 2px solid #ddd;
	margin-bottom: 15px;
}

.flag:hover {
	border: 2px solid #aaa;
	cursor: pointer;
}

#flags[fixed=fixed]{
	position: fixed;
	top: 20px!important;
}

.slogan {
	position: relative;
	top: 0;
	left: 0;
	width: 50%;
	max-width: 760px;
	margin: 0 auto;
	display: block;
}

section {
	width: 70%;
	margin: 50px auto;
	display: block;
	color: #50504f;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

#HOME {
	padding-top: 0;
}

#HOME .home {
	cursor: pointer;
	font-size: 25px;
	padding: 10px;
	display: table;
	padding: 20px 30px;
	float: left;
	background: #50504f;
	color: #fff;
	border-radius: 10px;
}
#HOME .home:hover {
	background: #000;
}
#HOME .home:nth-child(2) {
	float: right;
}

#HOME ul {
	clear: both;
	padding-top: 60px;
}

h1 {
    color: #c80d02;
    font-size: 40px;
    font-weight: 700;
    margin: 70px 0 0 -30px;
    display: block;
    box-shadow: -300px 0 0;
    padding: 10px 0 10px 30px;
}
h2 {
    color: #909090;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0 -30px;
    display: block;
    box-shadow: -300px 0 0 #eee;
	padding: 0 0 10px 30px;
}
h3 {
    font-size: 25px;
    font-weight: 400;
    display: block;
    margin: 0 0 30px -30px;
    display: block;
    box-shadow: -300px 0 0 #eee;
	padding: 10px 0 10px 30px;	
	
}

h4 {
	color: #c80d02;
	font-size: 25px;
	font-weight: 700;
    margin: 0 0 50px -30px;
    display: block;
    box-shadow: -300px 0 0 #ccc;
	padding: 0 0 0 30px;	
}

h5 {
	font-size: 20px;
	font-weight: 700;
    margin: 30px 0 0 -30px;
    display: block;
    box-shadow: -300px 0 0 #909090;
	padding: 10px 0 10px 30px;
}
h5.red {
    box-shadow: -300px 0 0 #c80d02;
}

a, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	padding: 3px 5px;
	color: #50504f;
	transition: all 0.15s;
}

a:hover {
	background-color: #eee;
}
a:active {
	background-color: #909090;
	color: #fff;
}

a.clear {
	text-decoration: none;
	border: none;
	padding: 0;
	background: none;
}

a.youtube {
	display: table;
	width: 100px;
	height: 22px;
	padding: 10px;
    background: url(img/youtube.png) center no-repeat #fff;
    border-radius: 5px;
	transition: all 0.15s;
	border: 2px solid #ddd;	
}
a.youtube:hover {
	border: 2px solid #888;
	background-color: #eee;
}

div {
	display: inline-block;
	width: 45%;
	margin-right: 4%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	cursor: pointer;
	position: relative;
	transition: all 0.15s;
	
}

div[on] {
	text-align: center;
}

div img {
	width: 100%;
}

div b {
	color: #c80d02;
	font-size: 25px;
	transition: all 0.15s;
	line-height: 1.2em;
}

div span {
	transition: all 0.15s;
	color: #999;
}

div:hover b {
	color: #333;
}
div:hover span {
	color: #111;
}

div i {
	width: 50px;
	height: 50px;
	opacity: 0;
	position: absolute;
    background: url(img/page.png) 100% center no-repeat #aaa;
    left: calc(50% - 30px);
	top: calc(50% - 100px);
    border-radius: 60px;
    border: 5px solid #fff;	
	transition: opacity 0.3s;
}
div:hover i {
	opacity: 0.9;
}
div a {
	width: 100px;
	height: 22px;
	padding: 10px;
	opacity: 0;
	position: absolute;
    background: url(img/youtube.png) center no-repeat #eee;
    left: calc(50% - 62px);
	top: calc(50% + 15px);
    border-radius: 5px;
	transition: all 0.15s;
	border: 2px solid #888!important;
}
div:hover a {
	opacity: 1;
}

div a:hover {
	border: 2px solid #555!important;
	background-color: #fff;
}

ul {
	list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

li { 
	margin: 0 0 0 -30px;
    display: block;
    box-shadow: -300px 0 0 #eee;
	padding: 0 0 0 40px;
}

li:before {
    content: ""; /* Insert content that looks like bullets */
    margin-right: 10px;
    color: blue; /* Or a color you prefer */
	width: 13px;
	height: 13px;
	border-radius: 3px;	
	display: inline-block;
	background: #50504f;
}

li:nth-child(even):before {
	background: #c80d02;
}

.under_construction {
	position: fixed;
    margin: 0;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    color: #eee;
    padding: 10px 20px;
    background: #c80d02;
	cursor: default;
	width: auto;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	border: 2px solid #fff;
}