body {
	background-color:#FFFFFF;
	margin:0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: Ubuntu,arial,sans-serif;
	font-size: 20px;
}

.background_0 {
	background: #640036;
}
.background_1 {
	background: #E6E6E6;
}
.background_2 {
	background: #F3F3F3;
}

.element_full {
	max-width: 1162px;
	margin: 0 auto;
}

.pe_header_holder {
	height: 50px;
}
.pe_header {
	height: 50px;
	margin: 0 auto;
}

.energadlaciebie {
	background-image: url("../img/edc-logo.png");
	width:100px;
	height:50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
}

.pe_header_button {
	width: 40px;
	height: 40px;
	margin: 5px;
	background: #FFFFFF;
	float: right;
}
.pe_header_button_login {
	width: 85px;
	height: 40px;
	margin: 5px;
	background: #C1D62F;
	float: right;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
}
.pe_header_button_alert {
	background-image: url("../img/btn_alert.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_header_button_profil {
	background-image: url("../img/btn_profil.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_header_button_help {
	background-image: url("../img/btn_help.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_header_socials {
	width: 150px;
	margin-right: 70px;
	float: right;
}
.pe_header_social {
	width: 40px;
	height: 40px;
	margin: 5px;
	float: left;
}
.pe_header_social_facebook {
	background-image: url("../img/ico-fb--big.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_header_social_youtube {
	background-image: url("../img/ico-yt--big.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_header_social_instagram {
	background-image: url("../img/app-icon2.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



.pe_top_menu {
	height: 100px;
	width: 1162px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -581px;
}
.pe_top_menu_short {
	top: 0px;
}
.pe_top_menu_scrolled {
	position: fixed;
	/*width: 100%;*/
	height: 50px;
	top: 0px;
	/*left: 0px;
	margin-left: 0px;*/
	z-index: 999;
}
.pe_top_menu_logo {
	width: 275px;
	height: 100px;
	background-image: url("../img/logo_ep_2.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
.pe_top_menu_logo_scrolled {
	width: 150px;
	height: 50px;
}
.pe_top_menu_list_mobile {
	position: absolute;
	right: 20px;
	bottom: 5px;
	width: 40px;
	height: 40px;
	display: none;
	cursor: pointer;
	background: #640036;
}
.mobile_bar1, .mobile_bar2, .mobile_bar3 {
	width: 40px;
	height: 5px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
}
.mobile_change .mobile_bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
}
.mobile_change .mobile_bar2 {
	opacity: 0;
}
.mobile_change .mobile_bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
}
.pe_top_menu_list {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 70px;
	color: #FFFFFF;
	font-size: 1rem;
	box-sizing: border-box;
	margin-left: 300px;
	width: calc(100% - 300px);
	text-align: center;
	display: block;
}
.pe_top_menu_list_scrolled {
	margin-top: 20px;
}
.pe_top_menu_list li {
	display: inline-block;
	padding: 5px;
}
.pe_top_menu_list li:hover {
	background: #4B0028;
}
.pe_top_menu_list a {
	color: #ffffff;
	text-decoration: none;
}

.pe_user_tiles {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.pe_tiles_header {
	font-size: 30px;
	font-weight: bold;
}

.pe_element_tile {
	width: 33%;
	float: left;
	font-size: 16px;
	margin-top: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
.pe_user_tile_image {
	width: 210px;
	height: 210px;
	margin: 0 auto;
}
.pe_user_tile_image_teacher {
	background-image: url("../img/circle_teacher.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_user_tile_image_student {
	background-image: url("../img/circle_student.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_user_tile_image_parent {
	background-image: url("../img/circle_parent.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pe_user_tile_header {
	font-size: 18px;
	margin: 10px 0;
	font-weight: bold;
}

.pe_circles_header {
	color: #F78F1E;
}

.pe_info {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
.pe_info_header {
	margin-bottom: 20px;
	color: #7C0040;
}

.pe_howto {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
.pe_howto_header {
	margin-bottom: 20px;
	color: #F78F1E;
}
.pe_howto_image img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.pe_howto_planet {
	width: 215px;
	height: 173px;
	background-image: url("../img/logo_planeta.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 30px auto 0 auto;
	image-rendering: -webkit-optimize-contrast;
}

.pe_textfile_header_margin {
	height: 150px;
}
.pe_textfile_header {
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.pe_textfile_content_holder {
	padding-bottom: 20px;
}
.pe_textfile_content {
	background: #FFFFFF;
	padding: 20px 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.pe_textfile_content_date {
	font-size: 12px;
	color: #D1D1D1;
}
.pe_textfile_content_header {
	font-weight: bold;
	color: #7C0040;
	margin-bottom: 20px;
	font-size: 20px;
}


.pe_bottom_menu {
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #999999;
	font-size: 16px;
}
.pe_bottom_menu a {
	text-decoration: none;
	color: inherit;
}
.pe_bottom_menu a:hover {
	text-decoration: underline;
	color: #666666;
}

.clearfloat {
	clear: both;
}

/*@media all and (max-width: 1180px) {*/
@media all and (max-width: 1200px) {
	.pe_top_menu {
		width: 100%;
		left: 0px;
		margin-left: 0px;
	}
}

@media all and (max-width: 1024px) {
	.pe_top_menu_list {
		width: 150px;
		background: #640036;
		float: right;
		margin-top: 100px;
		margin-right: 20px;
		display: none;
	}

	.pe_top_menu_list_scrolled {
		margin-top: 50px;
	}

	.pe_top_menu_list_mobile_change {
		display: block;
	}

	.pe_top_menu_list li {
		display: block;
	}

	.pe_top_menu_list span {
		display: none;
	}

	.pe_top_menu_list_mobile {
		display: block;
	}
}