@charset "UTF-8";

.pleg1 {
	float:left;
	width:15%;
	margin-right:2%;
	font-size:1.4em;
	margin-bottom:14px;
	margin-top:50px;
}

.pleg2 {
	float:left;
	width:83%;
	font-size:0.7em;
	text-align:justify;
	margin-bottom:50px;
}

.pleg3 {
	color:#000;
}

.pleg4 {
	float:left;
	width:83%;
	min-height:450px;
}

.pleg5, .pleg5b {
	float:left;
	width:18.72%;
	background:#444;
	color:#FFF;
	text-align:center;
	border-radius:3px;
	font-size:0.7em;
	padding-top:5px;
	padding-bottom:5px;
	transition:background 300ms;
}

.pleg5:hover, .pleg5b:hover {
	text-decoration:none;
	background:#111;
}

.pleg5 {
	margin-right:1.6%;
}

@media (min-width:760px) {
	
	.pleg6 {
		float:left;
		width:100%;
		height:14px;
	}
	
	.pleg4, .pleg2 {
		margin-top:50px;
	}
	
}

@media (max-width:759px) {
	
	.pleg1, .pleg2, .pleg4  {
		width:100%;
	}
	
	.pleg5, .pleg5b  {
		width:100%;
		margin-bottom:5px;
	}
	
	.pleg4 {
		min-height:inherit;
		padding-bottom:20px;
		margin-bottom:30px;
	}
	
}