@charset "utf-8";
/* CSS Document */

.info {
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	direction:ltr;
	font-size:16px;
	font-weight:bold;
	margin-left:25px;
	margin-right:25px;
	line-height:150%;
	text-align: justify;
	text-justify: inter-word;
}

.content-bg {
	margin-top:30px;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	vertical-align: middle;
}

.large-rec{
	margin-bottom:30px;
	background-color:#e3e3e3;
	width:450px;
	border-radius:8px;
}

#large-rec-1{
	height:2040px;
}

#large-rec-2{
	height:440px;
}

#large-rec-3{
	height:2120px;
}

#large-rec-4{
	height:920px;
}

#large-rec-5{
	height:200px;
}

#large-rec-6{
	height:120px;
}

#large-rec-7{
	height:360px;
}

#large-rec-8{
	height:1000px;
}

#large-rec-9{
	height:600px;
}

#large-rec-10{
	height:440px;
}

.large-rec-header {
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	direction:ltr;
	font-weight:600;
	font-size:20px;
	background-color:#353535;
	color:#ffffff;
	width:450px;
	height:30px;
	border-radius:8px;
	text-height:30px;
	text-align:center;
	vertical-align: middle;	
	display: table-cell;
}

.names-bg {
	position:absolute;
	margin-left:25px;
}

.names-bg li {
	list-style:none;
}

.name-rec {
	margin-top:10px;
	background-color:#ffffff;
	width:260px;
	height:66px;
	text-align: center;	
	border-radius:7px;
	border:2px solid #bbbbbb;
	display: table;
}

.co-name{
	font-family:Arial, Helvetica, sans-serif;
	direction:ltr;
	font-size:15px;
	font-weight:600;
	margin:auto 0px;
	text-height:66px;
	color:#666666;
	text-align:center;
	vertical-align: middle;
	display: table-cell;
}

.logos-bg{
	position:absolute;
	margin-left:321px;
}

.logos-bg li {
	list-style:none;
}

.logo-rec {
	margin-top:10px;
	background-color:#fff;
	width:100px;
	height:66px;
	border-radius:7px;
	border:2px solid #bbbbbb;
	display: table;
}

.co-logo {
	margin:2px 0;
	width:96px;
	height:66px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
 
 .co-logo img {
    max-width:100%;
    max-height:100%;
}
