.lahistoria {/*---reseņa--*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	width:48.5%;
	border:#d3d0d0 thin solid;
	background-color:#fff;
	padding: 0;
	margin:0 auto 24px;
}

section {
	padding:8px 0;
	border:/*#CC6600 4px dotted*/;
}


.lahistoria .resena {/*---reseņa--*/
	width:48.5%;
	margin:0 .5% 12px;
	border:none;
	box-shadow: none;
}

.lahistoria .resena h5 {/*---reseņa--*/
	font-size:18px;
	font-weight:500;
	text-indent:16px;
	line-height:1.8;
	background-color:#00A5C2;
	margin: 0 0 8px;
}

.lahistoria .resena p {/*---reseņa--*/
	text-align:left;
	line-height:1.5;
	padding: 0;
}

#describe {
	width:48.2%;
	margin-bottom:24px;
	border:#d3d0d0 thin solid;
}

#describe h2 {
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-indent:16px;
	line-height:1.8;
	width:100%;
	background-color:#00A5C2;
}

#describe p {/*---reseņa--*/
	text-align:justify;
	padding: 8px;
	margin-bottom:4px;
}

.resena {/*---reseņa--*/
	width:23.8%;
	border: #FF66FF px dotted;
	padding:0;
	margin:12px .6% 12px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
	border:#d3d0d0 thin solid;
}

.resena img {/*---reseņa--*/
	width: 100%;
	padding:0;
	margin:0;
	display:block;
}

.resena h5 {/*---reseņa--*/
	font-size:17px;
	font-weight:500;
	color:#fff;
	text-indent:16px;
	line-height:1.8;
	background-color:#00A5C2;
	margin: 0 0 8px;
}

.resena p {/*---reseņa--*/
	font-size:14px;
	text-align:left;
	line-height:1.4;
	padding: 0 8px;
	margin-bottom:4px;
}

.resena a:hover {
	color:#fff;
	border:#FF5B6E thin solid;
	background-color:#FF5B6E;
}

.resena b {
	font-weight: bold;
	color:#000;
}

.otrahistoria {
	text-align:center;
	width:100%;
}

.vermas a {
	margin:4px auto;
}

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

#describe {
}

#describe {/*---reseņa--*/
	width:97%;
	padding: 0;
	margin:0 auto 8px;
}

#describe h2 {
	font-size:16px;
	text-indent:12px;
	line-height:1.4;;
}

#describe p {
	padding: 0 8px;
	margin:4px;
}

.resena {/*---reseņa--*/
	width:48.8%;
	border:#cfcfcf thin solid;
	padding:0;
	margin:0 .6% 12px;
}

.resena h5 {/*---reseņa--*/
	font-size:15px;
	text-indent:0;
	line-height:1.3;
	padding:6px;
	padding-left:12px;
	margin: 0 0 8px;
}

.resena p {/*---reseņa--*/
	font-size:13px;
	line-height:1.2;
	padding: 0 6px;
	margin-bottom:4px;
}

.resena a {/*---reseņa--*/
	font-size:14px;
	line-height:1.4;
	margin-bottom:6px;
	width:100px;
}

.lahistoria {/*---reseņa--*/
	width:98%;
}

.lahistoria .resena h5 {/*---reseņa--*/
	font-size:16px;
	font-weight:500;
	text-indent:16px;
	line-height:1.8;
	margin: 0 0 8px;
}

.lahistoria .resena p {/*---reseņa--*/
	font-size:13px;
	line-height:1.4;
	color:#000;
}

}