@charset "utf-8";


#header-page-entry {
	position: relative;
	z-index: 1;
	padding-top: 109px;
}

#header-page-entry h1 {
	font-weight: 400;
}


#layerslider .ls-bottom-slidebuttons a {
	background-image: url(/images/layerslider_thumb.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#layerslider .ls-bottom-slidebuttons a.ls-nav-active {
	background-image: url(/images/layerslider_thumb_active.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#layerslider .ls-thumbnail-hover {
	display: none !important;
}




@media (min-width: 769px) and (max-width: 1169px) {

#header-page-entry .content {
	padding: 0%;
	width: 100%;
}

#header-page-entry h1 {
	font-size: 32px;
}


#layerslider .description {
	padding-top: 34px !important;
}

#layerslider .link {
	bottom: 34px !important;
}

}



@media (min-width: 0px) and (max-width: 768px) {

#header-page-entry .content {
	padding: 0%;
	width: 100%;
}

#header-page-entry h1 {
	font-size: 24px;
}


#header-page-entry .description {
	padding-top: 11px !important;
}

#header-page-entry .link {
	bottom: 15px !important;
}

#layerslider .ls-bottom-slidebuttons {
	top: -14px;
}

#layerslider .link {
	bottom: 0px !important;
}

#layerslider .more {
	padding-top: 0px;
	width: auto;
	height: auto;
	background-color: transparent;
	color: #2f79c3;
	font-size: 14px;
}

}