/*
.Lfloat { 
	float: left;
	width: 40%;
	padding-right: 25px;
	padding-bottom: 10px;
	text-align: center;
}
.Lfloat>img {width:100%;}
*/

.float { 
	width: 40%;
	padding-bottom: 10px;
	text-align: right;
	max-width: 512px;
}
.float>img {width:100%;}

.left {
	float: left;
	padding-right: 25px;
	text-align: right;
}

.right {
	float: right;
	padding-left: 25px;
	text-align: left;	
}

.text p { margin-top: 10px;}

.text b { color: #697990; }
.text h2 { color:#B1BB7E;}

.flex {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	margin: 5vh 0px;
}

.flex>div {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 15%;
	color: #888;
	padding: 10px 20px;
	font-size: 13px;
	min-width: 280px;
	max-width: 320px;
	margin-bottom: 25px;
}

.flex>div img { 
	display: block; 
	width: 100%;  
	margin-bottom: 7px;
	box-shadow: 0px 0px 6px 1px rgba(100,100,100, 0.7); 
	cursor: url(../images/symbols/lupe28.png), pointer;
}

/**********************************************************************************************/

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 800px) {
	.float{ 
		float: none; 
		width: 100%; 
		max-width: 100%; 
		padding-right: 0px; 
		padding-left: 0px; 
		text-align: center; }
	.float>img { 
		width:100%;
		max-width: 487px;
	}
}

@media screen and (max-width: 640px) {
	
}

@media screen and (max-width: 480px) {
	
}
