.asctextblock {
	margin-top: 40px;
}





.newslink, .newslink:link, .newslink:visited, .newslink:active {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px dotted #d3bc4b;
}
.newslink:hover {
	text-decoration: none;
	color: white;
}



#scroller {
	position: relative;
}
#scroller .innerScrollArea {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#scroller ul {
	padding: 0;
	margin: 0;
	position: relative;
}
#scroller li {
	padding: 0 30px;
	margin: 0;
	list-style-type: none;
	position: absolute;
}



.blocktab, .blocktab:link, .blocktab:visited, .blocktab:active {
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: #212121;
	padding: 5px 0;
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.blocktab:hover {
	text-decoration: none;
	color: white;
	background-color: #1f3058;
}

.h2colorblock {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-weight: bold;
}

.colorblockwrapper {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.colorblocklink {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.1;
	color: white;
	text-decoration: none;
}
.colorblocklink:hover {
	color: white;
	text-decoration: underline;
}


.contact-title {
	font-family: 'Open Sans', sans-serif;
}
.contact-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}


.laspartners, .laspartners:link, .laspartners:visited, .laspartners:active {
	display: inline-block;
	overflow: hidden;
	background-color: white;
}

.laspartners:hover {
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}


.lasteambox {
	text-align: center;
	vertical-align: top;
}
.lasteamitem, .lasteamitem:link, .lasteamitem:active, .lasteamitem:visited {
	display: inline-block;
	vertical-align: top;
	margin: 25px 25px;
	padding: 5px;
	width: 200px;
	height: 290px;
	background-color: white;
	text-align: center;
	color: black;
	text-decoration: none;
}
.lasteamitem:hover {
	color: black;
	text-decoration: none;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}

.lasteampicture {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	margin: 20px auto;
	background-color: rgba(0,0,0,0.1);
}
.lasteamtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
}
.lasteamposition {
	font-family: 'Open Sans', sans-serif;
}


.fullpageslider {
	padding-top: 130px;
}

.blocksectiontitle {
	height: auto;
}

