.roundcorner {
	border-radius: 5px;
}

.floatleft2 {
	width: calc(50% - 1px);
	margin-right: 1px;
	height: auto;
	float: left !important;
}
.floatleft3 {
	width: calc(33% - 1px);
	margin-right: 1px;
	height: auto;
	float: left !important;
}
.floatleft4 {
	width: calc(25% - 1px);
	margin-right: 1px;
	height: auto;
	float: left !important;
}
@media screen and (max-width: 769px){
	.floatleft2,.floatleft3,.floatleft4 {width: 100%; margin-bottom: 1px;}
}

.fr-inner{
	margin: auto;
	display: block;
	padding: 5px 5px 10px;
	font-size: 14px;
	font-weight: initial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 100%;
	text-align: center;
}
