/* ============================================================================
    Flexslider
============================================================================ */
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flex-container a:active, .flex-container a:focus,  { outline: none; }
.flexslider .slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }
.flexslider .slides { zoom: 1; position: relative; width: 100%; height: 100%; }
.flexslider .slides:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides > li:first-child { display: block; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexArrows {
	position: relative;
}
.flexArrows .flex-direction-nav a {
	background: url(../images/transparent/black5.png);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 22px;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 0.4;
	position: absolute;
	text-align: center;
	z-index: 2;
}
.flexArrows:hover .flex-direction-nav a {
	opacity: 0.9;
}
.flexArrows:hover .flex-direction-nav a:hover {
	opacity: 1;
}
.flexArrows .flex-direction-nav .flex-prev {
	left: 20px;
}
.flexArrows .flex-direction-nav .flex-next {
	right: 20px;
}
#homeSlider .slideContent {
    background-size: cover;
    height: 60vh;
    margin-top: 10vh;
}
#homeSlider .slideInner {
    padding-top: 24vh;
    text-align: center;
    margin: 0 auto;
    max-width: 1120px;
    width: 90%;
}
#homeSlider .homeSlideTitle {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 46px;
	margin: 0 auto;
	max-width: 100%;
}
#homeSlider .homeSlideSubTitle {
	color: #fff;
	font-family: "adelle";
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}
#homeSlider .flex-control-nav {
    display: block;
    position: absolute;
    text-align: center;
    top: 30vh;
    width: 100%;
    z-index: 2;
}
#homeSlider .flex-control-nav > li {
    display: inline-block;
}
#homeSlider .flex-control-nav li a {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 0;
    height: 4px;
    margin: 0 5px;
    width: 40px;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#homeSlider .flex-control-nav li .flex-active {
    background-color: rgba(52, 152, 219, 0.8);
}
#pageSlider .slideContentPage {
	height: 470px;
}
#klantHeaderSlider .slideContentPage {
	height: 650px;
}
#facebookFeedSlider {
    position: relative;
}
#facebookFeedSlider .flex-direction-nav a {
    background-color: rgba(255, 255, 255, 0.0);
    font-size: 32px;
    height: 65px;
    line-height: 65px;
    position: absolute;
    top: 40%;
    width: 45px;
    padding: 0 6px;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#facebookFeedSlider .flex-direction-nav .flex-next {
    position: absolute;
    right: 0;
    padding: 0 12px;
}
#facebookFeedSlider .flex-direction-nav a:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
#facebookFeedSlider .slides .slideImg {
    background-position: 0 center;
    background-size: cover;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    box-sizing: border-box;
    height: 400px;
    margin: 10px 0 0;
    position: relative;
}
#facebookFeedSlider .facebookContent {
    background-color: rgba(255,255,255,0);
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
#facebookFeedSlider .slideImg:hover .facebookContent {
    height: 155px;
    background-color: rgba(255,255,255,1);
}
#facebookFeedSlider .facebookContent > i {
    background-color: #3a5795;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    opacity: 0.8;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
#facebookFeedSlider .slideImg:hover .facebookContent > i{
    opacity: 1;
}
#facebookFeedSlider .facebookContent > .facebookPost {
    border-bottom: 1px solid #eaeaea;
    float: right;
    margin: 0;
    max-height: 120px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-top: 15px;
    width: 365px;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}
#facebookFeedSlider .slideImg:hover .facebookContent > .facebookPost {
    opacity: 1;
}
#facebookFeedSlider .facebookLinks, #facebookFeedSlider .facebookLinks a {
    color: #b2b2b2;
    float: right;
    font-size: 11px;
    margin: 0;
    padding-right: 20px;
}
#facebookFeedSlider .facebookLinks a:hover {
    color: #000;
}
