body { 
	background-color: rgb(240,240,240);
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
header:after, footer:after, .wrapperdiv:after, #homediv:after, .pmaindiv:after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
	float: left;
}
#layout-center {
		width: 960px;
		margin: 0 auto;
		height: auto;
		display: block;
		position: relative;
}
#homediv {
		margin: 50px auto 20px auto;
		width: 100%;
		float: left;
		position: relative;
		display: block;
		background: #fff;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
		height: auto;
}
header, footer, .wrapperdiv {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	height: auto;
}
header {
	background-image: url('https://www.cimne.com/cvdata/cntr2/spc2194/dtos/mdia/banner.jpg');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
}
.wrapperdiv {
	padding: 20px;
	min-height: 500px;
}
.pmaindiv {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	display: block;
}
footer {
	padding: 20px;
	background-color: rgb(230, 230, 230, 0);
}
.content-title {
	width: 100%;
	float: left;
	position: relative;
	overflow: visible;
	height: 40px;
	background: #dcebe3;
	width: 100%;
	width: calc(100% + 40px);
	margin: 40px -20px;
	padding: 0;
}
	.content-title .title-text{
		padding-left: 40px;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
	}
	.content-title .title-img{
		float: right;
		height: 80px;
		margin-top: -40px;
		margin-right: 40px;
	}
.content-box {
    width: 50%;
    float: left;
    text-align: justify;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}
.content-box p {
    font-size: 14px;
    line-height: 1.5em;
}
.content-box.grey {
	background: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 20px;
    width: calc(50% - 40px);
}
.rimni-menu {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	background-color: rgb(48, 48, 48);
}
.rimni-back{
	font-size: 14px;
	font-weight: bold;
	padding: 11px 20px;
	border-radius: 20px;
	background: #dcebe3;
	color: #000;
	margin: 20px;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
.rimni-back:hover {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.rimni-ident {
	margin: 20px;
	float: right;
	width: 500px;
	text-align: right;
	clear: right;
}
.rimni-logo-em{
	clear: right;
	background-image: url('https://www.cimne.com/cvdata/cntr2/spc2194/dtos/mdia/layout/logo-em.jpg');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 231px;
	height: 50px;
	float: right;
	position: relative;
	margin: 20px;
	cursor: pointer;
}
.copyright {
	width: 100%;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}
.title>span, h2>span {display:inline; border-bottom: 3px solid #cd552f; line-height:66px; font-size:20pt;padding:0px 15px 30px 30px;margin:0; color: #cd552f;	 }
.title, h2 {width: 100%; height:80px; padding: 0; margin: 0 0 20px 0; border-bottom: 1px solid #e0e0e0;}
    
a {
	color: #227d6c;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p{color:#303030;}
hr {display: none;}
.home-button {
	background: #cd552f;
	font-weight: bold;
	color: #fff !important;
	font-size: 1.2em;
	padding: 20px;
	margin-bottom: 20px;
	width: auto;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 2px;
	float: right;
	position: relative;
}
.home-banner {
	width: 100%;
	height: 100px;
	background: transparent;
	float: left;
	position: relative;
	overflow: hidden;
}
.home-banner img {
	width: 100%;
	height: 100px;
	z-index: 1;
}
.home-banner .mask{
	width: 100%;
	padding-top: 100%;
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0);
}
.home-banner:hover .mask {
	background: rgba(205,85,47, 0.3);
}
.home-banner .text{
 position: absolute;
 top: 35px;
 right: 0;
 font-size: 30px;
 font-weight: bold;
 line-height: 30px;
 letter-spacing: 2px;
 z-index: 3;
 text-align: right;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(right top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -ms-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
 padding: 0 20px 0 200px;
}
.home-banner a{
	text-decoration: none !important;
}
.home-banner a:hover {
	color: inherit !important;
}
.grey-box {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	background: rgb(240,240,240);
	float: left;
	position: relative;	
}
.white {color: #fff;}
.dark{color: #303030;}
.shadow {
	 box-shadow: 2px 2px 4px rgba(200,200,200,0.5);
	 -moz-box-shadow: 2px 2px 4px rgba(200,200,200,0.5);
	 -webkit-box-shadow: 2px 2px 4px rgba(200,200,200,0.5);
}
.animate {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.animate-fast{
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.mb-20{
	margin-bottom: 20px!important;
}
#styled-table {
	width: 100%;
	margin-bottom: 20px;
}
#styled-table td {
	padding: 10px 15px;
}
#styled-table tr:nth-child(odd) {
	background: rgba(255,255,255, 0.5);
}
#styled-table th {
	padding: 15px;
	background: #cd552f;
	color: #fff;
}
#partner {
	width: 640px;
	float: right;
	position: relative;
	height: auto;
	margin-top: 40px;
}
#woi {
	width: 240px;
	float: left;
	position: relative;
	height: auto;
}
#woi h3 {
	font-size: 16px;
 padding: 5px 10px;
 margin: 0px;
 line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#woi ul {
	padding: 0;
}
#woi li {
	list-style: none;
	margin-bottom: 10px;
}