@charset "utf-8";
/* TOC
1 Globle
2 Header
	2.1 Header Top
3. Banner
4. main
5. aside
6. Home Content Area
7. Footer
*/



/*Globle*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
img {
	border: 0
}

html, body {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	
}
body {	
	background-color:#f5f8fb;
	overflow-x: hidden;
	font-family: 'IBM Plex Sans', Arial, sans-serif !important;
	background-image: url('/application/views/front-end/assets/img/ripple_bg.webp');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-position-x: -200px;
}

*,*:focus,*:hover{
    outline:none;
}

#main_content video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jqmWindow {
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EFEFEF;
    color: #333;
    border: 1px solid black;
    padding: 24px 15px;
    font-size: 16px;
    line-height: 20px;
}

a#popup_ja {
   background-color: #e4b25b;
color: white;
padding: 8px 12px;
text-transform: uppercase;
margin-right: 24px;
border-radius: 5px;
margin-bottom: 12px;
}

a#popup_nee {
    background-color: white;
    color: #e4b25b;
    padding: 6px 12px;
    text-transform: uppercase;
    border: 1px solid #73939d; 
    border-radius: 5px;
}

.jqmWindow p {
    margin-bottom: 24px;
}
.mt40 {
	margin-top:40px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
/*Button*/
.btn {font-family: 'IBM Plex Sans', sans-serif;
font-weight: 700;
	border-radius:0px;
}

.contentlink {
    border-radius: 5px;
    margin-right: 24px;
}
.btn-primary:link {
	background-color: #73939d ;
	border: 1px solid #73939d;
}


.btn-primary:visited {
  color: #fff;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #73939d ;
	border: 1px solid #73939d;
}

.btn-primary:hover {
  background-color: transparent;
  color: #73939d;
  border: 1px solid #73939d;
	 -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


a {
	color:#e4b25b;
}
a:hover, a:active, a:focus {
	color:#e4b25b;
	text-decoration: underline;
}

.contentArea a:link {
    text-decoration: none;
	color:#e4b25b;
	font-weight: 700;
}

.contentArea a:hover {
    text-decoration: underline;
}

.form_extra_text a:link {
    text-decoration: underline;
}
div#read_more_footer {
   padding: 3px 15px 4px 0;
  margin-top: 22px;
  font-size: 13px;
	display: block;
  text-align: left;
  white-space: wrap;
}

.btn.btn-primary.contentlink, .btn.btn-primary.contentlink.secondary, .btn.btn-primary.contentlink.third {
    margin-bottom: 12px;
    margin-right: 12px;
    font-size: 18px;
    padding: 6px 16px;
    margin-top: 12px;
}

.contentlink a, .contentlink a:link , .contentlink a:hover, .contentlink a:active, .contentlink a:focus  .contentlink a:visited {
    color: white;
    text-decoration: none;
}

.contentlink.secondary {
    background-color: white;
    color: #e4b25b;
}

.contentlink.secondary a:link {
    color: #e4b25b;
}

.contentlink.third {
    background-color: white;
    color: #343434;
    border-color: #343434;
}

.contentlink.third a:link {
    color: #343434;
}


.list-inline {
	margin:0px;
}
form label {
	font-size:1.6em;
	font-weight:400;
}
.form-control {	font-family: 'Lato', sans-serif;
	border-radius:0px;
	box-shadow:none;
	height:44px;
	/*font-size:1.4em;*/
	color: #333333;	
}
select.form-control {font-family: 'Lato', sans-serif;
font-weight: 700;
	background-image:url(../../img/dropIcon.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-appearance: none;
        -moz-appearance: none;      
        appearance: none;
	font-size:2em;
}
select::-ms-expand {
    display: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333 !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #333 !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #333 !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #333 !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'IBM Plex Sans', sans-serif;
font-weight: 700;
}

h2 strong {
    font-weight: normal;
} 

/*Clear*/
.siteName:after, aside .btn:after, footer .footerBottom:after, .contentMenu:after, .contentMenu ul:after {
	content:'';
	display:block;
	clear:both;
}

/*Header*/  
header {
	background-color:#fff;
	position:relative;
	z-index:2;
	height: 108px;
	padding: 0px;
}
header a.siteName {
	max-width: 220px;
	height: 100%;
  display: flex;
}
.siteName img {
    display: block;
	/* float: left; */
}


#topmenu {
  overflow: hidden;
  background-color: #fff;
  height:60px;
  display: none;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}


ul.nav.navbar-nav li {
position: relative;
    display: block;
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
}

.nav.navbar-nav {
    	margin-left: 20px;
        float: right;
}

ul.nav.navbar-nav a:link {
   color: #222 !important;
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding: 15px;
  cursor: pointer;
  background: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'IBM Plex Sans', Arial, sans-serif !important;
  font-weight: 600;
  z-index: 999;
  text-align: right;
  margin-right: 15px;
}


ul.nav.navbar-nav a:link:first-child {
}

ul.nav.navbar-nav a:hover {
    color: #e4b25b;
}

ul.nav.navbar-nav a:visited {
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
	text-decoration: none;
	}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .mainBanner {
  padding-top: 40px;
}

.topmenu_load {
	height: 40px;
	background-color: #fff;
	}

.img-responsive#243e58 {
  max-height: 88px;
  }

.col-md-2.logo {
    margin: 0 -15px;
	height: 108px;
}

a.logo_small {
	padding: 0 !important	
}

.logo_small .img-responsive {

    padding-top: 3px;
    padding-left: 7px;
	max-width: 110px;

}

/*Banner*/
.mainBanner {
	position:relative;
	background-color: #fff;
        overflow: hidden;
	max-height: 820px;
}
.mainBanner img {
	position:relative;
	z-index:1;
	left:50%;
	transform:translateX(-50%);
	opacity: 1 !important;
}

.mainBanner.lesshigh {
       height: 280px;
    margin-bottom: -30px;
}

.mainBanner.lesshigh img {
  top: -50%;
}

.mainBannervideo {
    position: relative;
    background-color: #000;
    height: 700px;
    overflow: hidden;
    border: 0;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
   margin-top: -90px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bannercaption {
	z-index:2;
	position:absolute;
	left: 24%;
    top: 74%;
	transform:translate(-50%, -50%);
	color:#fff;
}
.bannercaption h1 {
	margin:0px;
	font-size:6.4em;
	white-space:nowrap;
		text-shadow: 1px 1px 4px rgba(74,74,74,0.81);
}

.bannertext h1 {
	margin:0px;
	font-size: 50px;
    white-space: nowrap;
	color: white;
    letter-spacing: 1px;
	text-shadow: 1px 1px 4px rgba(74,74,74,0.81);
}

.row.bannertext {
    margin-top: 240px;
    max-width: 700px;
    line-height: 90px;
    position: absolute;
    z-index: 100;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    padding-left: 15px;
    right: 200px;
    text-align: right;
    text-shadow: 1px 1px 2px #000;
}

.row.bannertext.lesshigh {
    margin-top: 180px;
}

.container.nieuw-responsive-header-lesshigh.row.bannertext {
     margin-top: 200px;
}

.right {
	float: right;	
}

.leesmeer {
     margin: 16px 0 0 30px;
}

/*main*/
main {
	margin:0px;
}

/*Content Area Menu*/
.contentMenu {	font-family: 'IBM Plex Sans', sans-serif;
    position: relative;
    padding: 50px 0px 0px;
    font-size: 1.8em;
    text-transform: lowercase;
}

div#myNavbar {
    margin-right: -45px;
	padding: 0;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    background: rgb(255,255,255, 0.4);
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #0686E4;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

a.button.icon-button.close-button.js-close-cookie-button {
    float: right;
    margin-top: -18px;
    font-weight: bold;
    font-size: 1.2em;
    color: #000 !important;
}

/*cover 768*/
@media only screen and (min-width:768px) {
.contentMenu .navbar-collapse > ul {
	display:inline-block;
	margin:0px;
	padding:0px;
	border-bottom:4px solid #e3e3e3;
}

.contentMenu .navbar-collapse > ul > li {
	display:block;
	float:left;
}
.contentMenu .navbar-collapse > ul > li.active a{
	color:#000;
	border-bottom-color:#000;
}
.contentMenu .navbar-collapse > ul > li > a {
	display:block;
	padding:12px 18px 12px;
	border-bottom:4px solid transparent;
	margin-bottom:-4px;
	color:#000;
}
.contentMenu ul li a:hover, .contentMenu ul li a.active, .contentMenu ul li a:focus, .contentMenu ul li a:active {
	color:#000;
	border-bottom-color:#000;
}
}

.contentMenu .associat {
	float:right;
	margin-bottom:10px;
}
.contentMenu ul.associate-logos {
	border:none;
	margin:0px;
	padding:0px;
}
.contentMenu ul.associate-logos li {
	display:inline-block;
	padding:0px 8px 10px;
}

.contentMenu ul.associate-logos li a:hover {
	border:none;
}

/*aside*/

aside h2 {
display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #FFF !important;
  padding-bottom: 8px;
  line-height: 110%;
  font-size: 36px;
  font-weight: 900;
  background-color: #529d7c;
  margin: -15px -40px !important;
  padding: 15px 40px !important;
}

.set_1.formtitle h2 {
  padding-left: 10px;
}

aside h3 p {
    margin: 0;
    margin-top: 2px;
    font-size: 24px;
    display: block;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    color: #243e58;
    margin-left: -35px;
    margin-right: -35px;
    padding: 25px 35px 5px 35px;
    line-height: 120%;
}

aside h4 {
  font-size: 21px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  color: #e4b25b;
  line-height: 120%;
  text-align: left;
  padding: 15px 0;
}

aside h5 {
  font-size: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  color: #e4b25b;
  line-height: 100%;
  text-align: left;
  padding: 20px 0 10px 0;
}

aside h6 {
  font-size: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  padding: 20px 0 10px 0;
}

.bedankt p {
    font-size: 18px;
}

.weergave_1 {
    display: block !important;
}

/*aside h2:after {
    content:'';
    display:block;
    width:100%;
    height:1px;
    background-color: #333333;
    margin:18px 0px;
}*/



/*Home Content Area*/
.contentArea {
	margin:0px 0px 0px;	
	padding-top:10px;
}

.contentArea.lesshigh {
  padding-top: 24px;
}

.contentArea h1 {
  font-size: 2.8em;
margin-top: 34px;
color: #243e58;
margin-bottom: 20px;
font-weight: 700;
line-height: 1.2em;
}

.contentArea h2 {
    font-size: 2.6em;
  line-height: 1.2em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  color: #243e58;
	padding-top: 16px;
}

.contentArea h3 {
        font-size: 2em;
    line-height: 1.2em;
	font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
	padding-top: 16px;
}

.contentArea p {
  font-size: 17px;
  line-height: 1.9em;
  margin-top: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
}
.contentArea ul li {
    margin-left: 30px;
     font-size: 17px;
  line-height: 1.9em;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
    padding-bottom: 10px;
}

.contentArea ol li {
    margin-left: 30px;
     font-size: 17px;
  line-height: 1.9em;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
    padding-bottom: 10px;
}

.contentArea ul {
  margin-top: 18px;
}

.list-inline.social {
  text-align: center;
}

.contentArea blockquote {
	background-image:url('../../img/quote_bg.jpg');
        background-repeat: no-repeat;
	margin:0 0 30px 20px;
	padding: 0 40px 50px 30px;
	border:none;
	font-size:12px;
	line-height:32px;
        font-weight: 700;
        width: 370px;
        background-position: bottom left;
        float: right;
}

blockquote h3 {
    color: #d72221;
}

blockquote p {
    margin-top: 4px !important;
}

#main_content {
    padding-right: 30px;
    padding-left: 0px;
}


img.quote_img {
	margin-top: -30px !important;
  float: left !important;
}


.wd_quote {
  padding: 6px 20px 6px 20px;
  background-color: #eee;
  margin-left: 20px;
  max-width: 530px;
}

.wd_quote p {
float: right;
  margin-bottom: 0px;
  font-size: 1.45em;
  padding-right: 80px;
}

.wd_quote img {
	float: right;
  margin-top: -68px;
  margin-bottom: 12px;
}

.wd_quote p::after {
	clear: both;
}

.img-margin {
  margin-left: 20px;
}

.quote_name {
	font-size: 1.2em;
	width: 100%;
    padding-top: 2px;
	padding-left: 16px;
}

.quote_break {
    clear: both;
	margin-bottom: -20px;
}

.associat {
    position: relative;
    margin-top: 12px;
}


.col-md-10.topmenu {
  padding-right: 0;
}
 ul.associate-logos {
    border: none;
    margin: 0px;
    padding: 0px;
    margin-right: 0;
    margin-top: 28px;
    float: right;
}

ul.associate-logos li {
   display: inline-block;
   padding: 0;
   float:right;
   margin-left: 20px;
}

.clearfloat {
	clear: both;
	}
img.logos { 
    height: 32px;
}

/*Footer*/
footer {
  padding: 40px 50px;
  margin-top: 40px;
  color: #fff;
  font-size: 1.6em;
  background-color: #253a54;
	margin-bottom: 20px;
}

footer h2 {
	padding: 20px 0;
	color: #fff;
    font-size: 2.2em;
	font-weight: 700;
}

footer ul li {
	list-style-type: none;
}

footer a:link {
	color: white;
	text-decoration: none;
}

.sm-icons {
  margin: 20px auto;
  padding-top: 30px;
  width: fit-content;
}

.sm-icons a:link {
  padding: 0 2px;
}

.pdt20 {
  padding-top: 20px;
}

.left {
  text-align: left;
}

.sm-icons img {
  width: 35px;
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(84deg) brightness(100%) contrast(100%);
}

.page-footer {
  padding-top: 0px;
}


.menu {
    color: #d3d3d3;
    list-style-type: none;
    line-height: 25px;
}

.menu li {
    color: #d3d3d3;
    list-style-type: none;
    line-height: 25px;
}

img.img-responsive.footerlogo {
   float: right;
    padding-right: 24px;
	margin-top: 22px;
}

li.footer__terms__list__item {
    list-style-type: none;
}

li.footer__block {
    float: left;
    padding-right: 32px;
    list-style-type: none;
}

ul.footer__list {
    list-style-type: none;
    line-height: 26px;
}

.footer__socials {
    margin-top: 180px;
    float: right;
}

#menu-footer-over-kerk-in-nood {
    list-style-type: none;
    line-height: 1.8em;
}

#menu-footer-wat-kan-ik-doen {
    list-style-type: none;
    line-height: 1.8em;
}


footer h5 {
	font-size:2em;
	font-family: 'Lato', sans-serif;
font-weight: 400;
}
footer .footerBottom {
	margin-top:20px;

}

footer .footerBottom .logos {
	margin-right: 0px;
}
footer p {
	font-size:14px;
	margin-top:15px;
}

.footer a:link, .footer a:hover, .footer a:visited {
  color: #fff !important;
}

.footer_logo {
    max-width: 160px;
}

.footer_logos {
	
	float: right;
}

.subfooter {
	color:#253a54;
	font-size: 15px;
	padding-bottom: 12px;
}

.subfooter a:link, .subfooter a:visited, .subfooter a:hover {
 color:#253a54 !important;
		padding-right: 16px;
}

.section__container.legal {
  background-color: white;
  border-radius: 20px 0 0 0;
  margin: 0 -15px;
	padding: 20px 0;
}

svg.logo {
  max-height: 60px;
  padding-left: 20px;
}

.footerblock {
    padding-top: 72px;
    line-height: 1.8em;
    margin-top: 20px;
}

.vrijgesteld {
    float: right;
    margin-top: -32px;
    color: #d3d3d3;
}

.footerblock a:hover, a:active, a:focus {
    color: #d3d3d3;
    text-decoration: underline;
}

.footer_logo_nav {

    margin-right: 0 !important;
    text-align: right;
    padding: 5px 0 0 0;

}
.footer_logo_nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 35px;
	text-align: right;
}
.footer_logo_nav ul {
	margin: 0;
	padding: 0;
}
.footer_logo_nav img {
    filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: grayscale; /* IE6+ */
}

.footer_links_nav {
    padding-left: 0;
	margin-top: 20px;
}

.footer_links_nav ul li {
	display: inline-block;
	list-style: none;
	font-size: 1.4em;
	color: #000;
}
.footer_links_nav ul {
	margin: 0;
	padding: 0;
}

.footer_links_nav ul li a {
    color: #7c7c7c;
}

.footer_links_nav ul li a:before {
    content: "\B7";
    font-family: 'IBM Plex Sans',sans-serif;
    color: #7c7c7c;
    padding: 0 16px;
	line-height: 2em;
    font-size: 1.3em;
}

ul.list-inline.social li {
    margin-left: 0px;
    margin-right: 12px;
    padding-left: 0;
}

.sm_logo {
   width: 44px;
}

.meter {
    height: 32px;
    /* Can be anything */
    
    position: relative;
    margin: 20px 0 2px 0;
    /* Just for demo spacing */
    
    background: #efefef;
    padding: 0;
}

.fillcounter {
    margin-top: 28px;
	margin-bottom: 2px;
}

.fillcounter span {
    font-size: 2em;font-family: 'IBM Plex Sans', sans-serif;
font-weight: 700;
}

.meter > span {
    display: block;
    height: 100%;
    background-color: #73939d;
    position: relative;
    overflow: hidden;
	min-width: 50px;
}
.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    overflow: hidden;
}
span.nummer {
    color: #fff;
    font-weight: bold;
    font-size: 0.36em !important;
    /* margin: 0 auto; */
    
    float: right;
    padding: 7px 10px 0 0;
}
.animate > span:after {
    display: none;
}

.social i.fa {
    font-size: 1.4em;
    background-color: #73939d;
    padding: 10px;
    width: 43px;
    height: 43px;
    text-align: center;
	border-radius: 5px;
}

.social i.fa:hover, .social i.fa:active, .social i.fa:visited {
    background-color: #529d7c;
}

.fa {
	color: white;
	}

ul.list-inline.social li {
    margin-left: 0px;
    margin-right: 4px;
    padding-left: 0;
}


.input {
	margin: 20px 0 50px;
}

.range {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.range__label {
	font-weight: bold;
  font-size: 16px;
	margin-left: 10px;
}

.range__icon {
	width: 60px;
	margin: 0 0 20px;
}

.result-wrapper {
	color: #d72221;
	font-weight: bold;
	font-size: 40px;
}

h2 {
	margin: 0;
	font-size: 16px;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d72221;
}

.rangeslider {
  position: relative;
  background: #DDD;
}

.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}

.rangeslider__fill {
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

/*cover 600*/
@media only screen and (max-width:768px) {
	/* MENU */
	
	span.icon-bar-name {
    float: right;
    margin-top: -20px;
}

ul.nav.navbar-nav {
    margin: 0 0 0 4px;

	background-repeat: repeat-x;
	background-position: bottom;
	width: 102vw;
}

.navbar-nav>li {
	border-radius: 0px;
	border-bottom: 0;
	/*border-bottom: 2px solid #ff008f;*/
	background-repeat: repeat-x;
	background-position: bottom;
}

.navbar-nav>li a:link {
	color: #ff008f;
	font-size:1em;
	padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
}

.nav>li>a {
   padding: 0px 7px;
    line-height: 21px;
}

.navbar-nav>li a:hover {
	background-color: transparent;
	color: #ff008f;
	font-weight: 700;
}

.navbar-nav>li.active a:link {
	text-decoration: none;
	font-weight: 700;
}

navbar-nav>li a:visited {
    color: #ff008f;
}

.navbar-toggle {
   background-color: #5E9ABF;
    margin-top: -40px;
    color: #fff;
    width: 40px;
    font-size: 1.6em;
    border-radius: 0;
	height: 40px;
	margin-bottom: 0;
}
.icon-bar {
  	display: block;
    width: 20px;
    height: 3px;
    background-color: #343434;
}
.navbar-header {
    float:right;
}
.navbar-collapse {
	display: none;
    clear: both;
}
.navbar-collapse.collapse {
	display: none;
}
.navbar-collapse.collapse.in {
	display: block;
}
	ul.nav.navbar-nav {
	    background-color: white;
	}
	.contentArea {
		display: inline-block;
	}
	.contentArea #read_more {
		float: right;
                color: #343434;
                background-color: transparent;
                border:0;
		font-size: 12px;
    text-decoration: underline;
		margin-top: -6px;
	}
	#read_less {
  margin: 16px 0 0 30px;
  color: #73939d !important;
  background-color: transparent !important;
  border-color: #73939d !important;
  float: right;
		margin-top: 0;
}
	.contentMenu .associat {
	    float: right !important;
	}
	.mainBanner {
    margin-top: 0;
	    overflow: hidden;
	}
	ul.list-inline.social li {
    margin-right: 0px;
	}
	.img-responsive.logo {
    height: 60px;
	width: auto;
	margin-left:10px;
}
	
	header {
  height: 72px;
}
	
.col-md-2.logo {
  margin: 5px -15px;
  height: unset;
}

}

@media only screen and (max-width:414px) {
	
	div#myNavbar {
    position: fixed;
    top: 70px;
		width: 100vw;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

img.logos.bottom {
    left: 15px;
    padding-bottom: 6px;
}
	
	header {
	overflow: hidden;
    padding: 0px;
}
	
	
	.subfooter {
  font-size: 12px;
}
	 .img-responsive.logo {
    height: 60px;
  }
	
	img.img-responsive.footerlogo {
  margin-top: 0;
  margin-bottom: 16px;
}
	
	.sm-icons {
  padding-top: 0;
}
	
	.subfooter a:link, .subfooter a:visited, .subfooter a:hover {
		padding-right: 0;
	}
	
		.subfooter a:link::after, .subfooter a:visited::after, .subfooter a:hover::after {
	content: "\a";
}
	
.mainBanner {
   margin: 0 15px;
}

.contentArea blockquote {
    margin: 20px 0px;
    padding: 25px;
    padding-bottom: 40px;
    width: 320px;
    float: left;
}

.contentArea ul li {
    margin-left: 12px;
}

.contentArea ol li {
    margin-left: 12px;
}

.contentlink a, .contentlink a:link, .contentlink a:hover, .contentlink a:active, .contentlink a:focus .contentlink a:visited {
    font-size: 16px;
}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 413px) {
.quote_name {
    margin: 36px -25px 0 100px;
    float: left;
    font-size: 1.2em; 
}


.contentlink a, .contentlink a:link, .contentlink a:hover, .contentlink a:active, .contentlink a:focus .contentlink a:visited {
    font-size: 16px;
}

.wd_quote img {
    margin-bottom: -110px;
    float: left;
    max-width: 90px;
    max-height: 90px;
}

}

/* SLIDER TRANSITION SPEED */

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .95s ease-in-out left;
       -o-transition: .95s ease-in-out left;
          transition: .95s ease-in-out left;
}


.modal-backdrop {
    background-color: rgba(0,0,0,.7) !important;
}


@media only screen and (min-device-width: 768px) {
.modal-dialog {
    max-width: 730px;
	width: 100%;
    margin: 30px auto; 
}
}


footer {
    width: 100%;
    display: block; }

footer .social-channels {
    width: 100%;
    display: block;
    padding-bottom: 25px;    
    text-align: center;
    font-size: 0px;
    font-size: 0rem; }


@media only screen and (min-width: 1024px) {
    footer .social-channels {
        padding-bottom: 50px; } }

footer .social-channels.campaign img {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media only screen and (min-width: 768px) {
    footer .social-channels.campaign img {
        width: 22px;
        height: 22px; } }
footer .social-channels a {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin: 0 3px 0 2px;
    padding: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #d1ccbd; }

@media only screen and (min-width: 768px) {
    footer .social-channels a {
        width: 50px;
        height: 50px; } }

@media only screen and (min-width: 1024px) {
    footer .social-channels a {
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s; } }
footer .social-channels a:first-of-type {
    margin-left: 0; }
footer .social-channels a:last-of-type {
    margin-right: 0; }
footer .social-channels a svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
@media only screen and (min-width: 768px) {
    footer .social-channels a svg {
        width: 22px;
        height: 22px; } }
footer .social-channels a svg path {
    fill: #fff; }
@media only screen and (min-width: 1024px) {
    footer .social-channels a:hover.twitter {
        background: #1DA1F2; }
    footer .social-channels a:hover.facebook {
        background: #3664a2; }
    footer .social-channels a:hover.instagram {
        background: #000; }
    footer .social-channels a:hover.pinterest {
        background: #bd081c; }
    footer .social-channels a:hover.youtube {
        background: #cd201f; } }
footer .footer-nav {
    width: 100%;
    display: block;
    text-align: right; }
footer .footer-nav .container {
    width: 232px;
    padding: 33px 0;
    position: relative; }
@media only screen and (min-width: 768px) {
    footer .footer-nav .container {
        width: 628px; } }
@media only screen and (min-width: 1024px) {
    footer .footer-nav .container {
        width: 944px; } }
@media only screen and (min-width: 1200px) {
    footer .footer-nav .container {
        width: 1080px; } }
footer .footer-nav ul {
    display: inline-block;
    text-align: center; }
@media only screen and (min-width: 768px) {
    footer .footer-nav ul {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; } }
footer .footer-nav ul li {
    display: inline-block;
    margin: 0 5px 14px;
    font-family: "GillSansInfantStd", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem; }
@media only screen and (min-width: 768px) {
    footer .footer-nav ul li {
        margin-bottom: 0;
        font-size: 15px;
        font-size: 0.9rem;} }
footer .footer-nav ul li a {
    text-decoration: none;
    color: #222221; }
footer .footer-nav .partners {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
    font-size: 0rem; }
@media only screen and (min-width: 768px) {
    footer .footer-nav .partners {
        width: auto; } }
footer .footer-nav .partners a {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle; }
footer .footer-nav .partners a img {
    width: auto;
    max-height: 35px;
    display: block;
    margin: 0; }
@media only screen and (min-width: 768px) {
    footer .footer-nav .partners a img {
        max-height: 45px; } }
