body {
	padding-top: 0;
}

/* Header Pictures */

.header-pics {
	position: relative;
	background: #f1f1f1;
	height: 600px;
	border-bottom: 1px solid #f1f1f1;
}

.header-pics-slick {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 100%;
}

.header-pics-slick div {
	height: 100%;
}

.header-pics-slick .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	padding-top: 100px;
	
	position: relative;
}

.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;
}

@media (max-width: 991px) {
	.header-pics .toggle-slick {
		left: 10px;
		top: 10px;
	}
}

.header-pics .toggle-slick:hover,
.header-pics .toggle-slick:focus {
	background: rgba(0,0,0,0.8);
}

/**/

.header-pics .text {
	height: auto;
	width: auto;
	max-width: 40%;
	padding: 20px;
	padding-bottom: 5px;
	background: rgba(117, 194, 233,0.9);
}

.header-pics .text a {
	color: #0e236c;
}

.header-pics .text .blockquote-footer {
    color: #000;
}

@media (min-width: 992px) {
	.header-pics .text.center {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		margin-top: 50px; /* header height fix */
		transform: translate(-50%, -50%);
	}
	.header-pics .text.bottom-left {
		position: absolute;
		bottom: 30px;
		left: 30px;
	}
	.header-pics .text.bottom-right {
		position: absolute;
		bottom: 30px;
		right: 30px;
	}
}

@media (max-width: 991px) {
	.header-pics .text {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		color: #fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		padding-left: 60px;
	}
	
	.header-pics .text a {
		color: #fff;
	}
}


/**/

.blockquote {
	background: #fff;
}

/**/

.news {
	background: #76c3ea;
	padding: 40px 0 40px 0;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}

.news h2 {
	font-weight: bold;
	position: relative;
	margin-bottom: 2.5rem;
}

.news 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: #fff;
}

.news h3 {
	margin-bottom: 1rem;
}

/**/
/*
.row-1 .slick-gallery {
	overflow: hidden;
}


.row-1 .slick-gallery img {
	width: auto !important;
	height: 100%;
	display: block;
}
*/


/**/


/**/

.galleries {
	background: #333;
	color: #fff;
	padding: 30px;
}

.galleries .title {
	margin-bottom: 30px;
}

.galleries a {
	color: #fff;
	display: block;
	margin-bottom: 30px;
}

.galleries figure {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	box-shadow: 2px 2px 25px rgba(0,0,0,0.2);
}

.galleries figure img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.galleries figure figcaption {
	position: absolute;
	bottom: 0;
    right: 0;
	background: rgba(0,0,0,0.5);
	padding: 15px;
}
