
img {
	width: 100%;
	height: auto;
	border: 0px;
}


.experti {
	float: left;
	width: 29.3%;
	margin: 10px 2% 5px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.round {
	border-radius: 12px 12px 0 0;
}
.anim {
	display: block;
	margin: auto;
	max-width: 100%;	
}
.experti:hover {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03); /* IE 9 */
}
.experti h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 5px;
	margin-top: -4px;
	padding: 7px 10px;
	border-radius: 0 0 12px 12px;
}
.titler-1 {
	background: #BC59A3;
}
.titler-2 {
	background: #E96F05;
}
.titler-3 {
	background: #71911A;
}
.titler-4 {
	background: #129E75;
}
.titler-5 {
	background: #17768B;
}
.titler-6 {
	background: #3662B5;
}
.titler-7 {
	background: #CC9B08;
}
.titler-8 {
	background: #FF5722;
}
.experti p {
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #676767;
	padding: 0 10px;
	margin-top: 5px;
	font-family: 'Roboto',sans-serif;
}
.lightbox2 {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 99999999;
	overflow: scroll;
	border-radius: 0px;
	background: rgba(51,51,51,0.7);
}
#login-popup  {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: auto;
	max-width: 650px;
	background: #fff;
	padding-top: 10px;
	margin-top: 30px;
	border-radius: 4px;
}
#login-popup a {
	color: #fff;
}
#login-popup h2 {
	text-align: center;
	color: #00A94E;
	margin-top: 0px;
}
#login-popup li {
	text-align: center;
	list-style: none;
	color: #000;
	list-style: none;
	padding: 4px 0 4px 0px;
	font-size: 14px;
}
.close-2 {
	position: absolute;
	width: 15px;
	margin-left: 10px;
	float: right;
}
.cl-table2 {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.astr {
	font-size: 15px;
	padding: 7px 5px;
	color: #fff;
	letter-spacing: 0.5px;
	border: 1px solid #EDEDED;
	text-align: center;
	background: #00ADEF;
	font-weight: bold;
}
.astor {
	border: 1px solid #EDEDED;
	text-align: center;
	padding: 6px 5px;
	color: #000;
	background: #FFFCEE;
	font-weight: normal;
	font-size: 14px;
}
.ctr {
	text-align: left;
}