.rd-dropdown-link {
	color:#fff !important;
	}

.section-15 a {
	font-size:14px;
	text-decoration:underline;
	color:#444;
	}

.topmenu {
	padding: 5px 15px;
	font-size:14px;
	border: 1px solid #ccc;
	border-radius:3px;
	height: 30px;
	margin: 5px;
}

.topmenu:hover {
	background:#00418d;
	transition: .4s all ease-out;
	}

.topmenu:hover a {
	color:#fff !important;
	}

.topmenu_act {
	background:#00418d;
	}

.topmenu_act a {
	color:#fff !important;
	}

.rd-dropdown-item {
	padding: 5px 10px;
	background: #555;
	border-radius:3px;
	transition: .4s all ease-out;
	
	}

.rd-dropdown-item:hover {
	background: #111;
	border-left:3px solid #00418d;
	}

.rd-navbar-static .rd-dropdown-item {
	padding: 5px 10px;
	}



.products {
	padding:0px 3px;
	position:relative;
	}

.products > div {
	height:1px;padding-top:0px;
	transition: .4s all ease-in-out;
}

.products:hover > div {
	height:150px;padding-top:60px;
}

.products > div p{
	transition: .5s all ease-in-out;
	opacity: 0;
}

.products:hover > div p{
	opacity: 1;
}

.products-link{
	width: 222px;
	height: 150px;
	padding-top:60px;
	background: rgba(50, 50, 50, 0.5);
	position: absolute;
	top: 0;
	opacity: 0.9;
	text-align:center;
}



.products-link p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight:700;
}

.mainimgs > div {
*	overflow:hidden;
	border:1px solid #eee;
	border-radius:3px;
	margin:10px 5px;
	padding:0px;
	background:#fff;
	}
.mainimgs > div div {
	padding:5px;
	background:#eee;
	color:#222;
*	position:absolute;
	width:100%;
	z-index:10;
	font-size:14px;
	height:80px;
	display:table-cell;
	vertical-align:middle;
	}

.mainimgs > div:hover div {
	background:#00418d;
	color:#fff;
	}

.mainimgs > div:hover {
	box-shadow:0px 7px 10px -6px rgba(20,20,20,0.3);
	}

.mainimgs a img {
*	transform: scale(1.1);
	
	transition: .3s ease-out;
}

.mainimgs a:hover img {
*	transform: scale(1.05);
	opacity: 0.6;
}

.mainimgs p {
margin:10px;
height:50px;
}

.list-marked table img {
	max-width:400px;
	}
.list-marked p {
	font-size:14px;
	}