@charset "UTF-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot');
    src: url('assets/fonts/fontawesome-webfont.iefix.eot') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff2') format('woff2'), url('assets/fonts/fontawesome-webfont.woff') format('woff'), url('assets/fonts/fontawesome-webfont.ttf') format('truetype'), url('assets/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.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: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-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);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-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);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.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,
.fa-gratipay: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: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-buoy: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-genderless:before,
.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";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

html {
    overflow-y: scroll;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    border-collapse: collapse;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
select {
    vertical-align: middle;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

blockquote,
blockquote p,
q {
    font-style: italic;
    margin: 0 0 20px 0;
}

ul,
ol {
    line-height: 25px;
    list-style-position: outside;
    margin: 0 0 20px 25px;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin: 0 0 0 20px;
}

ol ol {
    list-style-type: lower-latin;
}

code,
pre {
    background: #FFFFB3;
}

pre {
    padding: 5px 10px;
    margin-bottom: 22px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}

hr {
    border: 0;
    border-top: 1px solid #CCCCCC;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

.clear {
    clear: both;
}

.sf-menu,
.sf-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px;
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}

.sf-menu {
    float: left;
}

.sf-menu a {
    border: none;
    text-decoration: none;
}

.sf-menu li {
    background: none;
}

.sf-menu li li {
    background: none;
}

.sf-menu li li li {
    background: none;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: none;
}

.sf-sub-indicator {
    display: none;
}

nav#pagination {
    clear: both;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0 0 25px 0;
    width: 100%;
}

nav#pagination span.pagination-title {
    display: none;
}

nav#pagination ul {
    margin: 0;
    text-align: center;
    width: auto;
}

nav#pagination ul li {
    display: inline-block;
    list-style-type: none;
}

nav#pagination ul li a {
    text-decoration: none;
}

nav#pagination ul li a.pagination-page,
nav#pagination ul li span.pagination-current {
    border: 1px solid #CCC;
    position: relative;
    margin: 0 3px;
    padding: 2px 6px;
}

nav#pagination ul li a.pagination-prev {
    border: none;
    margin: 0 5px 0 0;
}

nav#pagination ul li a.pagination-next {
    border: none;
    margin: 0 0 0 5px;
}

nav#pagination .pagination-gap {
    margin: 0 3px;
    position: relative;
}

nav#pagination .previous-post {
    float: left;
    margin: 0 10px 0 0;
}

nav#pagination .next-post {
    float: right;
    margin: 0 0 0 10px;
}

.entry-content img {
    margin: 0 0 25px 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 0px auto;
}

.wp-caption {
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

.gallery {
    margin-bottom: 25px;
    overflow: auto;
    padding: 9px;
    width: auto;
}

.gallery dl {
    display: block;
    float: left;
    height: auto;
    margin: 10px;
    width: auto;
}

.ie7 .gallery dt {
    margin-bottom: 25px;
}

.gallery dt img {
    float: left;
    height: auto;
    width: auto;
}

.gallery dd,
.gallery br {
    display: none;
}

blockquote.left {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.contact-widget span {
    display: inline-block;
    font-weight: bold;
    min-width: 75px;
    width: 35%;
}

.contact-widget ul {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.contact-widget ul.other {
    padding-bottom: 0 !important;
}

.contact-widget li {
    clear: both;
}

table {
    border: 1px solid #000000;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    width: 100%;
}

table caption {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 22px;
    text-align: left;
}

.ie7 table caption {
    height: 44px;
}

table tr {
    border-bottom: 1px solid #000;
}

.ie7 table td {
    border-bottom: 1px solid #000;
}

table th {
    padding: 5px 10px;
    text-align: left;
}

table thead {
    font-weight: bold;
}

table td {
    padding: 5px 10px;
}

table td,
table th {
    border-right: 1px solid #000000;
}

#wpadminbar #adminbarsearch .adminbar-input {
    margin: 0 !important;
    vertical-align: middle;
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
    float: left;
    margin: 10px;
}

.container {
    display: block;
    clear: both;
    float: left;
    height: auto;
    min-width: 100%;
}

.container .container-inner {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

.onecol {
    width: 60px;
}

.twocol {
    width: 140px;
}

.threecol {
    width: 220px;
}

.fourcol {
    width: 300px;
}

.fivecol {
    width: 380px;
}

.sixcol {
    width: 460px;
}

.sevencol {
    width: 540px;
}

.eightcol {
    width: 620px;
}

.ninecol {
    width: 700px;
}

.tencol {
    width: 780px;
}

.elevencol {
    width: 860px;
}

.twelvecol {
    width: 940px;
}

img,
object,
embed {
    max-width: 100%;
}

img {
    height: auto;
}

body .sidebar.threecol .widget {
    position: initial !important;
}

.ie8 .cta {
    font-size: 12px !important;
}

.ie8 aside.horizontal .widget.widget_home_widget .post-type-energy,
.ie8 aside.horizontal .widget.widget_home_widget .post-type-internet,
.ie8 aside.horizontal .widget.widget_home_widget .post-type-telecom {
    height: 300px;
}

.ie8 input[type="submit"] {
    font-size: 12px !important;
}

.ie8 .cell.close {
    font-size: 11px !important;
}

.ie8 .cell.close .cta {
    padding: 0 10px !important;
}

.ie7 .cta {
    font-size: 12px !important;
}

.ie7 aside.horizontal .widget.widget_home_widget .post-type-energy,
.ie7 aside.horizontal .widget.widget_home_widget .post-type-internet,
.ie7 aside.horizontal .widget.widget_home_widget .post-type-telecom {
    height: 300px;
}

.ie7 input[type="submit"] {
    font-size: 12px !important;
}

.ie7 .cell.close {
    font-size: 11px !important;
}

.ie7 .cell.close .cta {
    padding: 0 10px !important;
}

.ie7 #footer {
    margin-top: 40px !important;
}

.ie7 input[type="text"] {
    height: 17px !important;
}

.ie7 #topnav {
    width: 220px !important;
}

.ie7 #topnav ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ie7 #topnav ul li {
    display: inline !important;
    width: auto !important;
}

.ie7 #topnav ul li a {
    display: block !important;
    float: right !important;
    width: auto !important;
}

.ie7 .widget-best-insurance {
    width: 620px !important;
}

.container-inner h1 {
    font-family: 'AllerBold', sans-serif;
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.container-inner h2 {
    font-family: 'AllerBold', sans-serif;
    color: #FBC804;
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
}

#autovergelijker {
    margin: 0 auto;
    width: 942px;
    border: 1px solid #ccc;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    border-radius: 3px;
    padding: 1.5em;
    box-sizing: border-box;
    margin-bottom: 3em;
}

#autovergelijker:hover {
    background: #F0F0F0 -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
}

#autovergelijker .row {
    position: relative;
}

#autovergelijker .row h3 {
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0 0 25px;
}

#autovergelijker .row>div {
    float: left;
}

#autovergelijker .row .clear {
    clear: both;
    float: none;
}

#autovergelijker .row div .form-label {
    padding-right: 1em;
}

#autovergelijker .row div .form-label-last {
    padding-right: 0;
}

#autovergelijker .row div .form-label #vergelijken {
    background: #AE0015;
    color: #FFFFFF;
    height: 42px;
    padding: .6em .75em .5em .75em;
    font-family: AllerRegular, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: normal;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    bottom: 1px;
}

#autovergelijker .row div .form-label #vergelijken:after {
    content: "\25B8";
    font-size: 15px;
    position: relative;
    top: -2px;
    right: -0.1em;
}

#autovergelijker .row div .form-label #vergelijken:hover {
    background: #930012;
}

#autovergelijker .row div .form-label label {
    display: block;
}

#autovergelijker .row div .form-label input {
    border: 1px solid #D1D1CF;
    border-radius: 3px;
    width: 123px;
    background: #fff;
    padding: 5px 10px;
    font-size: 1em;
    height: 42px;
}

#autovergelijker input:focus {
    -moz-box-shadow: #a7001a 0 0 7px;
    -webkit-box-shadow: #a7001a 0 0 7px;
    box-shadow: #a7001a 0 0 7px;
}

#autovergelijker #kentekenplaat {
    background: #DDB108 url(../../plugins/auto-module/assets/images/letter-plate.gif) no-repeat left top;
    width: 200px;
    display: block;
    float: left;
    border: 1px solid #493E1E;
    height: 40px;
    border-radius: 3px;
}

#autovergelijker .row div .form-label #kentekenplaat input {
    height: 40px;
    width: 173px;
    padding: 1px 12px;
    margin: 0px 0 0 27px;
    border: none;
    background: none;
    filter: none;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 38px;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 600px) {
    body form#autovergelijker .row>div {
        width: 100% !important;
    }
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

#content {
    margin: 0 10px;
}

#content .left {
    width: 280px;
    padding-bottom: 10px;
}

#content .right {
    width: 640px;
    padding-bottom: 0px;
}

#content ul.settings dt,
#content .left h3 {
    font-size: 12px;
    color: #fba601;
    font-weight: bold;
    padding: 6px 10px;
}

#content ul.settings {
    margin-bottom: 20px;
}

#content ul.wp-cpl-widget,
form.search_form {
    padding: 0px 0px 5px 0px;
}

ul.blogroll,
ul.xoxo {
    padding-bottom: 5px;
}

#content ul.wp-cpl-widget li a,
ul.blogroll li a,
ul.xoxo li a {
    color: #666;
    text-decoration: none;
    padding: 3px 10px;
    display: block;
}

#content ul.wp-cpl-widget li a:hover,
ul.blogroll li a:hover,
ul.xoxo li a:hover {
    background: #61c3ec;
    color: #fff;
}

#content ul li#search form {
    margin-left: 5px;
}

#content ul.settings li {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#content ul.settings>li {
    background: url(../../plugins/auto-module/assets/images/settingsbg.png) repeat-x left bottom;
    margin: 0 10px;
    color: #666;
    font-weight: bold;
}

#content ul.settings>li h4 {
    padding-left: 10px;
    background: url(../../plugins/auto-module/assets/images/settingsarrowdown.png) no-repeat left top;
    padding: 8px 0 12px 20px;
    cursor: pointer;
}

#content ul.settings>li.hide h4 {
    background: url(../../plugins/auto-module/assets/images/settingsarrow.png) no-repeat left top;
}

#content ul.settings>li h4:hover {
    text-decoration: underline;
}

#content form#carform {
    margin-bottom: 20px;
}

#content #vergelijktable {
    margin-bottom: 20px;
}

#content table.border {
    border: 1px solid #efefef;
}

#content table {
    border-collapse: separate;
    border: 0;
}

#content img {
    border: 0;
    background-color: transparent;
}

#content table th {
    position: relative !important;
    color: #333;
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 12px 10px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #efefef;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#content table th.sorting {
    padding: 12px 14px 12px 6px;
    background: #F0F0F0;
    background-image: url(../../plugins/auto-module/assets/images/sort.png), -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/sort.png), -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/sort.png), -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/sort.png), -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/sort.png), linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

#content table th.sorting_asc {
    padding: 12px 14px 12px 6px;
    background: #F0F0F0;
    background-image: url(../../plugins/auto-module/assets/images/asc.png), -webkit-linear-gradient(top, #efefef 25%, #ffffff 100%);
    background-image: url(../../plugins/auto-module/assets/images/asc.png), -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/asc.png), -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/asc.png), -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/asc.png), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

#content table th.sorting_desc {
    padding: 12px 14px 12px 6px;
    background: #F0F0F0;
    background-image: url(../../plugins/auto-module/assets/images/desc.png), -webkit-linear-gradient(top, #efefef 25%, #ffffff 100%);
    background-image: url(../../plugins/auto-module/assets/images/desc.png), -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/desc.png), -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/desc.png), -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background-image: url(../../plugins/auto-module/assets/images/desc.png), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

#content table th.sorting:hover,
#content table th.sorting_asc:hover,
#content table th.sorting_desc:hover {
    color: #000;
    text-decoration: underline;
}

#content table th h2 {
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

#content table td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
    border-right: 1px solid #efefef;
    position: relative !important;
}

#content table tr:hover td {
    background: #F0F0F0 -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    position: relative !important;
}

#content table.border tr:hover td {
    background: url(../../plugins/auto-module/assets/images/tablebg.png) repeat-x left top;
}

#content #left table td {
    padding: 7px 5px;
    position: relative;
    display: block;
    text-align: left;
    position: relative;
}

#content #left table .verzenden td {
    padding: 12px 5px;
}

#content #right table td {
    white-space: nowrap;
}

#content table td span.center {
    padding-left: 30px;
}

#content table td:first-child {
    border-left: 1px solid #eee;
}

#content table td.first {
    border-left: 1px solid #eee;
}

#content table td:last-child {
    border-right: 1px solid #eee;
}

#content table td.last {
    border-right: 1px solid #eee;
}

#content table tr:nth-child(2) td {
    border-top: 1px solid #eee;
}

#content table tr.first td {
    border-top: 1px solid #eee;
}

#content table.resultaat tr.first td {
    border-top: 0;
}

#content table.resultaat tr td {
    border-right: 0;
}

#content table.resultaat tr td.last {
    border-right: 1px solid #eee;
}

#content table.resultaat tr:nth-child(2) td {
    border-top: none;
}

#content table.resultaat td {
    white-space: nowrap;
}

#content #carform table th,
#content #carform table td {
    background-color: #f2f2f2;
}

#content table th.first {
    border-left: 1px solid #eee;
}

#content table th.last {
    border-right: 1px solid #eee;
}

#content table thead tr {
    margin-bottom: 20px;
}

#content .vergelijktableauto table tbody tr td {
    border-right: 0;
}

#content .vergelijktableauto table tbody tr td.last {
    border-right: 1px solid #eee;
}

#content table td span.rnumber {
    font-size: 16px;
    color: #666;
}

#content table td a.button,
#auto a.button {
    border: 1px solid #215361;
    text-decoration: none;
    background: url(../../plugins/auto-module/assets/images/buttonbgbig.png) repeat-x left top;
    display: block;
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#content table td a.button:hover,
#auto a.button:hover {
    background: #FFB521 url(../../plugins/auto-module/assets/images/selectedsettingbg.png) repeat-x left top;
    border: 1px solid #fba601;
}

#content table td a.comp:hover {
    opacity: 0.8;
}

#content table tr.spacerator {
    float: left;
    height: 2px;
}

#content table td.link {
    width: 175px;
}

#content table td.link2 {
    width: 160px;
}

#content table td img.comp {
    padding-left: 17px;
}

#content table td div.ranker {
    position: relative;
}

#content table td img.rank {
    position: absolute;
    left: -1px;
    top: -7px;
}

#content table td h5.title {
    color: #000;
    text-transform: capitalize;
    margin-left: 5px;
    margin-bottom: 9px;
    font-size: 12px;
    padding-bottom: 3px;
    font-weight: bold;
}

#content table tr.kenteken td h5.title {
    padding-bottom: 15px;
}

#content table td span.inputfield input,
#content ul li#search form input,
.ui-widget input,
.dataTables_filter input {
    border: 1px solid #D1D1CF;
    border-radius: 3px;
    width: 167px;
    height: auto;
    background: #fff;
    padding: 5px 10px;
    margin-left: 5px;
}

#content table td span.inputfield input:focus,
#content table td select:focus,
.dialog select:focus,
#content ul li#search form input:focus,
.ui-widget input:focus,
.dataTables_filter input:focus {
    border: 1px solid #a7001a;
    border-top: 1px solid #a7001a;
    box-shadow: #a7001a 0 0 7px;
    outline: 0;
}

#content table td span.inputfield input.error {
    border: 1px solid red !important;
}

#content .inputfieldnr {
    margin-bottom: 20px;
    background: #DDB108 url(../../plugins/auto-module/assets/images/letter-plate.gif) no-repeat left top;
    width: 200px;
    display: block;
    float: left;
    border: 1px solid #493E1E;
    height: 40px;
    margin-left: 5px;
    border-radius: 6px;
}

#content table td span.inputfieldnr input#kenteken {
    height: 42px;
    width: 173px;
    padding: 1px 12px;
    margin: 0px 0 0 27px;
    border: none;
    background: none;
    filter: none;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 38px;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

#content table td span.uitleg {
    color: #C0001E;
    font-size: 10px;
    padding-left: 5px;
}

#content table td span.uitlegschadevrij {
    text-decoration: underline;
    cursor: pointer;
}

#content table td select,
.dialog select {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-align: left;
    background: #fff;
    cursor: pointer;
    border: 1px solid #D1D1CF;
    border-radius: 3px;
    width: 189px;
    height: auto;
    padding: 6px 5px;
    color: #333;
    line-height: 15px;
    margin-left: 5px;
    font-size: 13px;
    -webkit-appearance: menulist;
}

#content #right table th,
#content #right table td {
    text-align: center;
}

#content .price {
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    position: relative;
}

#content .price span {
    position: relative;
    top: -5px;
}

#content .teasers_box {
    clear: both;
}

#content .teasers_box h2 a {
    color: #3F9FB9;
    text-decoration: none;
    font-size: 16px;
}

.teaser_date {
    color: #999;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 11px;
    position: relative;
    top: -4px;
}

#content .teaser {
    float: left;
    width: 350px;
}

#content .teaser_right {
    float: right;
    width: 350px;
}

#content .prev_next {
    clear: both;
    padding-top: 30px;
    border-top: 1px solid #efefef;
}

#content .prev_next p {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 11px;
    color: #999;
}

#content .prev_next p a {
    text-transform: none;
    font-size: 12px;
}

#content .post_box p {
    margin-bottom: 20px;
    line-height: 20px;
}

#content .post_box strong {
    font-weight: bold;
}

#dialog,
#dialog2 {
    display: none;
}

input.submit {
    background: #C0001E !important;
    font-family: AllerRegular, sans-serif !important;
    color: #fff !important;
    text-shadow: none !important;
    float: none !important;
    margin-left: 5px !important;
    padding: 5px 28px 5px 16px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    text-shadow: 0 1px 0 #270006 !important;
    display: inline !important;
}

input.submit:hover {
    background: #a7001a !important;
}

#content table tr td a.autoafsluiten,
input.submit {
    border: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #FBC804;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    text-shadow: 0px 1px rgba(50, 9, 36, 0.25);
    color: #fff;
    text-decoration: none;
    text-transform: none;
    width: 140px;
    font-family: AllerRegular, sans-serif;
    padding-right: 2px;
}

#content table tr td a.autoafsluiten>span:after {
    content: "\25B8";
    font-size: 16px;
    position: relative;
    top: 0;
    right: -0.15em;
}

#content .bereken-premies-span:after {
    content: "\25B8";
    font-size: 14px;
    position: relative;
    top: 0em;
    right: 1.8em;
    color: #fff;
    text-shadow: 0 1px 0 #270006;
}

#content table tr td a.autoafsluiten:hover {
    background: #e2b404;
}

#content table tr td a.autoafsluiten span {
    font-weight: normal;
    color: #000;
    text-shadow: none;
}

img.stars,
.scoreLabel,
.userScoreLabel,
.insuranceDetail .price {
    float: left;
    margin-left: 17px;
    padding: 8px;
}

table.resultaat {
    margin-bottom: 20px;
}

table.resultaat img.stars {
    margin-left: 5px;
}

div.wijzig-gegevens {
    line-height: 22px;
    height: 48px;
    font-size: 12px;
}

div.wijzig-gegevens strong {
    font-weight: bold;
    color: #333;
}

div.wijzig-gegevens span {
    font-weight: bold;
    color: #999;
}

div.wijzig-gegevens a.edit {
    background: url(../../plugins/auto-module/assets/images/pencil.png) no-repeat 0 0;
    padding-left: 20px;
    display: inline-block;
}

h1.resulttitle {
    color: #454545;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
}

h1.resulttitle span {
    color: #fba601;
}

div.sidebar {
    margin-bottom: 20px;
    background: #F0F0F0 -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    box-shadow: 0 1px 3px 0 rgba(200, 200, 200, 0.5);
    border: 1px solid #eee;
}

a.img:hover img {
    opacity: 0.7;
}

#left span.help {
    position: absolute;
    right: 5px;
    top: 5px;
}

.tooltip,
.tooltip2 {
    cursor: help;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: #ff6 !important;
    background: #F0F0F0 !important;
    background: #f9f5ea !important;
    font-size: 14px !important;
    line-height: 20px;
    border-radius: 5px;
}

span#kenteken_validatie {
    float: left;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
}

div.merk,
span.kentekenonbekend {
    color: #C0001E;
    text-transform: capitalize;
    font-size: 13px;
    margin: 0px 0 0 42px;
}

div.merk {
    color: #C0001E;
}

span.kentekenonbekend {
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    top: 0;
    position: absolute;
    top: 2px;
    left: 67px;
}

div.advies {
    color: #666;
    border: 1px solid #CCCCCC;
    left: -172px;
    padding: 10px;
    position: absolute;
    top: -2px;
    width: 150px;
}

div.advies h5 {
    text-transform: capitalize;
    color: #333;
    font-size: 12px;
    padding-bottom: 4px;
}

#error {
    color: #b90000;
    font-weight: normal;
    padding-top: 2em;
}

#error h2 {
    color: #b90000;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 10px;
}

#error span {
    font-style: italic;
    font-weight: bold;
}

#footer {
    padding: 20px;
    border: 1px solid #eee;
    background: #F0F0F0 -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(200, 200, 200, 0.5);
}

#footer .footerlogo {
    width: 248px;
    height: 33px;
    background: url(../../plugins/auto-module/assets/images/footerlogo.png) no-repeat left top;
    text-indent: -9999px;
    font-variant: small-caps;
}

#footer .right {
    line-height: 32px;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_paginate {
    position: absolute;
    right: 8px;
    cursor: pointer;
    top: 8px;
}

.dataTables_paginate a {
    border: 1px solid #eee;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-transform: capitalize;
    display: inline-block;
    font-weight: bold;
    padding: 2px 10px;
    margin-left: 5px;
    background: #F0F0F0 -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0 1px 3px 0 rgba(200, 200, 200, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
}

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

.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_disabled_next {
    color: #ccc;
    border: 1px solid #eee;
}

.dataTables_paginate a.paginate_disabled_previous:hover,
.dataTables_paginate a.paginate_disabled_next:hover {
    text-decoration: none;
    cursor: default;
}

.dataTables_info {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 287px;
    text-transform: capitalize;
    top: 16px;
}

.dataTables_info span {
    color: #fba601;
}

.dataTables_filter {
    border: 1px solid #eee;
    padding: 10px;
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    background: #F0F0F0 -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0 1px 3px 0 rgba(200, 200, 200, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
}

#content table td.dataTables_empty {
    padding: 20px;
    font-size: 13px;
    text-transform: capitalize;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.ui-widget {
    font-family: 'AllerRegular', sans-serif;
    font-size: 12px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input {
    width: 100px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'AllerRegular', sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    color: #333;
    height: auto;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    color: #333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333;
    float: right;
    border: 1px solid transparent;
}

.ui-widget-header .ui-state-default {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    font-weight: normal;
    border: 0;
    background: none;
    box-shadow: none;
    font-size: 30px;
    padding: 0;
    line-height: 20px;
    color: #bbb;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #a7001a;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    font-weight: normal;
    color: #C0001E;
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #C0001E;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #C0001E;
    font-weight: normal;
    color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-widget:active {
    outline: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #a7001a;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #a7001a;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #cd0a0a;
    color: #fff;
}

.ui-widget-overlay {
    background: #000;
    opacity: .80;
    filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
    margin: -7px 0 0 -7px;
    padding: 7px;
    background: #000;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ui-dialog {
    position: absolute;
    z-index: 1001;
    padding: 0;
    width: 300px;
    overflow: hidden;
    border: 0;
    background: #fff;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1.5em 2em .5em 2em;
    text-align: left;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.ui-dialog-titlebar-close {
    float: right;
    cursor: pointer;
}

.ui-dialog-titlebar-close span {
    display: inline-block;
    float: left;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    background: 0;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    background-image: none;
    padding: 0 2em 1.5em 2em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    padding: .7em 1em .65em 1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(200, 200, 200, 0.5);
    background: #C0001E;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: normal;
    font-family: 'AllerRegular', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px 0 #270006;
    text-shadow: 0px 1px rgba(50, 9, 36, 0.25);
}

.ui-dialog .ui-dialog-buttonpane button:after {
    content: "\25B8";
    font-size: 15px;
    position: relative;
    top: -1px;
    right: -0.2em;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: #a7001a;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

div.dialog {
    padding-top: 1em !important;
}

div.dialog label strong {
    display: inline-block;
    width: 90px;
    text-align: left;
    font-weight: bold;
}

div.dialog label.wide strong {
    width: 140px;
}

div.dialog label strong span {
    color: #C0001E;
}

div.dialog ul li {
    display: block;
    clear: left;
    margin-bottom: 10px;
    float: left;
    margin-left: 1.4em;
}

.dialog select.disabled {
    color: #999;
    cursor: default;
    font-style: italic;
}

#dialog2 select {
    width: 280px;
}

#dialog2+.ui-dialog-buttonpane button {
    margin-left: 102px;
}

#dialog2 {
    height: 210px !important;
}

#dialog2 .dialog ul {
    margin: 1em 2em;
}

#loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1004;
}

.loaderOverlay {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1005;
    opacity: .8;
    filter: alpha(opacity=80);
}

#loaderContent #logo {
    margin: 35px 0 20px;
    text-align: center;
}

#loaderContent div.merk {
    display: inline;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

#loaderContent p#sitename a {
    font-size: 25px;
    color: #C0001E;
    text-decoration: none;
    text-transform: uppercase;
    font-family: AllerBold, sans-serif;
}

#loaderContent p.powered-by {
    text-align: center;
}

#loaderContent span {
    display: inline;
    color: #C0001E;
}

#loaderContent p#sitename a:hover {
    color: #a7001a;
    text-decoration: underline;
}

#loaderContent {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    position: fixed;
    z-index: 1006;
    background: #F0F0F0 -webkit-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -ms-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -moz-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 -o-linear-gradient(top, #ffffff 25%, #efefef 100%);
    background: #F0F0F0 linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0 1px 3px 0 rgba(200, 200, 200, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    height: 400px;
    margin-top: -200px;
}

#loaderContent h2 {
    text-align: center;
    color: #FBC804;
    padding: 20px;
    clear: left;
    margin-bottom: 0;
}

#loaderContent h3 {
    text-align: center;
    font-size: 15px;
    padding-top: 0;
    color: #000;
}

#loaderContent .loaderGif {
    margin: 40px 0;
    text-align: center;
}

.loadingStatic .loaderPicStatic {
    background: url(../../plugins/auto-module/assets/images/ajax-loader.gif) no-repeat;
    width: 220px;
    height: 19px;
}

#informatie {
    position: relative;
    top: -70px;
    padding-top: 128px;
    z-index: 0;
}

.pop-up-wrap {
    z-index: 999 !important;
}

#komparu {
    border: 1px solid #eee !important;
    position: relative;
    margin-bottom: 10px;
}

#komparu .komparu-content #content {
    overflow: hidden;
    margin-top: 10px;
}

#komparu .komparu-footer {
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #eee !important;
    font-size: 12px;
    height: 46px !important;
    width: 100% !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.komparu-footer a {
    color: #000;
}

#komparu .komparu-overlay {
    position: absolute;
    background: #f7f7f7 url(../../plugins/auto-module/assets/images/komparu-hoe-auto.png) no-repeat center 3em;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    cursor: pointer;
}

.js-insurances .col-number::before {
    border-color: #FBC804 transparent transparent !important;
}

.cmp .has-error .form-control {
    border-color: #8dc63f !important;
}

.show-on-tablet,
.show-on-mobile {
    display: none;
}

@media screen and (max-width: 940px) {
    .show-on-tablet {
        display: initial;
    }
    .hide-on-tablet {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .show-on-mobile {
        display: initial;
    }
    .hide-on-mobile {
        display: none;
    }
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

input,
button,
select,
textarea {
    margin: 0;
    vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    vertical-align: top;
    top: 3px;
    top: 0 \0;
    *top: -3px;
}

@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
    input[type="radio"],
    input[type="checkbox"] {
        vertical-align: baseline;
        top: 2px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
    input[type="radio"],
    input[type="checkbox"] {
        vertical-align: baseline;
        top: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
    input[type="radio"],
    input[type="checkbox"] {
        vertical-align: baseline;
        top: 0;
    }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background: #ddd url(../img/images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 3px 10px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0px;
}

button {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    outline: 0;
    padding: 2px 3px;
    font-size: 13px;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
    height: 1.8em;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}

::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
    color: #888;
}

:invalid {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    -moz-box-shadow: #06f 0 0 7px;
    -webkit-box-shadow: #06f 0 0 7px;
    box-shadow: #06f 0 0 7px;
    z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
    background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888;
    cursor: default;
}

textarea,
select[size],
select[multiple] {
    height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    select {
        background-image: url('assets/img/select_arrow.gif');
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }
    select[size],
    select[multiple] {
        background-image: none;
        padding: 0;
    }
     ::-webkit-validation-bubble-message {
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
        border: 1px solid;
        border-color: #747474 #5e5e5e #4f4f4f;
        color: #fff;
        font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
        padding: 15px 15px 17px;
        text-shadow: #000 0 0 1px;
    }
     ::-webkit-validation-bubble-arrow,
     ::-webkit-validation-bubble-top-outer-arrow,
     ::-webkit-validation-bubble-top-inner-arrow {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #666;
        border: 0;
    }
}

textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
}

#mainnav select .depth10 {
    text-indent: 135px;
}

#mainnav select .depth9 {
    text-indent: 120px;
}

#mainnav select .depth8 {
    text-indent: 105px;
}

#mainnav select .depth7 {
    text-indent: 90px;
}

#mainnav select .depth6 {
    text-indent: 75px;
}

#mainnav select .depth5 {
    text-indent: 60px;
}

#mainnav select .depth4 {
    text-indent: 45px;
}

#mainnav select .depth3 {
    text-indent: 30px;
}

#mainnav select .depth2 {
    text-indent: 15px;
}

#mainnav select .depth1 {
    text-indent: 0px;
}

.border-radius,
.border-radiuses {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.debug {
    border: 5px solid red;
    display: block;
    overflow: hidden;
}

@font-face {
    font-family: 'AllerBold';
    src: url('assets/fonts/aller_bd-webfont.eot');
    src: url('assets/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/aller_bd-webfont.woff') format('woff'), url('assets/fonts/aller_bd-webfont.ttf') format('truetype'), url('assets/fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('assets/fonts/aller_rg-webfont.eot');
    src: url('assets/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/aller_rg-webfont.woff') format('woff'), url('assets/fonts/aller_rg-webfont.ttf') format('truetype'), url('assets/fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background: rgba(251, 200, 4, 0.25);
    color: #121212;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(251, 200, 4, 0.25);
    color: #121212;
    text-shadow: none;
}

.hide {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    color: #303030;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-shadow: 0 1px 0 #FFF;
    -webkit-font-smoothing: antialiased;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #AE0015;
    font-weight: normal;
    line-height: 1;
}

body h1 {
    font-size: 36px;
    font-family: 'AllerBold', sans-serif;
    margin: 0 0 10px 0;
}

body h1#page-title,
body h1.page-title {
    margin-bottom: 35px;
}

body h2 {
    font-size: 28px;
    font-family: 'AllerBold', sans-serif;
    margin: 0 0 10px 0;
}

body h3 {
    font-size: 20px;
    font-family: 'AllerBold', sans-serif;
    margin: 0 0 10px 0;
}

body h4 {
    font-size: 16px;
    font-family: 'AllerBold', sans-serif;
    margin: 0 0 10px 0;
}

body p {
    font-size: 14px;
}

body p,
body ul,
body ol,
body address {
    margin: 0 0 20px 0;
}

body ul,
body ol {
    line-height: 25px;
    list-style-position: outside;
    margin: 0 0 25px 25px;
}

body ul ul,
body ul ol,
body ol ul,
body ol ol {
    margin-bottom: 0;
}

body ul {
    list-style-type: square;
}

body blockquote {
    border-left: 3px solid #636363;
    color: #636363;
    padding: 5px 0 5px 20px;
}

body blockquote p {
    margin: 0;
}

body pre {
    color: #000 !important;
    margin-bottom: 24px;
    padding: 24px;
}

body a {
    color: #C0001E;
    text-decoration: underline;
}

body a:hover {
    color: #333;
    text-decoration: underline;
}

body a.more:after,
body a.more-link:after {
    content: ' »';
}

body a.back:before {
    content: '« ';
}

body a.prev {
    float: left;
    width: 40%;
}

body a.prev:before {
    content: '« ';
}

body a.next {
    float: right;
    text-align: right;
    width: 40%;
}

body a.next:after {
    content: ' »';
}

body a.cta {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-family: 'AllerRegular', sans-serif;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}

body a.cta:after {
    content: "\25B8";
    font-size: 15px;
    position: relative;
    top: -2px;
    right: -0.1em;
}

body a.cta:active,
body a.cta:focus,
body a.cta:hover {
    text-decoration: none;
}

body a.cta:active {
    top: 1px;
}

body a.cta.primary {
    background: #C0001E;
    color: #FFF;
    font-size: 16px;
    line-height: 52px;
    text-shadow: 0 1px 0 #270006;
}

body a.cta.primary:active,
body a.cta.primary:focus,
body a.cta.primary:hover {
    background: #a7001a;
}

body a.cta.secondary {
    background: #FBC804;
    color: #000;
    text-shadow: none;
}

body a.cta.secondary:active,
body a.cta.secondary:focus,
body a.cta.secondary:hover {
    background: #e2b404;
}

body a.cta.tertiary {
    background: #3D3D3D;
    color: #fff;
    text-shadow: 0 1px 0 #000000;
}

body a.cta.tertiary:active,
body a.cta.tertiary:focus,
body a.cta.tertiary:hover {
    background: #303030;
}

img.alignleft,
img.alignright {
    margin-top: 6px;
    margin-bottom: 12px;
}

img.size-thumbnail,
.wp-caption {
    background: #F7F7F7;
    border: 1px solid #D1D1CF;
    padding: 4px;
}

img.size-thumbnail .wp-caption-text,
.wp-caption .wp-caption-text {
    font-size: 12px;
}

#main input[type="submit"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-width: 0;
    background: #C0001E;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 42px;
    padding: 0 20px;
    position: relative;
    text-shadow: 0 1px 0 #270006;
}

#main input[type="submit"]:focus,
#main input[type="submit"]:active,
#main input[type="submit"]:hover {
    background: #a7001a;
}

#main input[type="submit"]:active {
    top: 1px;
}

body .container-inner {
    position: relative;
}

body #header {
    color: #303030;
    height: 102px;
    margin: 10px 0;
    position: relative;
}

body #header a {
    color: #303030;
}

body #header #logo {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    width: 340px;
}

body #header #logo #sitename {
    font: normal 24px 'AllerBold', sans-serif;
    line-height: 1;
}

body #header #logo #sitename a {
    color: #C0001E;
    text-decoration: none;
    text-transform: uppercase;
}

body #header #logo #sitename a:before {
    background: url('assets/img/sprite.png') no-repeat bottom right;
    content: "";
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 63px;
}

body #header #known-from {
    float: left;
    height: 55px;
    margin: 18px 10px 0 60px;
    position: relative;
    width: 285px;
}

body #header #known-from p {
    color: #999;
    font-family: 'AllerRegular', sans-serif;
    font-size: 14px;
    position: absolute;
    top: -6px;
}

body #header #search {
    float: left;
    margin: 30px 0 0 20px;
    position: relative;
    width: 220px;
}

body #header #search form {
    float: right;
}

body #header #search form fieldset {
    position: relative;
    width: 220px;
}

body #header #search form input[type="text"],
body #header #search form input[type="submit"] {
    display: block;
    float: left;
}

body #header #search form input[type="text"]:focus,
body #header #search form input[type="text"]:active,
body #header #search form input[type="submit"]:focus,
body #header #search form input[type="submit"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body #header #search form input[type="text"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D1D1CF;
    font-size: 16px;
    margin-top: 0 !important;
    padding-left: 10px;
    padding-right: 40px;
    position: absolute;
    height: 40px;
    width: 224px;
}

body #header #search form input[type="submit"] {
    background: #FFF url('assets/img/sprite.png') no-repeat top right;
    border: none;
    border-left: none;
    height: 34px;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    text-indent: -999999px;
    top: 3px;
    width: 37px;
    z-index: 999;
}

body #header #breadcrumbs {
    position: absolute;
    top: -1000px;
    color: #636363;
    font-size: 12px;
}

body #main-navigation {
    background-color: #F0F0F0;
    margin-bottom: 40px;
}

body #main-navigation #mainnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body #main-navigation #mainnav ul li a {
    color: #303030;
    display: block;
    float: left;
    font-family: 'AllerRegular', sans-serif;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    position: relative;
    padding: 0 14px;
}

body #main-navigation #mainnav ul li a:active,
body #main-navigation #mainnav ul li a:focus,
body #main-navigation #mainnav ul li a:hover {
    color: #C0001E;
    text-decoration: underline;
}

body #main-navigation #mainnav ul li.current-menu-item>a,
body #main-navigation #mainnav ul li.current-menu-ancestor>a,
body #main-navigation #mainnav ul li.current-menu-parent>a {
    color: #C0001E;
}

body #main-navigation #mainnav ul li.current-menu-item>a:after,
body #main-navigation #mainnav ul li.current-menu-ancestor>a:after,
body #main-navigation #mainnav ul li.current-menu-parent>a:after {
    border: solid transparent;
    border-bottom-color: #FFF;
    border-width: 10px;
    bottom: 0;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

body #main-navigation #mainnav ul li ul {
    display: none;
    background: #FFF;
    border: 1px solid #D1D1CF;
    border: 1px solid #D1D1CF;
    margin-top: 7px;
    width: auto;
}

body #main-navigation #mainnav ul li ul ul.sub-menu {
    margin-top: -8px;
    margin-left: 90px;
    padding: 10px 0;
    width: 440px;
}

body #main-navigation #mainnav ul li ul ul.sub-menu li {
    display: inline;
    float: left;
    padding: 0 !important;
    width: 220px;
}

body #main-navigation #mainnav ul li ul ul.sub-menu li a {
    font-size: 2;
    font-weight: bold;
    font-weight: normal;
    float: left;
    height: 32px;
    line-height: 32px;
    padding-bottom: 0 !important;
    margin: 0 !important;
    display: block;
    width: 220px;
}

body #main-navigation #mainnav ul li:hover ul {
    display: block;
}

body #main {
    padding-bottom: 20px;
}

body #main #intro {
    background: url('assets/img/intro-bg.jpg') no-repeat bottom right;
    clear: both;
    min-height: 470px;
    width: 100%;
}

body #main #intro h1 {
    font-family: 'AllerBold', sans-serif;
    font-size: 46px;
    line-height: 1.3;
    text-transform: uppercase;
    width: 540px;
}

body #main #intro p {
    margin-bottom: 35px;
    width: 420px;
}

body #main .article-title {
    font-family: 'AllerBold', sans-serif;
}

body #main .article-title a {
    color: #AE0015;
    text-decoration: none;
}

body #main .article-title a:hover {
    color: #C0001E;
    text-decoration: underline;
}

body #main .meta {
    color: #636363;
    font-size: 13px;
    margin: 0 0 15px 0;
}

body #main .meta a {
    color: #303030;
}

body #main .meta a:hover {
    color: #C0001E;
}

body #bottom {
    margin-top: 50px;
    position: relative;
}

body #bottom p {
    margin-right: 80px;
}

body #bottom #usp-block {
    background-color: #F0F0F0;
    clear: both;
    float: left;
    margin-bottom: 50px;
    padding: 40px 0;
    position: relative;
    width: 620px;
}

body #bottom #usp-block .happy-man {
    bottom: -8px;
    float: left;
    left: 30px;
    position: absolute;
    width: 190px;
}

body #bottom #usp-block .usp-block-inner {
    float: right;
    width: 380px;
}

body #bottom #usp-block .usp-block-inner h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

body #bottom #usp-block .usp-block-inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body #bottom #usp-block .usp-block-inner ul li {
    color: #C0001E;
    display: block;
    font-family: 'AllerBold', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

body #bottom #usp-block .usp-block-inner ul li:before {
    background: transparent url('assets/img/sprite.png') no-repeat 0 -130px;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 20px;
}

body #bottom #bottom-anchor {
    position: absolute;
    top: -150px;
    height: 1px;
    width: 1px;
}

body .sidebar.threecol .widget {
    float: left;
    clear: both;
    width: 200px;
}

body .sidebar.threecol .widget p {
    font-size: 13px;
}

body .sidebar .widget {
    float: left;
    font-size: 13px;
    margin: 0 0 48px 0;
    padding-right: 20px;
    width: 100%;
}

body .sidebar .widget .widgettitle {
    color: #333;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px 0;
}

body .sidebar .widget .widgettitle a {
    color: #AE0015;
    text-decoration: none;
}

body .sidebar .widget .widgettitle a:hover {
    text-decoration: underline;
}

body .sidebar .widget p {
    line-height: 20px;
}

body .sidebar .widget ul {
    border-bottom: 1px solid #D1D1CF;
    margin: 0;
}

body .sidebar .widget ul li {
    border-top: 1px solid #D1D1CF;
    display: block;
    line-height: 20px;
    padding: 5px;
}

body .sidebar .widget ul li a {
    color: #C0001E;
}

body .sidebar .widget ul li a:hover {
    color: #3D3D3D;
}

body .sidebar .widget ul li ul {
    border: none;
}

body .sidebar .widget ul li ul li {
    border: none;
    margin-left: 15px;
}

body .sidebar .widget.submenu ul ul li {
    border-top: 1px solid #D1D1CF;
}

body .sidebar .widget.submenu ul ul li:first-child {
    margin-top: 5px;
}

body .sidebar .widget.gform_widget ul,
body .sidebar .widget.gform_widget li {
    border: none;
    margin: 0;
    padding: 0;
}

body .sidebar .widget.gform_widget .gform_heading {
    line-height: 20px;
}

body .sidebar .widget.gform_widget .ginput_container {
    position: relative;
}

body .sidebar .widget.gform_widget .ginput_container input[type="email"],
body .sidebar .widget.gform_widget .ginput_container input[type="text"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D1D1CF;
    height: 40px !important;
    padding: 0 40px 0 10px;
    width: 200px !important;
}

body .sidebar .widget.gform_widget .gfield_description {
    margin: 10px 0 0 0 !important;
    width: 100% !important;
}

body .sidebar .widget.gform_widget .validation_error {
    padding: 10px;
    line-height: 20px;
    width: 178px;
}

body .sidebar .widget.gform_widget .gform_body {
    height: 50px;
}

body .sidebar .widget.gform_widget .gform_footer {
    margin-top: -50px;
    position: relative;
    float: right;
    margin: -47px 3px 0 0;
    height: 50px;
    width: 37px;
}

body .sidebar .widget.gform_widget .gform_footer input[type="submit"] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent url('assets/img/sprite.png') no-repeat -326px 0 !important;
    border: none;
    float: right;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    text-indent: -999999px;
    position: absolute;
    width: 37px;
    z-index: 2;
}

body .sidebar .widget.widget_tp_insurer .box {
    background: #FFF;
    border: 1px solid #D1D1CF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    padding: 19px;
    margin: 0 0 20px 0;
    position: relative;
}

body .sidebar .widget.widget_tp_insurer .box-logo .insurer-logo {
    border: 1px solid #D1D1CF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    padding: 19px;
    margin: 0 0 20px 0;
    max-height: 100px;
    text-align: center;
}

body .sidebar .widget.widget_tp_insurer .box-logo .insurer-logo a {
    display: block;
}

body .sidebar .widget.widget_tp_insurer .box-logo .insurer-logo img {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 200px;
}

body .sidebar .widget.widget_tp_insurer .box-logo .cta {
    background: #3D3D3D;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    width: 240px;
}

body .sidebar .widget.widget_tp_insurer .box-logo .cta:hover {
    background: #0d8ccd;
}

body .sidebar .widget.widget_tp_insurer .box-chart h3 {
    font-family: 'AllerRegular', sans-serif;
    text-align: center;
    margin: 5px 0 20px 0;
}

body .sidebar .widget.widget_tp_insurer .box-chart canvas {
    float: left;
}

body .sidebar .widget.widget_tp_insurer .box-chart .total-price {
    font: normal 24px 'AllerBold', sans-serif;
    position: absolute;
    top: 165px;
    text-align: center;
    width: 240px;
}

body .sidebar .widget.widget_tp_insurer .box-chart .total-price span {
    display: block;
    font: italic normal 12px 'Arial', sans-serif;
}

body .sidebar .widget.widget_tp_insurer .box-chart .legend {
    clear: both;
    float: left;
    margin: 30px 20px 20px 20px;
}

body .sidebar .widget.widget_tp_insurer .box-chart .legend .legend-color {
    clear: both;
    line-height: 16px;
    margin-bottom: 10px;
    width: 100%;
}

body .sidebar .widget.widget_tp_insurer .box-chart .legend .legend-color:last-child {
    margin-bottom: 0;
}

body .sidebar .widget.widget_tp_insurer .box-chart .legend .legend-color .color-thumb {
    float: left;
    height: 16px;
    margin-right: 12px;
    width: 16px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta {
    float: left;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    border-color: #D1D1CF !important;
    margin: 0 5px;
    width: 274px !important;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tr,
body .sidebar .widget.widget_tp_insurer .insurer-meta table td,
body .sidebar .widget.widget_tp_insurer .insurer-meta table th {
    border-color: #D1D1CF !important;
    font-size: 12px !important;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table th,
body .sidebar .widget.widget_tp_insurer .insurer-meta table td {
    padding: 7px 15px !important;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table td {
    text-align: center;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table thead {
    background: #C0001E;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table thead tr th {
    color: #FFF;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
    text-shadow: 0 1px 0 #5a000e;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody tr.even {
    background: #f6f6f6;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody ul {
    margin: 10px 0 5px 25px;
    font-weight: normal;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .rating {
    line-height: 13px;
    padding: 0;
    margin: 0;
    text-align: center;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .rating span {
    text-indent: -9999px;
    display: block;
    height: 13px;
    width: 100px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .rating.\31stars span {
    background: url('assets/img/stars-sprite.gif') no-repeat 20px -52px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .rating.\32stars span {
    background: url('assets/img/stars-sprite.gif') no-repeat 20px -39px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .rating.\33stars span {
    background: url('assets/img/stars-sprite.gif') no-repeat 20px -26px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .rating.\34stars span {
    background: url('assets/img/stars-sprite.gif') no-repeat 20px -13px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .rating.\35stars span {
    background: url('assets/img/stars-sprite.gif') no-repeat 20px 0;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .free-choice-yes {
    background: url('assets/img/sprite.png') no-repeat 58px -287px;
    padding-left: 10px;
    text-indent: -9999px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tbody .free-choice-no {
    background: url('assets/img/sprite.png') no-repeat -320px -102px;
    text-indent: -9999px;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tfoot {
    border-color: #C0001E;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tfoot tr {
    background: #C0001E;
    border-color: #C0001E;
    color: #FFF;
    font-size: 16px;
    text-shadow: 0 1px 0 #8d0016;
}

body .sidebar .widget.widget_tp_insurer .insurer-meta table tfoot tr th,
body .sidebar .widget.widget_tp_insurer .insurer-meta table tfoot tr td {
    border-color: #C0001E;
    font-weight: bold;
}

body .sidebar .widget.widget_widget_tp_keepintouch ul,
body .sidebar .widget.widget_widget_tp_keepintouch li {
    border: none;
}

body .sidebar .widget.widget_widget_tp_keepintouch li,
body .sidebar .widget.widget_widget_tp_keepintouch .ginput_container,
body .sidebar .widget.widget_widget_tp_keepintouch .gform_footer,
body .sidebar .widget.widget_widget_tp_keepintouch .gform_button {
    float: left;
    clear: none !important;
    margin: 0 !important;
    width: auto !important;
}

body .sidebar .widget.widget_widget_tp_keepintouch .newsletter {
    margin-bottom: 10px;
    position: relative;
}

body .sidebar .widget.widget_widget_tp_keepintouch .newsletter input[type="email"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D1D1CF;
    height: 34px;
    margin-right: 5px;
    padding-left: 6px;
    width: 155px;
    box-shadow: none !important;
}

body .sidebar .widget.widget_widget_tp_keepintouch .newsletter input[type="email"]:active,
body .sidebar .widget.widget_widget_tp_keepintouch .newsletter input[type="email"]:focus {
    border: 1px solid #CCC;
}

body .sidebar .widget.widget_widget_tp_keepintouch .newsletter input[type="submit"] {
    background: transparent url('assets/img/sprite.png') no-repeat -326px 0 !important;
    text-indent: -9999px;
    display: block;
    width: 37px !important;
    height: 34px !important;
    position: absolute !important;
    top: 0;
    right: 0;
    box-shadow: none !important;
}

body .sidebar .widget.widget_widget_tp_keepintouch .social {
    clear: both;
    float: left;
    margin: 12px 0 0 0;
}

body .sidebar .widget.widget_widget_tp_keepintouch .social span {
    float: left;
    margin-right: 6px;
}

body .sidebar .widget.widget_widget_tp_keepintouch .social a {
    float: left;
    height: 16px;
    margin: 0 4px 0 0;
    text-indent: -999999px;
    width: 16px;
}

body .sidebar .widget.widget_widget_tp_keepintouch .social .twitter {
    background: url('assets/img/social-twitter.png') no-repeat top left;
}

body .sidebar .widget.widget_widget_tp_keepintouch .social .facebook {
    background: url('assets/img/social-facebook.png') no-repeat top left;
}

body .sidebar .widget.widget_tphealthinsurancefilter,
body .sidebar .widget.widget_tpcarinsurancefilter {
    width: 200px;
}

body .sidebar .widget.widget_tphealthinsurancefilter label.radio,
body .sidebar .widget.widget_tpcarinsurancefilter label.radio {
    clear: both;
    display: block;
}

body .sidebar .widget.widget_tphealthinsurancefilter input[type="submit"],
body .sidebar .widget.widget_tpcarinsurancefilter input[type="submit"] {
    font-size: 16px;
    letter-spacing: auto !important;
    padding: 7px 16px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-options,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-options {
    padding-left: 1px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option {
    clear: both;
    float: left;
    padding: 10px 0 0 0;
    width: 100%;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable {
    padding: 3px 0 0 0;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable .steps,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable .steps {
    position: relative;
    top: -10px;
    left: 15px;
    width: 184px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option label,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option label {
    margin-left: 15px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option label:last-child,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option label:last-child {
    margin-bottom: 10px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option label:first-child,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option label:first-child {
    margin-top: 5px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option label input[type="radio"],
body .sidebar .widget.widget_tphealthinsurancefilter .filter-option label input[type="checkbox"],
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option label input[type="radio"],
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option label input[type="checkbox"] {
    top: 6px;
    margin-right: 5px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option input[type="text"],
body .sidebar .widget.widget_tphealthinsurancefilter .filter-option select,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option input[type="text"],
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option select {
    height: 30px;
    line-height: 20px;
    width: 178px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option .title,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option .title {
    font-size: 13px;
    margin-bottom: 5px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option .title .amount,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option .title .amount {
    font-weight: bold;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option .title .tooltip,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option .title .tooltip {
    float: right;
    margin-bottom: 10px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option .steps,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option .steps {
    background: #d1d1cf;
    height: 6px;
    margin-top: 5px;
    margin-bottom: 10px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable {
    position: relative;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable .title,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable .title {
    cursor: pointer;
    display: block;
    float: left;
    padding-left: 15px;
    white-space: nowrap;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable .title:hover,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable .title:hover {
    color: #C0001E;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable .title.open,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable .title.open {
    background: url('assets/img/sprite.png') no-repeat -248px -185px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable .title.closed,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable .title.closed {
    background: url('assets/img/sprite.png') no-repeat 2px -240px;
}

body .sidebar .widget.widget_tphealthinsurancefilter .filter-option.extendable .ui-slider,
body .sidebar .widget.widget_tpcarinsurancefilter .filter-option.extendable .ui-slider {
    margin-top: 45px;
}

body .sidebar .widget.widget_tag_cloud .tagcloud a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    background: #C0001E;
    font-size: 12px !important;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 3px 5px 0;
    display: inline-block;
    text-decoration: none;
    text-shadow: none;
}

body .sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background: #3D3D3D;
}

body .sidebar .widget.widget_tp_social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body .sidebar .widget.widget_tp_social ul.large-icons {
    border-bottom: none;
}

body .sidebar .widget.widget_tp_social ul.large-icons li {
    border-top: none;
    display: inline;
    padding: 0;
}

body .sidebar .widget.widget_tp_social ul.large-icons li a {
    float: left;
    height: 32px;
    margin: 0 10px 10px 0;
    width: 32px;
}

body .sidebar .widget.widget_tp_social ul.large-icons li a span {
    display: none;
}

body .sidebar .widget.widget_tp_social ul.large-icons img,
body .sidebar .widget.widget_tp_social ul.large-icons svg {
    height: 32px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 32px;
}

body .sidebar .widget.widget_tp_social ul.small-icons {
    border-bottom: none;
}

body .sidebar .widget.widget_tp_social ul.small-icons li {
    border-top: none;
    display: inline;
}

body .sidebar .widget.widget_tp_social ul.small-icons li a {
    display: block;
    float: left;
    height: auto;
    margin: 0 5px 5px 0;
    width: 20px;
}

body .sidebar .widget.widget_tp_social ul.small-icons li a span {
    display: none;
}

body .sidebar .widget.widget_tp_social ul.small-icons img,
body .sidebar .widget.widget_tp_social ul.small-icons svg {
    display: block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

body .sidebar .widget.widget_tp_usp ul {
    border: none;
}

body .sidebar .widget.widget_tp_usp li {
    padding: 5px 0px 5px 20px;
    border: none;
    background: url('assets/img/sprite.png') no-repeat -385px -223px;
}

body #footer {
    border-top: 1px solid #D1D1CF;
    color: #333;
    font-size: 14px;
    margin: 28px 0 40px 0;
    padding-top: 25px;
    box-sizing: border-box;
}

body #footer .container-inner {
    box-sizing: border-box;
}

body #footer .sidebar {
    padding-left: 0;
    width: 100% !important;
}

body #footer .sidebar .widget {
    background: none;
    clear: none;
    float: left;
    margin: 10px;
    padding: 20px 0;
    width: 220px;
}

body #footer .sidebar .widget h3 {
    color: #333;
    line-height: 25px;
}

body #footer .sidebar .widget.widget_tp_need_help h3 {
    font-size: 25px;
    margin-bottom: 14px;
}

body #footer .sidebar .widget.widget_tp_need_help p {
    margin-bottom: 16px;
}

body #footer .sidebar .widget.widget_tp_need_help p a {
    display: inline-block;
    margin-top: 1px;
}

body #footer .sidebar .widget.widget_tp_need_help p a:hover {
    color: #333;
}

body #footer .sidebar .widget p,
body #footer .sidebar .widget li {
    font-size: 13px;
    line-height: 20px;
}

body #footer .sidebar .widget li {
    padding: 5px 0;
}

body #footer .sidebar .widget .telephone {
    background: url('assets/img/sprite.png') no-repeat 0 -52px;
    display: block;
    color: #C0001E;
    font: bold 23px 'Arial', sans-serif;
    padding-left: 20px;
}

body #footer .sidebar .widget .availability {
    font-size: 11px;
    position: relative;
    top: -2px;
}

body #footer .sidebar .widget ul li {
    overflow: hidden;
    padding-left: 0;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

body #footer .sidebar .widget ul li:first-child {
    border-top: 0;
}

body #footer #credits {
    font-size: 12px;
    padding: 0;
    margin-top: 0;
}

body #footer #credits p {
    font-size: 12px;
    margin: 0;
}

body #footer #credits #copyright {
    float: left;
}

body #footer #credits #footernav {
    float: right;
}

body #footer #credits #footernav ul li {
    display: inline;
    font-size: 12px;
}

body #footer #credits #footernav ul li:last-child a,
body #footer #credits #footernav ul li.last-child a {
    padding-right: 0;
}

body #footer #credits #footernav ul li a {
    color: #333;
    float: left;
    padding: 0 5px;
    text-transform: lowercase;
}

body #footer #credits #footernav ul li a:hover {
    color: #C0001E;
}

#vergelijken {
    padding-top: 50px;
    padding-bottom: 50px;
}

#vergelijken h2 {
    line-height: 1.3;
    margin-bottom: 35px;
}

.blog article .article-title,
.archive article .article-title {
    margin-bottom: 5px;
}

.page-template-page-insurance-companies h1 {
    margin-bottom: 0.5em;
}

.verzekeraarsoverzicht-wrapper {
    font-size: 16px;
    max-width: 60em;
    margin: 0 auto;
}

.verzekeraarsoverzicht {
    margin: 0;
    padding: 0;
}

.verzekeraarsoverzicht-item {
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.115);
    border: 1px solid #D1D1CF;
    background: #FFF;
    margin: 0 0 40px 0;
    padding: 20px;
}

.verzekeraarsoverzicht-item .author-avatar {
    float: left;
}

.verzekeraarsoverzicht-item .author-info {
    padding-left: 100px;
}

.verzekeraarsoverzicht-item .author-info .author-writtenby {
    font-size: 12px;
}

.verzekeraarsoverzicht-item .author-info .author-name {
    font-family: 'AllerRegular', sans-serif;
    font-size: 22px;
}

.verzekeraarsoverzicht-item .author-info ul.author-social {
    list-style: none;
    margin: 0;
}

.verzekeraarsoverzicht-item .author-info ul.author-social li {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px 0px 0;
}

.verzekeraarsoverzicht-item .author-info ul.author-social li a {
    color: #303030;
}

.verzekeraarsoverzicht-item .author-info ul.author-social li a:hover {
    color: #C0001E;
}

.verzekeraarsoverzicht-item .author-info ul.author-social li img,
.verzekeraarsoverzicht-item .author-info ul.author-social li svg {
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.verzekeraarsoverzicht-item .author-info a.more {
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin: 0 10px 10px 0;
}

.verzekeraarsoverzicht-item {
    width: 21.916666666667%;
    float: left;
    margin: 0 1.515% 1.875em;
    list-style: none;
}

.verzekeraarsoverzicht-item-thumb {
    max-width: 100%;
    height: auto;
}

.page-template-page-car-insurance-comparer-php #intro {
    margin-bottom: 0;
}

.page-template-page-car-insurance-comparer-php #main {
    padding-bottom: 0;
}

.page-template-page-car-insurance-comparer-php .insurances h2 {
    font-size: 36px;
    margin-bottom: 60px !important;
    text-align: center;
    text-transform: uppercase;
}

.page-template-page-car-insurance-comparer-php #persuasion-block {
    background-color: #F0F0F0;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation h2 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation ul {
    display: none;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel {
    padding: 30px;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0 20px 10px;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget {
    width: 180px;
    margin: 0 20px 10px 10px;
    padding: 0;
    float: left;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most {
    margin-top: 18px;
    text-align: center;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance p.dealtext,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2 p.dealtext,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best p.dealtext,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most p.dealtext {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 5px 0;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance .logo,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2 .logo,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best .logo,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most .logo {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 180px;
    font-size: 0;
    height: 100px !important;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance .logo img,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2 .logo img,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best .logo img,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most .logo img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 70px;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance p.price,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2 p.price,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best p.price,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most p.price {
    color: #C0001E;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance p.ownrisk,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2 p.ownrisk,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best p.ownrisk,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most p.ownrisk {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance a.cta,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2 a.cta,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best a.cta,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most a.cta {
    margin-top: 15px;
    float: none;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance a.more,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_2 a.more,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_best a.more,
.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_featured_insurance_most a.more {
    display: inline-block;
    width: 100%;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_quote {
    width: 220px;
    margin: 10px 0 10px 20px;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_quote .quote {
    color: #999;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}

.page-template-page-car-insurance-comparer-php #persuasion-block #persuation .ui-tabs-panel .widget_tp_quote .name {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.single-faq #content {
    padding-right: 0 !important;
}

.single-faq #content #page-title {
    margin-bottom: 35px !important;
}

.single-faq .sidebar {
    margin-right: 30px;
    width: 200px;
}

.page-template-page-wizard-php .insurances {
    clear: both;
    float: left;
    width: 100%;
}

.page-template-page-wizard-php .insurances #daisyconautoVergelijkerContainer {
    margin-top: 15px;
}

.blog .sidebar,
.search .sidebar,
.author .sidebar {
    padding-left: 20px;
    width: 200px !important;
}

.blog article.hentry,
.search article.hentry,
.author article.hentry {
    border-bottom: 1px solid #D1D1CF;
    clear: both;
    float: left;
    margin-bottom: 35px;
    padding-bottom: 35px;
    width: 100%;
}

.blog article.hentry p:last-child,
.search article.hentry p:last-child,
.author article.hentry p:last-child {
    margin-bottom: 0;
}

.blog article.hentry .post-thumbnail,
.search article.hentry .post-thumbnail,
.author article.hentry .post-thumbnail {
    float: right;
    margin: 0 0 20px 20px;
}

.blog article.hentry .post-thumbnail img,
.search article.hentry .post-thumbnail img,
.author article.hentry .post-thumbnail img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    border: 1px solid #D1D1CF;
    display: block;
    height: 100px;
    width: 100px;
}

.blog #pagination .pagination-page,
.blog #pagination .pagination-current,
.search #pagination .pagination-page,
.search #pagination .pagination-current,
.author #pagination .pagination-page,
.author #pagination .pagination-current {
    padding: 5px 8px;
}

.blog #pagination .pagination-next,
.blog #pagination .pagination-prev,
.search #pagination .pagination-next,
.search #pagination .pagination-prev,
.author #pagination .pagination-next,
.author #pagination .pagination-prev {
    font-weight: bold;
    text-decoration: underline;
}

.author-card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.115);
    border: 1px solid #D1D1CF;
    background: #FFF;
    margin: 0 0 40px 0;
    padding: 20px;
}

.author-card .author-avatar {
    float: left;
}

.author-card .author-info {
    padding-left: 100px;
}

.author-card .author-info .author-writtenby {
    font-size: 12px;
}

.author-card .author-info .author-name {
    font-family: 'AllerRegular', sans-serif;
    font-size: 22px;
}

.author-card .author-info ul.author-social {
    list-style: none;
    margin: 0;
}

.author-card .author-info ul.author-social li {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px 0px 0;
}

.author-card .author-info ul.author-social li a {
    color: #303030;
}

.author-card .author-info ul.author-social li a:hover {
    color: #C0001E;
}

.author-card .author-info ul.author-social li img,
.author-card .author-info ul.author-social li svg {
    height: 16px;
    width: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.author-card .author-info a.more {
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin: 0 10px 10px 0;
}

.single #main article {
    padding-right: 20px;
}

.single #main article #page-title {
    margin-bottom: 10px;
    text-transform: none;
}

.single #main article .post-thumbnail {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    border: 1px solid #D1D1CF;
    float: right;
    margin: 0 0 20px 20px;
}

.single #main .share {
    display: block;
    margin: 50px 0;
}

.single #main .sidebar {
    width: 200px;
}

.single #main #pagination {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
}

.single #main #pagination .prev {
    float: left;
}

.single #main #pagination .next {
    float: right;
}

article .search-highlight {
    background: #FFFFB3;
}

.search-no-results #main #content,
.error404 #main #content {
    margin: 10px;
}

.search-no-results .sidebar,
.error404 .sidebar {
    padding-left: 20px;
    width: 200px !important;
}

.search-no-results #main .search form,
.error404 #main .search form {
    width: 320px;
}

.search-no-results #main .search form input[type="text"],
.error404 #main .search form input[type="text"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #D1D1CF;
    float: left;
    height: 40px;
    padding-left: 10px;
    width: 220px;
}

.search-no-results #main .search form input[type="submit"],
.error404 #main .search form input[type="submit"] {
    float: right;
    height: 40px;
    line-height: 42px;
    padding: 0 20px;
}

.gform_wrapper .gform_heading,
.gform_wrapper .gform_footer {
    clear: both;
    margin-bottom: 1em;
    width: 100%;
}

.gform_wrapper .validation_error {
    background: #FFF;
    border: 1px solid #C44741;
    color: #C44741;
    display: block;
    margin-bottom: 1em;
    padding: 2%;
    width: 96%;
}

.gform_wrapper .gform_body .gform_fields {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield {
    display: block;
    margin-bottom: 1em;
    width: 100%;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    float: left;
    width: 35%;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description,
.gform_wrapper .gform_body .gform_fields .gfield .instruction {
    font-size: 13px;
    margin: 1em 0 0 35%;
    width: 50%;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description.validation_message,
.gform_wrapper .gform_body .gform_fields .gfield .instruction.validation_message {
    color: #C44741;
}

.gform_wrapper .gform_body .gform_fields .gfield .small,
.gform_wrapper .gform_body .gform_fields .gfield .medium,
.gform_wrapper .gform_body .gform_fields .gfield .large {
    font-size: 13px;
}

.gform_wrapper .gform_body .gform_fields .gfield .small {
    width: 25%;
}

.gform_wrapper .gform_body .gform_fields .gfield .medium {
    width: 40%;
}

.gform_wrapper .gform_body .gform_fields .gfield .large {
    width: 55%;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0;
    width: 65%;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label {
    position: relative;
    top: -2px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type="text"],
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type="text"] {
    margin-left: 10px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
    float: left;
    margin: 0 0 1em 0;
    width: 65%;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span {
    clear: both;
    float: left;
    font-size: 13px;
    margin-bottom: 1em;
    width: 100%;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span label {
    float: left;
    margin-left: 2.5%;
    width: 40%;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span input[type="text"] {
    float: left;
    width: 50%;
}

.gform_wrapper .gform_footer {
    clear: both;
}

.gform_wrapper .gform_footer .gform_button {
    margin: 2em 0 0 35%;
}

#content .tabs {
    margin-top: 30px;
}

#content .tabs .tab {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.05);
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F9F4F4));
    background-image: -webkit-linear-gradient(top, #FFF, #F9F4F4);
    background-image: -moz-linear-gradient(top, #FFF, #F9F4F4);
    background-image: -ms-linear-gradient(top, #FFF, #F9F4F4);
    background-image: -o-linear-gradient(top, #FFF, #F9F4F4);
    border-left: 1px solid #D1D1CF;
    border-right: 1px solid #D1D1CF;
    border-top: 1px solid #D1D1CF;
    color: inherit;
    font-weight: normal;
    height: 49px;
    line-height: 49px;
    margin-bottom: -1px;
    margin-right: 5px;
    padding: 0 26px;
    text-decoration: none;
}

#content .tabs .tab.active {
    background: #FFF !important;
    color: #C0001E;
    height: 51px;
    line-height: 47px;
    margin-bottom: 0px;
    margin-top: -3px;
    position: relative;
    top: 1px;
    z-index: 999;
}

#content .tabs .tab:hover {
    color: #C0001E;
}

#content .tab-content-wrapper {
    margin-right: 30px;
}

#content .tab-content-wrapper .tab-content {
    background: #FFF;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.115);
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 38px 50px;
}

#content .tab-content-wrapper .tab-content br {
    display: none;
}

#autovergelijker #kentekenplaat {
    background: #1164a2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNjRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iIzExNjRhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iI2UwYWYyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGFmMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #1164a2 0%, #1164a2 13%, #f9d849 13%, #f9d849 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1164a2), color-stop(13%, #1164a2), color-stop(13%, #f9d849), color-stop(100%, #f9d849));
    background: -webkit-linear-gradient(left, #1164a2 0%, #1164a2 13%, #f9d849 13%, #f9d849 100%);
    background: -o-linear-gradient(left, #1164a2 0%, #1164a2 13%, #f9d849 13%, #f9d849 100%);
    background: -ms-linear-gradient(left, #1164a2 0%, #1164a2 13%, #f9d849 13%, #f9d849 100%);
    background: linear-gradient(to right, #1164a2 0%, #1164a2 13%, #f9d849 13%, #f9d849 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1164a2', endColorstr='#f9d849', GradientType=1);
}

#daisyconautoVergelijkerContainer table,
#daisyconautoVergelijkerContainer tr,
#daisyconautoVergelijkerContainer td,
#daisyconautoVergelijkerContainer th {
    border-color: #ccc;
}

#daisyconautoVergelijkerContainer #daisyconcontentContainer {
    margin-left: 0 !important;
}

#daisyconautoVergelijkerContainer #daisyconAutoTable td {
    padding: 9px 4px !important;
}

#daisyconautoVergelijkerContainer .daisyconformPiece input[type="radio"] {
    margin-right: 6px;
    margin-top: 3px;
}

#daisyconautoVergelijkerContainer .daisycongoCompare:hover,
#daisyconautoVergelijkerContainer #daisyconcheckStepOne:hover,
#daisyconautoVergelijkerContainer #daisyconcompare:hover {
    font-weight: 600;
}

#daisyconautoVergelijkerContainer .daisycongoCompare:active,
#daisyconautoVergelijkerContainer #daisyconcheckStepOne:active,
#daisyconautoVergelijkerContainer #daisyconcompare:active {
    padding-top: 10px !important;
}

#daisyconautoVergelijkerContainer #daisyconShowMoreInfo {
    font-size: 13px;
}

#daisyconautoVergelijkerContainer #daisyconShowMoreInfo:hover {
    color: #C0001E;
    text-decoration: underline;
}

#daisyconautoVergelijkerContainer #daisyconShowMoreInfoContainer {
    text-align: left;
}

#daisyconautoVergelijkerContainer #daisyconmoreInsurers {
    text-shadow: none;
    font-weight: 600;
}

#daisyconautoVergelijkerContainer .daisyconstepPart {
    text-shadow: none;
}

#daisyconautoVergelijkerContainer .daisyconAutoPopulair {
    text-shadow: none;
}

.rich-snippet-beoordeling {
    border-radius: 5px;
    background-color: #F0F0F0;
    color: #000;
    padding: 17px 20px 23px 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
    font: normal 16px 'AllerBold', sans-serif;
    text-shadow: none;
    text-align: center;
}

.rich-snippet-beoordeling-site-name {
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.rwp-review-wrap .rwp-review .rwp-header {
    background-color: #F0F0F0;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.review-value {
    font: normal 22px 'AllerBold', sans-serif;
}

.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overalls,
.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image {
    margin-bottom: 40px;
}

.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overalls {
    float: right;
}

.rwp-pros-wrap,
.rwp-cons-wrap {
    width: 45%;
    margin: 0;
}

.rwp-pros-wrap {
    float: left;
    clear: left;
}

.rwp-pros-wrap:before {
    content: "";
    display: block;
    clear: both;
}

.rwp-cons-wrap {
    float: right;
    margin-left: 10%;
}

.single-car .rwp-pros ul,
.single-car .rwp-cons ul {
    margin-left: 20px;
}

.single-car .rwp-pros li,
.single-car .rwp-cons li {
    list-style: none;
    position: relative;
}

.single-car .rwp-pros li:before,
.single-car .rwp-cons li:before {
    font-family: 'fontawesome';
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: -22px;
}

.single-car .rwp-pros li:before {
    content: '\f00c';
    color: #009635;
}

.single-car .rwp-cons li:before {
    content: '\f00d';
    color: #C0001E;
}

.single-car .wp-post-image {
    float: left;
}

.rwp-review-wrap {
    margin-top: 0;
}

.rwp-review-wrap.rwp-theme-6 .rwp-scores {
    min-width: 140px;
}

.single-car .cta.primary {
    margin-bottom: 40px;
    padding: 15px 20px;
    line-height: 1.4;
    height: auto;
}

.single-car .sidebar.threecol {
    margin-top: 0;
}

.sidebar.threecol #autovergelijker {
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-bottom: 40px;
}

.single-car #content .tab-content-wrapper {
    margin-right: 0;
}

iframe {
    display: none;
}

header iframe,
section iframe,
footer iframe {
    display: block;
}

.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image>span {
    background-size: 100%;
    background-color: #fff;
}

.ie8 #header #search form input[type="text"] {
    line-height: 30px;
}

.ie8 .sidebar .widget.gform_widget .ginput_container input[type="email"],
.ie8 .sidebar .widget.gform_widget .ginput_container input[type="text"] {
    line-height: 40px;
}

@media only screen and (max-width: 800px) {
    .verzekeraarsoverzicht-item {
        width: 30.303%;
        margin: 0 1.515% 1.875em;
    }
}

@media only screen and (max-width: 640px) {
    .verzekeraarsoverzicht-item {
        width: 46.876%;
        margin-bottom: 0.938em;
    }
}

@media only screen and (max-width: 940px) {
    .single #main article {
        padding-right: 0;
    }
    body .sidebar.threecol .widget {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 480px) {
    #content .rr_review_form .form_table td {
        display: block;
        width: 100%;
    }
    #content .rr_review_form .form_table td input,
    #content .rr_review_form .form_table td textarea {
        width: 100%;
    }
    #content .rr_review_form .form_table td.rr_form_heading {
        padding-bottom: 0;
    }
    .rwp-review-wrap .rwp-review .rwp-header .rwp-pros-wrap,
    .rwp-review-wrap .rwp-review .rwp-header .rwp-cons-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }
    .rich-snippet-beoordeling-site-name {
        font-size: 5vw;
    }
}

@media only screen and (max-width: 380px) {
    .verzekeraarsoverzicht-item {
        width: 100%;
        margin: 0 0 0.938em 0;
    }
}

@media only screen and (max-width: 940px) {
    .single #main .sidebar.threecol {
        width: 100%;
    }
}

@media only screen and (min-width: 941px) {
    .sidebar.threecol #autovergelijker * {
        box-sizing: border-box;
    }
    .sidebar.threecol #autovergelijker h3 {
        font-size: 1.2em;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .sidebar.threecol #autovergelijker .row div .form-label #kentekenplaat,
    .sidebar.threecol #autovergelijker .row div .form-label #kentekenplaat input {
        width: 100%;
    }
    .sidebar.threecol #autovergelijker .row div .form-label #vergelijken {
        position: static;
    }
    .sidebar.threecol #autovergelijker .row>div {
        float: none;
        margin-bottom: 10px;
    }
    .sidebar.threecol #autovergelijker .row>div:last-child {
        margin: 14px 0 0 0;
    }
    .sidebar.threecol #autovergelijker .row div .form-label {
        padding-right: 0;
    }
    .sidebar.threecol #autovergelijker .row div .form-label input,
    .sidebar.threecol #autovergelijker .row div .form-label button {
        width: 100%;
    }
}

.tabs {
    clear: both;
    float: left;
    width: 100%;
}

.tabs .tab {
    background: #F0F0F0;
    border: 1px solid #CCC;
    border-right: none;
    display: block;
    float: left;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-bottom: -1px;
    padding: 0 13px;
    position: relative;
    z-index: 2;
}

.tabs .tab:last-child {
    border-right: 1px solid #CCC;
}

.tabs .tab.active {
    background: #FFF;
    border-bottom: 1px solid #FFF;
}

.tab-content-wrapper .tab-content {
    border: 1px solid #CCC;
    clear: both;
    float: left;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

#commentform label {
    width: 90px;
    display: inline-block;
}

body #main-navigation .toggle-nav {
    display: none;
}

@media screen and (max-width: 940px) {
    body * {
        box-sizing: border-box;
    }
    body .container .container-inner {
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    body .container .container-inner section {
        padding: 0 10px;
    }
    body .onecolcol,
    body .twocol,
    body .threecol,
    body .fourcol,
    body .fivecol,
    body .sixcol,
    body .sevencol,
    body .eightcol,
    body .ninecol,
    body .tencol,
    body .elevencol,
    body .twelvecol {
        width: 100%;
        margin: 0;
    }
    body #header {
        height: auto;
    }
    body #header>.container-inner {
        overflow: initial;
        padding: 10px 10px 0;
    }
    body #header #logo {
        float: left;
        max-width: 245px;
        width: 245px;
        margin: 10px 10px 0 0;
    }
    body #header #logo #sitename {
        max-width: 100%;
    }
    body #header #logo #sitename a {
        font-size: 0.7083em;
    }
    body #header #logo #sitename a:before {
        background: url('assets/img/sprite.png') no-repeat right -271px;
        background-size: 620%;
        content: "";
        float: left;
        height: 40px;
        margin-right: 10px;
        width: 50px;
        margin-top: 10px;
    }
    body #header #known-from {
        float: right;
        height: auto;
        margin: 0;
        width: auto;
    }
    body #header #known-from p {
        margin-bottom: -8px;
        position: relative;
    }
    body #header #search {
        position: absolute;
        right: 20px;
        bottom: -56px;
        float: none;
        margin: 0;
        width: 40px;
        max-width: 240px;
        height: 40px;
    }
    body #header #search.show-search {
        width: 100%;
        width: calc(100% - 108px);
    }
    body #header #search.show-search input[type="text"] {
        display: block;
    }
    body #header #search form {
        float: none;
        height: 40px;
    }
    body #header #search form fieldset {
        position: relative;
        width: auto;
    }
    body #header #search form input[type="text"],
    body #header #search form input[type="submit"] {
        display: block;
        float: none;
        width: auto;
    }
    body #header #search form input[type="text"]:focus,
    body #header #search form input[type="text"]:active,
    body #header #search form input[type="submit"]:focus,
    body #header #search form input[type="submit"]:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    body #header #search form input[type="text"] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #D1D1CF;
        display: none;
        font-size: 16px;
        margin-top: 0 !important;
        padding-left: 10px;
        padding-right: 40px;
        height: 40px;
        width: 100%;
    }
    body #header #search form input[type="submit"] {
        background: #FFF url('assets/img/sprite.png') no-repeat top right;
        border: none;
        border-left: none;
        height: 34px;
        position: absolute;
        right: 3px;
        text-transform: uppercase;
        text-indent: -999999px;
        top: 3px;
        width: 37px;
        z-index: 999;
    }
    body #header #breadcrumbs {
        display: none;
    }
    body #autovergelijker {
        width: 100%;
        margin-bottom: 1.5em;
        padding: 1.5em 10px;
    }
    body #autovergelijker .row>div {
        width: 50% !important;
        height: auto;
        overflow: hidden;
    }
    body #autovergelijker .row>div .form-label {
        overflow: hidden;
    }
    body #autovergelijker .row>div .form-label input {
        width: 100%;
    }
    body #autovergelijker .row>div .form-label #kentekenplaat {
        float: none;
        width: auto;
    }
    body #autovergelijker .row>div .form-label #kentekenplaat input {
        font-size: 24px;
        margin-left: 11%;
        display: block;
        float: none;
        width: auto;
    }
    body #autovergelijker .row>div .form-label-last {
        padding-right: 1em;
    }
    body #autovergelijker .row>div .form-label #vergelijken {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
    body #main {
        width: 100%;
        margin: 0;
        min-width: 0;
    }
    body #main>div {
        padding: 30px 0;
        overflow: hidden;
    }
    body #main #content {
        margin: 0;
    }
    body #main h1 {
        margin-left: 0; 
    }
    body #main #intro {
        padding: 0;
        background-image: none;
        min-height: 0;
    }
    body #main #intro h1,
    body #main #intro p {
        width: 100%;
        margin-left: 0;
    }
    body #main #intro h1 {
        font-size: 24px;
    }
    body.page-template-page-car-insurance-comparer-php #persuasion-block #persuation h2 {
        text-align: left;
    }
    body #bottom #content {
        margin-left: 0;
        margin-right: 0;
    }
    body #bottom #content #usp-block {
        width: 100%;
        padding: 20px;
    }
    body #bottom #content #usp-block .happy-man {
        left: 50%;
        margin-left: -95px;
    }
    body #bottom #content #usp-block .usp-block-inner {
        margin-bottom: 260px;
        width: 100%;
    }
    body #bottom #content #usp-block .usp-block-inner h2 {
        margin-left: 0;
    }
    body #bottom #content .tabs .tab {
        width: 50%;
        display: block;
        float: left;
        margin: 0;
        height: 60px;
        line-height: 1.4;
        text-align: left;
        vertical-align: middle;
        padding: 10px;
    }
    body #bottom #content .tab-content-wrapper {
        margin-right: 0;
    }
    body #bottom #content .tab-content {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }
    body #bottom #content .tab-content p {
        margin-right: 0;
    }
    body #bottom .sidebar-car-insurance-comparer {
        padding: 20px 10px 0 10px;
    }
    body #bottom .sidebar-car-insurance-comparer .widget {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    body #footer {
        width: 100%;
        margin: 0;
        border: none;
        padding: 10px;
    }
    body #footer .sidebar .widget {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
        padding: 0;
    }
    body #komparu .komparu-content {
        width: 100%;
    }
    body #komparu .komparu-content #content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    body #komparu .komparu-content #content #right {
        float: none;
        width: 100%;
    }
    body #komparu .komparu-content #content #right #autocontent {
        width: 100%;
    }
    body #komparu .komparu-content #content #left {
        float: none;
        width: 100%;
    }
    body #komparu .komparu-content #content .price {
        font-size: 18px;
    }
    body .wijzig-gegevens {
        height: auto;
    }
    body .dataTables_info {
        position: static;
    }
    body .dataTables_paginate {
        position: static;
    }
    body #content .vergelijktableauto,
    body #content .dataTables_wrapper {
        width: 100%;
        overflow-x: scroll;
    }
    body #content .vergelijktableauto table,
    body #content .dataTables_wrapper table {
        width: 100%;
    }
    body #content .vergelijktableauto table td,
    body #content .dataTables_wrapper table td {
        padding: 0 3px;
    }
    body #content .vergelijktableauto table td a.autoafsluiten,
    body #content .vergelijktableauto table td input.submit,
    body #content .dataTables_wrapper table td a.autoafsluiten,
    body #content .dataTables_wrapper table td input.submit {
        height: auto;
        width: auto;
        line-height: 1;
        font-size: 13px;
        padding: 3px 5px;
    }
    body #content .vergelijktableauto table td .price span,
    body #content .dataTables_wrapper table td .price span {
        display: none;
    }
    body #content .vergelijktableauto table td img.stars,
    body #content .vergelijktableauto table td .scoreLabel,
    body #content .vergelijktableauto table td .userScoreLabel,
    body #content .vergelijktableauto table td .insuranceDetail .price,
    body #content .dataTables_wrapper table td img.stars,
    body #content .dataTables_wrapper table td .scoreLabel,
    body #content .dataTables_wrapper table td .userScoreLabel,
    body #content .dataTables_wrapper table td .insuranceDetail .price {
        padding: 0;
        margin: 0;
    }
    body #content .vergelijktableauto table th,
    body #content .dataTables_wrapper table th {
        padding: 0 3px;
    }
    body #content .vergelijktableauto table td>div,
    body #content .dataTables_wrapper table td>div {
        font-size: 11px;
    }
    body #content .vergelijktableauto table td.first,
    body #content .vergelijktableauto table th.first,
    body #content .dataTables_wrapper table td.first,
    body #content .dataTables_wrapper table th.first {
        display: none;
    }
}

@media screen and (min-width: 640px) {
    body #bottom #content #usp-block {
        background-color: #F0F0F0;
        clear: both;
        float: left;
        margin-bottom: 50px;
        padding: 40px 0;
        position: relative;
    }
    body #bottom #content #usp-block .happy-man {
        bottom: -8px;
        float: left;
        left: 30px;
        position: absolute;
        width: 190px;
        margin-left: 0;
    }
    body #bottom #content #usp-block .usp-block-inner {
        float: right;
        width: 380px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 940px) {
    body #main-navigation {
        min-height: 54px;
    }
    body #main-navigation .toggle-nav {
        display: inline-block;
        padding: 14px 10px;
        color: #303030;
        font-size: 18px;
        text-decoration: none;
    }
    body #main-navigation .container-inner {
        overflow: visible;
        display: none;
    }
    body #main-navigation #mainnav ul {
        float: none;
        width: 100%;
    }
    body #main-navigation #mainnav .menu-item-has-children:after {
        border: solid transparent;
        border-top-color: #030303;
        border-width: 5px;
        top: 15px;
        content: " ";
        height: 0;
        right: 10px;
        margin-left: 0;
        pointer-events: none;
        position: absolute;
        width: 0;
    }
    body #main-navigation #mainnav ul>li {
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }
    body #main-navigation #mainnav ul li a {
        display: inline-block;
        float: none;
        height: auto;
        line-height: 1;
        padding: 10px;
        text-shadow: none;
    }
    body #main-navigation #mainnav ul>li>.sub-menu {
        position: static;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
        display: block;
    }
    body #main-navigation #mainnav ul>li:hover>.sub-menu,
    body #main-navigation #mainnav ul>li:active>.sub-menu {
        max-height: 999px;
        position: static;
        opacity: 1;
    }
    body #main-navigation #mainnav ul li .sub-menu {
        margin: 0;
        padding: 0;
        width: 100%;
        border: none;
        background-color: transparent;
        overflow: hidden;
    }
    body #main-navigation #mainnav ul li .sub-menu li:hover {
        background-color: #D1D1D1;
    }
    body #main-navigation #mainnav ul li .sub-menu>li {
        background-color: transparent;
        padding-left: 1em;
    }
    body #main-navigation #mainnav ul li .sub-menu>li>a {
        background-color: transparent;
        font-size: 14px;
        height: auto;
        line-height: 1.4;
        padding: 5px 0;
    }
    body #main-navigation #mainnav ul li .sub-menu .sub-menu {
        margin: 0;
        padding: 0;
        clear: both;
        width: 100%;
    }
    body #main-navigation #mainnav ul li .sub-menu .sub-menu>li {
        padding-left: 1em;
        background-color: transparent;
        width: 33%;
        float: left;
    }
    body #main-navigation #mainnav ul li.current-menu-item a:after,
    body #main-navigation #mainnav ul li.current-menu-ancestor a:after,
    body #main-navigation #mainnav ul li.current-menu-parent a:after {
        content: none;
    }
    body .wrapper-sticky {
        height: auto !important;
        float: none !important;
    }
    body .widget.submenu {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    body #header #logo {
        margin-right: 0;
        width: 232px;
    }
    body #header #logo #sitename a {
        font-size: 0.625em;
    }
    body #header #known-from p {
        font-size: 12px;
    }
}