/* Header Pictures */

.header-pics {
	position: relative;
}

@media (min-width: 992px) {
	.header-pics {
		width: 100%;
	}
	.header-pics:before {
		content: '';
		display: block;
		padding-bottom: 47.35%;
	}
}

@media (max-width: 991px) {
	.header-pics {
		height: 500px;
	}
}

.header-pics .overlay {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 100%;
	background: rgba(0,103,137,0.1);
	z-index: -2;
}

.header-pics .toggle-slick {
	position: absolute;
	top: 115px;
	left: 15px;
	z-index: 5;
	background: rgba(0,0,0,0.5);
	border: 0;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}

.header-pics .toggle-slick:hover,
.header-pics .toggle-slick:focus {
	background: rgba(0,0,0,0.8);
}

.header-pics-slick {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 100%;
	z-index: -2;
}

.header-pics-slick div {
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header-pics .text {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	text-align: center;
	margin-top: 50px;
	color: #fff;
}

.header-pics .text h1 {
	font-size: 2.5em;
}

.header-pics .text h2 {
	font-size: 4.5em;
	font-weight: bold;
	letter-spacing: 0.02em;
}

@media (max-width: 767px) {
	.header-pics .text h1 {
		font-size: 1.5em;
	}

	.header-pics .text h2 {
		font-size: 3.8em;
		font-weight: bold;
		letter-spacing: 0.02em;
	}
}

/**/

.home {
	padding: 40px 0;
}

.home h2 {
	position: relative;
	margin-bottom: 40px;
}

.home h2:after {
    border-style: solid;
    border-width: 2px 0 0;
    content: "";
    display: block;
    height: 0;
    right: 50%;
    position: absolute;
    width: 100px;
	margin-right: -50px;
    margin-top: 10px;
	color: #006789;
}

.home ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home ul li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #a7d877;
	margin-left: 5px;
}

@media (min-width: 768px) {
	.home ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 992px) {
	.home ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.home h2 {
	color: #006789;
}

.home h3 {
	margin-bottom: 1rem;
	font-size: 1.5em;
	color: #006789;
}
