div.cont5{
	width: 100%;
	min-width: 1200px;
	z-index: 4;
}
div.c5_text1_cont{
	width: 100%;
	background-color: white;
}
div.c5_text1{
	width: 1200px;
	margin: auto;
}
div.c5_text2_cont{
	width: 100%;
	background-color: white;
}
div.c5_text2{
	width: 1200px;
	margin: auto;
}
div.c5_text2_box1{
	width: 1160px;
	padding-right: 20px;
	padding-left: 20px;
}
div.c5_text2_box2{
	width: 1000px;
	padding: 10px 20px 10px 20px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: outset;
	border-width: 4px;
	background-color: rgba(0, 162, 149, 1);
	border-color: rgba(0, 130, 119, 1);
	-moz-box-shadow: 0px 0px 10px #888888;
	-webkit-box-shadow: 0px 0px 10px #888888;
	box-shadow: 0px 0px 10px grey;
	
}
div.c5_text3_cont{
	/*height: ;*/
	width: 100%;
	background-color: white;
	height: 300px;
	padding-top: 20px;
	padding-bottom: 50px;
	background: -webkit-linear-gradient(white 92%, #00a295);
    background: -o-linear-gradient(white 92%, #00a295);
    background: -moz-linear-gradient(white 92%, #00a295);
    background: linear-gradient(white 92%, #00a295);
}
div.c5_text3{
	width: 1200px;
	margin: auto;
	height: 300px;
}
ul.c5{
	list-style-type: none;
}
li.c5{
	padding-left: 30px;
	margin: 0px 50px 0px 50px;
	font-size: 22px;
	font-weight: normal;
	text-align: justify;
	background-image: url('/images/micro-s.png');
	background-repeat: no-repeat;
	
}
div.c5_logos_cont{
	height: 500px;
	background-color: white;
	background: -webkit-linear-gradient(#00a295 , white 6%);
    background: -o-linear-gradient(#00a295, white 6%);
    background: -moz-linear-gradient(#00a295, white 6%);
    background: linear-gradient(#00a295, white 6%);
	padding-bottom: 50px;
}
div.c5_logos{
	width: 980px;
	margin: auto;
}
div.c5_logobig{
	float: left;
	
}
div.c5_logosmall{
	float: right;
}
div.c5_cont_r1{
	background-image: url('/bg/background11.jpg');
	height: 600px;
}
img.c5_logobig{
	height: 330px;
	padding: 15px;
	margin: 0;
}
img.c5_logo{
	height: 150px;
	padding: 15px;
	margin: 0;
	border-width: 0px;
}


h2.c5{
	padding: 40px 20px 40px 20px;
}
h2.c5_box{
	font-size: 20px;
	font-weight: 700;
    font-family: 'Handlee';
	text-align: justify;
	color: white;
}
h3.c5{
	text-align: justify;
}
span.c5_title{
	font-weight: bold;
	color: rgba(24, 24, 24, 1); 
}

@media screen and (max-width: 1200px) {
	div.cont5{
		min-width: 760px;
		height: 2100px;
	}
	div.c5_text1_cont{
		height: 252px;
	}
	div.c5_text1{
		width: 750px;
	}
	div.c5_text2_cont{
		height: 410px;;
	}
	div.c5_text2{
		width: 750px;
		height: 410px;
	}
	div.c5_text2_box1{
		width: 750px;
		padding-right: 0px;
		padding-left: 0px;
	}
	div.c5_text2_box2{
		width: 650px;
	}
	div.c5_text3_cont{
		height: 340px;
	}
	div.c5_text3{
		width: 750px;
		height: 340px;
	}
	li.c5{
		margin: 0px 10px 0px 10px;
		font-size: 20px;
		
	}
	div.c5_logos_cont{
		height: 380px;
		padding-bottom: 50px;
	}
	div.c5_logos{
		width: 750px;
	}
	img.c5_logobig{
		height: 260px;
		padding: 10px;
		padding-left: 0px;
	}
	img.c5_logo{
		height: 120px;
		padding: 10px 0px 10px 15px;
	}
	h3.c5{
		font-size: 22px;
	}
}
@media screen and (max-width: 760px) {
	div.cont5{
		min-width: 200px;
		height: auto;
	}
	div.c5_text1_cont{
		height: auto;
	}
	div.c5_text1{
		width: auto;
	}
	div.c5_text2_cont{
		height: auto;
	}
	div.c5_text2{
		width: auto;
		height: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	div.c5_text2_box1{
		width: auto;
		padding-right: 0px;
		padding-left: 0px;
	}
	div.c5_text2_box2{
		width: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	div.c5_text3_cont{
		height: auto;
	}
	div.c5_text3{
		width: auto;
		height: auto;
	}
	li.c5{
		margin: 0px 20px 0px 20px;
		font-size: 20px;
		
	}
	div.c5_logos_cont{
		height: auto;
	}
	div.c5_logos{
		width: auto;
	}
	div.c5_logobig{
		float: none;
	}
	div.c5_logosmall{
		float: none;
	}
	img.c5_logobig{
		display: block;
		margin: auto;
	}
	img.c5_logo{
		display: block;
		margin: auto;
	}
	div.c5_cont_r1{
		background-image: url('/bg/background11-t.jpg');
		height: 500px;
	}
	h3.c5{
		font-size: 22px;
	}
}