/* CSS Document */
.for_clients .check_references {
	color:#00B1C8;
}

.for_clients .check_references:hover {
	color:#00437c;
}

.head .top_links li.special a {
	color: #00B1C8;
}

.content_box p a,
.content_box li a {
	color:#00B1C8;
}

.content_box p a:hover,
.content_box li a:hover {
	color:#00437c;
}

div.lightbox .button {
	background:#00B1C8;
}

.for_footer .footer a.button {
	background: #00B1C8;
}

.for_footer .footer a.button:hover {
	background:#00C4DC;
}

.breadcrumbs {
	height: 30px;
	line-height: 30px;
	width: 980px;
	margin: auto;
	margin-bottom: 15px;
	text-align: left;
	font-size: 14px;
	list-style-type: none;
}

.breadcrumbs li {
	float:left;
	padding-right:20px;
	background:transparent url('/design/bg_breadcrumbs_li.png') right center no-repeat;
	color:#00B1C8;
}

.breadcrumbs li.last {
	background:none;
	padding-right:0;
}

.breadcrumbs li a {
	color:#999999;
	text-decoration:none;
}

.breadcrumbs li a:hover {
	text-decoration:underline;
}

img.mfp-img {
	width: 100% !important;
}