body, html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#logo > a > img {
	height: 100%;
	width: auto;
	max-height: 100px;
}

.cn-button.bootstrap {
	background-color: #0689C0;
}

.home-advert > .dm3-one-third {
	margin-bottom: 30px;
}
.home-advert > .dm3-one-third > img,
.home-advert > .dm3-one-third > a > img {
	max-height: 180px;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
}
#search-trigger {
	display: none;
}

.on-scroll #site-nav, .on-scroll #header-toolbar ~ #site-nav {
	overflow: hidden;
}

#logo {
	overflow: hidden;
}

#logo > a > img {
	transition: max-height 0.2s; 
}

.home-banner {
	position: relative;
	left: -60px;
	top: -60px;
	min-width: 1060px;
}

.sidebar li a {
	color: #000;
	font-weight: bold;
}

.sidebar li {
	color:#919191;
}


@media (max-width: 959px) {
	.home-banner {
		min-width: 100%;
		inset: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {

	#logo > a > img {
		width: 150px;
		margin-top: 33px;
	}
}