.header-fixed-shrink.header-v6 .navbar-brand {
	padding: 24px 0px 24px 15px;
	line-height: 45px;
}
.header-v6 .navbar-brand {
	padding: 24px 0px 24px 15px;
	line-height: 45px;
}
@media (min-width: 992px){
	.header-fixed-shrink.header-v6 .navbar-brand {
		padding: 15px 0px 15px 15px;
		line-height: 45px;
	}
	body.header-fixed-space {
		padding-top: 280px;
	}
}

.list-group-item {
	border: 1px solid #eee;
}
.service-block-u {
	background: #F6F7F8;
}

.service-block{
	border: 1px solid #eee;
}
.service-block a{
	display: block;
}
.service-block a:hover {
	text-decoration:none;
}
.service-block i {
	font-size: 48px;
}

.service-block:hover i, 
.service-block:hover p,
.service-block:hover h3 {
	/*background: #fff;*/
	color: #FFF;
}
/*.contact-box {
	border-bottom-color:#4765A0;
}
.contact-box:hover{
	background: #4765A0;
}
.contact-box {
	text-align: center !important;
	-webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	margin: 0 0 20px;
	padding: 32px 28px;
}
.contact-box {
	border-style: solid;
	border-width: 0 0 3px 0;
	background: #fff;
	border-color: transparent;
}
.contact-box a {
	padding: 32px 28px 32px 28px;
	display: block;
	transition: none;
}
.contact-box a:hover {
	text-decoration:none;
}
.contact-box, .contact-box i, .contact-box p, .contact-box h3, .contact-box li {
	-webkit-transition: all .5s ease-in-out 0;
	-moz-transition: all .5s ease-in-out 0;
	-o-transition: all .5s ease-in-out 0;
	-ms-transition: all .5s ease-in-out 0;
	transition: all .5s ease-in-out 0;
}
.contact-box i {
	font-size: 48px;
}
.contact-box p {
	text-align: center !important;
}
.contact-box:hover{
	color: #FFF;
	border: none;
}
.contact-box:hover, 
.contact-box:hover i, 
.contact-box:hover p,
.contact-box:hover h3 {
	color: #fff;
}*/


.catalog .headline {
	margin: 0px 0 25px 0;
}

/*img.img-responsive {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
	transition: all 0.5s ease;
}
img.img-responsive:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	transition: all 0.5s ease;
}*/

#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 99;
}
#page-preloader .tp-loader {
	top: 50%;
	left: 50%;
	z-index: 1000;
	position: absolute;
}


/*Top Bar (login, search etc.)
------------------------------------*/
.topbar-v1 {
	background: #fdfdfd;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

/*Top Contacts*/
.topbar-v1 ul {
	margin: 0;
}

.topbar-v1 .top-v1-contacts {
	margin-top: 8px;
	font-size: 12px;
}

.topbar-v1 .top-v1-contacts i {
	color: #999;
	font-size: 16px;
	margin-right: 5px;
}

/*Top Data*/
.topbar-v1 .top-v1-data {
	text-align: right;
}

.topbar-v1 .top-v1-data li {
	padding: 7px 11px;
	margin-right: -4px;
	display: inline-block;	
	border-right: solid 1px #eee;
}

.topbar-v1 .top-v1-data li a {
	font-size: 12px; 
}

.topbar-v1 .top-v1-data li a:hover {
	text-decoration: none;
}

.topbar-v1 .top-v1-data li i {
	color: #777;
	font-size: 16px;
	margin-right: 5px;
}

/*Responsive Topbar v1*/
@media (max-width: 991px) {
	.topbar-v1 ul {
		text-align: center !important;
	}

	.topbar-v1 .top-v1-contacts {
		margin: 10px 0;
	}

	.topbar-v1 .top-v1-data li {
		top: 1px;
		padding: 6px 16px;
		margin-left: -1px;
		position: relative;
		border-top: solid 1px #eee;
	}		

	.topbar-v1 .top-v1-data li:first-child {
		border-left: solid 1px #eee;
	}		
}

@media (min-width: 992px) {
	.topbar-v1 .top-v1-data li:last-child {
		margin-right: 0;
		border-right: none;
	}
}

@media (min-width: 992px){
	.header-v6.header-classic-white .navbar {
		box-shadow: 0 0 1px #BBB;
	}
}

.top-v1-contacts li div[id^="bx_incl_area_"] {
	display: inline-block;
}
.footer-v1 .copyright div[id^="bx_incl_area_"] {
	color: #eee;
}