@charset 'UTF-8';
.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}@font-face{font-family:'FontAwesome';src:url(//klomp-transport.nl/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//klomp-transport.nl/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//klomp-transport.nl/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//klomp-transport.nl/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//klomp-transport.nl/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.wpsm_panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.wpsm_panel-body {
padding: 15px;
}
.wpsm_panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.wpsm_panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.wpsm_panel-title > a,
.wpsm_panel-title > small,
.wpsm_panel-title > .small,
.wpsm_panel-title > small > a,
.wpsm_panel-title > .small > a {
color: inherit;
}
.wpsm_panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .list-group,
.wpsm_panel > .wpsm_panel-collapse > .list-group {
margin-bottom: 0;
}
.wpsm_panel > .list-group .list-group-item,
.wpsm_panel > .wpsm_panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.wpsm_panel > .list-group:first-child .list-group-item:first-child,
.wpsm_panel > .wpsm_panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .list-group:last-child .list-group-item:last-child,
.wpsm_panel > .wpsm_panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .wpsm_panel-heading + .wpsm_panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.wpsm_panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .wpsm_panel-footer {
border-top-width: 0;
}
.wpsm_panel > .table,
.wpsm_panel > .table-responsive > .table,
.wpsm_panel > .wpsm_panel-collapse > .table {
margin-bottom: 0;
}
.wpsm_panel > .table caption,
.wpsm_panel > .table-responsive > .table caption,
.wpsm_panel > .wpsm_panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.wpsm_panel > .table:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.wpsm_panel > .table:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.wpsm_panel > .wpsm_panel-body + .table,
.wpsm_panel > .wpsm_panel-body + .table-responsive,
.wpsm_panel > .table + .wpsm_panel-body,
.wpsm_panel > .table-responsive + .wpsm_panel-body {
border-top: 1px solid #ddd;
}
.wpsm_panel > .table > tbody:first-child > tr:first-child th,
.wpsm_panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.wpsm_panel > .table-bordered,
.wpsm_panel > .table-responsive > .table-bordered {
border: 0;
}
.wpsm_panel > .table-bordered > thead > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpsm_panel > .table-bordered > tbody > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpsm_panel > .table-bordered > tfoot > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpsm_panel > .table-bordered > thead > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpsm_panel > .table-bordered > tbody > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpsm_panel > .table-bordered > tfoot > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.wpsm_panel > .table-bordered > thead > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpsm_panel > .table-bordered > tbody > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpsm_panel > .table-bordered > tfoot > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpsm_panel > .table-bordered > thead > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpsm_panel > .table-bordered > tbody > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpsm_panel > .table-bordered > tfoot > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.wpsm_panel > .table-bordered > thead > tr:first-child > td,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.wpsm_panel > .table-bordered > tbody > tr:first-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.wpsm_panel > .table-bordered > thead > tr:first-child > th,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.wpsm_panel > .table-bordered > tbody > tr:first-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.wpsm_panel > .table-bordered > tbody > tr:last-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpsm_panel > .table-bordered > tfoot > tr:last-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.wpsm_panel > .table-bordered > tbody > tr:last-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpsm_panel > .table-bordered > tfoot > tr:last-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.wpsm_panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.wpsm_panel-group {
margin-bottom: 20px;
}
.wpsm_panel-group .wpsm_panel {
margin-bottom: 0;
border-radius: 4px;
}
.wpsm_panel-group .wpsm_panel + .wpsm_panel {
margin-top: 5px;
}
.wpsm_panel-group .wpsm_panel-heading {
border-bottom: 0;
}
.wpsm_panel-group .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body,
.wpsm_panel-group .wpsm_panel-heading + .wpsm_panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.wpsm_panel-group .wpsm_panel-footer {
border-top: 0;
}
.wpsm_panel-group .wpsm_panel-footer + .wpsm_panel-collapse .wpsm_panel-body {
border-bottom: 1px solid #ddd;
}
.wpsm_panel-default {
border-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.wpsm_panel-default > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #ddd;
}
.wpsm_panel-primary {
border-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.wpsm_panel-primary > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #337ab7;
}
.wpsm_panel-success {
border-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.wpsm_panel-success > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #d6e9c6;
}
.wpsm_panel-info {
border-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.wpsm_panel-info > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #bce8f1;
}
.wpsm_panel-warning {
border-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.wpsm_panel-warning > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #faebcc;
}
.wpsm_panel-danger {
border-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.wpsm_panel-danger > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #ebccd1;
}
.fade {
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.wpsm_panel-group .collapse {
display: none;
}
.collapse.in {
display: block !important;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
.hidden,
[hidden] {
display: none !important
}
.pure-img {
max-width: 100%;
height: auto;
display: block
}   .pure-g {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-line-pack: start;
align-content: flex-start
}
@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
table .pure-g {
display: block
}
}
.opera-only :-o-prefocus,
.pure-g {
word-spacing: -.43em
}
.pure-u {
display: inline-block;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
display: inline-block;
}
.pure-u-1-24 {
width: 4.1667%
}
.pure-u-1-12,
.pure-u-2-24 {
width: 8.3333%
}
.pure-u-1-8,
.pure-u-3-24 {
width: 12.5%
}
.pure-u-1-6,
.pure-u-4-24 {
width: 16.6667%
}
.pure-u-1-5 {
width: 20%
}
.pure-u-5-24 {
width: 20.8333%
}
.pure-u-1-4,
.pure-u-6-24 {
width: 25%
}
.pure-u-7-24 {
width: 29.1667%
}
.pure-u-1-3,
.pure-u-8-24 {
width: 33.3333%
}
.pure-u-3-8,
.pure-u-9-24 {
width: 37.5%
}
.pure-u-2-5 {
width: 40%
}
.pure-u-10-24,
.pure-u-5-12 {
width: 41.6667%
}
.pure-u-11-24 {
width: 45.8333%
}
.pure-u-1-2,
.pure-u-12-24 {
width: 50%
}
.pure-u-13-24 {
width: 54.1667%
}
.pure-u-14-24,
.pure-u-7-12 {
width: 58.3333%
}
.pure-u-3-5 {
width: 60%
}
.pure-u-15-24,
.pure-u-5-8 {
width: 62.5%
}
.pure-u-16-24,
.pure-u-2-3 {
width: 66.6667%
}
.pure-u-17-24 {
width: 70.8333%
}
.pure-u-18-24,
.pure-u-3-4 {
width: 75%
}
.pure-u-19-24 {
width: 79.1667%
}
.pure-u-4-5 {
width: 80%
}
.pure-u-20-24,
.pure-u-5-6 {
width: 83.3333%
}
.pure-u-21-24,
.pure-u-7-8 {
width: 87.5%
}
.pure-u-11-12,
.pure-u-22-24 {
width: 91.6667%
}
.pure-u-23-24 {
width: 95.8333%
}
.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
width: 100%
} @media screen and (min-width:35.5em) {
.pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-1-12,
.pure-u-sm-1-2,
.pure-u-sm-1-24,
.pure-u-sm-1-3,
.pure-u-sm-1-4,
.pure-u-sm-1-5,
.pure-u-sm-1-6,
.pure-u-sm-1-8,
.pure-u-sm-10-24,
.pure-u-sm-11-12,
.pure-u-sm-11-24,
.pure-u-sm-12-24,
.pure-u-sm-13-24,
.pure-u-sm-14-24,
.pure-u-sm-15-24,
.pure-u-sm-16-24,
.pure-u-sm-17-24,
.pure-u-sm-18-24,
.pure-u-sm-19-24,
.pure-u-sm-2-24,
.pure-u-sm-2-3,
.pure-u-sm-2-5,
.pure-u-sm-20-24,
.pure-u-sm-21-24,
.pure-u-sm-22-24,
.pure-u-sm-23-24,
.pure-u-sm-24-24,
.pure-u-sm-3-24,
.pure-u-sm-3-4,
.pure-u-sm-3-5,
.pure-u-sm-3-8,
.pure-u-sm-4-24,
.pure-u-sm-4-5,
.pure-u-sm-5-12,
.pure-u-sm-5-24,
.pure-u-sm-5-5,
.pure-u-sm-5-6,
.pure-u-sm-5-8,
.pure-u-sm-6-24,
.pure-u-sm-7-12,
.pure-u-sm-7-24,
.pure-u-sm-7-8,
.pure-u-sm-8-24,
.pure-u-sm-9-24 {
display: inline-block;
}
.pure-u-sm-1-24 {
width: 4.1667%
}
.pure-u-sm-1-12,
.pure-u-sm-2-24 {
width: 8.3333%
}
.pure-u-sm-1-8,
.pure-u-sm-3-24 {
width: 12.5%
}
.pure-u-sm-1-6,
.pure-u-sm-4-24 {
width: 16.6667%
}
.pure-u-sm-1-5 {
width: 20%
}
.pure-u-sm-5-24 {
width: 20.8333%
}
.pure-u-sm-1-4,
.pure-u-sm-6-24 {
width: 25%
}
.pure-u-sm-7-24 {
width: 29.1667%
}
.pure-u-sm-1-3,
.pure-u-sm-8-24 {
width: 33.3333%
}
.pure-u-sm-3-8,
.pure-u-sm-9-24 {
width: 37.5%
}
.pure-u-sm-2-5 {
width: 40%
}
.pure-u-sm-10-24,
.pure-u-sm-5-12 {
width: 41.6667%
}
.pure-u-sm-11-24 {
width: 45.8333%
}
.pure-u-sm-1-2,
.pure-u-sm-12-24 {
width: 50%
}
.pure-u-sm-13-24 {
width: 54.1667%
}
.pure-u-sm-14-24,
.pure-u-sm-7-12 {
width: 58.3333%
}
.pure-u-sm-3-5 {
width: 60%
}
.pure-u-sm-15-24,
.pure-u-sm-5-8 {
width: 62.5%
}
.pure-u-sm-16-24,
.pure-u-sm-2-3 {
width: 66.6667%
}
.pure-u-sm-17-24 {
width: 70.8333%
}
.pure-u-sm-18-24,
.pure-u-sm-3-4 {
width: 75%
}
.pure-u-sm-19-24 {
width: 79.1667%
}
.pure-u-sm-4-5 {
width: 80%
}
.pure-u-sm-20-24,
.pure-u-sm-5-6 {
width: 83.3333%
}
.pure-u-sm-21-24,
.pure-u-sm-7-8 {
width: 87.5%
}
.pure-u-sm-11-12,
.pure-u-sm-22-24 {
width: 91.6667%
}
.pure-u-sm-23-24 {
width: 95.8333%
}
.pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-24-24,
.pure-u-sm-5-5 {
width: 100%
}
}
@media screen and (min-width:48em) {
.pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-1-12,
.pure-u-md-1-2,
.pure-u-md-1-24,
.pure-u-md-1-3,
.pure-u-md-1-4,
.pure-u-md-1-5,
.pure-u-md-1-6,
.pure-u-md-1-8,
.pure-u-md-10-24,
.pure-u-md-11-12,
.pure-u-md-11-24,
.pure-u-md-12-24,
.pure-u-md-13-24,
.pure-u-md-14-24,
.pure-u-md-15-24,
.pure-u-md-16-24,
.pure-u-md-17-24,
.pure-u-md-18-24,
.pure-u-md-19-24,
.pure-u-md-2-24,
.pure-u-md-2-3,
.pure-u-md-2-5,
.pure-u-md-20-24,
.pure-u-md-21-24,
.pure-u-md-22-24,
.pure-u-md-23-24,
.pure-u-md-24-24,
.pure-u-md-3-24,
.pure-u-md-3-4,
.pure-u-md-3-5,
.pure-u-md-3-8,
.pure-u-md-4-24,
.pure-u-md-4-5,
.pure-u-md-5-12,
.pure-u-md-5-24,
.pure-u-md-5-5,
.pure-u-md-5-6,
.pure-u-md-5-8,
.pure-u-md-6-24,
.pure-u-md-7-12,
.pure-u-md-7-24,
.pure-u-md-7-8,
.pure-u-md-8-24,
.pure-u-md-9-24 {
display: inline-block;
}
.pure-u-md-1-24 {
width: 4.1667%
}
.pure-u-md-1-12,
.pure-u-md-2-24 {
width: 8.3333%
}
.pure-u-md-1-8,
.pure-u-md-3-24 {
width: 12.5%
}
.pure-u-md-1-6,
.pure-u-md-4-24 {
width: 16.6667%
}
.pure-u-md-1-5 {
width: 20%
}
.pure-u-md-5-24 {
width: 20.8333%
}
.pure-u-md-1-4,
.pure-u-md-6-24 {
width: 25%
}
.pure-u-md-7-24 {
width: 29.1667%
}
.pure-u-md-1-3,
.pure-u-md-8-24 {
width: 33.3333%
}
.pure-u-md-3-8,
.pure-u-md-9-24 {
width: 37.5%
}
.pure-u-md-2-5 {
width: 40%
}
.pure-u-md-10-24,
.pure-u-md-5-12 {
width: 41.6667%
}
.pure-u-md-11-24 {
width: 45.8333%
}
.pure-u-md-1-2,
.pure-u-md-12-24 {
width: 50%
}
.pure-u-md-13-24 {
width: 54.1667%
}
.pure-u-md-14-24,
.pure-u-md-7-12 {
width: 58.3333%
}
.pure-u-md-3-5 {
width: 60%
}
.pure-u-md-15-24,
.pure-u-md-5-8 {
width: 62.5%
}
.pure-u-md-16-24,
.pure-u-md-2-3 {
width: 66.6667%
}
.pure-u-md-17-24 {
width: 70.8333%
}
.pure-u-md-18-24,
.pure-u-md-3-4 {
width: 75%
}
.pure-u-md-19-24 {
width: 79.1667%
}
.pure-u-md-4-5 {
width: 80%
}
.pure-u-md-20-24,
.pure-u-md-5-6 {
width: 83.3333%
}
.pure-u-md-21-24,
.pure-u-md-7-8 {
width: 87.5%
}
.pure-u-md-11-12,
.pure-u-md-22-24 {
width: 91.6667%
}
.pure-u-md-23-24 {
width: 95.8333%
}
.pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-24-24,
.pure-u-md-5-5 {
width: 100%
}
}
@media screen and (min-width:64em) {
.pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-1-12,
.pure-u-lg-1-2,
.pure-u-lg-1-24,
.pure-u-lg-1-3,
.pure-u-lg-1-4,
.pure-u-lg-1-5,
.pure-u-lg-1-6,
.pure-u-lg-1-8,
.pure-u-lg-10-24,
.pure-u-lg-11-12,
.pure-u-lg-11-24,
.pure-u-lg-12-24,
.pure-u-lg-13-24,
.pure-u-lg-14-24,
.pure-u-lg-15-24,
.pure-u-lg-16-24,
.pure-u-lg-17-24,
.pure-u-lg-18-24,
.pure-u-lg-19-24,
.pure-u-lg-2-24,
.pure-u-lg-2-3,
.pure-u-lg-2-5,
.pure-u-lg-20-24,
.pure-u-lg-21-24,
.pure-u-lg-22-24,
.pure-u-lg-23-24,
.pure-u-lg-24-24,
.pure-u-lg-3-24,
.pure-u-lg-3-4,
.pure-u-lg-3-5,
.pure-u-lg-3-8,
.pure-u-lg-4-24,
.pure-u-lg-4-5,
.pure-u-lg-5-12,
.pure-u-lg-5-24,
.pure-u-lg-5-5,
.pure-u-lg-5-6,
.pure-u-lg-5-8,
.pure-u-lg-6-24,
.pure-u-lg-7-12,
.pure-u-lg-7-24,
.pure-u-lg-7-8,
.pure-u-lg-8-24,
.pure-u-lg-9-24 {
display: inline-block;
}
.pure-u-lg-1-24 {
width: 4.1667%
}
.pure-u-lg-1-12,
.pure-u-lg-2-24 {
width: 8.3333%
}
.pure-u-lg-1-8,
.pure-u-lg-3-24 {
width: 12.5%
}
.pure-u-lg-1-6,
.pure-u-lg-4-24 {
width: 16.6667%
}
.pure-u-lg-1-5 {
width: 20%
}
.pure-u-lg-5-24 {
width: 20.8333%
}
.pure-u-lg-1-4,
.pure-u-lg-6-24 {
width: 25%
}
.pure-u-lg-7-24 {
width: 29.1667%
}
.pure-u-lg-1-3,
.pure-u-lg-8-24 {
width: 33.3333%
}
.pure-u-lg-3-8,
.pure-u-lg-9-24 {
width: 37.5%
}
.pure-u-lg-2-5 {
width: 40%
}
.pure-u-lg-10-24,
.pure-u-lg-5-12 {
width: 41.6667%
}
.pure-u-lg-11-24 {
width: 45.8333%
}
.pure-u-lg-1-2,
.pure-u-lg-12-24 {
width: 50%
}
.pure-u-lg-13-24 {
width: 54.1667%
}
.pure-u-lg-14-24,
.pure-u-lg-7-12 {
width: 58.3333%
}
.pure-u-lg-3-5 {
width: 60%
}
.pure-u-lg-15-24,
.pure-u-lg-5-8 {
width: 62.5%
}
.pure-u-lg-16-24,
.pure-u-lg-2-3 {
width: 66.6667%
}
.pure-u-lg-17-24 {
width: 70.8333%
}
.pure-u-lg-18-24,
.pure-u-lg-3-4 {
width: 75%
}
.pure-u-lg-19-24 {
width: 79.1667%
}
.pure-u-lg-4-5 {
width: 80%
}
.pure-u-lg-20-24,
.pure-u-lg-5-6 {
width: 83.3333%
}
.pure-u-lg-21-24,
.pure-u-lg-7-8 {
width: 87.5%
}
.pure-u-lg-11-12,
.pure-u-lg-22-24 {
width: 91.6667%
}
.pure-u-lg-23-24 {
width: 95.8333%
}
.pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-24-24,
.pure-u-lg-5-5 {
width: 100%
}
}
@media screen and (min-width:80em) {
.pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-1-12,
.pure-u-xl-1-2,
.pure-u-xl-1-24,
.pure-u-xl-1-3,
.pure-u-xl-1-4,
.pure-u-xl-1-5,
.pure-u-xl-1-6,
.pure-u-xl-1-8,
.pure-u-xl-10-24,
.pure-u-xl-11-12,
.pure-u-xl-11-24,
.pure-u-xl-12-24,
.pure-u-xl-13-24,
.pure-u-xl-14-24,
.pure-u-xl-15-24,
.pure-u-xl-16-24,
.pure-u-xl-17-24,
.pure-u-xl-18-24,
.pure-u-xl-19-24,
.pure-u-xl-2-24,
.pure-u-xl-2-3,
.pure-u-xl-2-5,
.pure-u-xl-20-24,
.pure-u-xl-21-24,
.pure-u-xl-22-24,
.pure-u-xl-23-24,
.pure-u-xl-24-24,
.pure-u-xl-3-24,
.pure-u-xl-3-4,
.pure-u-xl-3-5,
.pure-u-xl-3-8,
.pure-u-xl-4-24,
.pure-u-xl-4-5,
.pure-u-xl-5-12,
.pure-u-xl-5-24,
.pure-u-xl-5-5,
.pure-u-xl-5-6,
.pure-u-xl-5-8,
.pure-u-xl-6-24,
.pure-u-xl-7-12,
.pure-u-xl-7-24,
.pure-u-xl-7-8,
.pure-u-xl-8-24,
.pure-u-xl-9-24 {
display: inline-block;
}
.pure-u-xl-1-24 {
width: 4.1667%
}
.pure-u-xl-1-12,
.pure-u-xl-2-24 {
width: 8.3333%
}
.pure-u-xl-1-8,
.pure-u-xl-3-24 {
width: 12.5%
}
.pure-u-xl-1-6,
.pure-u-xl-4-24 {
width: 16.6667%
}
.pure-u-xl-1-5 {
width: 20%
}
.pure-u-xl-5-24 {
width: 20.8333%
}
.pure-u-xl-1-4,
.pure-u-xl-6-24 {
width: 25%
}
.pure-u-xl-7-24 {
width: 29.1667%
}
.pure-u-xl-1-3,
.pure-u-xl-8-24 {
width: 33.3333%
}
.pure-u-xl-3-8,
.pure-u-xl-9-24 {
width: 37.5%
}
.pure-u-xl-2-5 {
width: 40%
}
.pure-u-xl-10-24,
.pure-u-xl-5-12 {
width: 41.6667%
}
.pure-u-xl-11-24 {
width: 45.8333%
}
.pure-u-xl-1-2,
.pure-u-xl-12-24 {
width: 50%
}
.pure-u-xl-13-24 {
width: 54.1667%
}
.pure-u-xl-14-24,
.pure-u-xl-7-12 {
width: 58.3333%
}
.pure-u-xl-3-5 {
width: 60%
}
.pure-u-xl-15-24,
.pure-u-xl-5-8 {
width: 62.5%
}
.pure-u-xl-16-24,
.pure-u-xl-2-3 {
width: 66.6667%
}
.pure-u-xl-17-24 {
width: 70.8333%
}
.pure-u-xl-18-24,
.pure-u-xl-3-4 {
width: 75%
}
.pure-u-xl-19-24 {
width: 79.1667%
}
.pure-u-xl-4-5 {
width: 80%
}
.pure-u-xl-20-24,
.pure-u-xl-5-6 {
width: 83.3333%
}
.pure-u-xl-21-24,
.pure-u-xl-7-8 {
width: 87.5%
}
.pure-u-xl-11-12,
.pure-u-xl-22-24 {
width: 91.6667%
}
.pure-u-xl-23-24 {
width: 95.8333%
}
.pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-24-24,
.pure-u-xl-5-5 {
width: 100%
}
}  .wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0
}
.wpcf7 form .wpcf7-response-output {
margin: 2em .5em 1em;
padding: .2em 1em;
border: 2px solid #00a0d2
}
.wpcf7 form.init .wpcf7-response-output {
display: none
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
border-color: #dc3232
}
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffb900
}
.wpcf7-form-control-wrap {
position: relative
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: 400;
display: block
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em
}
span.wpcf7-list-item-label::after,
span.wpcf7-list-item-label::before {
content: " "
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//klomp-transport.nl/wp-content/assets/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible
}
div.wpcf7 div.ajax-error {
display: none
}
div.wpcf7 .placeheld {
color: #888
}
div.wpcf7 input[type=file] {
cursor: pointer
}
div.wpcf7 input[type=file]:disabled {
cursor: default
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed
}
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url] {
direction: ltr
} @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} *,
:before,
:after {
box-sizing: border-box;
}
body {
color: var(--text);
font-size: 1rem;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
text-rendering: optimizelegibility;
}
.pure-g {
margin-left: -.5em;
margin-right: -.5em;
}
:root {
font-size: 16px;
font-weight: 400;
--light-grey: #F5F5F5;
--text: #747474;
--orange: #FFC527;
}
img,
input,
svg {
max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 900;
font-family: 'Open Sans';
color: #000;
}
a {
-webkit-transition: all ease-in-out 200ms;
-o-transition: all ease-in-out 200ms;
transition: all ease-in-out 200ms;
color: var(--orange);
text-decoration: none;
}
a:hover,
a:visited {
color: var(--orange);
}
a.btn {
display: block;
border: none;
outline: none;
border-radius: 0;
max-width: 280px;
font-size: 1.2rem;
text-align: center;
padding: .8em 2.5em;
background: #000;
color: #FFF;
text-decoration: none;
position: relative;
transition: all .2s ease-in-out;
}
a.btn:hover {
transform: scale(1.05);
}
p {
line-height: 1.8em;
}
.pure-g:not(.slick-slider)>div {
padding-left: 1.5em;
padding-right: 1.5em;
}
@media screen and (min-width:1280px) {
.pure-u-xl-hidden {
display: none !important;
}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
.pure-u-lg-hidden {
display: none !important;
}
}
@media screen and (min-width:768px) and (max-width:1023px) {
.pure-u-md-hidden {
display: none !important;
}
}
@media screen and (max-width:767px) {
.pure-u-sm-hidden {
display: none !important;
}
}
.container {
max-width: 1370px;
width: 90%;
margin-left: auto;
margin-right: auto;
} #header #main-menu .menu a {
color: #fff;
}
#header .top-header-contact .phone a:before {
content: "";
display: inline-block;
height: 1rem;
width: 1rem;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 10px;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='phone' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-phone fa-w-16 fa-9x'%3E%3Cpath fill='%23FFF' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z' class=''%3E%3C/path%3E%3C/svg%3E");
}
#header .top-header-contact .mail a:before {
content: "";
display: inline-block;
height: 1rem;
width: 1rem;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 10px;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='envelope' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-envelope fa-w-16 fa-9x'%3E%3Cpath fill='%23FFF' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z' class=''%3E%3C/path%3E%3C/svg%3E");
}
#header {
z-index: 2;
}
.header-search-bar input.search-field {
border: 1px solid var(--light-grey);
padding: 5px 10px;
}
.header-search-bar input.search-submit {
padding: 5px 10px;
border-radius: 0;
box-shadow: none;
border: none;
background-color: #000;
color: #fff;
}
#header .top-header-contact .top-contact a {
display: flex;
align-items: center;
}
#header .top-header-contact .phone {
margin-right: 25px;
}
#main-navigation {
background-color: #000;
}
#top-header {
background-color: #000;
}
.top-header-contact a {
color: #fff;
}
#header #top-header {
border-bottom: 1px solid #232323;
}
#top-header .top-header-contact {
display: flex;
align-items: center;
height: 100%;
}
#header #main-menu .menu {
padding: 1rem 0;
margin: 0;
list-style-type: none;
text-align: right;
}
#header #main-menu .menu li {
display: inline-block;
}
#header #main-menu .menu a {
text-decoration: none;
padding: 1rem 0.8rem;
display: block;
}
#header .logo-wrapper img {
max-height: 100%;
height: 65px;
}
#header .logo-wrapper {
height: 100%;
display: flex;
align-items: center;
}
.top-header-extra {
display: flex;
align-items: center;
justify-content: space-around;
}
.searchwrapper .header-search-bar {
position: absolute;
top: 0;
left: 40%;
padding: 7px 20px;
background-color: #fff;
}
#header-search-icon-wrapper #show:after {
cursor: pointer;
content: "";
display: inline-block;
height: 1.3rem;
width: 1.3rem;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin-right: 10px;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='search' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-search fa-w-16 fa-9x'%3E%3Cpath fill='%23ffffff' d='M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.offerte-button .btn {
background-color: var(--orange);
padding: 10px 35px;
color: #fff;
display: block;
}
.searchwrapper .header-search-bar {
display: none;
}
#top-header .top-header-contact a {
color: #fff;
}
.language-switch a {
color: #fff;
} @media screen and (max-width: 767px) {
body {
padding-top: 100px;
}
.overflow {
overflow: hidden !important;
}
.pure-g:not(.slick-slider)>div {
padding-left: .75em;
padding-right: .75em;
}
.container {
width: 100%;
padding-left: .75em;
padding-right: .75em;
}
#content .home-hero-slider .hero-text-wrapper {
padding: 1.5em 2em;
}
#content .hero-text-wrapper h1 {
font-size: 1.9rem;
}
#content .hero-text-wrapper p {
font-size: 1.4rem;
line-height: 1.6em;
margin-top: 0;
}
#top-header {
display: none;
}
#header #main-menu .menu li {
display: block;
text-align: left;
border-bottom: 1px solid #1d1d1d;
}
#header #main-menu {
position: fixed;
top: 100px;
bottom: 0;
left: 0;
width: 100%;
overflow-x: hidden;
background: #fff;
background-color: #000;
-webkit-transition: all ease-in-out 400ms;
-o-transition: all ease-in-out 400ms;
transition: all ease-in-out 400ms;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
overflow-y: auto;
}
#header #main-menu.active {
webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
#header #main-menu .menu a {
text-decoration: none;
padding: 1rem;
display: block;
line-height: 1.8em;
font-size: 1.1rem;
margin-right: 65px;
}
#header #main-menu .menu {
padding-bottom: 0;
}
#main-menu .contact-btn {
margin-top: 0 !important;
}
#header {
padding: 15px 0;
border-bottom: 5px solid var(--orange);
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #000;
}
#header #top-header {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: ist-logo;
padding: 0px;
}
#header #logo img {
max-height: 48px;
width: auto !important;
}
#header #main-navigation-bar {
-ms-grid-row: 1;
-ms-grid-column: 2;
grid-area: ist-mob-switch;
background: none;
}
#header #mob-nav-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
#header #mob-nav-toggle a {
width: 48px;
height: 48px;
display: block;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='bars' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-bars fa-w-14 fa-2x'%3E%3Cpath fill='%23ffffff' d='M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 60%;
background-position: center;
background-repeat: no-repeat;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
#header #mob-nav-toggle a.active {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-2x'%3E%3Cpath fill='%23ffffff' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z' class=''%3E%3C/path%3E%3C/svg%3E");
}
#header #main-header-menu {
position: fixed;
top: 77px;
bottom: 0;
left: 0;
right: 0;
background: var(--dark-blue);
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all ease-in-out 400ms;
-o-transition: all ease-in-out 400ms;
transition: all ease-in-out 400ms;
padding: 30px;
}
#header #main-header-menu.active {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
z-index: 10;
}
#header #main-header-menu li {
display: block;
}
#header #main-header-menu li a {
margin-bottom: 10px;
margin-right: 0px;
font-size: 1rem;
}
#header #main-header-menu #secondary-header-menu,
#header #main-header-menu #menu-secondary-top-menu-1 {
text-align: left;
margin: 0;
padding: 0;
}
.button-wrapper,
.cta-button-wrapper {
flex-direction: column;
margin: 25px 0 50px;
}
a.btn {
margin: 10px 0 !important;
max-width: 100%;
width: 100%;
}
.usp-wrapper {
margin-bottom: 20px;
}
} .home-hero-slider {
background: url(//klomp.com/wp-content/uploads/2021/08/122752692_1892985700843659_7225003603745146729_n.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.home-hero-slider {
padding-top: 3rem;
padding-bottom: 3rem;
}
.home-usps {
padding-top: 2rem;
padding-bottom: 4rem;
}
.home-extra-info {
padding-top: 4rem;
padding-bottom: 2rem;
}
.home-content {
padding-top: 4rem;
padding-bottom: 6rem;
background-color: var(--light-grey);
}
.home-usps .usp-wrapper {
background-repeat: no-repeat;
background-size: cover !important;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
height: 275px;
z-index: 1;
}
.home-usps .usp-wrapper .usp-text {
padding: 2rem;
z-index: 999;
}
.home-usps .usp-wrapper:before {
content: "";
position: absolute;
height: 100%;
width: 200px;
border-top: 275px solid var(--light-grey);
border-right: 140px solid transparent;
transition: 0.5s;
}
.home-usps .usp-wrapper:hover::before {
content: "";
position: absolute;
height: 100%;
width: 320px;
border-top: 275px solid var(--light-grey);
border-right: 140px solid transparent;
}
.home-usps .usp-text h3 {
color: var(--orange);
font-size: 2rem;
margin: 0 0 20px;
}
.btn-more-info:hover {
margin-left: 10px;
display: block;
transform: none !important;
}
.title-wrapper h2 {
font-size: 2.6rem;
color: black;
}
.home-hero-slider .hero-text-wrapper {
background-color: #fff;
padding: 35px 55px;
}
.hero-text-wrapper h1 {
color: var(--orange);
font-size: 2.4rem;
margin-top: 0;
}
.hero-text-wrapper p {
color: #000;
font-size: 1.6rem;
}
.sidebar-wrapper {
background-color: #fff;
-webkit-box-shadow: 3px 3px 25px 0px rgba(188, 188, 188, 0.3);
-moz-box-shadow: 3px 3px 25px 0px rgba(188, 188, 188, 0.3);
box-shadow: 3px 3px 25px 0px rgba(188, 188, 188, 0.3);
padding: 3rem;
}
.sidebar-wrapper h3 {
font-size: 2rem;
margin-top: 0;
font-weight: 900;
color: #000;
}
.sidebar-wrapper h3 span {
font-weight: 300;
color: var(--orange);
}
.text-wrapper h2 {
color: #000;
font-size: 2.4rem;
}
.review-wrapper {
background-color: #fff;
-webkit-box-shadow: 3px 3px 25px 0px rgba(188, 188, 188, 0.3);
-moz-box-shadow: 3px 3px 25px 0px rgba(188, 188, 188, 0.3);
box-shadow: 3px 3px 25px 0px rgba(188, 188, 188, 0.3);
padding: 3rem;
position: relative;
}
.review-wrapper:after {
content: "";
display: inline-block;
height: 5rem;
width: 5rem;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
top: -30px;
right: 20px;
position: absolute;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='quote-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-quote-right fa-w-16 fa-9x'%3E%3Cpath fill='%23FFC527' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.review-wrapper h3 {
color: #000;
text-align: center;
font-weight: 600;
font-size: 1.6rem;
}
.review-wrapper p {
color: #000;
text-align: center;
}
.review-wrapper .review-name {
color: var(--text);
text-align: center;
margin-top: 10px;
display: block;
font-size: 0.9rem;
}
.thumbnail-wrapper {
height: 200px;
overflow: hidden;
}
.thumbnail-wrapper img {
width: 100%;
height: auto;
}
.latest-news-wrapper .entry-date {
margin: 15px 0 0;
color: #D1D1D1;
display: block;
}
.latest-news-wrapper h3 {
font-size: 1.6rem;
color: #000;
margin: 10px 0;
font-weight: 700;
}
.latest-news-wrapper a {
font-weight: 900;
margin: 10px 0;
display: block;
}
.home-extra-info h3.home-extra-info-title {
font-weight: 900;
color: #000;
font-size: 1.8rem;
}
.partners {
padding-top: 2rem;
padding-bottom: 6rem;
}
.partners .logo-wrapper {
padding: 10px;
min-height: 210px;
width: 100%;
}
.partners .logo-wrapper .slide {
display: flex;
align-items: center;
justify-content: center;
min-height: 200px;
}
.latest-project-wrapper h3 {
font-size: 1.6rem;
color: #000;
margin: 20px 0;
font-weight: 700;
}
.latest-project-wrapper a {
font-weight: 900;
margin: 10px 0;
display: block;
}
.button-wrapper {
display: flex;
align-items: center;
margin-top: 40px;
}
.home-content .button-wrapper .contact-btn {
margin-right: 25px;
}
.title-wrapper h2:after,
.text-wrapper h2:after {
content: ".";
color: var(--orange);
} #footer {
background-color: #000;
padding-top: 4rem;
padding-bottom: 4rem;
}
#footer p {
color: #fff;
}
#footer h3 {
color: var(--orange);
font-size: 1.4rem;
}
#footer ul {
list-style: none;
margin: 0;
padding: 0;
} .call-to-action h3 {
font-size: 1.6rem;
color: black;
margin: 0;
}
.call-to-action .cta-button-wrapper {
display: flex;
align-items: center;
justify-content: space-around;
}
.call-to-action {
padding-top: 3rem;
padding-bottom: 3rem;
background-color: var(--light-grey);
}
.call-to-action .cta-text-wrapper {
height: 100%;
display: flex;
align-items: center;
}
.contact-btn {
background-color: var(--orange) !important;
} .page-header-wrapper {
height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} .news-items {
padding-top: 6rem;
padding-bottom: 4rem;
}
.news-items .post-img-wrapper {
height: 200px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.news-items article {
width: 100%; margin-bottom: 25px;
}
.news-items article h2 {
margin-top: 0;
}
.news-items .sidebar-wrapper {
margin-bottom: 6rem;
} .page-content {
padding-top: 4rem;
padding-bottom: 4rem;
}
.page-content .sidebar-wrapper {
margin-bottom: 6rem;
}
.page-content h1 {
font-size: 2.6rem;
color: black;
}
.page-content h2 {
font-size: 2rem;
color: black;
}
.page-content h1:after {
content: ".";
color: var(--orange);
} .category-post-wrapper h3 {
font-size: 1.4rem;
color: #000;
margin: 20px 0;
font-weight: 700;
}
.category-post-wrapper p {
min-height: 70px;
}
.category-post-wrapper {
padding-bottom: 25px;
}
.category-post-wrapper a {
font-weight: 900;
margin: 10px 0;
display: block;
}
.diensten-category {
padding-top: 4rem;
padding-bottom: 2rem;
}
.diensten-category h1 {
font-size: 2.6rem;
color: black;
}
.diensten-category h1:after {
content: ".";
color: var(--orange);
}
.category-post-wrapper .thumbnail-wrapper {
height: 140px;
display: flex;
align-items: center;
} .projecten-category {
padding-top: 2rem;
padding-bottom: 2rem;
}
.projecten-category h1 {
font-size: 2.6rem;
color: black;
}
.projecten-category h1:after {
content: ".";
color: var(--orange);
}
.archive-content {
margin: 1rem 0 4rem;
}
.projecten-category .category-post-wrapper p {
min-height: 70px;
} .error-page h1 {
font-size: 2.6rem;
color: black;
}
.error-page h2 {
font-size: 2rem;
color: black;
}
.error-page h1:after {
content: ".";
color: var(--orange);
}
.error-page {
text-align: center;
padding: 10% 0;
}
.error-page .btn-error {
margin: 0 auto;
max-width: 100%;
display: inline-block;
} .thumbnail img {
box-sizing: border-box;
border: 1px solid #ddd;
padding: 2px;
margin: 0 1% 15px 0;
width: 32.6667%;
display: inline-block;
}
.thumbnail img:nth-of-type(3n+3) {
margin-right: 0;
}
.home-slider {
width: 100%;
}
.home-slider .slide {
display: flex !important;
align-items: center;
justify-content: center;
min-height: 200px;
}
.home-slider .slide img {
max-width: 200px;
height: auto;
filter: grayscale(1);
}
.logo-slider-wrapper {
width: 100%;
}
.logo-slider-wrapper .slide {
display: flex !important;
align-items: center;
justify-content: center;
min-height: 200px;
}
.logo-slider-wrapper .slide img {
max-width: 200px;
height: auto;
} .wpcf7-submit {
display: block;
border: none;
outline: none;
border-radius: 0;
max-width: 280px;
font-size: 1.2rem;
text-align: center;
padding: .6em 2em;
background: #000;
color: #FFF;
text-decoration: none;
position: relative;
transition: all .2s ease-in-out;
}
.wpcf7-submit:hover {
transform: scale(1.05);
}
.wpcf7 label {
color: #000;
font-size: 0.8rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
background-color: #F8F8F8;
color: #000;
width: 90%;
border: none;
box-shadow: none;
padding: 8px 10px;
}
input[type="number"] {
background-color: #f8f8f8;
width: 27%;
border: none;
box-shadow: none;
padding: 8px 10px;
margin-bottom: 10px;
}
span.wpcf7-list-item {
margin-left: 0px;
margin-right: 15px;
}
#offerte-form label {
margin: 0.6rem auto;
display: block;
}
.wpcf7 label {
font-weight: 500;
}
div.wpcf7 div.ajax-error {
display: block !important;
font-size: 2rem;
background: red;
}
.slick-lightbox {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: black;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease
}
.slick-lightbox .slick-loading .slick-list {
background-color: transparent
}
.slick-lightbox .slick-prev {
left: 15px
}
.slick-lightbox .slick-next {
right: 15px
}
.slick-lightbox-hide {
opacity: 0
}
.slick-lightbox-hide.slick-lightbox-ie {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
.slick-lightbox-hide-init {
position: absolute;
top: -9999px;
opacity: 0
}
.slick-lightbox-hide-init.slick-lightbox-ie {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
.slick-lightbox-inner {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.slick-lightbox-slick-item {
text-align: center;
overflow: hidden
}
.slick-lightbox-slick-item:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
position: absolute;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
margin-bottom: 20px
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
display: block;
text-align: center
}
.slick-lightbox-slick-item-inner {
display: inline-block;
vertical-align: middle;
max-width: 90%;
max-height: 90%
}
.slick-lightbox-slick-img {
margin: 0 auto;
display: block;
max-width: 90%;
max-height: 90%
}
.slick-lightbox-slick-caption {
margin: 10px 0 0;
color: white
}
.slick-lightbox-close {
position: absolute;
top: 15px;
right: 15px;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
padding: 0;
border: none
}
.slick-lightbox-close:focus {
outline: none
}
.slick-lightbox-close:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.85;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '×'
} html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
.dienst-gallerij {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 20px;
align-items: stretch;
}
.dienst-gallerij-img {
max-width: 100%;
width: 100%;
}
.slide-arrow {
width: 20px;
height: 30px;
border: none;
top: 50%;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
background-color: transparent;
z-index: 999;
}
.next-arrow {
right: 0;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-9x'%3E%3Cpath fill='%23000' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.prev-arrow {
left: 0;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-9x'%3E%3Cpath fill='%23000' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' class=''%3E%3C/path%3E%3C/svg%3E");
} .project-overlay {
display: none !important;
}
.project-overlay.active {
display: flex !important;
}
.project-overlay {
position: fixed;
height: 100vh;
width: 100vw;
background-color: rgb(0 0 0 / 45%);
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
.project-wrapper {
width: 45%;
height: 90vh;
overflow-y: scroll;
background-color: #fff;
position: relative;
padding: 2rem;
}
.slick-track {
margin: auto;
}
.project-wrapper .close-button {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' class='svg-inline--fa fa-times fa-w-11 fa-9x'%3E%3Cpath fill='%23000' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z' class=''%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: cover;
width: 16px;
height: 20px;
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
}
.project .info {
background-color: #000;
color: #fff;
padding: 1rem 2rem;
}
.project h2 {
color: #000;
}
.project-slide img {
width: 100%;
height: auto;
}
.project-photos .slide-arrow {
background-color: var(--orange);
}
@media screen and (max-width:767px) {
.project-overlay .project-wrapper {
width: 100%;
}
.page-content {
padding-top: 2rem;
}
.news-items {
padding-top: 2rem;
}
.diensten-category {
padding-top: 2rem;
}
.title-wrapper h2 {
font-size: 2rem;
}
.diensten-category h1 {
font-size: 2rem;
}
.sidebar-wrapper h3 {
font-size: 1.8rem;
}
}
.menu .menu-item-has-children {
position: relative;
}
.menu .menu-item-has-children .sub-menu {
position: absolute;
left: 0px;
margin: 0;
top: 100%;
max-height: 0px;
padding: 0;
overflow: hidden;
background: rgb(41, 41, 41);
transition: all ease-in-out 300ms;
text-align: left;
line-height: 1.5rem;
min-width: 280px;
z-index: 999;
}
.menu .menu-item-has-children:hover .sub-menu {
max-height: 600px;
}
.menu .menu-item-has-children .sub-menu li,
.menu .menu-item-has-children .sub-menu a {
display: block;
width: 100%;
}
.menu .menu-item-has-children .sub-menu a:hover {
background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) { .menu .menu-item-has-children:after {
content: "+";
position: absolute;
top: 0;
right: 0;
width: 65px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.menu .menu-item-has-children .sub-menu {
left: 0;
position: fixed;
top: 0;
bottom: 0;
right: 0;
transform: translateX(100%);
}
.menu .menu-item-has-children:hover .sub-menu,
.menu .menu-item-has-children .sub-menu {
max-height: unset;
}
.menu .menu-item-has-children .sub-menu.active {
transform: translateX(0%);
overflow: hidden;
}
.page-content h1 {
font-size: 2.2rem;
}
.page-content h2 {
font-size: 1.8rem;
}
}
div.wpcf7 div.ajax-error {
display: block !important;
font-size: 0px;
background: rgba(222, 20, 20, 0.2);
border: 1px solid rgba(222, 20, 20, 1);
padding: 8px 1rem;
}
div.wpcf7 div.ajax-error:before {
content: "Er heeft zich een fout voorgedaan, neem aub contact met ons op via de contact pagina.";
display: block;
color: var(--text);
font-size: 1.2rem;
}
.slick-lightbox .slick-arrow {
width: 20px;
height: 30px;
border: none;
top: 50%;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
background-color: transparent;
font-size: 0;
}
.slick-lightbox .slick-next {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-9x'%3E%3Cpath fill='%23ddd' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.slick-lightbox .slick-prev {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-9x'%3E%3Cpath fill='%23ddd' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' class=''%3E%3C/path%3E%3C/svg%3E");
} .popup-wrap {
width: 100%;
height: 100%;
position: fixed;
z-index: 999;
top: 0px;
left: 0px;
content: "";
background: rgba(0, 0, 0, 0.85);
}
.popup-wrap {
display: none;
}
.popup-box {
width: 40%;
padding: 70px;
transform: translate(-50%, -50%) scale(0.5);
position: absolute;
top: 50%;
left: 50%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #fff;
}
.close-btn {
width: 20px;
height: 30px;
display: inline-block;
position: absolute;
top: 20px;
right: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
font-weight: bold;
text-decoration: none;
color: #fff;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' class='svg-inline--fa fa-times fa-w-11 fa-9x'%3E%3Cpath fill='%23000' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.close-btn:hover {
transform: rotate(90deg);
}
.transform-in,
.transform-out {
display: block;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.transform-in {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.transform-out {
-webkit-transform: translate(-50%, -50%) scale(0.5);
transform: translate(-50%, -50%) scale(0.5);
}
.search-wrapper h2 {
font-size: 2rem;
}
.search-wrapper input.search-field {
padding: 20px;
width: 100%;
border: none;
background-color: var(--light-grey);
}
.search-submit {
display: block !important;
border: none;
outline: none;
border-radius: 0;
font-size: 1.2rem;
padding: 0.8em 1.5em;
text-decoration: none;
position: relative;
display: inline-block;
transition: all 0.4s ease-in-out;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 15px;
max-width: 180px;
border: 2px solid transparent;
}
.search-submit:hover {
background: var(--orange);
color: #fff;
}
.screen-reader-text {
display: none;
}
.search-page {
padding-top: 6rem;
padding-bottom: 6rem;
} #CybotCookiebotDialogBodyButtonDecline {
background-color: #000 !important;
border: 1px solid #000 !important;
}
#CybotCookiebotDialogBodyButtonAccept {
background-color: #FFC527 !important;
border: 1px solid #FFC527 !important;
}
#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
font-family: 'Open Sans', sans-serif !important;
}
#CybotCookiebotDialogBodyContentTitle {
font-weight: bold !important;
}
section.referenties {
padding-bottom: 0;
}
.referenties h1 {
margin-bottom: 4rem;
}
.referenties .review-wrapper p {
min-height: 180px;
}
.referenties .review-wrapper {
padding: 3rem 2.5rem 2.5rem;
margin-bottom: 4rem;
}
.referenties .review-wrapper h3 {
min-height: 75px;
margin-bottom: 1rem;
font-size: 1.4rem;
}
#Kerst {
display: none;
-webkit-box-shadow: 0px 10px 18px 2px rgba(61, 61, 61, 0.3);
-moz-box-shadow: 0px 10px 18px 2px rgba(61, 61, 61, 0.3);
box-shadow: 0px 10px 18px 2px rgba(61, 61, 61, 0.3);
position: fixed;
top: 50px;
left: 0;
right: 0;
margin: 0 auto;
max-width: 80%;
background: #fff;
padding: 20px;
border-radius: 20px;
top: 50vh;
transform: translateY(-50%);
z-index: 999;
}
#Kerst h3 {
text-align: center;
}
#sluitMelding {
position: absolute;
right: -10px;
top: -10px;
color: #000;
font-size: 30px;
padding: 0 10px;
cursor: pointer;
z-index: 999;
background: #ffc527;
font-weight: bold;
border-radius: 50%;
}
@media screen and (max-width:600px) {
#Kerst {
max-width: 95%;
padding: 0px;
}
}  .slick-loading .slick-list {
background: #fff url(https://klomp-transport.nl/wp-content/themes/klomp-theme/ajax-loader.gif) center center no-repeat;
} @font-face {
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://klomp-transport.nl/wp-content/themes/klomp-theme/fonts/slick.eot);
src: url(https://klomp-transport.nl/wp-content/themes/klomp-theme/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://klomp-transport.nl/wp-content/themes/klomp-theme/fonts/slick.woff) format('woff'), url(https://klomp-transport.nl/wp-content/themes/klomp-theme/fonts/slick.ttf) format('truetype'), url(https://klomp-transport.nl/wp-content/themes/klomp-theme/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: .25;
}
.slick-prev:before,
.slick-next:before {
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir='rtl'] .slick-prev {
right: -25px;
left: auto;
}
.slick-prev:before {
content: '←';
}
[dir='rtl'] .slick-prev:before {
content: '→';
}
.slick-next {
right: -25px;
}
[dir='rtl'] .slick-next {
right: auto;
left: -25px;
}
.slick-next:before {
content: '→';
}
[dir='rtl'] .slick-next:before {
content: '←';
} .slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
opacity: .75;
color: black;
}
.slick-lightbox {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: black;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease
}
.slick-lightbox .slick-loading .slick-list {
background-color: transparent
}
.slick-lightbox .slick-prev {
left: 15px
}
.slick-lightbox .slick-next {
right: 15px
}
.slick-lightbox-hide {
opacity: 0
}
.slick-lightbox-hide.slick-lightbox-ie {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
.slick-lightbox-hide-init {
position: absolute;
top: -9999px;
opacity: 0
}
.slick-lightbox-hide-init.slick-lightbox-ie {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}
.slick-lightbox-inner {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.slick-lightbox-slick-item {
text-align: center;
overflow: hidden
}
.slick-lightbox-slick-item:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
position: absolute;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
margin-bottom: 20px
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
display: block;
text-align: center
}
.slick-lightbox-slick-item-inner {
display: inline-block;
vertical-align: middle;
max-width: 90%;
max-height: 90%
}
.slick-lightbox-slick-img {
margin: 0 auto;
display: block;
max-width: 90%;
max-height: 90%
}
.slick-lightbox-slick-caption {
margin: 10px 0 0;
color: white
}
.slick-lightbox-close {
position: absolute;
top: 15px;
right: 15px;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
padding: 0;
border: none
}
.slick-lightbox-close:focus {
outline: none
}
.slick-lightbox-close:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.85;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '×'
} .slick-slider {
position: relative;
display: block;
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;
margin-left: auto;
margin-right: auto;
}
.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;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.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;
}
.slick-arrow.slick-hidden {
display: none;
}
#ac-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, .6);
z-index: 1001;
display: flex;
align-items: center;
justify-content: center;
}
#popup {
width: 80%;
height: auto;
background: #FFFFFF;
box-shadow: #d7d7d7 0px 0px 20px 3px;
-moz-box-shadow: #d7d7d7 0px 0px 20px 3px;
-webkit-box-shadow: #d7d7d7 0px 0px 20px 3px;
position: relative;
border-radius: 45px;
overflow: hidden;
}
#sluit-popup {
width: 20px;
height: 30px;
display: inline-block;
position: absolute;
top: 20px;
cursor: pointer;
right: 20px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
font-weight: bold;
text-decoration: none;
color: #fff;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' class='svg-inline--fa fa-times fa-w-11 fa-9x'%3E%3Cpath fill='%23000' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z' class=''%3E%3C/path%3E%3C/svg%3E");
}
#sluit-popup:hover {
transform: rotate(90deg);
}
#popup .popup-text h2 {
text-align: center;
font-size: 34px;
margin: 20px auto;
color: red;
}
@media only screen and (max-width: 1024px) {
#popup ##sluit-popup {
top: 10px;
}
#popup .popup-text h2 {
font-size: 20px;
margin-top: 40px;
}
}
#breadcrumbs {
margin-top: 20px;
padding-left: 1.5rem;
}
#breadcrumbs span {
color: #000;
font-size: 14px;
}
.wpcf7-form .pure-g .pure-u-sm-1-4 p {
display: flex;
align-items: center;
margin: 0px;
}
.p-no-padding p {
margin-bottom: 0px;
}
input[type="number"] {
min-width: 70px;
}
#header #main-menu .menu {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media screen and (max-width: 1444px) {
#header #main-menu .menu {
justify-content: flex-start;		
}	
}
@media screen and (max-width: 768px) {
#header #main-menu .menu {
display: block;
}	
}