/*
	Theme Name: New Gym
	Version: 1.0
	Text Domain: newgym
*/

/* - Fonts - */
/*@font-face {*/
    /*font-family: 'FontAwesome';*/
    /*src: url("webfonts/fa-solid-900.eot");*/
    /*src: url("webfonts/fa-solid-900.eot?#iefix&v") format("embedded-opentype"),*/
    /*url("webfonts/fa-solid-900.woff") format("woff"),*/
    /*url("webfonts/fa-solid-900.ttf") format("truetype"),*/
    /*url("webfonts/fa-solid-900.svg#fontawesomeregular") format("svg");*/
    /*font-weight: 900;*/
    /*font-style: normal*/
/*}*/

@font-face {
    font-family: 'font-fileuploader';
    src:  url('fonts/font-fileuploader.eot?l2vub3');
    src:  url('fonts/font-fileuploader.eot?l2vub3#iefix') format('embedded-opentype'),
    url('fonts/font-fileuploader.ttf?l2vub3') format('truetype'),
    url('fonts/font-fileuploader.woff?l2vub3') format('woff'),
    url('fonts/font-fileuploader.svg?l2vub3#font-fileuploader') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'D-DIN';
    src: url('fonts/D-DIN.eot');
    src: url('fonts/D-DIN.eot?#iefix') format('embedded-opentype'),
        url('fonts/D-DIN.woff2') format('woff2'),
        url('fonts/D-DIN.woff') format('woff'),
        url('fonts/D-DIN.ttf') format('truetype'),
        url('fonts/D-DIN.svg#D-DIN') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'D-DIN-Bold';
    src: url('fonts/D-DIN-Bold.eot');
    src: url('fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/D-DIN-Bold.woff2') format('woff2'),
        url('fonts/D-DIN-Bold.woff') format('woff'),
        url('fonts/D-DIN-Bold.ttf') format('truetype'),
        url('fonts/D-DIN-Bold.svg#D-DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.d400 { font-family: 'D-DIN', 'Open Sans', Arial, Helvetica, Verdana, sans-serif; }
.d700 { font-family: 'D-DIN-Bold', 'Open Sans', Arial, Helvetica, Verdana, sans-serif; }

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body { font: normal 16px/1.5  'D-DIN', 'Open Sans', Arial, Helvetica, Verdana, sans-serif; color:#484848; background:#fff; -webkit-font-smoothing: antialiased; }
/*background:#f4f4f4;*/
h1, .h1 { font-size:28px; margin:0; color:#484848; }
h2, .h2 { font-size:26px; margin:0 0 0.25em; color:#484848; }
h3, .h3 { font-size:22px; margin:0 0 0.25em; color:#484848; }
h4, .h4 { font-size:18px; margin:0 0 0.25em; color:#484848; }
h1, h2, h3, h4, .h1, .h2, .h3, .h4 { line-height: 1.05; font-weight:normal; font-family: 'D-DIN-Bold', 'Open Sans', Arial, Helvetica, Verdana, sans-serif; }
.h1, .h2, .h3, .h4 { display:block; }

.not-singular .h1,
.not-singular h1 { margin-bottom: .5em; }

ul, li { margin: 0; padding: 0; }
li { list-style: none; }
em { font-style: italic; }
strong { font-weight: 600; }
p { margin: 0 0 1em; }

a:visited,
a { color: #ff7300; }
a { text-decoration: none; }

.hide { display: none; }
.show { display: block; }

.orange { color:#ff7300; }
/*.post-content ul, .post-content ol { margin: 1em 1.5em; }*/
/*.post-content li { list-style: disc; }*/

.pager { width: 100%; clear: both; text-align: center; margin: 2.5em 0 2.5em; overflow: hidden; }
.pager .center { display: inline-block; *zoom: 1; *display: inline; vertical-align: middle; padding-left: 2em; padding-right: 2em; position: relative; }
.pager span,
.pager a { display: inline-block; *zoom: 1; *display: inline; background-color: #f4f4f4; padding: .25em .75em 0.2em; font-size: 20px; color: #575757; border-radius: 3px; }
.pager a {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.prev.page-numbers,
.next.page-numbers { color:#ff7300; }
.pager * + * { margin-left: .25em; }
.pager .current, .facetwp-page.active { background-color: #ff7300; color: #fff; font-weight:normal !important; }
.pager strong { margin-left: 0; margin-bottom: 0 }

.table { width: 100%; table-layout: fixed; display: table; }
.table-cell { display: table-cell; vertical-align: middle; }
.table-row { display: table-row; vertical-align: middle; }

.clear { clear: both; }
.inline { display: inline; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.alignleft { float: left; margin: 1em 1em 1em 0; }
.alignright { float: right; margin: 1em 0 1em 1em; }
.aligncenter { clear: both; display: block; margin: 1em auto; }
.alignnone { clear: both; display: block; margin: 1em 0; }

img { max-width: 100%; height: auto; }

.left { float:left; }
.right { float:right; }

input { outline:none; }
textarea { resize:vertical; outline:none; }

.transition { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; }

.hidden { display:none!important; visibility: hidden!important; }

/* - Band - */

.band { width: 100%; }
.container { position:relative; max-width: 1170px; /*padding-right:16px; padding-left:16px;*/  margin-left: auto; margin-right: auto; *zoom: 1; }

.container:before,
.container:after { content: " "; display: table; }
.container:after { clear: both; }

/* 1170px-container / 30px-margin */
/*
a[class*="col"],
section[class*="col"],
div[class*="col"],
span[class*="col"] { float:left; margin-right:2.5641025641%; }


.col1-2:nth-of-type(2n),
.col1-3:nth-of-type(3n),
.col1-4:nth-of-type(4n),
.col1-5:nth-of-type(5n) { margin-right:0; }

.col1-2 { width:48.717948718%; }

.col1-3 { width:31.623931624%; }
.col2-3 { width:65.811965812%; }

.col1-4 { width:23.076923077%; }
.col2-4 { width:48.717948718%; }
.col3-4 { width:74.358974359%; }

.col1-5 { width:17.948717949%; }
.col2-5 { width:38.461538462%; }
.col3-5 { width:58.974358974%; }
.col4-5 { width:79.487179487%; }

.last { margin-right:0 !important; }


/* - Grid (flex) - */

.flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.flex--justify-sb { -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.news-items-home { flex-direction: row-reverse; -ms-flex-direction: row-reverse;  -webkit-flex-direction: row-reverse; }
.flex--align-center { -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.grid--padding { padding-top: 2.8125rem; padding-bottom: 2.8125rem; }
.grid--padding-top { padding-top: 2.8125rem; }
.grid--padding-bottom { padding-bottom: 2.8125rem; }
.grid--facts .grid__col:nth-child(1) { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.grid--featured .post-item--smallest { margin-bottom: 2.5rem; }
.grid--featured .post-item--smallest:last-child { margin-bottom: 0; }

.grid__col--margin-bottom { margin-bottom: 2rem; }

.grid__col--full { width: 100%; }
.grid__col--2-8 { width: 22.7611940299%; }
.grid__col--3-8 { width: 35.5970149254%; }
.grid__col--4-8 { width: 48.5074626866%; }
.grid__col--6-8 { width: 74.2537313433%; }
.grid__col--6-8 .grid__col--4-8 { width: 47.9396984925%; }


/* - Grid (flex) - */

/*--HEADER--*/
.page-template-tpl-overzicht .header,
.page-template-tpl-archive .header,
.tax-sportscholen .header,
.single-sportschool .header { position:absolute; }

.page-template-tpl-overzicht.admin-bar .header,
.page-template-tpl-archive.admin-bar .header,
.tax-sportscholen.admin-bar .header,
.single-sportschool.admin-bar .header { top:0; }

.admin-bar .header {
    top: 32px;
}
/*.wrapper-move { overflow:hidden; position:relative; }*/
.wrapper-move { position:absolute; top:0; right:0; left:0; }


/*body.noscroll { height: 100%; overflow: hidden; position: fixed; width: 100%; }*/

/*body.noscroll { overflow: hidden; height: 100%; }*/

.header { height:64px; position:fixed; top:0; right:0; left:0; background:none; z-index:99; padding:11px 30px; border-bottom:1px solid rgba(255,255,255,.2);     -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
.header .logo { width:136px; float:left; margin-top:10px;  }
.header .logo img { display:block; width:100px;  }


.scroll .header { background:#030f1c; border-bottom:none; }

.header-location { float:left; width:45%;  }
.location-search form,
.location-search .form { position:relative; }
.header .location-search input[type="text"] { font-size:16px; padding:11.5px 3em; border:none; width: 100%; outline: 0;  }
.location-search button:first-child { background: transparent; position: absolute; left: 0; width: 40px; height: 40px; top: 0; z-index: 25; border-radius: 4px; text-align: center; }
.location-search  button:last-child { background: transparent; position: absolute; right: 0; width: 40px; height: 40px; top: 0; z-index: 25; border-radius: 4px; text-align: center; color:#909090;}
.location-search  button:focus {outline:0;}

.header .main-menu { text-align:left; }
.header .main-menu a { font-size: 15px; font-weight:700; display: block; vertical-align: top; transition: all 0.3s; -webkit-transition: all 0.2s; color:#fff; }
.header .main-menu li { display:inline-block; padding-right:1.75rem; position:relative; }
.header .main-menu li:last-child { padding-right:0; }
.header .main-menu li a:hover,
.header .main-menu li a:active,
.header .main-menu li.current-menu-item a,
.header .main-menu li.current_page_item a { color: #ff7300; }
.header .main-menu > li:hover .sub-menu { display:block; }

.header .account { margin-left:30px; float:right }
.header .dropdown.direct .list li { list-style: none; text-align:left; }
.header .dropdown.direct .list li a { color: #484848; font-size: 16px; line-height: 36px; position: relative; }
.header .dropdown.direct .list li a:hover { color:#ff7300; }

.header .dropdown { cursor:pointer; padding: 10.5px 20px; border:1px solid #fff; display: inline-block; font-size: 16px; line-height: 1; color: #fff;border-radius:4px; position: relative;  }
.header .dropdown:hover { background: #fff; color:#ff7300; }
.header .dropdown:hover .list {  opacity: 1; visibility: visible; transform: translateY(0); -webkit-transform: translateY(0); z-index: 999; }
.header .dropdown.active {  background: #fff; color:#ff7300; }
.header .dropdown .list { position: absolute; left: 0; top: 100%; width: 100%; opacity: 0; visibility: hidden; padding: 20px; background: #fff; transform: translateY(10px); -webkit-transform: translateY(10px); z-index:999; }
.header .dropdown .list.active { opacity: 1; visibility: visible; transform: translateY(0); -webkit-transform: translateY(0); z-index: 999; }
.header .dropdown .list a :hover,
.header .dropdown .list a :active { text-decoration: none; }
.header .dropdown i { margin-right:10px; }

.header .btn-review { float:right  }
.header .btn-review a.btn { padding:.5em 1.5em; }

.header-languages { width:185px; float:right; color:#fff; position:relative; padding:0.5em 2em;    }
.header-languages .header_settings_languages {cursor:pointer;   }
.header-languages .header_settings_languages_sub { visibility: hidden; opacity:0; z-index:9999; position:absolute; background: #fff; width:185px; right:0; top:52px;  border: 1px solid #DCDBDB; padding: 0.5em 1em; color: #484848;     transform: translateY(10px);
    -webkit-transform: translateY(10px); padding:0.5em 2em;  }
.header-languages:hover .header_settings_languages_sub  { opacity: 1; visibility: visible; transform: translateY(0); -webkit-transform: translateY(0); z-index: 999; }
.header-languages .header_settings_languages_sub a { color:#484848;}
.header-languages .header_settings_languages_sub [class^="arrow"] { position: absolute; bottom: 100%; width: 0; height: 0; border-style: solid; }
.header-languages .header_settings_languages_sub .arrow { border-width: 0 13px 14px 13px; border-color: transparent transparent #fff transparent; z-index: 2; margin-right: -13px; }
.header-languages .header_settings_languages_sub [class^="arrow"] { right: 50%; }
.header-languages .header_settings_languages_sub .arrow-border { border-width: 0 14px 15px 14px; border-color: transparent transparent #DCDBDB transparent; margin-right: -14px; }
.header-languages a { color:#fff; }
.header-languages img { border-radius:50%; float:left; display:block; margin-right:15px;  }

.show-mobile-menu-wrap { width:60px; float:left; margin-top:15px;  }
.show-mobile-menu { width: 20px; margin-top:-3px; }
.show-mobile-menu span { height: 2px; display: block; background-color: #fff }
.show-mobile-menu div { cursor: pointer }
.show-mobile-menu span+span { margin-top: 3px }

.mobile-account { display:none; width:30px; color:#fff; font-size:20px; text-align:right; }
body.show-aside-menu .aside-menu { -webkit-transform: translate(330px, 0px); -ms-transform: translate(330px, 0px); transform: translate(330px, 0px); }
.not-home .header { background:#030f1c; }


.aside-menu { position:fixed; left:-330px; top:0; bottom:0; z-index:250; background-color:#030f1c; width:330px; overflow-y:auto;    -webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px); transform: translate(0px, 0px);-webkit-transition: transform 200ms ease; transition: transform 200ms ease; }


.aside-menu .logo { position:absolute; top:22px; left: 2em; }
.aside-menu .logo img { width:100px; }
.aside-menu .close { position: absolute; right: 2em; top: 17px; width: 25px; height: 25px; }
.aside-menu .close:hover { opacity: 1; }
.aside-menu .close:before, .aside-menu .close:after { position: absolute; left: 15px; content: ' '; height: 25px; width: 2px; background-color: #fff; }
.aside-menu .close:before { transform: rotate(45deg); }
.aside-menu .close:after { transform: rotate(-45deg); }

.aside-menu .subtitle { color:#fff; padding:2em 30px 0;}
.aside-menu ul { padding:0 30px 2.5em; }
.aside-menu > ul { padding:4.5em 30px 2em; }
.aside-menu ul a { display:block; }
.aside-menu ul li { max-height: 77px; transition: max-height 0.5s ease; overflow: hidden; will-change: max-height;}
.aside-menu ul a:visited { color:#fff; }
.aside-menu ul li > a { font-size:16px; padding:.75em 0 .75em 0;  color:#fff; }
.aside-menu ul li > a:visited { color:#fff; }
.aside-menu ul li > a:hover { color:#ff7300; }

.aside-menu .search { padding:0 30px; }
.aside-menu .search form { position:relative; }
.aside-menu .search form button { background: transparent; position: absolute; right: 0; width: 43px; height: 43px; top: 0; z-index: 25; border-radius: 4px; text-align: center; }


.aside-menu-btn { position:absolute; bottom:0; width:100%; left:0; right:0; text-align: center; background-color: #ff7300; height: 40px; line-height: 40px; margin-top: -40px; display: block;}
.aside-menu-btn:visited, .aside-menu-btn { font-size: 16px; color: #fff; }

.aside-menu-overlay { display: none; visibility: hidden; opacity: 0; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100; background-color: rgba(0,0,0,.3); -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }
body.show-aside-menu .aside-menu-overlay { visibility: visible; opacity: 1; }


@media (min-width:0px){ .aside-menu-overlay{ display:block; } }


.header-home { height:100vh; min-height:600px; text-align: center;background-position: center center; background-repeat: no-repeat; background-color: #030f1c; color: #fff; position: relative; overflow: hidden; background-size: cover; }
.header-home-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0,0,0,.3); }
.header-home .table {position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 25; }
.header-home h2 { font-size:65px; color:#fff; line-height:1; }
.header-home p { font-size:20px; }
.header-home .search-bar { max-width:650px; margin-left:auto; margin-right:auto; border-radius: 3px; background: hsla(0,0%,100%,.85); padding: 8px; }
.header-home .search-bar form { position:relative; }
.header-home .search-bar button { font-size:18px; }
.header-home .search-bar .form-field { float:left; width:80%; position:relative; }
.header-home .search-bar .form-field .facetwp-facet { margin-bottom:0; }
.header-home .search-bar .form-field .facetwp-facet .facetwp-input-wrap { width:100%; } 
.header-home .search-bar .form-field button { background: transparent; position: absolute; right: 0; width: 48px; height: 48px; top: 0; z-index: 25; border-radius: 4px; text-align: center; color:#909090; }
.header-home .search-bar .form-field button:focus {outline:0;}
.header-home .search-bar .form-field button img { max-width: 21px; display: inline-block; margin-top: 6px;}
.header-home .search-bar .location-result { font-size:15px; padding:10px 15px; text-align:left; }
.header-home .search-bar .result-main { font-size:16px; font-weight:700; }
.header-home .search-bar .use-location { float:right; }
.header-home .search-bar .location-wrap { display:block; }

.search-bar .facetwp-radius-wrap { display:none; }
.search-bar [type=text] { color:#000; width:100%; padding:0.75em 1em; border:none; font-size:18px; border-radius:4px; }
.search-bar .locate-me { right:15px; z-index:99; }
.header-home .arrow-down { cursor:pointer; position: absolute; bottom: 5em; opacity: 0; left: 50%; margin-left: -13px; width: 26px; height: 44px; border: 2px solid #fff; border-radius: 2em; z-index: 10;}
.header-home .arrow-down { -webkit-transition: opacity 300ms ease 900ms; transition: opacity 300ms ease 900ms; }
.header-home .arrow-down .dot { width: 6px; height: 10px; background-color: #fff; border-radius: 1em; margin: 6px auto; -webkit-animation: arrow_move 1s infinite; -moz-animation: arrow_move 1s infinite; -o-animation: arrow_move 1s infinite; animation: arrow_move 1s infinite; }
body.has-loaded .header-home .arrow-down { opacity: 1; }


div.home-search-results { position: absolute; top: 0; background: #fff; top: 48px; border-radius:4px; z-index: 100; max-width: 100%; overflow-y:auto; max-height:192px;    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15); box-shadow: 0 2px 16px rgba(0,0,0,0.15);  }
div.home-search-results > ul { max-width:100%; max-height:100%; overflow-y:scroll;  }
div.home-search-results li { font-size: 14px; line-height: 1.25; padding:15.5px; cursor:pointer; text-align:left; border-radius:2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:#484848;  }
div.home-search-results li:hover { background: #ececec;}
div.home-search-results li + li { border:none;  }
div.home-search-results .ui-widget.ui-widget-content { border:none; }
div.home-search-results .ui-state-highlight { font-weight: 700; color: #fff; border: 1px solid #ff7300; background: #ff7300; }
div.home-search-results .ui-state-focus { border:none; background:none; }


.mobile-search { padding-bottom:1em; background: #030f1c; display:none;  }
.mobile-search.location-search input[type="text"] { font-size:16px; padding:11.5px 3em; border:none; width: 100%; outline: 0;  }


.page-header { height:400px; color:#fff; text-align:center; position:relative; }
.page-header .container { height:100%; }
.page-header .h1, .page-header h1 { color:#fff; font-size:42px; }
.page-header .h1 + img, .page-header h1+img, .page-header .inner img, .page-header-center img { max-width: 60px; vertical-align: top; border-radius: 50%; border: 4px solid #fff; margin-bottom: .5em; outline:0; margin-top:2em; display:inline-block;  }
.page-header div.d700 a:visited, .page-header div.d700 a { color: #fff }
.page-header div.d700 { line-height: 1.75; margin-bottom: 1.75em }
.page-header .sub { display: block; font-size: 12px; text-transform: uppercase }
.page-header div .d300, .page-header div .d300+.d700 { font-size: 14px }
.page-header a,
.page-header a:visited { color:#fff; outline:0}
.page-header .date { display: block; font-size: 12px }
.page-header-center { height:100% !important; position:relative;  }
.page-header-center .table { height:100% !important; position:relative; }
.page-header-center .table-cell { width:100%; }
.page-header-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0,0,0,.3); }
.page-header-bg { background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; top: 0; }
.page-header .container { z-index:25;}



.pac-container {}


.pac-icon {
}
.pac-icon-marker {
}
.hdpi .pac-icon { margin-left:10px; margin-right:10px;
}

.pac-item-query {
}

.pac-item { cursor: pointer; padding:4px; }
.pac-item:last-child { border-bottom:1px solid #e6e6e6;}

/*--HEADER--*/

/* - Main - */

.not-home .main { margin-top:64px; }

.home-content { padding-bottom:2.5em; }
.home-content .container { padding-top:2.5em;  border-top:1px solid #dedede; }

.home-content .col-1 { width: 66%; float: left; padding-right: 3em; text-align:justify; }
.home-content .col-2 { width: 34%; float: left; text-align:justify; }
.home-content h1, .home-content h2 { margin-bottom:0.5em; }
.home-content .btn-wrap {  margin:0.25em 0; }

.home-content a:visited,
.home-content a,
.post-content a:visited,
.post-content a { color: #ff7300; }

.post-content { text-align:justify; }
.single-page { background-color:#fff; padding:2em 0 2.5em; }
.single-page .inner { max-width:870px; margin-left:auto; margin-right:auto; }


.page-content { padding:2em 0 2.5em; }
.page-content .main-content { width:75%; float:left; padding-right:8.25em;  }
.page-content .main-aside { width:25%; float:left; }


.page-template-tpl-verified .page-content .main-content { width:65%; }
.page-template-tpl-verified .page-content .main-aside { width:35%; }
/*.page-template-tpl-verified ul li { font-weight:700; display:block; float:left; margin-top:-1px; }*/
.page-template-tpl-verified .page-content .main-content ul li { padding:10px 0; clear:both; }
.page-template-tpl-verified .page-content .main-content ul li:before { background:#7dc73c; border-radius:50%; border: 5px solid #7dc73c; content: "\f00c"; font-weight: 900; font-family: "Font Awesome 5 Free"; color:#fff; margin-right:10px; float:left; padding:0 4px;    }

    /*--CONTENT--*/

.location-list .block { margin-bottom:2em; }
.location-list .block h3 { text-transform:uppercase; }
.location-list .block a,
.location-list .block a:visited { color:#ff7300; }
.location-list .block a .dark-text { color:#484848; }
.location-list .block a:hover { text-decoration:underline; color:#484848; }
.location-list .block ul { -moz-columns: 3; columns: 3; }
.location-list .block ul li { padding-left:20px; position:relative; font-size:18px; line-height:1.65; }
.location-list .block ul li:before { content:''; position:absolute; top: 12px; left: 0; width: 10px; height: 2px; background:#dedede;   }
.location-list .block ul li a abbr[title] { border-bottom: none !important; cursor: inherit !important; text-decoration: none !important; color: #484848; }


.content-top { border-bottom:1px solid #dedede; }


.locaties { padding:1em 0 1.5em; }
.locaties ul {  display: flex; flex-wrap: wrap; }
.locaties ul li { margin: 0 8px 8px 0; }
.locaties ul li a { display: flex; border-radius: 4px; background-color: #fff; border: 2px solid #dedede; color: #4a4a4a!important; font-weight: 700; padding: 8px 12px; white-space: nowrap; cursor:pointer; }
.locaties ul li a:hover { background-color: #dedede; }

.all-places ul li { padding-bottom:12px; }
.all-places ul li ul li { padding-bottom:6px; }
.all-places ul li .letter { text-transform:uppercase; color:#ff7300; font-weight:900;}
.all-places>ul { -webkit-column-count: 4; column-count: 4; }
.all-places ul li { -webkit-column-break-inside: avoid; break-inside: avoid; }
.all-places ul li a { color:#484848; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.all-places ul li a:hover .city-title { text-decoration:underline; }
.all-places ul li a abbr[title] { border-bottom: none !important; cursor: inherit !important; text-decoration: none !important; color: #9b9b9b; }



.content-bottom { border-top:1px solid #dedede; padding:2em 0; }

.main .container { position:relative; }

.steden { padding:2.5em 0; overflow:hidden; }
.steden-container__title { margin-bottom:2em; }
.steden h2 { font-size: 28px; margin:0;  }
.steden .subtitle { color:#909090; }
.steden .stad-info { position: relative; -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
.steden .stad-info .content { position: absolute; top: 0; left: 0; padding: 22px 30px; width: 100%; height: 100%; z-index: 2; color: #fff; }
.steden .stad-info .content .category-info-title { color: #fff; font-size: 20px; margin: 0 0 5px; text-shadow: 0.3px 0.3px #000;}
.steden .stad:before { z-index: 1; content: ''; width: 100%; height: 100%; left: 0; top: 0; width: 100%; height: 50%; background-image: -webkit-linear-gradient(top,#323031 0%,transparent 100%); background-image: -o-linear-gradient(top,#323031 0%,transparent 100%); background-image: linear-gradient(to bottom,#323031 0%,transparent 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF323031',endColorstr='#00000000',GradientType=0); position: absolute; -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
.stad-info .category-image img { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
.steden .category-number { font-size: 15px; text-shadow: 0.3px 0.3px #000; }
.steden .btn { float:right; margin-top:2em; }
.steden .slick-list { overflow: visible;}
.steden .slick-carousel .slick-track { margin: inherit; }
.steden .slick-list .slick-slide { -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; opacity: .1; filter: alpha(opacity=10); }
.steden .slick-carousel .slick-slide { padding-left: 1px; padding-right: 1px; outline: 0!important; }
.steden .slick-list .slick-slide.slick-active { opacity: 1; filter: alpha(opacity=100); }
.steden .slick-slide>div { margin: -.5px; }
.steden .slick-list .slick-slide.slick-active .stad-info:hover { z-index: 2; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }



.slick-carousel .slick-slide {     padding-left: 15px; padding-right: 15px; }
.slick-carousel .slick-arrow { background: #fff; width: 40px; height: 40px; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; padding: 0; line-height: 40px; display: inline-block; text-align: center; font-size: 18px; color: #ff7300;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    border: 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(36,36,35,.2);
    box-shadow: 0 0 30px 0 rgba(36,36,35,.2);
}

.slick-carousel .slick-arrow { opacity: 1; filter: alpha(opacity=100); }
.slick-carousel .slick-prev { left:-20px; }
.slick-carousel .slick-next { right:-20px; }
.slick-carousel .slick-arrow:hover,
.slick-carousel .slick-arrow:active,
.slick-carousel .slick-arrow:focus { color: #fff; background: #ff7300; }
.slick-carousel .slick-arrow .textnav { display:none; }


.stappen {padding: 2em 0;}
.stappen .title { display:block; text-align:center; font-size:36px; line-height:38px; color:#ff7300; }
.stappen .subtitle { display:block; text-align:center; font-size:22px; line-height:normal; color:#000000; max-width:370px; margin:0 auto; }
.stappen .stap { text-align:center; width:31.623931624%; }
.stappen .stap .img { display:block; }
.stappen .stap .inner { position:relative; }
.stappen .stap .nummer { position:absolute; background-color:#04c8f9; height:60px; width:60px; border-radius:50%; display:block; text-align:center; font-size:18px; line-height:60px; color:#fff; }
.stappen .stap .titel { max-width:200px; margin:0 auto 1em; display:block; color:#000000; font-size:22px; line-height:26px; }
.stappen .stap p { display:block; font-size:18px; color:#777a79;}


.reviews-home { background:#f6f6f6; padding:2.5em 0; border-top:1px solid #dedede; border-bottom:1px solid #dedede; overflow:hidden;  }
.reviews-home h2 { font-size:28px; margin:0; }
.reviews-home .subtitle { color:#909090;  }
.reviews-home .review-slider button { display:none !important; }
.reviews-home .reviews-title__container { margin-bottom:2em; }
/*width: calc(100% - 20px); max-width:370px; */


.reviews-home .slider-item { outline:0; min-height:200px; margin:0 10px; background:#fff; padding:20px;  text-align:left; box-shadow:0 0 4px rgba(0,19,25,0.1); border-radius:4px; }
.reviews-home .slider-item .review-left { width:65%; float:left; border-right:1px solid #dedede; padding-right:15px; }
.reviews-home .slider-item .review-right { width:35%; float:left; padding:0 15px; }
.reviews-home .slider-item img { height:56px; width:56px; border-radius:50%; display:block; margin-bottom:10px; }
.reviews-home .slider-item .review-data { position:relative; margin-bottom: 10px; }
.reviews-home .slider-item .score-holder { display:block; }
.reviews-home .slider-item .review-score { margin-right:0.5em; height:48px; width:48px; font-size:20px; }
.reviews-home .slider-item .review-body {}
.reviews-home .slider-item .review-information { margin:4px 0;}
.reviews-home .slider-item .author { font-size:16px; font-weight:bold; }
.reviews-home .slider-item .breads { margin-bottom:5px; }
.reviews-home .slider-item p { margin-bottom:0; font-size:16px; }

.reviews-home .buttons { text-align:center; margin-top:2em; position:relative;  }
.reviews-home .btn.white { float:right; }
.reviews-home .slick-list { overflow: visible;}
.reviews-home .slick-list .slick-slide { -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s;  }

    /*
    .review-home { background: url('images/illustration.svg') center bottom no-repeat; background-size: cover; position:relative; height:260px;     opacity: .3;
        filter: alpha(opacity=10);
    }
    .review-home .container { height:240px; }
    .review-home .title { font-size:25px; display:block; max-width:80%;    }
    /*.review-home .overlay { position:absolute; top:0; right:0; width:100%; height:100%;  background:#000; opacity:0.13 }
    .review-home .block { width:25%; text-align:center; }
    .review-home .block-middle { width:75%; }
    .review-home p { margin:1em 0 0;}
    */

.blog { background:#fff; padding-top:2.5em; padding-bottom:2.5em; }
.blog article { outline:0; }
.blog article a { outline:0; }
.blog figure { margin:0; }
.blog .top-info { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; ms-border-radius: 4px; -o-border-radius: 4px; overflow: hidden; position: relative; }
.blog .blog-title__container { margin-bottom:2em; }
.blog h2 { display: block; font-size: 28px; margin:0; }
.blog .subtitle { color:#909090; }
.blog .date { display: block; color: #909090; font-size: 14px; line-height: 22px; text-transform: uppercase; }
.blog .date span { color:#ff7300; }
.blog .entry-content { text-align:center; }
.blog .entry-title { line-height: 1.2; font-size: 18px; margin: 5px 0 0; }
.blog .entry-title a { color:#484848; }
.blog .btn { float:right; margin-top:2em; }




.page-id-565 .post-content li { list-style-type: disc; }
.terms ol li { list-style-type: decimal; }

/* Breadcrumbs */

.breadcrumbs { font-size: 16px; color: #4a4a4a; padding:1rem 0; border-bottom:1px solid #dedede; background:#fff; }
p#breadcrumbs { margin-bottom:0; }
p#breadcrumbs a { color:#484848; }
#breadcrumbs a:hover { color:#ff7300; }
#breadcrumbs .breadcrumb_last { color:#9b9b9b; }

.breads,
.breads a { color: #909090; font-size: 14px; line-height: 22px; text-transform: uppercase; }
.breads a:hover { text-decoration:underline; }
.breads a:last-child { color:#ff7300; }


/* Sidebar */

aside { float:right; width:31.623931624%; }



/* Login */



.overzicht-content { margin:50px 0; background:#fff; box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2); padding:3em 3.5em; }


.subcats .active { font-weight:bold; }



/* - Filter - */

.search__filter { width: 27%; }
.search__filter .filter { border-bottom: 1px solid #e8e8e8; padding:1em 0 0.5em; }
.search__filter .filter-title { font-size:1.125em; display:block; line-height:30px; font-weight:700; margin-bottom:0.5em; }
.search__filter .filter-title a { display:block; color:#484848;  }
.search__filter .filter-title i { margin-right:2px; line-height:30px; float:right;  }
.search__filter .filter-title .fa { transition: .15s ease-in-out; }
.search__filter .filter-group__title { font-size:1em; display:block; margin:0 0 5px; line-height:30px; }
.search__filter .more { cursor:pointer;}
.search__filter .more:hover { color:#ff7300; }
.search__filter .filter.filter-toggled .filter-title .fa { transform: rotate(90deg); }


.search__items { width: 70%; position:relative; }

.search__loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.95);
    z-index: 10;
    text-align: center;
    padding: 40px 15px
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff7300;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    animation-delay: -1s
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


.searchitem__content { width: calc( 100% - 15.625rem );  }

.search__filter .filter-group { margin-bottom:.5em; }

.filter-group__option input { visibility: hidden; position: absolute; }
.filter-group__option label { display: block; line-height: 1.5; padding: 5px 0; }
.filter-group__option label span { display: inline-block; vertical-align: middle; font-size:15px; }
.filter-group__option label div { display: inline-block; vertical-align: middle;  height: 20px; width: 20px; background: #fff; border: 2px solid #d8d8d8; border-radius:2px; margin-right: 0.5rem;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
}

.filter-group__option input:checked + label div { background: #ff7300; border: 2px solid #ff7300; }

.filters-head { background-color:#fff; margin-bottom:20px; }
.filters-head .col1-4 { width:30%; float:left; }
.filters-head .col3-4 { width:70%; float:left; }
.filters-head .facetwp-flyout-open { display:none; }
.filters-head .head-title { font-size:1.25em; color:#484848; line-height:43px; }
.filters-head .head-title a { color:#484848; }
.filters-head .head-title a i { display:none; }
.filters-head .head-filters-wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.filters-head .head-filters-wrapper .filters-active { -ms-flex-positive: 1; flex-grow: 1; }
.filters-head .head-filters-wrapper .sort-filter .select-wrapper { position:relative; }
.filters-head .head-filters-wrapper .sort-filter .select-wrapper select { display: block; width: 100%; height: 43px; padding: 0 40px 0 15px; background-color: #fff; color: #484848; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 4px; border:1px solid #d8d8d8; float:right; }
.filters-head .head-filters-wrapper .sort-filter .select-wrapper:after { content: "\f107"; position: absolute; top: 0; right: 15px; color: #484848; line-height: 43px; pointer-events: none; font-weight:900; font-family:"Font Awesome 5 Free";  }



.filters-active .remove-filter { cursor:pointer; position: relative; display: inline-block; padding: .75em 30px .75em 1em; margin: 10px 10px 0 0; border: none; background-color: #fff; font-size: .875rem; font-weight: 700; }
.filters-active .remove-filter:focus, .filters-active .remove-filter:hover { text-decoration:line-through; }
.filters-active i { margin: 0 0 1px 5px; vertical-align:middle;   }
.filters-active .reset-button {  display: inline-block; padding: .75em 1em; border: 1px solid transparent;  font-size: .875rem; font-weight: 700; background:none; color:#484848; }
.filters-active .reset-button i { margin-right:5px; }
.filters-active .reset-button:hover { text-decoration:underline; }



.filters-wrapper .filters .filter { border-bottom: 1px solid #e8e8e8; padding:1em 0 0.5em; }
.filters-wrapper .filters .filter .filter-options { margin-bottom:.5em; }
.filters-wrapper .filters .filter:first-child { margin-top:0; padding-top:0; }
.filters-wrapper .filters .filter .filter-title { font-size:1.125em; display:block; line-height:30px; font-weight:700; margin-bottom:0.5em; }
.filters-wrapper .filters .filter .filter-title a { display:block; color:#484848;  }
.filters-wrapper .filters .filter .filter-title i { margin-right:2px; line-height:30px; float:right;  }
.filters-wrapper .filters .filter .filter-title .fa { transition: .15s ease-in-out; }
.filters-wrapper .filters .filter.filter-toggled .filter-title .fa { transform: rotate(90deg); }
.filters-wrapper .filters .filter .filter-subtitle { font-size:1em; display:block; margin:0 0 5px; line-height:30px; font-weight:700; }


.filters { /*width:300px;*/ width:30%; float:left; padding-right:3%;  }


.search__filter .price-for .filter-group__option { display:inline-block; width:49%; }

.filter .price-for .filter-options > label { display:inline-block; width:49%; }
.filter .price-wrapper { padding:0 10px; }
.filter .price-label, .filters .radius-label { color:#909090; display:block;   }
.filter .radius-label { margin:10px 0; }
.filter .price-label { margin:0 0 10px; }
.filter #price-filter, .filter #afstand-filter { float: left; display: block; width: 100%; margin-bottom:20px; }
.filter .ui-slider-horizontal { height:12px; background: hsla(0,0%,61%,.04); border: .5px solid hsla(0,0%,59%,.16); border-radius: 40px; }
.filter .ui-slider-horizontal .ui-slider-handle span { display:none; }
.filter .ui-slider-horizontal .ui-state-active, .filters .ui-slider-horizontal .ui-widget-content .ui-state-active { background:#ff7300; border:1px solid transparent; }
.filter .ui-slider-handle { background: #fff; border: 1px solid #ff7300; height: 25px; width: 25px; border-radius:50%; top:-7px; margin-left:-4px;  }
.filter .ui-slider-range { background:#ff7300; }

.filter .facetwp-search-wrap { display:block; }
.filter .facetwp-search-wrap .facetwp-btn { top:10px; right:10px; }

.filter .facetwp-facet .facetwp-input-wrap { width:100%; }
.filter .facetwp-facet input.facetwp-location { padding-right:45px; }



.facetwp-facet { margin-bottom:0 !important; }
.filter .facetwp-facet { margin-bottom:0; }
.filter .facetwp-facet .location-wrap { display:block; }
.filter .facetwp-facet .location-wrap input[type="text"] { margin-bottom:0; }
.filter .facetwp-facet .locate-me { right:10px; }
.filter .facetwp-facet .facetwp-radius-wrap { margin-top:8px; }

.filter input[type="text"] { padding-right:2.5em; margin-bottom:10px;  }

.filter .facetwp-facet .location-result { font-size: 15px; padding: 10px 15px; text-align: left; }
.filter .facetwp-facet .location-result .result-main { font-size: 16px; font-weight: 700; }

.filter .facetwp-facet .location-results { z-index:99; }
.sportscholen .facetwp-facet-results { margin-bottom:0; }
.filter .facetwp-facet .facetwp-radius-slider {  width:100%;  }
/*.filter .facetwp-facet .facetwp-radius-slider::-webkit-slider-thumb { appearance: none; cursor:pointer; background: #ff7300; }*/
/*.filter .facetwp-facet .facetwp-radius-slider::-moz-range-thumb { cursor:pointer; background: #ff7300; }*/

.filter .facetwp-checkbox { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 15px; -webkit-user-select: none; color: #484848; -moz-user-select: none; -ms-user-select: none; user-select: none;  }
.filter .facetwp-checkbox:before { content:""; position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #fff; border:2px solid #d8d8d8; border-radius:2px; }
.filter .facetwp-checkbox:hover:before, .filter .facetwp-checkbox.checked:before { border:2px solid #ff7300; }
.filter .facetwp-checkbox.disabled:hover:before { border:2px solid #d8d8d8; }
.filter .facetwp-checkbox.checked:before { background-color: #ff7300; border:2px solid #ff7300;   }


.filter .hour-24 { margin-top:1rem; }
.filter .hour-24 input[type=checkbox]+label,
.filter .filter-options label.hour-24 { margin-bottom:0; }

.filter .filter-options label { margin-bottom: .5rem; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; justify-content: space-between;}
.filter .filter-label.empty,
.filter-label.empty { opacity:0.5; }

.filters input[type=radio],
.filters input[type=checkbox] { opacity:0; position:absolute; }

.filters input[type=radio]+label,
.filters input[type=checkbox]+label { font-size: 15px; cursor:pointer; color:#484848; overflow: auto; padding:0; position:relative; display:block;  }
.filters input[type=radio]+label:before,
.filters input[type=checkbox]+label:before { content: ""; margin-right: 10px; float: left; vertical-align: middle; width: 20px; height: 20px; border: 2px solid #d8d8d8; border-radius: 2px; background: #fff; }
.filters input[type=radio]:disabled+label,
.filters input[type=checkbox]:disabled+label { cursor:default; }
.filters input[type=radio]:hover+label:before,
.filters input[type=checkbox]:hover+label:before{ border: 2px solid #ff7300; }
.filters input[type=radio]:checked+label:before,
.filters input[type=checkbox]:checked+label:before { background: #ff7300; border: 2px solid #ff7300; }
.filters input[type=radio]:disabled+label:before,
.filters input[type=checkbox]:disabled+label:before { background-color: #e8e8e8; border-color: #d8d8d8; }

.filters .filter-options .star-wrapper { vertical-align: middle; display:inline-block; white-space:nowrap; font-size:15px; }
.filters .filter-options label.more { cursor:pointer;}
.filters .filter-options label.more:hover { color:#ff7300; }

.filters .filter_count { color:#9b9b9b; }

.filters .toon-meer { text-align:center; }
.filters .toon-meer .btn { margin:32px;  }



i.fa-spinner { display:none; -webkit-animation: spinner 1s linear infinite; animation: spinner 1s linear infinite; }
.loader { display:none; border: 5px solid #f3f3f3; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; border-top: 5px solid #555; border-radius: 50%; width: 30px; height: 30px; }


.filter-extra { display:flex; flex-wrap: nowrap; justify-items: stretch; justify-content: space-between; align-items: center;}
.filter-extra .filter-extra__left { display:flex; flex:1 0; }
.filter-extra .filter-extra__right { display:flex; align-items:center; }
.filter-extra .filter-extra__right select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    color: #000;
    outline: 0;
    margin: 0;
    padding: 8px 12px;
    text-align: left;
    font-size: 15px;
    height: 44px;
    border-radius: 3px;
    vertical-align: top;
}

.filters-wrapper .mobileheader {    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,.08);
    display: none;
    justify-content: space-between;
    padding: 12px;
    position: fixed;
    width: 100%;
    z-index: 62; }

.filters-wrapper .mobileheader-button { padding:4.5px 11px; cursor:pointer; }
.filters-wrapper .mobileheader-button i { margin:0; }
.filters-wrapper .mobileheader-button span { font-weight:700; }
.mobile-filters {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.07);
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
}
.mobile-filters>.filter-button {
    align-items: center;
    color: #495057;
    background-color: #fff;
    display: flex;
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    padding: 14px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}
.mobile-filters>.filter-button i { margin-right:14px; }
.mobile-filters>.filter-button>span {  }

.filters-wrapper .mobilesubmit { display:none;}

.facetwp-flyout-wrap .facetwp-flyout-content { padding:0 10px 10px; }
.facetwp-flyout-content .head-title { font-size:1.25em; line-height:43px; display:block; border-bottom: 1px solid #dedede;  }
.facetwp-flyout-content h3 { font-size: 1em; display: block; margin: 0 0 5px; line-height: 30px; font-weight: 700;}


.facetwp-flyout .facetwp-flyout-close { padding:10px 10px 0; font-size:30px; }

.sportscholen-overzicht { padding:1em 0; border-top:1px solid #dedede; }

.section-title h1 a:visited,
.section-title h1 a { text-decoration:underline; color:#484848; }
.section-title h1 a:hover { text-decoration:none;}

.category-content a:hover,
.section-title a:hover { text-decoration:underline; }

.category-content a,
.section-title a,
.section-title a:visited { color:#ff7300; }

.category-content { text-align:justify; }

.sportscholen { /*width:664px;*/ width:70%; float:left; }

.sponsored .sponsored-text { position:absolute; top:0; left:0; color:#fff; background:#ff7300; display:block; font-size:16px; padding:0 10px; border-radius:3px;  }
.sportschool { margin-bottom:24px; position:relative; transition: all .15s ease-in-out; padding:15px; }
.sportschool:hover {  z-index: 2; transform: scale(1.025); box-shadow: 0 5px 25px rgba(0,0,0,.1); }
.sportschool .sportschool__image { position:relative; width:32%; height:152px; float:left; }
.sportschool .sportschool__image img { border-radius:4px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 100%; height: 100%; }
.sportschool .sportschool__image .no-image__txt { display:block; color:#fff; position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.sportschool .sportschool__information { padding-left:16px; vertical-align: top; position:relative; float:left; width:68%; height:152px; }
.sportschool .sportschool__information h2 { font-size:20px; line-height:24px; max-width:60%; float:left;    }
.sportschool .sportschool__information h2:hover { text-decoration:underline; }
.sportschool .sportschool__information .ves-logo { max-width:30px; float:left; margin-left:10px; position: relative; display: inline-block; }
.sportschool .sportschool__information .tooltiptext { visibility: hidden; width: 250px; background-color: #030f1c; color: #fff; text-align: center; border-radius: 4px; padding: 15px; position: absolute; z-index: 1; font-size:15px; top:-91px; left:10px;   }
.sportschool .sportschool__information .ves-logo:hover .tooltiptext { visibility: visible; }
.sportschool .sportschool__information .ves-logo:hover { cursor: help; }
.sportschool .sportschool__information .review-count { font-size:14px; color:#909090; display:block;    }

.sportschool .sportschool__information .reviews-total { position:relative; margin:10px 0; }
.sportschool .sportschool__information .reviews-total .total-score { width:46px; height:30px;  font-size:18px; background:#41b2d9; color:#fff; text-align:center; font-weight:700; line-height:30px; float:left; margin-right:10px; position:relative; margin-bottom:15px; }
.sportschool .sportschool__information .reviews-total .total-score:after { content: '';
    position: absolute;
    left: 5px;
    top: 100%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #41b2d9;
    clear: both; }
.sportschool .sportschool__information .reviews-total .count { font-weight:700; color:#484848; display:block; padding:4px 0; }

.sportschool .sportschool__information .lowest-price { position:absolute; top:0; right:0; }
.sportschool .sportschool__information .lowest-price .label { font-size:14px; line-height: 1.2; margin-right:10px; color:#909090; }
.sportschool .sportschool__information .lowest-price .label:last-child { margin-right:0; }
.sportschool .sportschool__information .lowest-price .price { font-size: 26px; line-height: 1.1; color:#ff7300; margin-right:10px; }
.sportschool .sportschool__information .distance { display:block; max-width:75%; color:#484848; font-size:15px; }
.sportschool .sportschool__information .star-wrapper { float:left; margin-right:10px; }
.sportschool .sportschool__information .verified { font-weight:700; }
.sportschool .sportschool__information .verified:after { margin-left: 10px; color:#7dc73c; content: "\f00c"; font-weight: 900; font-family: "Font Awesome 5 Free";}
.sportschool .sportschool__information .btn { position:absolute; bottom:0; right:0; }
.sportschool .sportschool__information .btn { padding:.5em 1.5em;}
.sportschool .sportschool__review { width: 212px;  border-left: 1px solid #dedede; text-align: center; display: table-cell; vertical-align: middle; }
.sportschool .sportschool__review .review-score { float:none; margin:0 auto; }



.sticky-sportschool { display:none; position: fixed; bottom: 0px; left: 0; background: #fff; z-index: 9999; width: 100%;border-top: 5px solid #dedede; -moz-transition: bottom 300ms ease; -ms-transition: bottom 300ms ease; -o-transition: bottom 300ms ease; transition: bottom 300ms ease; }
.sticky-sportschool.hide-i { bottom:-95px !important; }

.sticky-sportschool .table { height:90px; }
.sticky-sportschool .image { width:100px; }
.sticky-sportschool .image img { width:75px; height:75px; display:block; border-radius:3px;   }
.sticky-sportschool .title { font-size:18px; }
.sticky-sportschool .price-info { text-align:right; }
.sticky-sportschool .lowest-price .label { font-size: 14px; line-height: 1.2; margin-right: 10px; color: #909090; }
.sticky-sportschool .lowest-price .price { font-size: 26px; line-height: 1.1; color: #ff7300; margin-right:10px;}

.sticky-sportschool .cta-message { text-align:right; }

.sticky-sportschool .buttons { text-align:center; width:200px; }
.sticky-sportschool .proefles-nemen { margin-right:0; }
.sticky-sportschool .btn.white { margin-right:15px; }

.sticky-sportschool .employee { position:relative; }
.sticky-sportschool .employee img { position:absolute; bottom:0;  }
.sticky-sportschool .close { width:40px; position:relative; }
.sticky-sportschool .cross { width: 25px; height: 25px; position:absolute; top: 50%; transform: translateY(-50%); right:0; }
.sticky-sportschool .cross:hover { opacity: 1; }
.sticky-sportschool .cross:before, .cross:after { position: absolute; left: 15px; content: ' '; height: 25px; width: 2px; background-color: #dedede; }
.sticky-sportschool .cross:before { transform: rotate(45deg); }
.sticky-sportschool .cross:after { transform: rotate(-45deg); }



.ui-timepicker-container {
    z-index: 999999 !important;
}

.proefles-nemen { margin-right:15px; }

/* - CoverPop - */

/*.noscroll,*/
/*.noscroll.body { overflow:hidden !important; }*/
/*.noscroll .splash { overflow: auto; overflow-y: scroll; }*/
#CoverPop-cover-proefles label.gfield_label { display:none; }
#CoverPop-cover-proefles, #CoverPop-cover-vraag {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
    background-color: rgba(0,0,0,.7);
}

#CoverPop-cover-proefles {
    position: fixed;
    bottom: 0;
    right: 0;
}
/*.splash-center { overflow:auto !important; }*/
/*html,
body {
    overflow: auto;
}

body {
    position: relative;
}*/

/*.CoverPop-open,*/
/*.CoverPop-open body {*/
    /*overflow: hidden;*/
/*}*/

/*#CoverPop-cover-proefles, #CoverPop-cover-vraag  {*/
    /*display: none;*/
    /*position: fixed;*/
    /*overflow-y: scroll;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 99999;*/
    /*-webkit-animation: fade-in .25s ease-in;*/
    /*-moz-animation-name: fade-in .25s ease-in;*/
    /*-ms-animation-name: fade-in .25s ease-in;*/
    /*-o-animation-name: fade-in .25s ease-in;*/
    /*animation-name: fade-in .25s ease-in;*/
/*}*/

#CoverPop-cover-proefles h2, #CoverPop-cover-vraag h2  { margin-bottom:0.75em; }

.CoverPop-open-proefles #CoverPop-cover-proefles, .CoverPop-open-vraag #CoverPop-cover-vraag {
    display: block;
}

#CoverPop-cover-vraag textarea { height:125px; }

#CoverPop-cover-vraag .gfield_error textarea, #CoverPop-cover-vraag .gfield_error input[type="text"], #CoverPop-cover-vraag .gfield_error input[type="tel"], #CoverPop-cover-vraag .gfield_error input[type="email"] { border:1px solid #db3a26; }


#CoverPop-cover-vraag .validation_error { margin-bottom:0.5em;}


#CoverPop-cover-vraag .gfield_label,
#CoverPop-cover-vraag .gfield_description.validation_message { display:none; }

@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

.splash {
    background-color: rgba(247,247,247,.9);
}

.splash-center {
    position: fixed;
    min-width: 640px;
    padding: 2em;
    margin: auto;
    border-radius:4px;
    -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.2);
    overflow:hidden;
    overflow-y:scroll;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gradient {
    background: #ffffff;
}

#close-cp { display: block; cursor: pointer; position: absolute; top: 2em; right: 2em; max-width: 40px; }
#close-cp .cross { width: 25px; height: 25px; position:absolute; top: 50%; transform: translateY(-50%); right:0; }
#close-cp .cross:before, .cross:after { position: absolute; left: 15px; content: ' '; height: 25px; width: 2px; background-color: #dedede; }
#close-cp .cross:before { transform: rotate(45deg); }
#close-cp .cross:after { transform: rotate(-45deg); }


/*#close-cp img { display: block;  position:relative; }*/
.splash input[type=checkbox] { opacity:0; position:absolute; }
.splash input[type=checkbox]+label { font-size: 14px; cursor:pointer; color:#909090; overflow: auto; padding:0; position:relative; display:block;  }
.splash input[type=checkbox]+label:before { content: ""; margin-right: 10px; float: left; vertical-align: middle; width: 20px; height: 20px; border: 2px solid #d8d8d8; border-radius: 2px; background: #fff; }
.splash input[type=checkbox]:disabled+label { cursor:default; }
.splash input[type=checkbox]:hover+label:before{ border: 2px solid #ff7300; }
.splash input[type=checkbox]:checked+label:before { background: #ff7300; border: 2px solid #ff7300; }
.splash input[type=checkbox]:disabled+label:before { background-color: #e8e8e8; border-color: #d8d8d8; }
.splash .legal { font-size:14px; color:#909090;}

    /* - Reviews - */
.review-plaatsen .form { position:relative; }
.review-plaatsen .form input[type="text"] { height: 48px; width: 100%; outline: 0; width:100%; }
.review-plaatsen .form button { background: transparent; position: absolute; right: 0; width: 48px; height: 48px; top: 0; z-index: 25; border-radius: 4px; text-align: center; }


.review-plaatsen .review-wrapper { border-top:none; margin-top:2em;}
.venue-autocomplete.is-hidden { display:none; }
.venue-autocomplete .message.is-hidden { display:none; }
.venue-autocomplete .suggestion-title { font-weight:700; display:block; font-size:18px; }
.venue-autocomplete .title,
.venue .title { margin-bottom:0.75em; }
.venue .subtitle { display:block; font-weight:700; font-size:18px;  }
.venue .address { display:block; }

.venue .address:before {  margin-right:10px; content: "\f3c5"; font-weight:900; font-family:"Font Awesome 5 Free"; }
.venue.is-hidden { display:none;}
.venue .edit { display: inline-block; background: #e2e2e2; border-radius: 2px; color: #6b6b6b; font-size: 13.3333333333px; font-weight: 700; padding-right: 6px; padding-left: 6px; margin-top: 12px;}




div.search-results { position: absolute; top: 0; background: #fff; top: 48px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; z-index: 100; max-width: 100%; max-height:350px; overflow-y:auto; }
div.search-results > ul { max-width:100%; max-height:100%; overflow-y:scroll;  }
div.search-results li { font-size: 14px; line-height: 1.25; padding:1em; cursor:pointer; }
div.search-results li:hover { background: #f8f8f8;}
div.search-results li + li { border:none;  }
div.search-results li > span { display: block; }
div.search-results .ui-state-highlight { font-weight: 700; color: #fff; border: 1px solid #ff7300; background: #ff7300; }
div.search-results .ui-state-focus { border:none; background:none; }


/* - Verhaal - */

.blocks-row { font-size: 18px; line-height: 1.65; text-align: justify; }
.blocks-row .inner { padding:2em 0; }
.blocks-row p { margin-bottom:0; }
.blocks-row .col1-2 { width:50%; float:left; }
.blocks-row-2 { background:#f68330; color:#fff;  }

.blocks-row-middle { background: url('images/verhaal-orange-bg.jpg') right bottom no-repeat #f5832d; color:#fff; max-height:400px; }
.blocks-row-middle h2 { color:#fff; }

/* - Blog - */

.blogarchive { background:#f6f6f6; padding-top: 2.5em; padding-bottom: 5em; }
.blogarchive .blogarchive__title { text-align:center; margin-bottom:2.5em }
.blogarchive .blogarchive__title .d700 { font-size:28px; }
.blogarchive .container { position:relative; }
.blogarchive .blogitem { width:45.56451612903226%; margin-bottom:2.5em; margin-right:0;  }
.blogarchive .blogitem.item-2 { margin-top:60px; }
.blogarchive .pager { margin:7.5em 0 2.5em; }
.blogarchive .pager span, .blogarchive .pager a { background-color:#fff;}
.blogarchive .pager .current { background-color:#ff7300; }

.blogcats { padding:1em 0; }
.blogcats ul { text-align:center; }
.blogcats ul li { display:inline-block; margin:0 .3rem .3rem; }
.blogcats a.btn.white.active { background-color:#ff7300; color:#fff; border:1px solid #ff7300; }

.blogitems .blogitem { background:#fff; border-radius:4px;  }
.blogitems .blogitem.first { width:47.58064516129032%; margin-right:4.838709677419355%; float:left; }
.blogitems .blogitem.second { width:47.58064516129032%; float:left; }

.blogitems .blogitem .blogitem__images { position:relative;  }
.blogitems .blogitem .blogitem__images > a { display:block; }
.blogitems .blogitem .blogitem__images img { display:block; border-top-right-radius:4px; border-top-left-radius:4px;  }
.blogitems .blogitem .blogitem__content { z-index:5; border-bottom:2px solid #e7e7e7; position:relative; border-bottom-right-radius:4px; border-bottom-left-radius:4px;  }
.blogitems .blogitem .blogitem__content img { width: 66px; vertical-align: top; border-radius: 50%; border: 5px solid #fff; margin-top: -45px; margin-bottom: 10px;}
.blogitems .blogitem .img-holder { overflow:hidden; display:block; }
.blogitems .blogitem .img-holder .placeholder { min-height:206px; }
.blogitems .blogitem .inner { padding:1.35em 1.25em 1.25em 1.65em; border-bottom:2px solid #e4e4e4; text-align:center; }
.blogitems .blogitem .inner i { color:#ff7300; font-size:22px; line-height:22px; position:relative; bottom:-5px; margin-right:5px; }
.blogitems .blogitem .inner .authors__image { text-align:center; }
.blogitems .blogitem .inner .top { display:block; color:#909090; font-size:14px; line-height:22px; text-transform:uppercase; }
.blogitems .blogitem .inner .top span { color:#ff7300; }
.blogitems .blogitem .inner .title { display:block; color:#162c32; font-size:19px; line-height:22px; margin:15px 0 10px 0; }
.blogitems .blogitem .inner .txt { color:#ff7300; line-height:22px; display:inline-block; }
/*.blogitems .blogitem:hover img,*/
/*.blogitems .blogitem:active img { -webkit-transform:scale(1.02,1.02); -moz-transform:scale(1.02,1.02); -ms-transform:scale(1.02,1.02); -o-transform:scale(1.02,1.02); transform:scale(1.02,1.02); }*/


.single-blog-page { background:#fff; padding:2em 0 2.5em; color:#565656;  }
.single-blog-page .inner { max-width: 770px; margin-left: auto; margin-right: auto; }
.single-blog-page .post-content { font-size:18px; line-height: 1.65; background:#fff;  }
.single-blog-page .post-content h1 { margin-bottom:0.5em; font-size:25px; }
.single-blog-page img.alignnone { margin-left: -50px; margin-right: -50px; width: calc( 100% + 100px ); max-width: none; margin-top: 0; margin-bottom: 0;}
.single-blog-page li { list-style:disc;  }


.social-bottom { padding:1em 0 1em; }
.single-blog-page .post-tag { float:left; width:50%; }
.single-blog-page .post-tag i { font-size:14px; }
.single-blog-page .post-tag a { display: inline-block; margin: 5px 3px 5px 0; padding: 6px 9px 6px 9px; background: #f6f6f6; text-transform: uppercase; color: #222;  font-size:13px;  }

.blog_post_control_item { float:right; }
.blog_post_control_item .social_share_item_wrapper { display:inline-block; }
.blog_post_control_item .share_item { display:inline-block; width: 38px; height:38px; line-height:38px; padding: 0; text-align: center; font-size: 14px; border: none; border: 1px solid #333; color:#484848; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; }
.blog_post_control_item .share_item:visited { color:#484848; }
.blog_post_control_item .share_item:hover { color:#fff; }
.blog_post_control_item .share_item.share_facebook { border-color: #234e9a;}
.blog_post_control_item .share_item.share_facebook:hover { background-color: #234e9a;}
.blog_post_control_item .share_item.share_twitter { border-color: #32aadc; }
.blog_post_control_item .share_item.share_twitter:hover { background-color: #32aadc;}
.blog_post_control_item .share_item.share_googleplus { border-color: #e2131e; }
.blog_post_control_item .share_item.share_googleplus:hover { background-color: #e2131e; }
.blog_post_control_item .share_item.share_linkedin { border-color: #007bb5; }
.blog_post_control_item .share_item.share_linkedin:hover { background-color: #007bb5; }
.blog_post_control_item .share_item.share_pinterest { border-color: #EE4056; }
.blog_post_control_item .share_item.share_pinterest:hover { background-color: #EE4056; }

.related-blogs { background:#f6f6f6; padding:3em 0 4.5em; text-align:center; }
.related-blogs .container { max-width: 1170px; padding-left:0; padding-right:0; }
.related-blogs .blogitem { width:370px; float:left; margin-top:2em;  }
.related-blogs .blogitem+.blogitem { margin-left:30px; }
.related-blogs .related-blogs__reset+.btn { margin-top:1.75em; }


.author-intro { height: 300px; color: #484848; text-align: center; position: relative; }
.author-intro .container { height:100%; }
.author-intro .table { height:100%; }
.author-intro img { height:80px; width:80px; border-radius:50%; margin:10px 0;  }
.author-intro p { max-width:500px; margin:0 auto; font-size:15px; font-style:italic; }

.author-intro:after, .author-intro:before {
    left: 0;
    right: 0;
    width: 46px;
    height: 46px;
    content: "";
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    position: absolute;
}

.author-intro:before {
    border: 1px solid #dedede;
    z-index: 1;
    bottom: -24px;
}

.author-intro:after {
    bottom: -23px;
    z-index: 2;
}

.author-posts { background:#f6f6f6; padding:3em 0 4.5em; text-align:center; border-top:1px solid #dedede;  }
.author-posts .container { max-width: 1170px; padding-left:0; padding-right:0; }
.author-posts .blogitem { width:370px; float:left; margin-top:2em; margin-right:30px;   }
.author-posts .blogitem.last { margin-right:0; }
.author-posts .pager a { background-color:#fff;}



.authors-list { margin-top:2em; }
.authors-list .authors-list__col { width:25%; float: left; margin-right:30px;  }
.authors-list .authors-list__col h2 { text-align:center; display:block; font-size:22px; }
.authors-list .authors-list__col h2 a { color:#484848; }
.authors-list .authors-list__col a { display:block; }
.authors-list .authors-list__col img { height:125px; width:125px; border-radius:50%; display:block; margin:0 auto; margin-bottom:22px;   }
.authors-list .authors-list__col p { text-align:left; font-size:15px; }
.author-write { padding:2em 0 2.5em; text-align:center; }


.links { }
.links .link { margin-bottom:12px; }
.links .link .btn-link { border-radius:4px; background:#ff7300; width:100%; display:block; text-align:center; font-size:18px; padding:15px 20px; color:#fff;    }
.links .link .btn-link:hover { background:#ff8d30; }

.navigator { position:absolute; width:1px; height:100%; background:#e4e4e4; left:50%; }
.navigator .wrap { display:block; height:100%; position:relative; }
.navigator .wrap span.navi { display:inline-block; height:50px; width:50px; background:#fff; border:3px solid #eeeeee; border-radius:100%; margin-left:-25px; position:relative; }
.navigator .wrap span.navi i { color:#ff7300; position:absolute; left:13px; top:9px; font-size:28px; }
.navigator .wrap span.navi.top { position:fixed; z-index:998; top:50%; }
.navigator .wrap span.navi.down { position:absolute; bottom:0; top:inherit; }
.navigator .wrap span.down-trigger { position:absolute; bottom:0; height:1px; width:1px; }



.blog-header-slider, .blog-header-slider .slick-list, .blog-header-slider .slick-track, .blog-header-slider .table { height:100% !important; }
.blog-header-slider .inner { text-align:center; z-index:999; display:block; position:relative; }

.blog-header-slider .slick-dots {     text-align: center; line-height: 1; position: absolute; bottom: 1.5em; width: 100%; z-index: 50; }
.blog-header-slider .slick-dots li { display:inline-block; margin:0 5px; }
.blog-header-slider .slick-dots li button { border:2px solid #fff; height:20px; width:20px; border-radius:100%; background:none; font-size:0; line-height:0; outline:none; position:relative; transition:all 0.3s; -webkit-transition:all 0.3s; }
.blog-header-slider .slick-dots li button:hover,
.blog-header-slider .slick-dots li button:active { background:rgba(255,255,255,0.25); }
.blog-header-slider .slick-dots li.slick-active button:hover,
.blog-header-slider .slick-dots li.slick-active button:active { background:none; }
.blog-header-slider .slick-dots li.slick-active button:before { content:" "; display:block; height:8px; width:8px; background:#ff7300; border-radius:100%; position:absolute; left:4px; top:4px; }



.comments-form { padding: 0 2em 1.75em }


/* - Sportschooloverzicht - */


.sportschool-header { height:80px;     box-shadow: rgb(0 0 0 / 10%) 0px 1px 0px !important;
    background-color: rgb(255, 255, 255) !important;
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    z-index: 3 !important;
    animation-name: keyframe_1b8bzh6 !important;
    animation-duration: 100ms !important; }

.sportschool-single-top__header { display: none; height: 80px; z-index: 999; margin-bottom: 1.5rem; box-shadow: none; border-bottom:1px solid #dedede; background:#ffffff; width:100%; top: 0; left: auto; right: 0; position: fixed; }
.sportschool-single-top__header.visible { display:flex;  }
.sportschool-single-top__header .container { width:100%; }
.sportschool-single-top__header nav { display:flex; height:100%; width:100%; }
.sportschool-single-top__header .header-submenu { display: flex; margin-right: auto; }
.sportschool-single-top__header .header-submenu a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    justify-content: center;
    color: grey;
    border-bottom: 4px solid #fff;
    background-color: #fff;
    font-weight: 900;
    transition: border-bottom .3s cubic-bezier(.175,.885,.32,1.275),background-color .3s cubic-bezier(.175,.885,.32,1.275);
    cursor: pointer;
}
.sportschool-single-top__header .header-submenu a:hover { border-bottom: 4px solid #ff6f26; }
.sportschool-single-top__header .header-submenu a.active {    color: #3a3a3a; border-bottom: 4px solid #ff6f26; }
.sportschool-single-top__header .header-cta { display:none; padding: .5rem 0 .5rem .5rem; align-items: center; height: 100%; }
.sportschool-single-top__header .header-cta.visible { display:flex; }
.sportschool-single-top__header .header-cta h4 {    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    text-overflow: ellipsis;
    margin-right: 1rem;
    font-weight: 800;
    color: #4a4a4a; margin-bottom:0; }

.sportschool-single-top { padding:2em 0 2.5em; /*background:#f6f6f6;*/  }
.sportschool-single-top h1 { margin-bottom:0.25em; }
.sportschool-single-top h1 a:visited,
.sportschool-single-top h1 a { text-decoration:underline; }
.sportschool-single-top h1 a:hover { text-decoration:none; }

.sportschool-single-top .reviews-total { position:relative; margin:10px 0; }
.sportschool-single-top .reviews-total .total-score { width:46px; height:30px;  font-size:18px; background:#41b2d9; color:#fff; text-align:center; font-weight:700; line-height:30px; float:left; margin-right:10px; position:relative; margin-bottom:15px; }
.sportschool-single-top .reviews-total .total-score:after { content: '';
    position: absolute;
    left: 5px;
    top: 100%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #41b2d9;
    clear: both; }
.sportschool-single-top .reviews-total .count { font-weight:700; color:#484848; display:block; padding:4px 0; }
.sportschool-single-top .reviews-total .count a { color:#484848; }
.sportschool-single-top__image { width:56.41025641025641%; margin-right:2.564102564102564%; float:left;  }
.sportschool-single-top__image .image .inner { position:relative;  }
.sportschool-single-top__image img { display:block;  max-height:100%; }
.sportschool-single-top__image .image .no-image__txt { display:block; color:#fff; position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.sportschool-single-top__image .image-gallery { }

.image-gallery .slick-arrow {  background:none; padding: 0; display: inline-block; text-align: center; font-size: 50px; color: #fff;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    border: 0;
}

.image-gallery .slick-arrow { opacity: 1; filter: alpha(opacity=100); }
.image-gallery .slick-prev { left:40px; }
.image-gallery .slick-next { right:40px; }
.image-gallery .slick-arrow:hover,
.image-gallery .slick-arrow:active,
.image-gallery .slick-arrow:focus { color: #fff; outline:0; }
.image-gallery .slick-arrow .textnav { display:none; }

.sportschool-top-cols { margin-top:1em; }
.sportschool-single-top__content { width:41.025641025641024%; float:right; background:#fff; position:relative; }
.sportschool-single-top__content .openingstijden .dag { display: block; float: left; min-width: 140px }
.sportschool-single-top__content .openingstijden .tijd { display:block; float:left; margin-right:10px; }
.sportschool-single-top__meta-full>.table-cell {  padding:1em 1.5em; }
.sportschool-single-top__meta-full .title { font-size:24px; display:block; float:left;   }

.sportschool-single-top__meta-full .ves-logo { max-width: 39px; float: left; margin-left: 10px; position: relative; display: inline-block; }
.sportschool-single-top__meta-full .tooltiptext { visibility: hidden; width: 250px; background-color: #030f1c; color: #fff; text-align: center; border-radius: 4px; padding: 15px; position: absolute; z-index: 1; font-size:15px; top:-91px; left:10px;   }
.sportschool-single-top__meta-full .ves-logo:hover .tooltiptext { visibility: visible; }
.sportschool-single-top__meta-full .ves-logo:hover { cursor: help; }

.sportschool-single-top__content .location__value { display:block; margin-bottom:1em; }
.sportschool-single-top__content .location__value:before { color:#ff7300; margin-right: 5px; content: "\f3c5"; font-weight: 900; font-family: "Font Awesome 5 Free";}
.sportschool-single-top__content .openingstijden { margin-bottom:1em; }
.sportschool-single-top__content .openingstijden li.today { font-weight:700; }
.sportschool-single-top__content .lowest-price { margin-bottom:1em; float:left; text-align:center; }
.sportschool-single-top__content .lowest-price .label { font-size: 16px; line-height: 1.2; margin-right: 10px; color: #909090; }
.sportschool-single-top__content .lowest-price .price { font-size: 32px; line-height: 1.1; color: #ff7300; margin-right:10px;}
.sportschool-single-top__content .btn.white { margin-right:15px; }
.sportschool-single-top__content .scroll-to { display:block; font-size:15px; color:#484848; text-decoration:underline; }
.sportschool-single-top__content .blog_post_control_item { float:none; position:absolute; top:50%; right:1em; transform: translateY(-50%);}
.sportschool-single-top__content .blog_post_control_item .social_share_item_wrapper { display:block; margin-bottom:10px; }
    /*.sportschool-single-top__content { width: 30%; float: left; background:#fff; border-radius:4px; padding:.5em 1em; }*/
/*.sportschool-single-top__content .not-bookable { border:1px solid #dbdbdb; padding:1.5em 1em; text-align:center;}*/
/*.sportschool-single-top__content .not-bookable .title { color:#e14123; font-size:25px; }*/



.sportschool-wrapper {  display: flex; justify-content: space-between; }
.sportschool-single-main { background:#fff; }
.sportschool-single-main__content { width:68.37606837606838%; padding-right:8.75em; }
.sportschool-single-main__content a:visited,
.sportschool-single-main__content a { color: #ff7300; }


.sportschool-single-main .row { padding-top:48px; padding-bottom:48px; border-top:1px solid #dedede; }
.sportschool-single-main .row h2 { margin-bottom:25px; }

.sportschool-single-main__content .informatie { border-top:none; }
.sportschool-single-main__content .informatie h2 { margin-bottom:25px; }
.sportschool-single-main__content .informatie-hidden { max-height:250px; overflow: hidden; position:relative; }
.sportschool-single-main__content .informatie-hidden.open { max-height:none; }
.sportschool-single-main__content .informatie-hidden.open:before { display:none; }
.sportschool-single-main__content .informatie-hidden:before { background: transparent;
    background-image: linear-gradient(hsla(0,0%,100%,0),#fff);
    content: "";
    display: block;
    height: 250px;
    bottom:0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -12px; }
.sportschool-single-main__content a#show-more-description { color:#484848; font-weight:700; display:inline-block; margin-top:10px; }
.sportschool-single-main__content a#show-more-description:after { content: "\f105"; font-family: "Font Awesome 5 Free"; vertical-align:middle; padding-left:5px; font-size:22px;  }

.tabs_content_item { display: none !important; padding:0 0 1em; }
.tabs_content_item h2:first-child { margin-bottom:0.75em; }
.tabs_content_item.active { display: block !important; }
.navigation-wrapper { position:relative; margin-bottom:1.5em; border-bottom:1px solid #dedede}
.navigation-wrapper ul {max-width:68.37606837606838%; padding-right:8.75em; }
.navigation-wrapper ul li { text-align:center; }
.navigation-wrapper .tabs_head_selector { cursor:pointer; font-weight:700; color:#484848; display: inline-block; width: 100%; text-decoration: none; padding: 15px 0; cursor: pointer; border-bottom:6px solid transparent; }
.navigation-wrapper .tabs_head_selector.active { border-bottom:6px solid #ff7300; color:#ff7300; }

.sportschool-single-main__content .label-items-holder { margin-bottom:1em; }
.sportschool-single-main__content .label-items-holder .items-holder { -moz-columns: 3; columns: 3; }
.sportschool-single-main__content .label-items-holder .items-holder li { line-height:28px; font-size:15px; }
.sportschool-single-main__content .label-items-holder .items-holder li i { margin-right:10px; }
.sportschool-single-main__content .label-items-holder .items-holder li.yes i { color:#ff7300; }
.sportschool-single-main__content .label-items-holder .items-holder li.no { opacity:0.5; }



.sportschool-single-main__content .openingstijden-feestdagen .dag { display: block; float: left; min-width: 140px }
.sportschool-single-main__content .openingstijden-feestdagen .tijd { display:block; float:left; margin-right:10px; }


.sportschool-abonnementen { padding:2em 0 1em; }
.sportschool-abonnementen h2 { margin-bottom:1em; }
.sportschool-abonnementen table { display: block; overflow-x: auto; white-space: nowrap; position:relative; font-size:15px; max-height:300px;  }
.sportschool-abonnementen table::-webkit-scrollbar { width: 5px; height: 5px }
.sportschool-abonnementen table::-webkit-scrollbar-track { background-color: rgba(0,0,0,.1); }
.sportschool-abonnementen table::-webkit-scrollbar-thumb { background-color: #ff7300; }
.sportschool-abonnementen table th { padding:0 10px; text-align:left;  }
/*.sportschool-single-main__content .abonnementen table tr { border-bottom: 1px solid #e5edf0; }*/
.sportschool-abonnementen table tr:nth-child(even){background-color: #f2f2f2;}
.sportschool-abonnementen table td { padding:0 10px; height:49px; vertical-align: middle; }
.sportschool-abonnementen a.btn { padding:.5em 1.5em; }


.sportschool-abonnementen .abonnementen-wrapper { border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; margin: .5rem 0 1rem 0; /*box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */ max-height:300px; overflow-x: auto; }
.sportschool-abonnementen .abonnementen-wrapper::-webkit-scrollbar { width: 5px; height: 5px }
.sportschool-abonnementen .abonnementen-wrapper::-webkit-scrollbar-track { background-color: rgba(0,0,0,.1); }
.sportschool-abonnementen .abonnementen-wrapper::-webkit-scrollbar-thumb { background-color: #ff7300; }
.sportschool-abonnementen .abonnement-title { cursor:pointer; display:block; border-bottom:1px solid #dedede; padding:0.5rem 1rem; margin:0; font-size:16px; font-weight:700; position:relative; }
.sportschool-abonnementen .abonnement-title:after { position:absolute; right:1em;  content: "\f107"; font-weight:900; font-family:"Font Awesome 5 Free"; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
.sportschool-abonnementen .abonnement-title:hover,
.sportschool-abonnementen .abonnement-title.active { background:#eee; }
.sportschool-abonnementen .abonnement-title.active:after {  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
.sportschool-abonnementen .inhoud { display:none; padding:1rem; border-bottom:1px solid #dedede; }

.sportschool-extras ul li:before{ content:"- ";}

.sportschool-single-main__content .faciliteiten-wrapper { margin-bottom:2rem; }
.sportschool-single-main__content .faciliteiten-wrapper h3 { font-size:24px; line-height:32px; margin-bottom:1rem; }

.sportschool-single-main__reviews { width:66%; padding-right:3em; }

/*.rating-wrapper { margin-bottom:1em; }*/
.rating-wrapper .star-wrapper,
.rating-wrapper .review-count { float:left; line-height:40px; }
.rating-wrapper .review-count { margin:0 20px; font-weight:700; }
.rating-wrapper .review-count a { color:#484848; }

.star-wrapper { font-size:16px; color:#f9be1a; }

/*.reviews .reviews-total { border-top:1px solid #dedede; padding:2em 0; }*/
.reviews .reviews-total .total-rating { display:flex; }
.reviews .reviews-total h2 { display:block; margin-bottom:0.85em; }
.reviews .reviews-total .average-rating { float:left; width:200px; }
.reviews .reviews-total .detailed-rating { padding-left: 50px; border-left: 1px solid #ebebeb; }
.reviews .reviews-total .detailed-rating .rating-item { width:50%; float:left; display:flex; text-align:left;  }
.reviews .reviews-total .detailed-rating .rating-item .rating-name { width:40%; font-weight:700; }
.reviews .reviews-total .detailed-rating .rating-item .star-wrapper { width:60%; }
.reviews .reviews-total .reviews-total__bottom { text-align:center; margin: 1em 0 0;  }
.reviews .reviews-total .reviews-total__bottom p { font-weight:700; font-size:18px; }
.reviews .reviews-total p .percentage { color:#ff7300; }
.reviews .review { padding-top:1em; margin-bottom:1em; border-top:1px solid #dedede; }
.reviews .review h2 { font-size:20px; margin:0.25em 0; }
.reviews .review .review-data { float:right; font-size:14px; opacity:0.5; line-height:30px; }
.reviews .review .review-data i { margin-right:5px; }
.reviews .review .review-data .author { margin-right:20px; }


.reviews .review .reply textarea { margin:15px 0; }
.reviews .review .reply button { border-color:#dedede;  }
.reviews .review .reply button i { margin-right:10px; }


.reviews .children .review { background-color: #f3f4f8; border: 1px solid #d8d8d8; border-radius: 4px; padding: 1rem; margin-top: 1rem; }
.reviews .children .review .review-data { float:none; }

.reviews .review .star-wrapper { display:inline;  }

.review-top span { display:inline-flex; }

.focus.reviews .reviews-total { position:relative; }
/*.focus.reviews .reviews-total .total-score { background:#030f1c; color:#fff; padding:10px; font-weight:700; border-rai}*/
.focus.reviews .reviews-total .total-score { width:56px; height:40px;  font-size:24px; background:#41b2d9; color:#fff; text-align:center; font-weight:700; line-height:40px; float:left; margin-right:10px; position:relative; }
.focus.reviews .reviews-total .total-score:after { content: '';
    position: absolute;
    left: 10px;
    top: 100%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid #41b2d9;
    clear: both; }
.focus.reviews .reviews-total .count { font-weight:700; color:#484848; }
.focus.reviews .reviews-total .star-wrapper { margin:10px 0; }
.focus.reviews .reviews-total .total-rating { display:block; margin-top:20px; }
.focus.reviews .reviews-total .total-rating.blur { filter: blur(8px); -webkit-filter: blur(8px); }
.focus.reviews .reviews-total .blur-overlay { position:absolute; top: 50%; transform: translateY(-50%); text-align:center; width:100%; z-index:9;   }
.focus.reviews .reviews-total .blur-overlay .text { font-size:20px; line-height:22px; }
.focus.reviews .rating-general__title { font-size:16px; }
.greenNPS { background: #6cb549; }
.orangeNPS { background: #ff9222; }
.redNPS { background: #e2231a; }
.focus.reviews .review-body { float:left; }
.focus.reviews .score-holder { width:75px; }
.focus.reviews .review { border-top:none; }

.focus.reviews .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.focus.reviews .progress-bar { display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease; }

.focus.reviews .score-container {     flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center; margin:15px 0; }

.focus.reviews .total-score-label {
    font-weight:700;
    flex: 1 1 25%;
    box-sizing: border-box;
    max-width: 25%;
    min-width: 25%;
}
.focus.reviews .progress {
    flex: 1 1 70%;
    box-sizing: border-box;
    max-width: 70%;
    min-width: 70%;
}
.focus.reviews .total-number {
    flex: 1 1 5%;
    box-sizing: border-box;
    max-width: 5%;
    min-width: 5%;
    text-align:right;
    padding-left:10px;
}

.focus.reviews .reviews-btn { text-align:center; margin-top:30px;  }

.review-score { width:40px; height:40px; color:#fff; font-size:16px; border-radius:4px; text-align:center; font-weight:700; line-height:2.5; float:left; margin-right:1em; }
.review .review-score { width:56px; height:56px; font-size:23px;}

.review .story-of { font-size: 16px; font-weight: 700; display:block; }
.review .process { font-size: 16px; font-weight: 500; color: #9f9f9f; }
.review .description { font-size: 16px; font-weight: 500; color: #393939; padding: 10px 0; }
.review .story-date { font-size: 16px; font-weight: 500; color: #9f9f9f; }


.review-main .review-main__wrap { box-sizing: border-box; position: relative; min-height: 1px; padding-right: 20px; float: left; width: 33%; }
.review-main ul { margin:0; padding:0; }
.review-main ul li { margin-top: .5rem; position: relative; }
.review-main .name, .review-main .score { display: inline-block; background-color: #fff; z-index: 2; }
.review-main .name { float: left; color: #4a4a4a; font-size: 14px; line-height: 24px; position: relative; padding: 0 2px 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.review-main .score { font-size: 16px; font-weight: 600; padding-left: .2rem; line-height: 24px; height: 24px; background-color: #fff; padding: 0 0 0 2px; position: absolute; top: 0; right: 0; bottom: 0;}
.review-main .dots { border-top: 1px dotted #4a4a4a; width: 100%; overflow: hidden; display: block; position: relative; top: -.45rem; }
.review-bottom { margin-top:1em; }


.reviews-total__left { float:left; width:70%; }

.reviews-total__right { float:right; width:30%; }


.review-wrapper { border-top: 1px solid #dedede; }
.review-wrapper h3.category { display: block; padding-bottom: 10px; }

.review-wrapper .review-top { margin-bottom:2em;  }
.review-wrapper .review-top h2 { margin:1rem 0; }


.sportschool-single-main__aside { width:31.62393162393162%; }
.sportschool-single-main__aside .h2 { margin-bottom:0.75em; }
.sportschool-single-main__aside .h2.verified:after { margin-left: 10px; color:#7dc73c; content: "\f00c"; font-weight: 900; font-family: "Font Awesome 5 Free";}



.sidebar-cta {position: -webkit-sticky; position: sticky; top: 130px; z-index:1; border: 1px solid rgb(221, 221, 221); border-radius: 12px; padding: 24px; box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px; margin-bottom:48px; }
.sidebar-cta .cta-title { display:block; margin-bottom:15px; }
.sidebar-cta .button { display:block; width:100%; }

.look-inside { }
/*.look-inside__container {*/
    /*position: relative;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*padding-top: 56.25%; !* 16:9 Aspect Ratio *!*/
/*}*/
/*.responsive-iframe {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border: none;*/
/*}*/
.look-inside h2 { margin-bottom:20px; }

.sportschool-single-bottom .row { padding-top:48px; padding-bottom:48px; border-top:1px solid #dedede; }
.sportschool-single-bottom .row h2 { }
.location-nearby { background:#f6f6f6; }
.location-nearby a { color:#717171; }
.location-nearby .locations-holder { display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
.location-nearby .locations-holder li { width:25%; padding:8px; }

.review-wrapper .review-answers .answers { float:left;  }

.review-wrapper .recommend-club { margin:2em 0; }

/*.review-wrapper .answers .answer-wrapper input[type="radio"]+label { border: 2px solid #fff; }*/

.review-wrapper .question-wrapper .answers { unicode-bidi: bidi-override; direction: rtl; }
.review-wrapper .question-wrapper .answers label { display:inline-block; font-size: 0; cursor:pointer; }

.review-wrapper .question-wrapper .answers > label:before { position: relative; font: 24px/1 "Font Awesome 5 Free"; display: block; content: "\f005"; font-weight:900; color: #ccc; background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.review-wrapper .question-wrapper .answers > label:hover:before,
.review-wrapper .question-wrapper .answers > label:hover ~ label:before,
.review-wrapper .question-wrapper .answers > label.selected:before,
.review-wrapper .question-wrapper .answers > label.selected ~ label:before { color: #ff7300; background: -webkit-linear-gradient(-45deg, #f9be1a 0%, #f9be1a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }


.review-wrapper .recommend-club .question { display:block; font-weight:700; margin-bottom:1em;}
.review-wrapper .recommend-club .answers .answer-wrapper { display:inline-block; }
.review-wrapper .recommend-club .answers .answer-wrapper label { height:46px; width:130px; background:#f4f4f4; text-align:center; line-height:46px; border:2px solid #f4f4f4;  }
.review-wrapper .recommend-club .answers .answer-wrapper:first-child label { margin-right:20px; }
.review-wrapper .recommend-club .answers .answer-wrapper input[type="radio"]:checked+label.answer0,
.review-wrapper .recommend-club .answers .answer-wrapper label:hover.answer0 { border:2px solid #db3a26; }
.review-wrapper .recommend-club .answers .answer-wrapper input[type="radio"]:checked+label.answer1,
.review-wrapper .recommend-club .answers .answer-wrapper label:hover.answer1{ border:2px solid #2e8d00; }


.review-wrapper .review-answers .question-wrapper { margin-bottom:1em; }
.review-wrapper .review-answers .question-wrapper .question { float:left; font-weight:700; line-height:31px; width:30%; }
.review-wrapper .review-answers .question-wrapper .question-information {display:none; }

.review-wrapper .legal { font-size:14px; color:#909090; }

.placeholder-background { background:#f6f6f6; padding-top:48px; padding-bottom:48px;  }
.related-posts { padding:3em 0 4.5em; background:#f6f6f6; border-top:1px solid #dedede; }
.related-posts h3 {     margin-bottom: 1em; }
.related-posts .item { width:23.076923076923078%; float:left; background: #fff; border-radius: 4px; margin-top:1em;  }
.related-posts .item+.item { margin-left:2.564102564102564%; }
.related-posts .sportschool__image { position:relative; height:152px; }
.related-posts .sportschool__image img { border-radius:4px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 100%; height: 100%; }
.related-posts .sportschool__content { z-index: 5; border-bottom: 2px solid #e7e7e7; position: relative; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
.related-posts .sportschool__content .review-count { font-size:14px; color:#909090; display:block;    }



.related-posts .sportschool__content .inner { padding: 1em 0.95em 0.95em 1.35em; border-bottom: 2px solid #e4e4e4;}

.related-posts .item h2 { font-size:16px; text-overflow: ellipsis; }
.related-posts .item h2 a { color:#484848; }


    /* - Newsletter - */

/*.footer-newsletter-bg { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0,0,0,.7); }*/
.footer-newsletter { height:447px; background: #000 url('images/newsletterbg.jpg') center no-repeat; position: relative; padding-top: 4.5em; padding-bottom: 3em; background-size: auto 100%; }
.footer-newsletter .container { position: relative; z-index: 5; }
.footer-newsletter-inner { text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; }
.footer-newsletter-bg  { position: absolute; right: 0; top: 0; bottom: 0; left: 0; z-index: 1;
    background: -moz-linear-gradient(left,  rgba(30,22,18,0.8) 0%, rgba(30,22,18,0.6) 37%, rgba(30,22,18,0.6) 68%, rgba(30,22,18,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(30,22,18,0.8) 0%,rgba(30,22,18,0.6) 37%,rgba(30,22,18,0.6) 68%,rgba(30,22,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(30,22,18,0.8) 0%,rgba(30,22,18,0.6) 30%,rgba(30,22,18,0.6) 70%,rgba(30,22,18,.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer-newsletter h2 {position: relative !important; top: auto !important; margin: 0 auto !important; color:#fff; font-size:48px; line-height:88px; }
.footer-newsletter p {color:#fff; font-size:20px;}
.footer-newsletter input[type=email] { width:50%; font-size:18px; border:none; border-radius: 3px; padding: .85rem 1.25rem .85rem 1.25rem; }

/* - Footer -  */

.footer { background:#030f1c;; }

.footer .footer-menus { padding:3em 0 4em;  }
.footer .footer-menus .item { float: left; padding-right: 1em; width:20%; }
.footer .footer-menus .item-5 ul { margin-bottom:1em; }
.footer .title {color :#fff; font-size:19px; line-height: 1; padding-top: 0.25em; padding-bottom: .65em; }
.footer a { color:#fff; display:block; }
.footer a:visited { color:#fff; }
.footer a:hover { text-decoration:underline; }


.footer .social-follow {  }
.footer .social-follow ul li { display:inline-block; }
.footer .social-follow a { color:#fff; margin-left: 10px; text-align: center; border-radius: 100%; display: block;}
.footer .social-follow a:hover { text-decoration: none; color:#ff7300; }


.footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; padding: 2em 0; width:100%; border-top:1px solid rgba(255,255,255,.2); display:flex; }
.footer-bottom__logo { order:0; margin-top:0; }
.footer-bottom__logo img { max-width:100px; display:block; }
.footer-bottom__logo p { font-size:12px; margin:0; color: #cbd6e2; }
.footer-bottom__copyright li { display:inline-block; }
.footer-bottom__copyright li a { display: block; padding: 0.5rem 1rem; }

/* - Dashboard - */
.dashboard { background:#f5f5f5; }
.dashboard .btn.white { color:#000;}

.dashboard .content-page .content a.btn.white, .dashboard .content-page .content a.btn.white:visited { color:#484848; }
.topbar { left:0; position:fixed; right:0; top:0; z-index:999; }
.topbar .topbar-left { height:70px; float:left; text-align:center; background:#030f1c; position:relative; width:240px; z-index:1;  }
.topbar .topbar-left .logo {  line-height:70px; }
.topbar .topbar-left img { width:100px; vertical-align: middle; }

.navbar-custom {     background-color: #ffffff; border-radius: 0; margin-bottom: 0; padding: 0 10px 0 0; -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15); margin-left: 240px; min-height: 70px; }

.notification-list .nav-link { padding: 0 15px; line-height: 70px;}
.nav-user img { width:36px; height:36px; margin-top:-3px;}
.dropdown-toggle.arrow-none::after { display:none; }
.button-menu-mobile { width: 60px; height:70px; border:none; display:inline-block; background-color: #fff; }
.button-menu-mobile span { height: 2px; display: block; background-color: #030f1c; width:20px; margin:0 auto; }
.button-menu-mobile div { cursor: pointer }
.button-menu-mobile span+span { margin-top: 3px }

.enlarged .topbar .topbar-left { display:none; }
.enlarged .side-menu { display:none; }
.enlarged .navbar-custom { margin-left:0; }
.enlarged .content-page { margin-left:0; }


#sidebar-menu { padding-top:10px; }
.side-menu { width:240px; z-index:10; background: #030f1c; bottom: 0; margin-top: 0; padding-bottom: 30px; position: fixed; top:70px; }
.side-menu li { position:relative; }
.side-menu li a { color:#8699ad; display:block; padding:13px 20px; position:relative;  transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease;  }
.side-menu li a:hover { color:#fff; }
.side-menu ul li a:active,
.side-menu ul li.current-menu-item a,
.side-menu ul li.current_page_item a { background: #000; color:#fff; font-weight:700; }
.side-menu .sub-menu > li > a { padding-left:40px; }

.content-page { margin-left:240px; overflow:hidden; position:relative; }
.content-page .content { padding: 0 15px 10px 15px; margin-top:70px; margin-bottom: 60px; }
.content-page .content .page-title { padding:20px 0 0; }
.content-page .content a,
.content-page .content a:visited { color:#ff7300; }
.content-page .content a.btn { color:#fff;  }
.content-page .content .card { position:unset; }
.content-page .content .card-title a { color:#484848; }


.card-columns { -webkit-column-count:2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1 }


.card { border: none; -webkit-box-shadow: 0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02); box-shadow: 0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02); margin-bottom: 30px; }

.sportschoolkeuze .card { margin:0; box-shadow:none; -webkit-box-shadow:none; border:10px solid #f5f5f5;  }

.dashboard .gym { width:49%; display:inline-block; margin-bottom:20px;  }
.dashboard .gym .card-title { margin-bottom:0.5; }
.dashboard form:first-child { margin-top:0; }
.dashboard form { margin-top:2em; }

.dashboard .alert { position: relative; float: left; width: 100%; margin-left: 0; margin-right: 0; padding: 0.5em; border: 1px solid #ff7300; border-radius: 4px; margin-bottom: 1rem; }

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item { width:calc(20% - 16px);  }

.status { padding: .25em 1em; border: 1px solid transparent; background: #adadad; display:inline-block; border-radius: 4px; color: #fff;}
.status.is-active { background: #3fc380; }


.dashboard .abonnementen { }
.dashboard .abonnementen table { display: block; overflow:hidden; overflow-x: auto; white-space: nowrap; position:relative; }
.dashboard .abonnementen table input,
.dashboard .extras table input,
.dashboard .abonnementen table select { padding:0.25em 1em; }
.dashboard .abonnementen table .select-wrapper:after { top:-2px; }
.dashboard .abonnementen table::-webkit-scrollbar { width: 5px; height: 5px }
.dashboard .abonnementen table::-webkit-scrollbar-track { background-color: rgba(0,0,0,.1); }
.dashboard .abonnementen table::-webkit-scrollbar-thumb { background-color: #ff7300; }
.dashboard .abonnementen table td { margin:0.5em 0;}
.dashboard .add-abonnementen { margin:1em 0; }

.dashboard .abonnementen-row-hidden, .time-row-hidden, .dashboard .extras-row-hidden, .dashboard .feestdag-row-hidden  { display:none; }
.dashboard .abonnementen i, .opening-hours i, .dashboard .extras i, .dashboard .feestdagen i { display: inline-block; background-color: #6d6d6d; border-radius: 5px; width: 30px; height: 30px; text-align: center; cursor: pointer; margin-top: 3px; line-height: 30px; color: #fff; }
.opening-hours .item, .feestdagen .item { margin-bottom:15px; }

.dropdown-item.active, .dropdown-item:active { background-color: #f8f9fa; color: #2a3142; }

.page-item.active .page-link { background-color:#ff7300; border-color:#ff7300; }


.dashboard a.btn, .dashboard .button { padding:.25em 1em; }

.dashboard .form-aanvragen { margin-top:0; }
.dashboard .form-aanvragen .checkboxWrapper { width:auto; margin-right:10px; margin-bottom:0;}

.dashboard .tabel td, .dashboard .tabel th { padding: .75rem; vertical-align: top; }
.dashboard .aanvragen input[type=checkbox]:disabled+label:before { background-color:#ff7300; border-color:#ff7300; }
.dashboard .aanvragen input[type=checkbox]:disabled+label { cursor:not-allowed; }

.dashboard .comment-respond { display:none; }

.dashboard-login .col1 { width:532px; margin:0 auto;  }
.dashboard input[type="password"], .dashboard input[type="text"], .dashboard input[type="email"] { width:100%; }

.form .form-field,
.gfield { margin-bottom:15px; }
.gfield.gfield_html { margin-bottom:0; }
.gfield.half,
.form-field.half { float: left; width: 48%; margin-left: 0; margin-right: 2%; }
.gfield.half.last,
.form-field.half.last { float: left; width: 50%; margin-left: 0; margin-right: 0; }

.gfield.third,
.form-field.third { float:left; width:31.5%; margin-left: 0; margin-right: 2%; }
.gfield.third.last,
.form-field.third.last { float: left; width: 33%; margin-left: 0; margin-right: 0;}

.dashboard-register .col1 { width:50%; float:left; padding-right:4em; }
.dashboard-register .col2 { width:50%; float:left; }
.dashboard-register .col1, .dashboard-register .col2 { margin:0; }


.review-plaatsen form { position:relative; }
.review-plaatsen form input[type="text"] { height: 48px; width: 100%; outline: 0; width:100%; }
.review-plaatsen button { background: transparent; position: absolute; right: 0; width: 48px; height: 48px; top: 0; z-index: 25; border-radius: 4px; text-align: center; }
.review-plaatsen button img { max-width: 21px; display: inline-block; *zoom: 1; *display: inline; margin-top: 6px; }
.review-plaatsen .message { display:block; margin-top:10px; }
.review-plaatsen .message a,
.review-plaatsen .message a:visited { color:#ff7300; }


.page-template-tpl-aanmelden .header { position:absolute; }
.page-template-tpl-aanmelden .single-blog-page:first-child { padding-top:4em; padding-bottom:1em;}

.page-template-tpl-aanmelden .single-blog-page .post-content h1 { font-size:35px; }

.illustration-bg { background: url('images/illustration.svg') center bottom no-repeat; background-size: cover; position:relative; height:284px; opacity: .3; filter: alpha(opacity=10);}

.signup { text-align:center; padding:0 0 3em; }
.signup .btn:first-child { margin-bottom:1.5em; font-size:18px;   }
.signup p { font-size:18px; margin-bottom:0.5em; }





.testimonials { background: #f6f6f6; padding:2em 0; }
.testimonials h2 { font-size:28px; margin:0; }
.testimonials .testimonial-title__container { margin-bottom:2em; }
.testimonials .testimonial-title { font-size:44px; }
.testimonials .item { position:relative; outline:0;  }
.testimonials .image { width:120px; float:left; height: 100%; display: flex !important; flex-direction: column; justify-content: center;     position: absolute;height: 100%; left: 0; }
.testimonials .quote { color:#ff7300; }
.testimonials .content { padding-right:2em; float:left; width:100%; padding-left:120px; }
.testimonials .image img { max-width:100px; width:100px; height:100px; border-radius:100%; object-fit:cover;}
.testimonials .testimonial-carousel button { display:none !important; }



.how-it-works { }
.how-it-works .subsection { position:relative; margin-bottom:2em; }


.how-it-works .how-it-works-title { font-size:32px; }
.how-it-works .how-it-works-content.uneven  { float:left; padding-left:35%; }
.how-it-works .how-it-works-content.even  { width: 75%; float:left; }

.how-it-works .how-it-works-content.even .how-it-works-text { float:left; max-width:75%;}
.how-it-works .how-it-works-content.uneven .how-it-works-text { float:left; max-width:90%; }
.how-it-works .how-it-works-text .d700 { font-size:22px; line-height:34px; }
.how-it-works .how-it-works-image { float:left; text-align:center; height:100%;  display: flex !important;
    flex-direction: column;
    justify-content: center;}
.how-it-works .how-it-works-image.uneven { width:25%; position:absolute; height:100%; left:0; }
.how-it-works .how-it-works-image.even { width:25%; position:absolute; height:100%; right:0; }
.how-it-works .how-it-works-image img { border-radius:50%; background:#ff7300;  }
.how-it-works .subsection-number { width: 48px; float:left; font-size:50px; color:#ff7300;  }



.faq .faq-title { font-size:32px; margin-bottom:15px; }
.faq-wrapper { border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; margin: .5rem 0 1rem 0; box-shadow:0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); }

.faq .faq-wrapper ul li { list-style:none; }
.faq .vraag { cursor:pointer; display:block; border-bottom:1px solid #dedede; padding:0.5rem 1rem; margin:0; font-size:18px; position:relative; }
.faq .vraag:after { position:absolute; right:1em;  content: "\f067"; font-weight:900; font-family:"Font Awesome 5 Free"; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
.faq .vraag:hover,
.faq .vraag.active { background:#eee; }
.faq .vraag.active:after { content: "\f068";}
.faq .inhoud { display:none; padding:1rem; border-bottom:1px solid #dedede; }


.search .page-content a:hover { text-decoration:underline; }

.cta-right { z-index:9999; position: fixed; bottom: -324px; right: 20px; -moz-transition: bottom 300ms ease; -ms-transition: bottom 300ms ease; -o-transition: bottom 300ms ease; transition: bottom 300ms ease; /*border-top: 3px solid #dedede; */ }

.cta-right.visible { bottom:20px; }

.cta-right .close { position:absolute; top:20px; right:5px; }
.cta-right .close .cross { background:#ff7300; width: 30px; height: 30px; position:absolute; top: 50%; transform: translateY(-50%); right:0; border-radius:50%; }
.cta-right .close .cross:hover { opacity: 1; }
.cta-right .close .cross:before, .cta-right .close .cross:after { top:6px; position: absolute; left: 15px; content: ' '; height: 18px; width: 2px; background-color: #fff;}
.cta-right .close .cross:before { transform: rotate(45deg); }
.cta-right .close .cross:after { transform: rotate(-45deg); }

.cta-bottom { height:100px; position: fixed; bottom: -100px; left: 0; background: #fff; z-index: 9999; width: 100%; -moz-transition: bottom 300ms ease; -ms-transition: bottom 300ms ease; -o-transition: bottom 300ms ease; transition: bottom 300ms ease; /*border-top: 3px solid #dedede; */ }
.cta-bottom.visible { bottom:0; }
.cta-bottom .image img { height:100px; display:block; }

.cta-bottom  .titles { width:490px; padding-left:30px; }
.cta-bottom  .titles .title { font-size:24px; display:block; line-height:22px; color:#484848;  }
.cta-bottom  .titles .title:hover { text-decoration:underline; }
.cta-bottom  .titles .subtitle { font-size:20px; display:block;  }
.cta-bottom .buttons { text-align:center; }
.cta-bottom .close { position:absolute; top:25px; right:20px; }
.cta-bottom .close .cross { width: 25px; height: 25px; position:absolute; top: 50%; transform: translateY(-50%); right:0; }
.cta-bottom .close .cross:hover { opacity: 1; }
.cta-bottom .close .cross:before, .cross:after { position: absolute; left: 15px; content: ' '; height: 25px; width: 2px; background-color: #dedede;}
.cta-bottom .close .cross:before { transform: rotate(45deg); }
.cta-bottom .close .cross:after { transform: rotate(-45deg); }

.campaign-banner {  margin-bottom:24px; padding:15px; transition: all .15s ease-in-out; }
.campaign-banner:hover {  z-index: 2; transform: scale(1.025); box-shadow: 0 5px 25px rgba(0,0,0,.1); }
.campaign-inner {  overflow:hidden; }
.campaign__image { position: relative; width: 32%; float: left; height:152px; }
.campaign__circle {     background: url(images/campaign-circle.png) no-repeat; background-size: 70px; z-index: 999999; position: absolute; height: 70px; width: 70px; right: -34px; top: -28px; display:none; }
.campaign__image img { border-top-left-radius:4px; border-bottom-left-radius:4px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 100%; height: 100%; }
.campaign__text { float:left; width:68%; text-align:center; padding:20px 25px; background:url('images/campaign-logo.png') right bottom no-repeat #414793; min-height:152px; }
.campaign__title { display:block; font-size:26px; color:#fff; line-height:28px; margin-bottom:5px; }
.campaign__btn { display:inline-block; padding:5px 35px; color:#fff; background:#fcc256; font-weight:700;  }
.campaign-banner p { color:#fff; margin-bottom:10px; }
a.campaign__btn { color:#000000; }


.dfa { display:block; position:absolute; top:-12.5px; right:0; }
.dfa-btn { border-radius:3px; color:#fff; padding:7px 30px 7px 15px; font-size:14px; display:inline-block; margin-top:5px; position:relative; }
.dfa-btn img { position:absolute; right:7px; height:20px; }
a.dfa-btn, a.dfa-btn:visited { color:#fff; }
.dfa-btn.goud { background:#bc9641; }
.dfa-btn.zilver { background:#c0c0c0;}
.dfa-btn.brons { background:#cd7e3b; }
/*
.sticky-sportschool .image { width:100px; }
.sticky-sportschool .image img { width:75px; height:75px; display:block; border-radius:3px;   }
.sticky-sportschool .title { font-size:18px; }
.sticky-sportschool .price-info { text-align:right; }
.sticky-sportschool .lowest-price .label { font-size: 14px; line-height: 1.2; margin-right: 10px; color: #909090; }
.sticky-sportschool .lowest-price .price { font-size: 26px; line-height: 1.1; color: #ff7300; margin-right:10px;}

.sticky-sportschool .cta-message { text-align:right; }

.sticky-sportschool .buttons { text-align:center; width:200px; }
.sticky-sportschool .proefles-nemen { margin-right:0; }
.sticky-sportschool .btn.white { margin-right:15px; }
.sticky-sportschool .close { width:40px; position:relative; }
.sticky-sportschool .cross { width: 25px; height: 25px; position:absolute; top: 50%; transform: translateY(-50%); right:0; }
.sticky-sportschool .cross:hover { opacity: 1; }
.sticky-sportschool .cross:before, .cross:after { position: absolute; left: 15px; content: ' '; height: 25px; width: 2px; background-color: #dedede; }
.sticky-sportschool .cross:before { transform: rotate(45deg); }
.sticky-sportschool .cross:after { transform: rotate(-45deg); }
*/

/*.pipedriveWebForms iframe { height:500px !important; width:640px !important; }*/
/*.pipedriveWebForms .formWrap fieldset,*/
/*.pipedriveWebForms .formButtonWrap fieldset { margin:0 !important; }*/
/*.pipedriveWebForms .formWrap, .pipedriveWebForms .formButtonWrap { padding:0 !important; }*/


/*.formWrap fieldset, .formButtonWrap fieldset { margin:0 !important; }*/

/* Converplus */
.postid-11409 .cp-module, /* Amsterdam */
.postid-11431 .cp-module,
.postid-10320 .cp-module, /* Rotterdam */
.postid-10420 .cp-module { display:none !important; }

/* NEW */

.header__search {
    /*position: fixed; */
    left: 0; right: 0; width: 100%;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    transition: none .2s ease-in-out;
    font-size: 15px;
    font-weight: 500;
    z-index: 150;
    box-shadow: 0 11px 15px 0 rgba(0,0,0,.05);
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6
}

.map { position:relative; display: -ms-flexbox; display:flex; height:calc(100vh - 86px); }
.map__map {  -ms-flex: 1; flex: 1; position: relative; overflow: auto; }
.map__map,.map__map #map-el { height: 100% }
.map__sidebar {  -ms-flex: 0 0 720px; flex: 0 0 720px; overflow: auto; height: 100%; }
.map__sidebar__results { padding:20px; }

.map__map { -ms-flex: 1; flex: 1; position: relative; overflow: auto; }

.card,.card__main {
    padding: 10px
}

.card {
    display:block;
    border-radius: 3px;
    border: 1px solid #F4F4F4;
    background: #fff;
}

.card__featured+.card__main {
    margin-top: 10px;
}

@media screen and (min-width: 991px) {
    .map__map.has-content-text #map-el {
        height:calc(100% - 50px);
    }
}

/* fixes potential theme css conflict */
.map__map img {
    max-width: inherit !important;
}


/* - Forms - */
input[type="radio"] { position:absolute; opacity:0; }

input[type="checkbox"]+label, input[type="radio"]+label { cursor: pointer; display: block; }

form label { display: block;}
button { border: none; -webkit-appearance: none; border-radius: 0; padding: 0 }
form textarea,
form input[type="password"],
.filter input[type="text"],
form input[type="text"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="email"] { display:block; width:100%; border-radius: 4px; -webkit-appearance: none; border: 1px solid #dedede; padding: .75em .75em; background: #fff; font-size: 16px; max-width: 100%; }


form textarea.error,
form input[type="password"].error,
form input[type="text"].error,
form input[type="tel"].error,
form input[type="number"].error,
form input[type="email"].error,
form input[type="date"].error,
form select.error { border-color: #db3a26 !important; }

.error-message { color:#db3a26; display:block; }

form textarea:disabled,
form input[type="password"]:disabled,
form input[type="text"]:disabled,
form input[type="tel"]:disabled,
form input[type="number"]:disabled,
form input[type="email"]:disabled,
form input[type="checkbox"]:disabled { cursor:not-allowed; }


form input[type="submit"] { -webkit-appearance: none; border: none; font-size: 16px; padding: 0.75em 1.5em  }
form input[type="submit"]:hover {  }


.select-wrapper { position:relative; }
.select-wrapper:after { content: "\f107"; position: absolute; top: 0; right: 15px; color: #484848; pointer-events: none; font-weight:900; font-family:"Font Awesome 5 Free"; line-height:39px;  }
form select { font-size:15px; position:relative; display: block; width: 100%; padding: .5em 1em; background-color: #fff; color: #484848; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 4px; border:1px solid #d8d8d8; }


.dashboard .content-scroll { max-height:300px; overflow-y: auto; }
.dashboard .content-scroll::-webkit-scrollbar { width: 5px; height: 5px }
.dashboard .content-scroll::-webkit-scrollbar-track { background-color: rgba(0,0,0,.1); }
.dashboard .content-scroll::-webkit-scrollbar-thumb { background-color: #ff7300; }

.dashboard .filterGroup { padding-bottom: 1rem; border-bottom: 1px solid #e8e8e8; margin-bottom: 1rem;}
.dashboard .filterbox { margin-bottom:10px; position:relative; }
.dashboard .checkboxWrapper { display:inline-block; width:49%; margin-bottom:10px;  }
.dashboard .filter__subtitle { font-size: 16px; font-weight: 700; line-height: 1.5; display:block; }

.dashboard input[type=checkbox] { opacity:0; position:absolute; }
.dashboard input[type=checkbox]+label { font-size: 15px; cursor:pointer; color:#484848; overflow: auto; padding:0; position:relative; display:block;  }
.dashboard input[type=checkbox]+label:before { content: ""; margin-right: 10px; float: left; vertical-align: middle; width: 20px; height: 20px; border: 2px solid #d8d8d8; border-radius: 2px; background: #fff; }
.dashboard input[type=checkbox]:disabled+label { cursor:default; }
.dashboard input[type=checkbox]:hover+label:before{ border: 2px solid #ff7300; }
.dashboard input[type=checkbox]:checked+label:before { background: #ff7300; border: 2px solid #ff7300; }
.dashboard input[type=checkbox]:disabled+label:before { background-color: #e8e8e8; border-color: #d8d8d8; }



input[type=email][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=url][disabled], select[disabled], textarea[disabled] { background:#f9f9f9 !important; }

.fl-form .fl-has-focus input.fl-input, .fl-form .fl-has-focus select.fl-select, .fl-form .fl-has-focus textarea.fl-textarea { border-color:#ff7300; }
.fl-form .fl-has-focus input.fl-input, .fl-form .fl-has-focus select.fl-select, .fl-form .fl-has-focus textarea.fl-textarea { border-color:#ff7300; }
.fl-form .fl-has-focus label.fl-label,
.fl-form .fl-is-active label.fl-label { color:#ff7300; }
.fl-form input.fl-input, .fl-form select.fl-select, .fl-form textarea.fl-textarea { margin-bottom:0; }


#CoverPop-cover-proefles .gform_wrapper .gfield_required {
    display: none;
}


.pulsating-circle {
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 7.5px;
    height: 7.5px;
}

.pulsating-circle:before {
     content: '';
     position: relative;
     display: block;
     width: 300%;
     height: 300%;
     box-sizing: border-box;
     margin-left: -100%;
     margin-top: -100%;
     border-radius: 45px;
     background-color: #ff7300	;
     animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
 }

.pulsating-circle:after {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     display: block;
     width: 100%;
     height: 100%;
     background-color: #ff7300;
     border-radius: 15px;
     box-shadow: 0 0 8px rgba(0,0,0,.3);
     animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
 }


@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}

/* - Buttons - */

/*.is--loading { cursor: progress; position: relative; }*/
/*.is--loading:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: .2; }*/
/*.is--loading a { pointer-events: none; }*/


.button,
a.btn { display: inline-block; *zoom: 1; *display: inline; padding: .5em 1.5em; border-radius: 4px; color: #fff; background-color: #ff7300; border:1px solid #ff7300; font-weight:700;  }

.button:hover,
a.btn:hover { background:#ff8d30; }

.button:visited,
a.btn:visited { color: #fff; }

input[type="submit"], .button, .btn {
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.button.white,
a.btn.white { background:#fff; color:#484848; border:1px solid #d8d8d8; /*box-shadow: 0 1px 2px 0 rgba(0,0,0,.07);*/ }

.button.white:hover,
a.btn.white:hover { background:#f7f7f7; }

.button.green,
a.btn.green { background:#00b900; color:#fff; border:none; box-shadow: inset 0 -2px 0 0 #090; border-radius:3px; }

.button.green:hover,
a.btn.green:hover { background:#009600; box-shadow:inset 0 -2px 0 0 #005e00;  }

.button.white:hover,
a.btn.white:hover { background:#f7f7f7; }

button.white:visited,
a.btn.white:visited { color:#484848; }


.button.red,
a.btn.red { background:#ed210d; }

.button i,
a.btn i { margin-left:10px; vertical-align:middle; }


.message-box { width: 100%; margin-left: 0; margin-right: 0; }
p.message { padding:.5rem 0 .5rem 2rem; position:relative; font-weight:700; width: 100%; margin-left: 0; margin-right: 0; }
p.message:before { height: 100%; content: ''; width: 5px; background: #db3a26; position: absolute; top: 0; bottom: 0; left: 0; }
p.message.success:before { background:#3fc380; }


.cookiebar { display:none; background-color:#030f1c; color:#fff; width:100%; padding:10px 0; text-align:center; position:fixed; bottom:0; z-index:999; font-size:12px;  }
.cookiebar .inner { width:1170px; max-width:100%; margin:0 auto;  }
.cookiebar span { display:block; margin-bottom:5px; }
.cookiebar .close { color: #fff; display: inline-block; margin: 0 12px; padding: 3px 12px; border-radius: 3px; background-color: #ff7300; float:none; font-size:12px; font-weight:normal; line-height:normal; text-shadow:none; opacity:1;  }
.cookiebar a.close:focus,
.cookiebar a.close:hover { color:#fff !important; opacity:1 !important;  }

.cookiebar .more { color:#fff; }
.cookiebar.small span { display: inline-block; margin-bottom:0; }
.cookiebar.small span a { color:#fff; text-decoration:underline; }
.cookiebar.small .sluiten { color: #fff; display: inline-block; margin-left: 10px; font-size: 11px; }


@media screen and (max-width: 1600px) {

    .review-home .block-middle { width:75%; padding-left:25%;}
}


@media screen and ( max-width: 1440px ) {

    .review-home .block { width:25%; text-align:center; }
    .review-home .block-middle { width:75%; padding-left:25%;}

    /*.header-image { height:600px;}*/

}


@media screen and (max-width: 1400px) {

    .container { max-width: 980px; }

    .steden { padding-top:2.5em; padding-bottom:3em; }
    .steden h2 { font-size: 24px; }



    /*.container { max-width: 980px; }*/
    .steden .stad .img-responsive { height:auto; }

    .reviews .reviews-total .detailed-rating { padding-left:20px; }
    .reviews .reviews-total .detailed-rating .rating-item .rating-name { width:55%; }

    .cta-bottom .close { top:15px; right:0; }
}


@media screen and ( max-width: 1300px ) {

    .header-image { height:520px; }
}

@media screen and ( max-width: 1170px ) {

    .header { border-bottom:none; }
    .header-location { display:none; }
    .mobile-search { display:block; }

    .related-blogs__reset { width:770px; margin:0 auto; }
    .related-blogs .blogitem:nth-child(3) { display:none; }
}

@media screen and ( max-width: 1023px ) {



    .review-home { background: #e8eceb; text-align:center; padding:1em 0;  }
    .review-home .title { max-width:100%; }
    .review-home .container { display:block; height:auto; }
    .review-home .block-middle { padding-left:0; display:block; width:100%; }
    .review-home .block { display:block; width:100%;}


    .navigator { display:none; }
    .single-blog-page { padding:2em 1.5em 2.5em; }


    .sportschool-top-cols { max-width:660px; margin-left:auto; margin-right:auto; }
    .sportschool-single-top { padding:1em 0 1.5em; }
    .sportschool-single-top__image { width:100%; margin-right:0;  }
    .sportschool-single-top__content { width:100%; margin-top:20px; }
    .sportschool-single-main .container { max-width:660px; }
    .sportschool-single-main__content { width:100%; padding-left: 0; padding-right: 0; }


    .sportschool-wrapper {  display:block; }


    .sportschool-single-main__aside { width:100%; margin-top:1em; padding-top:1em; border-top:1px solid #dedede;}
    .navigation-wrapper ul { max-width:100%; padding-right:0;  }

    .sticky-sportschool { display:none; }
    .sticky-sportschool .cta-message { text-align:left; }
    .sticky-sportschool .container { max-width:660px;   }




    .related-posts { padding:1.5em 0 2.5em; }
    .related-posts h3 { margin-bottom:0; }
    .related-posts .container { max-width:660px; }
    .related-posts .item { width:48%; }
    .related-posts .item+.item { margin-left:0; }
    .related-posts .item:nth-child(even) { margin-right:4%; }



}

@media screen and ( max-width: 980px ) {

    .header { z-index:50; }

    .container { padding-left: 2em; padding-right: 2em; }


    .sportscholen-overzicht { padding:1em 0; border-top:none; }

    .sportscholen { width:100%; }


    .archive.tax-sportscholen .cookiebar,
    .page-template-tpl-archive .cookiebar,
    .page-template-tpl-overzicht .cookiebar{ display:none !important; }


    .filters { width:100%; float:none; padding-right:0; }
    .filters .filter .input-wrapper { margin-bottom:75px; }

    .filters-head .facetwp-flyout-open { display:inline-block; }
    .filters-head .head-filters-wrapper .sort-filter .select-wrapper select { width:100%; }

    .filters-wrapper { display:none; }

    .filters-head .head-filters-wrapper .sort-filter { padding:0; }

    .related-blogs { padding:1em 0 2.5em}
    .related-blogs__reset { max-width:370px; width:auto;  margin:0 auto; }
    .related-blogs .blogitem { margin:10px; width:auto; }
    .related-blogs .blogitem+.blogitem { margin-left:10px; }

    .location-list .block ul { -moz-columns: 2; columns: 2;}
    .location-list .block ul li { font-size:16px; }

    .illustration-bg { display:none; }




    .blocks-row-middle { background: #f5832d; max-height:none; }
    .blocks-row .col1-2 { width:100%; }
    .blocks-row .inner { padding:2em 0.5em; }

    #CoverPop-cover-proefles { padding:0.5em; }

    #CoverPop-cover-proefles .gfield.half,
    #CoverPop-cover-proefles .form-field.half { float: left; width: 48%; margin-left: 0; margin-right: 2%; }
    #CoverPop-cover-proefles .gfield.half.last,
    #CoverPop-cover-proefles .form-field.half.last { float: left; width: 50%; margin-left: 0; margin-right: 0; }

    #CoverPop-cover-proefles .gfield.third,
    #CoverPop-cover-proefles .form-field.third { float:left; width:31.5%; margin-left: 0; margin-right: 2%; }
    #CoverPop-cover-proefles .gfield.third.last,
    #CoverPop-cover-proefles .form-field.third.last { float: left; width: 33%; margin-left: 0; margin-right: 0;}

}


@media screen and ( max-width: 768px ) {


    h1, .h1 { font-size:18px }
    h2, .h2 {font-size:18px}
    h3, .h3 {font-size:16px }


    .container { padding-left: 1em; padding-right: 1em; }



    body.show-aside-menu .aside-menu { -webkit-transform: translate(280px, 0px); -ms-transform: translate(280px, 0px); transform: translate(280px, 0px); }
    .aside-menu { left:-280px; width:280px; }

    .not-home .header { background: #030f1c; }
    /*.show-mobile-menu { display: table-cell; }*/
    .header { padding-left: 1em; padding-right: 1em; }
    .header .logo { width:auto; }
    .header .logo img { margin:0 auto; }
    .header .show-mobile-menu-wrap { width:50px; }

    .header-languages { width:auto; padding:0.5em 0.25em 0 2em; }
    .header-languages img { margin-right:0; }

    .header-languages .header_settings_languages_sub { width:auto; padding:0.25em 0.25em;  }
    .header-languages span { display:none; }

    .aside-menu > ul { padding:3.5em 30px 0.5em;}
    .aside-menu ul li > a { padding: .5em 0 .5em 0; }
    .aside-menu .subtitle { padding:1em 30px 0; }

    .header-home h2 { font-size:45px; }
    .header-home p { font-size:15px; }
    .header-home .header-content { padding-left:16px; padding-right:16px; margin-top:-100px; }
    .header-home .search-bar .form-field { width:100%; padding-bottom:8px; }
    .header-home .search-bar button { display:block; width:100%; }


    .header-home .search-bar [type=text] { padding:0.75em 2em 0.75em 1em; }

    .steden { padding-top:1.5em; padding-bottom:2em; }
    .steden h2 { font-size: 22px; }

	.header-image { height: 320px; }


    .reviews-home .btn.white { position:relative; margin-top:10px;}

    .review-home .title { font-size:20px; line-height:30px; margin-bottom:0.5em;}


    .home-content .col-1 { width:100%; padding:0; }
    .home-content .col-2 { width:100%; }


    .sportschool-single-top__header { display:none; }
    .sportschool-single-top__header.visible { display:none; }
    .single-page .inner { padding-left:1em; padding-right:1em; }


    .blogarchive .container { max-width:420px; }
    .blogarchive .blogitem { width:100%; display:block; }
    .blogarchive .blogitem.item-2 { margin-top:0; }
    .blogarchive .pager { margin: 1em 0; }

    .single-blog-page .post-tag { width:100%; float:none; }
    .blog_post_control_item { float:none; margin-top:1em; text-align:center;  }

    .single-blog-page .post-content { font-size:17px; }
    .single-blog-page .post-content h1 {text-align:left; }
    .page-content { padding:1em 0 1.5em; }

    .locaties { padding:0; }
    .locaties ul { flex-wrap: nowrap; overflow-x: auto; margin: 0 -16px; }
    .locaties ul li:first-child { padding-left:16px; }
    .locaties ul li a { padding:4px 6px; }

    .all-places>ul {     -webkit-column-count: 3; column-count: 3;}


    .filters-head .col1-4 { width:50%; }
    .filters-head .col3-4 { width:50%; }
    .filters-head .head-filters-wrapper { display:block; }
    .filters-head .filters-active { padding:0; }
    .filters-active .remove-filter { font-size:12px; padding:0.25em 0.5em;  }
    .filters-active .reset-button { font-size:16px; padding:0.25em 0.5em; line-height:37px; }


    .sportschool .sportschool__information { height:auto; min-height:170px; }
    .sportschool .sportschool__information h2 { max-width:100%; }
    .sportschool .sportschool__information .distance { max-width:100%; }

    .sportschool .sportschool__information .lowest-price { position:relative; }


    .footer .footer-menus .item { width:50%; margin-bottom:1em; }

    .footer-bottom { display:block; text-align:center;}
    .footer-bottom__logo img { display:inline-block; }
    .footer-bottom__copyright li { display:block; }
    .footer-bottom__copyright li a { padding:0; font-size:14px; }

    .gfield.half, .form-field.half { width:100%; margin-right:0; }
    .gfield.half.last, .form-field.half.last { width:100%; }

    .gfield.third, .form-field.third,
    .gfield.third.last, .form-field.third.last{ width:100%; margin-right:0; }


    .page-template-tpl-aanmelden .single-blog-page .post-content h1 { font-size:26px; }
    .page-template-tpl-aanmelden  .single-blog-page { padding: 1em; }

    .page-template-tpl-aanmelden .single-blog-page:last-child { paddin-bottom:2.5em;  }


    .how-it-works .subsection { margin-bottom:0; }
    .how-it-works .how-it-works-image { display:none !important; }
    .how-it-works .how-it-works-image.even { display:none !important; }
    .how-it-works .how-it-works-content.even { width:100%;  }
    .how-it-works .subsection-number {float:left; font-size:35px; }
    .how-it-works .how-it-works-content.even .how-it-works-text { max-width:90%; }
    .how-it-works .how-it-works-content.uneven { float:none; padding-left:0; }
    .how-it-works .how-it-works-text .d700 { line-height:1.2; }
    .faq .faq-title { font-size:26px; }
    .faq .vraag { font-size:16px; line-height:1.2; }
    .faq .vraag:after { top:50%; transform:translateY(-50%); }

    .dashboard-login .col1 { width:100%; }
    .notification-list .nav-link { display:none; }
    .content-page { margin-left:0; }
    .dashboard .gym { width:100%; margin-bottom:0.5em; }
    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item { width: calc(50% - 16px); }
    .dashboard .checkboxWrapper { width:100%; }
    .content-page .content { padding:0; }


    .sportschool-single-main__content .label-items-holder .items-holder { -moz-columns: 2; columns: 2; }
    .sportschool-single-top h1 { font-size:20px; }
    /*.sportschool-single-top__meta-full .title { display:none; }*/

    .reviews .reviews-total .average-rating { width:100%; }
    .reviews .reviews-total .total-rating { display:block; }
    .reviews .reviews-total .detailed-rating { padding-left:0; border-left:none; }
    .reviews .reviews-total .detailed-rating .rating-item { width:100%; }
    .reviews .reviews-total h2 { float:left; width:50%; }
    .reviews .reviews-total .detailed-rating .rating-item .rating-name { width:50%; }
    .reviews .reviews-total .detailed-rating .rating-item .star-wrapper { width:50%; }


    .page-content .main-content { width:100%; padding-right:0;  }
    .page-template-tpl-verified .page-content .main-content { width:100%; padding-right:0; }
    .page-template-tpl-verified .page-content .main-aside { width:100%; }

    .sticky-sportschool .close { display:none; }


    .splash-center { min-width:100%; }
    .splash-center { width:90%; }

    .splash .legal { font-size:10px; }

    .sportschool .sportschool__information .tooltiptext { width:250px; top:-98px; left:-120px; }

    .cta-bottom .titles { width:auto; }
    .cta-bottom .titles .subtitle { display:none;  }
    .cta-bottom .buttons .btn { font-size:13px; }
    .cta-bottom .close { top:15px; right:15px; }


    .card-columns { -webkit-column-count:1; -moz-column-count: 1; column-count: 1; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; }


}

@media screen and ( max-width: 640px ) {
    .campaign__image { height:216px; width:100%; }
    .campaign__text { width:100%; }

}

@media screen and ( max-width: 540px ) {
    .sticky-sportschool { border-top:3px solid #dedede; }
    .sticky-sportschool .table { height:71px; }
    .sticky-sportschool .image { width:50px; }
    .sticky-sportschool .image img { width:40px; height:40px; }
    .sticky-sportschool .title { font-size:13px; margin-top:16px; width:100%;  }
    .sticky-sportschool .lowest-price { line-height:0; }
    .sticky-sportschool .lowest-price .label { margin-right:5px; font-size:12px; }
    .sticky-sportschool .lowest-price .price { margin-right:5px; font-size:13px; }

    .sticky-sportschool .btn.white { margin-right:0; }
    .sticky-sportschool .buttons { width:auto; text-align:right; }


    .sportschool-single-top__image .image .no-image__txt { font-size:12px; }


    .cta-bottom { height:auto; text-align:center; max-height:200px; bottom:-200px;   }
    .cta-bottom .container { padding:0; padding-bottom:1em;  }
    .cta-bottom .image img { margin:0 auto; }
    .cta-bottom .titles .title { margin-bottom:0.5em; }

    /*.cta-bottom .table { display:block;}*/
    .cta-bottom .table-cell { display:block; }

    .focus.reviews .total-score-label {
        font-weight:700;
        flex: 1 1 45%;
        box-sizing: border-box;
        max-width: 45%;
        min-width: 45%;
    }
    .focus.reviews .progress {
        flex: 1 1 50%;
        box-sizing: border-box;
        max-width: 50%;
        min-width: 50%;
    }
    .focus.reviews .total-number {
        flex: 1 1 5%;
        box-sizing: border-box;
        max-width: 5%;
        min-width: 5%;
        text-align:right;
        padding-left:10px;
    }

}


@media screen and (max-width: 480px) {

    .header .btn-review { display:none; }

    .header .logo { position:absolute; left:50%; transform:translateX(-50%) }

    .blog .top-info { text-align:center; }

    .slick-carousel .slick-next { right:-10px; }
    .slick-carousel .slick-prev { left:-10px; }


    .reviews-home .slider-item { height:auto; }

    .all-places>ul {     -webkit-column-count: 2; column-count: 2;}
    .all-places ul li { padding-bottom:0; }


    .sportschool { display:block; }
    .sportschool .sportschool__image { width:100%; height:216px; }
    .sportschool .sportschool__information { width:100%; padding-left:0; height:auto; margin-top:1em; }

    .location-list .block ul { -moz-columns: 1; columns: 1;}


    .review-wrapper .review-answers .question-wrapper .question { width:100%; }
    .review-wrapper .recommend-club .answers .answer-wrapper:first-child label { margin-right:8px; }

    .footer .footer-menus .item { text-align:center; margin:0; padding:0 0 1em !important }

    .rating-wrapper .star-wrapper, .rating-wrapper .review-count { float:none; }
    .rating-wrapper { display:block; }
    .rating-wrapper .review-count { margin:0; }
    .rating-wrapper .star-wrapper, .rating-wrapper .review-count { font-size:14px; line-height:22px;}
    .rating-wrapper .rating-wrapper-left { float:left; margin-right:15px;  }

    .sportschool-single-top__content { border-bottom:none; }
    .sportschool-single-top { background:#fff; }
    .sportschool-single-top__meta-full>.table-cell { padding:0; }

    .sportschool-single-top__content .blog_post_control_item { position:relative; right:0; margin-top:2em; }
    .sportschool-single-top__content .blog_post_control_item .social_share_item_wrapper { display:inline-block; margin-bottom:0; }
    .sportschool-single-top__content .openingstijden .dag { max-width:90px; }

    .sportschool-single-top__content .btn { padding:.5em 0.75em; }

    .related-posts .item { width:100%; }
    .related-posts .item .sportschool__image { height: 216px; }


    .image-gallery .slick-next { right:10px; }
    .image-gallery .slick-prev { left:10px; }

    .filters-head .head-title { font-size:16px; }
    .filters-active .reset-button { font-size:14px; }


    .review-wrapper .filter-group__option label span { font-size:13px; }

    #close-cp { top:1.5em; right:1em; }
    .splash-center { padding:1em; }


    .splash input[type=checkbox]+label { font-size:12px; }

    #CoverPop-cover-proefles .form-field { margin-bottom:10px; }

    #CoverPop-cover-proefles form input[type="text"], form input[type="tel"], form input[type="date"], form input[type="email"] { font-size:13px; padding:.50em;}

    #CoverPop-cover-proefles .gfield.half,
    #CoverPop-cover-proefles .form-field.half { float: left; width: 100%; margin-left: 0; margin-right: 0%; }
    #CoverPop-cover-proefles .gfield.half.last,
    #CoverPop-cover-proefles .form-field.half.last { float: left; width: 100%; margin-left: 0; margin-right: 0; }

    #CoverPop-cover-proefles .gfield.third,
    #CoverPop-cover-proefles .form-field.third { float:left; width:100%; margin-left: 0; margin-right: 0%; }
    #CoverPop-cover-proefles .gfield.third.last,
    #CoverPop-cover-proefles .form-field.third.last { float: left; width: 100%; margin-left: 0; margin-right: 0;}


    .cta-right { left:10px; right:10px; }
    .cta-right.visible { bottom:0px; }



}




/* - Arrow move - */
@-webkit-keyframes arrow_move {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes arrow_move {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

/*--BOUNCE--*/
@-moz-keyframes bounce {
    0%, 5%, 15%, 25%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-webkit-keyframes bounce {
    0%, 5%, 15%, 25%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes bounce {
    0%, 5%, 15%, 25%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.bounce {
    -moz-animation:bounce 5s infinite;
    -webkit-animation:bounce 5s infinite;
    animation:bounce 5s infinite;
    -moz-animation-delay:2s;
    -webkit-animation-delay:2s;
    animation-delay:2s;
    -moz-animation-iteration-count:3;
    -webkit-animation-iteration-count:3;
    animation-iteration-count:3;
}
/*--BOUNCE--*/

/*--SPINNER--*/

/*@keyframes spin {*/
    /*0% { transform: rotate(0deg); }*/
    /*100% { transform: rotate(360deg); }*/
/*}*/

@keyframes spinner {
    to {transform: rotate(360deg);}
}
/*--SPINNER--*/

/* SLICK SLIDER */
.slick-slider{position: relative; display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none; user-select: none;-webkit-touch-callout: none;-khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{  position: relative; display: block; overflow: hidden;margin: 0; padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{ position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after{  display: table; content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{ display: none;  float: left; height: 100%; min-height: 1px; margin:0; }
[dir='rtl'] .slick-slide{ float: right;}
.slick-slide img{max-width:100%;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}


/* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-ico.splash-centern-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
    color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}
.selectize-control {
    position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
}
.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}
.selectize-input.full {
    background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}
.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}
.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
    display: none;
}
.selectize-input > input:focus {
    outline: none !important;
}
.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}
.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
    opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}
.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}
.selectize-dropdown .active.create {
    color: #495c68;
}
.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}
.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}