/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


/*
========================================================================
  GENERAL CSS
==========================================================================
*/


/*@media (max-width: 480px) {
  .uk-width-xsmall-1-1{
    width: 100%;
  }
}*/

.icon-container {
    position: relative;
    display: inline;
    vertical-align: middle;
}

.icon-container>div {
    line-height: 1em;
    display: inline;
    position: absolute;
    left: 0;
    top: 1.2em;
    bottom: 1em;
    width: 4.3em;
    text-align: center;
    font-size: .25em;
}

.mi-2x {
    font-size: 2em !important;
}

.mi-3x {
    font-size: 3em !important;
}

.mi-4x {
    font-size: 4em !important;
}

.mi-5x {
    font-size: 5em !important;
}

.uk-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.uk-flex-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex
}

.uk-flex-inline>*,
.uk-flex>* {
    -ms-flex-negative: 1
}

.uk-flex-top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.uk-flex-middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.uk-flex-bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.uk-flex-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.uk-flex-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.uk-flex-space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.uk-flex-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.uk-flex-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.uk-flex-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.uk-flex-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.uk-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.uk-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uk-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.uk-flex-wrap-top {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.uk-flex-wrap-middle {
    -ms-flex-line-pack: center;
    align-content: center
}

.uk-flex-wrap-bottom {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.uk-flex-wrap-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.uk-flex-wrap-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.uk-flex-order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.uk-flex-order-last {
    -ms-flex-order: 99;
    -webkit-box-ordinal-group: 100;
    order: 99
}

.uk-flex-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.uk-flex-items-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

@media (min-width: 480px) {
    .uk-flex-order-first-small {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .uk-flex-order-last-small {
        -ms-flex-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99
    }
}

@media (min-width: 768px) {
    .uk-flex-order-first-medium {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .uk-flex-order-last-medium {
        -ms-flex-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99
    }
}

@media (min-width: 960px) {
    .uk-flex-order-first-large {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .uk-flex-order-last-large {
        -ms-flex-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99
    }
}

@media (min-width: 1220px) {
    .uk-flex-order-first-xlarge {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .uk-flex-order-last-xlarge {
        -ms-flex-order: 99;
        -webkit-box-ordinal-group: 100;
        order: 99
    }
}

.uk-flex-item-none {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none
}

.uk-flex-item-auto {
    -ms-flex: auto;
    -webkit-box-flex: 1;
    flex: auto;
    -ms-flex-negative: 1
}

.uk-flex-item-1 {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.flex-grid-1-2>* {
    width: 33%;
}

.flex-grid-1-3>* {
    width: 25%;
}

.flex-grid-1-4>* {
    width: 20%;
}

.flex-grid-1-5>* {
    width: 16.6%;
}

.flex-grid-1-6>* {
    width: 14.2%;
}

.flex-grid-1-7>* {
    width: 12.5%;
}

.flex-grid-1-8>* {
    width: 11.11%;
}

.flex-grid-1-9>* {
    width: 10%;
}

.flex-grid-1-10>* {
    width: 9.1%;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .flex-grid-small-1-2>* {
        width: 33%;
    }
    .flex-grid-small-1-3>* {
        width: 25%;
    }
    .flex-grid-small-1-4>* {
        width: 20%;
    }
    .flex-grid-small-1-5>* {
        width: 16.6%;
    }
    .flex-grid-small-1-6>* {
        width: 14.2%;
    }
    .flex-grid-small-1-7>* {
        width: 12.5%;
    }
    .flex-grid-small-1-8>* {
        width: 11.11%;
    }
    .flex-grid-small-1-9>* {
        width: 10%;
    }
    .flex-grid-small-1-10>* {
        width: 9.09%;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .flex-grid-medium-1-2>* {
        width: 33%;
    }
    .flex-grid-medium-1-3>* {
        width: 25%;
    }
    .flex-grid-medium-1-4>* {
        width: 20%;
    }
    .flex-grid-medium-1-5>* {
        width: 16.6%;
    }
    .flex-grid-medium-1-6>* {
        width: 14.2%;
    }
    .flex-grid-medium-1-7>* {
        width: 12.5%;
    }
    .flex-grid-medium-1-8>* {
        width: 11.11%;
    }
    .flex-grid-medium-1-9>* {
        width: 10%;
    }
    .flex-grid-medium-1-10>* {
        width: 9.09%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .flex-grid-large-1-2>* {
        width: 33%;
    }
    .flex-grid-large-1-3>* {
        width: 25%;
    }
    .flex-grid-large-1-4>* {
        width: 20%;
    }
    .flex-grid-large-1-5>* {
        width: 16.6%;
    }
    .flex-grid-large-1-6>* {
        width: 14.2%;
    }
    .flex-grid-large-1-7>* {
        width: 12.5%;
    }
    .flex-grid-large-1-8>* {
        width: 11.11%;
    }
    .flex-grid-large-1-9>* {
        width: 10%;
    }
    .flex-grid-large-1-10>* {
        width: 9.09%;
    }
}

@media screen and (min-width: 1200px) {
    .flex-grid-xlarge-1-2>* {
        width: 33%;
    }
    .flex-grid-xlarge-1-3>* {
        width: 25%;
    }
    .flex-grid-xlarge-1-4>* {
        width: 20%;
    }
    .flex-grid-xlarge-1-5>* {
        width: 16.6%;
    }
    .flex-grid-xlarge-1-6>* {
        width: 14.2%;
    }
    .flex-grid-xlarge-1-7>* {
        width: 12.5%;
    }
    .flex-grid-xlarge-1-8>* {
        width: 11.11%;
    }
    .flex-grid-xlarge-1-9>* {
        width: 10%;
    }
    .flex-grid-xlarge-1-10>* {
        width: 9.09%;
    }
}

.uk-tooltip {
    max-width: 300px;
    color: white;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}

.uk-button-group .uk-button {
    text-transform: none;
    font-weight: 900;
    padding: 0 2em;
    font-size: 1em;
    border-radius: 0 !important;
}

.uk-button-group .uk-button:hover {
    border-left: 1px solid transparent !important;
}

.uk-button-group .uk-button:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.uk-button-group .uk-button:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.uk-button-group .uk-button:not(.uk-active) {
    background-color: #fbfbfb;
    color: #999 !important;
    border-color: #74D1F7;
}

.uk-button-group.uk-button-group-muted>.uk-button {
    background-color: #eee;
    color: #999 !important;
}

.uk-button-group.uk-button-group-muted>.uk-button.uk-active,
.uk-button-group.uk-button-group-primary>.uk-button {
    background-color: #74D1F7;
    color: #fff !important;
}

.uk-button-group.uk-button-group-primary>.uk-button.uk-active {
    background-color: #3b9cc3;
}

.uk-button-group.uk-button-group-secondary>.uk-button,
.uk-button-group-warning>.uk-button {
    background-color: #ff6400;
    color: white !important;
}

.uk-button-group.uk-button-group-secondary>.uk-button.uk-active,
.uk-button-group-warning>.uk-button.uk-active {
    background-color: #ca4f00;
}

.uk-button-group.uk-button-group-success>.uk-button {
    background-color: #8cc14c;
    color: #fff !important;
}

.uk-button-group.uk-button-group-success>.uk-button.uk-active {
    background-color: #6a9a2f;
}

.uk-button-group.uk-button-group-danger>.uk-button {
    background-color: #da314b;
    color: #fff !important;
}

.uk-button-group.uk-button-group-danger>.uk-button.uk-active {
    background-color: #b5162f;
}

dl {
    text-transform: uppercase;
}

dt,
dd,
dl>dl dt,
dl>dl dd {
    text-transform: none;
}

dt,
dl>dl {
    padding-left: 1em;
}

dd,
dl>dl dt {
    padding-left: 2em;
}

dl>dl dd {
    padding-left: 3em;
}

.uk-margin-large-left {
    margin-left: 50px !important;
}

.uk-padding-remove {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.uk-margin-remove {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.nobackimg.uk-margin-remove {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.uk-icon-smartalarm,
.uk-icon-smartalarm-white,
.uk-icon-smartalarm-dark {
    content: '';
    background-repeat: no-repeat;
    background-size: 62px 100px;
    background-image: url('/images/producten/smartalarm/SmartAlarm-shield.svg');
    margin-top: -15px !important;
    background-position: center;
    min-width: 60px;
    min-height: 65px;
}

.uk-icon-smartalarm-white {
    background-image: url('/images/producten/smartalarm/SmartAlarm-shield-white.svg') !important;
}

.uk-icon-smartalarm-dark {
    background-image: url('/images/producten/smartalarm/SmartAlarm-shield-dark.svg') !important;
    min-height: 40px !important;
    margin-top: 0 !important;
    min-width: 35px;
}

.uk-icon-kaspersky {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('/images/modules/kaspersky_custom_logo.png');
    margin-top: 5px !important;
    width: 60px;
    height: 60px;
}

.fa-fiber:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('/images/fiber-icon-darkgray.png');
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: text-top;
}

.fa-fiber.white-txt:before {
    background-image: url('/images/fiber-icon-white.png');
}

.fa-fiber.blue-txt:before {
    background-image: url('/images/fiber-icon-blue.png');
}

.uk-active .fa-fiber:before {
    background-image: url('/images/fiber-icon-blue.png') !important;
}

.fa-fiber.fa-2x:before {
    width: 2em;
    height: 2em;
}

.fa-fiber.fa-3x:before {
    width: 3em;
    height: 3em;
}

.fa-fiber.fa-4x:before {
    width: 4em;
    height: 4em;
}

.fa-fiber.fa-5x:before {
    width: 5em;
    height: 5em;
}

.fa-fsgo:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('/images/fsgo-icon-darkgray.png');
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: text-top;
}

.fa-fsgo.white-txt:before {
    background-image: url('/images/fsgo-icon-white.png');
}

.fa-fsgo.blue-txt:before {
    background-image: url('/images/fsgo-icon-blue.png');
}

.uk-active .fa-fsgo:before {
    background-image: url('/images/fsgo-icon-blue.png') !important;
}

.fa-fsgo.fa-2x:before {
    width: 2em;
    height: 2em;
}

.fa-fsgo.fa-3x:before {
    width: 3em;
    height: 3em;
}

.fa-fsgo.fa-4x:before {
    width: 4em;
    height: 4em;
}

.fa-fsgo.fa-5x:before {
    width: 5em;
    height: 5em;
}

::-moz-selection {
    background: #51b1d8;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #51b1d8;
    color: #fff;
    text-shadow: none;
}

a,
.uk-link {
    color: #74d1f7;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.uk-link:hover {
    color: #51b1d8;
    text-decoration: underline;
}

html.uk-offcanvas-page {
    margin-left: 0 !important;
}

.uk-navbar-toggle {
    height: auto !important;
    padding: 15px 0 !important;
}

.uk-navbar-toggle:before {
    height: auto !important;
    padding-top: 0 !important;
}

.uk-minimize {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: inherit;
    opacity: 0.3;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    background: transparent;
    font-size: 0.9em;
    /*Slightly smaller to match close icon*/
}

.uk-minimize:hover {
    background: transparent
}

.uk-minimize:after {
    display: block;
    content: "\f08e";
    font-family: FontAwesome
}

.uk-minimize:hover,
.uk-minimize:focus {
    opacity: 0.5;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 480px) {
    .uk-align-center-small {
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .uk-align-center-medium {
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .uk-align-center-large {
        display: block;
        margin: 0 auto;
    }
}


/*
========================================================================
  CUSTOM PADDINGS & MARGINS
==========================================================================
*/

.no-pad {
    padding: 0 !important;
}


/* top-right-bottom-left padding */

.pad-xs {
    padding: 5px !important;
}

.pad-sm {
    padding: 10px !important;
}

.pad-md {
    padding: 15px !important;
}

.pad-lg {
    padding: 20px !important;
}

.pad-xl {
    padding: 25px !important;
}


/* top padding */

.no-pad-t {
    padding-top: 0 !important;
}

.pad-t-xs {
    padding-top: 5px !important;
}

.pad-t-sm {
    padding-top: 10px !important;
}

.pad-t-md {
    padding-top: 15px !important;
}

.pad-t-lg {
    padding-top: 20px !important;
}

.pad-t-xl {
    padding-top: 25px !important;
}


/* right padding */

.no-pad-r {
    padding-right: 0 !important;
}

.pad-r-xs {
    padding-right: 5px !important;
}

.pad-r-sm {
    padding-right: 10px !important;
}

.pad-r-md {
    padding-right: 15px !important;
}

.pad-r-lg {
    padding-right: 20px !important;
}

.pad-r-xl {
    padding-right: 25px !important;
}


/* bottom padding */

.no-pad-b {
    padding-bottom: 0 !important;
}

.pad-b-xs {
    padding-bottom: 5px !important;
}

.pad-b-sm {
    padding-bottom: 10px !important;
}

.pad-b-md {
    padding-bottom: 15px !important;
}

.pad-b-lg {
    padding-bottom: 20px !important;
}

.pad-b-xl {
    padding-bottom: 25px !important;
}


/* left padding */

.no-pad-l {
    padding-left: 0 !important;
}

.pad-l-xs {
    padding-left: 5px !important;
}

.pad-l-sm {
    padding-left: 10px !important;
}

.pad-l-md {
    padding-left: 15px !important;
}

.pad-l-lg {
    padding-left: 20px !important;
}

.pad-l-xl {
    padding-left: 25px !important;
}


/* top-bottom padding */

.no-pad-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pad-tb-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pad-tb-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pad-tb-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pad-tb-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pad-tb-xl {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}


/* left-right padding */

.no-pad-lr {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pad-lr-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pad-lr-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pad-lr-md {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pad-lr-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pad-lr-xl {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.no-mar {
    margin: 0 !important;
}


/* top-right-bottom-left margin */

.mar-xs {
    margin: 5px !important;
}

.mar-sm {
    margin: 10px !important;
}

.mar-md {
    margin: 15px !important;
}

.mar-lg {
    margin: 20px !important;
}

.mar-xl {
    margin: 25px !important;
}


/* top margin */

.no-mar-t {
    margin-top: 0 !important;
}

.mar-t-xs {
    margin-top: 5px !important;
}

.mar-t-sm {
    margin-top: 10px !important;
}

.mar-t-md {
    margin-top: 15px !important;
}

.mar-t-lg {
    margin-top: 20px !important;
}

.mar-t-xl {
    margin-top: 25px !important;
}


/* right margin */

.no-mar-r {
    margin-right: 0 !important;
}

.mar-r-xs {
    margin-right: 5px !important;
}

.mar-r-sm {
    margin-right: 10px !important;
}

.mar-r-md {
    margin-right: 15px !important;
}

.mar-r-lg {
    margin-right: 20px !important;
}

.mar-r-xl {
    margin-right: 25px !important;
}


/* bottom margin */

.no-mar-b {
    margin-bottom: 0 !important;
}

.mar-b-xs {
    margin-bottom: 5px !important;
}

.mar-b-sm {
    margin-bottom: 10px !important;
}

.mar-b-md {
    margin-bottom: 15px !important;
}

.mar-b-lg {
    margin-bottom: 20px !important;
}

.mar-b-xl {
    margin-bottom: 25px !important;
}


/* left margin */

.no-mar-l {
    margin-left: 0 !important;
}

.mar-l-xs {
    margin-left: 5px !important;
}

.mar-l-sm {
    margin-left: 10px !important;
}

.mar-l-md {
    margin-left: 15px !important;
}

.mar-l-lg {
    margin-left: 20px !important;
}

.mar-l-xl {
    margin-left: 25px !important;
}


/* top-bottom margin */

.no-mar-tb {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mar-tb-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mar-tb-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mar-tb-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mar-tb-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mar-tb-xl {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}


/* left-right margin */

.no-mar-lr {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mar-lr-xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mar-lr-sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mar-lr-md {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mar-lr-lg {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mar-lr-xl {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

@media (max-width: 480px) {
    .no-pad-sm {
        padding: 0 !important;
    }
    .no-pad-tb-sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .no-pad-lr-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-pad-t-sm {
        padding-top: 0 !important;
    }
    .no-pad-r-sm {
        padding-right: 0 !important;
    }
    .no-pad-b-sm {
        padding-bottom: 0 !important;
    }
    .no-pad-l-sm {
        padding-left: 0 !important;
    }
    .no-mar-sm {
        margin: 0 !important;
    }
    .no-mar-tb-sm {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .no-mar-lr-sm {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .no-mar-t-sm {
        margin-top: 0 !important;
    }
    .no-mar-r-sm {
        margin-right: 0 !important;
    }
    .no-mar-b-sm {
        margin-bottom: 0 !important;
    }
    .no-mar-l-sm {
        margin-left: 0 !important;
    }
}

@media (min-width: 481px) {
    .no-pad-md {
        padding: 0 !important;
    }
    .no-pad-tb-md {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .no-pad-lr-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-pad-t-md {
        padding-top: 0 !important;
    }
    .no-pad-r-md {
        padding-right: 0 !important;
    }
    .no-pad-b-md {
        padding-bottom: 0 !important;
    }
    .no-pad-l-md {
        padding-left: 0 !important;
    }
    .no-mar-md {
        margin: 0 !important;
    }
    .no-mar-tb-md {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .no-mar-lr-md {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .no-mar-t-md {
        margin-top: 0 !important;
    }
    .no-mar-r-md {
        margin-right: 0 !important;
    }
    .no-mar-b-md {
        margin-bottom: 0 !important;
    }
    .no-mar-l-md {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .no-pad-lg {
        padding: 0 !important;
    }
    .no-pad-tb-lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .no-pad-lr-lg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-pad-t-lg {
        padding-top: 0 !important;
    }
    .no-pad-r-lg {
        padding-right: 0 !important;
    }
    .no-pad-b-lg {
        padding-bottom: 0 !important;
    }
    .no-pad-l-lg {
        padding-left: 0 !important;
    }
    .no-mar-lg {
        margin: 0 !important;
    }
    .no-mar-tb-lg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .no-mar-lr-lg {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .no-mar-t-lg {
        margin-top: 0 !important;
    }
    .no-mar-r-lg {
        margin-right: 0 !important;
    }
    .no-mar-b-lg {
        margin-bottom: 0 !important;
    }
    .no-mar-l-lg {
        margin-left: 0 !important;
    }
    .mar-tb-xs-medium {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .mar-tb-sm-medium {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .mar-tb-md-medium {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .mar-tb-lg-medium {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .mar-tb-xl-medium {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .pad-tb-xs-medium {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .pad-tb-sm-medium {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pad-tb-md-medium {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .pad-tb-lg-medium {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .pad-tb-xl-medium {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media (min-width: 1025px) {
    .no-pad-xl {
        padding: 0 !important;
    }
    .no-pad-tb-xl {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .no-pad-lr-xl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-pad-t-xl {
        padding-top: 0 !important;
    }
    .no-pad-r-xl {
        padding-right: 0 !important;
    }
    .no-pad-b-xl {
        padding-bottom: 0 !important;
    }
    .no-pad-l-xl {
        padding-left: 0 !important;
    }
    .no-mar-xl {
        margin: 0 !important;
    }
    .no-mar-tb-xl {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .no-mar-lr-xl {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .no-mar-t-xl {
        margin-top: 0 !important;
    }
    .no-mar-r-xl {
        margin-right: 0 !important;
    }
    .no-mar-b-xl {
        margin-bottom: 0 !important;
    }
    .no-mar-l-xl {
        margin-left: 0 !important;
    }
    .pad-tb-xs-large {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .pad-tb-sm-large {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pad-tb-md-large {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .pad-tb-lg-large {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .pad-tb-xl-large {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}


/* 
========================================================================
  UIKit Overrides
==========================================================================
*/

.tm-block-large .tm-headerbar+.tm-block,
.tm-block-large .tm-fullscreen+.tm-block,
.tm-block-large .tm-block {
    padding-top: 0px !important
}

.uk-button {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    text-transform: none;
    font-size: 1.3em;
    line-height: 2em;
    height: 1em;
    color: white !important;
    border: none;
    height: auto !important;
}

.uk-button-primary {
    background-color: #74D1F7;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #51b1d8;
}

.uk-button-secondary {
    background-color: #ff6400;
}

.uk-button-secondary:hover,
.uk-button-secondary:focus {
    background-color: #e65a00;
}

.uk-button-mini {
    font-size: 1em;
}

@media (max-width: 480px) {
    .uk-button-group>button.uk-button.uk-button-primary {
        display: block;
        width: 100%;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

.uk-text-large {
    font-size: 1.3em !important;
    line-height: 1em !important;
}

.page-template-pakketten .uk-accordion-title i.fa:before {
    content: "\f054";
}

.page-template-pakketten .uk-accordion-title.uk-active i.fa:before {
    content: "\f078";
}

.uk-grid-collapse {
    margin-left: 0 !important;
}

.uk-grid-collapse>* {
    padding-left: 0 !important;
}

.uk-accordion-title {
    background: none;
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.uk-grid>.uk-grid-margin {
    margin-top: 15px;
}

@media (max-width: 480px) {
    .uk-accordion-title {
        padding: 0;
    }
}

.uk-slideset li {
    display: inline-block;
    padding: 10px;
}

.uk-accordion-title [class*=chevron]:before {
    content: "\f078";
}

.uk-accordion-title.uk-active [class*=chevron]:before {
    content: "\f054";
}

.uk-grid-small>*:not(:first-child) {
    padding-left: 10px !important;
}


/* 
========================================================================
  Menu Overrides
========================================================================
*/

.uk-navbar-nav {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-pack: between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.uk-navbar-nav li {
    padding: 0 !important;
}

.uk-navbar-nav>li:nth-child(6) {
    padding-right: 250px !important;
}

.uk-navbar-nav>li>a {
    height: auto !important;
    line-height: 4em;
}

.uk-navbar-nav>li>a>i {
    color: #74D1F7 !important;
}

.uk-navbar-nav li a {
    font-family: 'Montserrat', sans-serif;
    color: black !important;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.uk-navbar-nav span {
    color: white;
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li.uk-open>a {
    color: #74D1F7 !important;
    font-weight: 400;
}

.uk-navbar-nav>li.uk-parent>a:after {
    display: inline !important;
    margin: 0 0 0 5px;
    content: '\f107';
    color: #74D1F7;
    font-family: "FontAwesome";
    position: relative;
    background: none;
}

.uk-navbar-nav>li.uk-parent.uk-open:after {
    content: '\f0d8';
    color: #74D1F7;
    font-family: "FontAwesome";
    position: relative;
    font-size: 2.5em;
    line-height: 0em;
    text-align: center;
    bottom: 5px;
    margin: 0 auto;
    display: block;
}

.uk-navbar-nav>li.uk-open>.uk-dropdown-navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(116, 209, 247, 0.95);
    border-radius: 0 0 10px 10px;
}

@media only screen and (min-width: 1281px) {
    .uk-navbar-nav>*,
    .uk-navbar-nav * {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .uk-navbar-nav>li.uk-open>.uk-dropdown-navbar {
        width: 700px;
    }
    .uk-navbar-nav>li.uk-open:nth-child(2)>.uk-dropdown {
        left: -66px;
    }
    .uk-navbar-nav>li.uk-open:nth-child(3)>.uk-dropdown {
        left: -206px;
    }
    .uk-navbar-nav>li.uk-open:nth-child(4)>.uk-dropdown {
        left: -331px;
    }
    .uk-navbar-nav>li.uk-open:nth-child(5)>.uk-dropdown {
        left: -460px;
    }
    .uk-navbar-nav>li.uk-open:nth-child(6)>.uk-dropdown {
        left: -572px;
    }
    .uk-navbar-nav>li.uk-open:nth-child(7)>.uk-dropdown {
        width: 450px;
        left: -214px;
    }
}

.uk-dropdown-navbar>.uk-grid>div {
    text-align: center !important
}

.uk-dropdown-navbar>.uk-grid>div:first-child {
    text-align: right !important
}

.uk-dropdown-navbar>.uk-grid>div:last-child {
    text-align: left !important
}

.uk-dropdown-navbar>.uk-nav-navbar>li>a {
    color: black;
}

ul.uk-nav-sub li>a:before {
    display: none;
}

ul.uk-nav-sub li>a {
    padding: 0;
    line-height: 1.5em;
}


/* 
========================================================================
  FOOTER
==========================================================================
*/

.tm-block-footer {
    display: block;
    background-color: #222;
    color: #74D1F7;
    padding: 0 !important;
}

.tm-block-footer footer {
    padding: 30px 0 !important;
}

footer .uk-subnav li {
    list-style: none;
    text-align: left;
}

footer .uk-subnav>li {
    margin: 0 !important;
    vertical-align: top;
}

footer .uk-subnav li a {
    color: black;
}

footer .uk-subnav span {
    font-family: "RockwellSTD", Verdana, Arial, sans-serif !important;
    color: #74D1F7;
    text-transform: none;
    font-size: 20px;
}

footer .uk-subnav-line>li:nth-child(n+2):before {
    display: none;
}

footer .uk-subnav li ul {
    padding: 0;
}

footer .uk-subnav li ul a {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 1em;
    color: #FFF;
    line-height: 1.6em;
}

footer .uk-subnav li ul a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.sub-footer {
    width: 100%;
    background-color: #FFF;
    margin-top: -1px;
    color: #222;
    padding: 15px 0;
}

.sub-footer a:hover,
.sub-footer i:hover {
    color: #74D1F7 !important;
    text-decoration: none;
}

.sub-footer p {
    padding: 3px 0;
}

.sub-footer ul {
    padding-left: 0;
    text-align: center;
    margin: 0;
}

.sub-footer [class*='uk-width-medium'] ul {
    text-align: left;
}

.sub-footer ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.sub-footer ul li a {
    color: #222;
    vertical-align: baseline;
}

.sub-footer .menu-sub-menu-container ul li:not(:first-child) a:before {
    content: "|";
    padding: 0 15px;
    color: #222;
}

.sub-footer .menu-sub-menu-container ul li:not(:first-child) a:hover:before {
    color: #222;
}

.sub-footer #menu-social-media li {
    margin: 0 5px;
}

@media (max-width: 480px) {
    footer,
    footer * {
        text-align: center !important;
    }
    footer .uk-subnav {
        padding: 0 15%;
    }
    footer .uk-subnav>li {
        width: 100% !important;
    }
    .sub-footer .menu-sub-menu-container ul li:not(:first-child) a:before {
        display: none;
    }
    .sub-footer ul:not(#menu-social-media) li {
        display: block;
        line-height: 1.5em;
    }
}

@media (max-width: 767px) {
    footer .uk-subnav>li {
        width: 50%;
        margin-bottom: 20px !important;
    }
    footer .uk-subnav>li:nth-child(even),
    footer .uk-subnav>li:nth-child(even) * {
        text-align: right;
    }
}

@media (max-width: 1024px) {
    .sub-footer .uk-width-1-1>*,
    .sub-footer .uk-width-1-1 ul {
        text-align: center !important;
        margin-bottom: 10px !important;
    }
    .sub-footer #menu-social-media li {
        margin: 0 !important;
    }
    .sub-footer ul#menu-social-media li {
        padding: 0 .5em;
    }
}

@media (min-width: 1024px) {
    #menu-social-media {
        text-align: right;
    }
}


/*---*/

.fullwidth-check {
    background-color: #74D1F7;
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fullwidth-check .uk-container {
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fullwidth-check .uk-container h3 {
    margin: 0;
    color: white;
}

nav .uk-search-field {
    border: 1px solid #74D1F7;
    border-radius: 5px;
}

nav .uk-search:before,
.dekking .uk-search:before {
    color: #74D1F7;
}

.uk-tab>li.uk-active {
    border-bottom: 1px solid white;
}

#tm-bottom-a>.uk-container {
    max-width: 100% !important;
    padding: 0 !important;
}


/* 
========================================================================
  DEKKING
==========================================================================
*/

#gebied.uk-switcher {
    border: 1px solid #74D1F7;
    border-radius: 4px;
    padding: 1em;
    margin-left: -1px;
    background-color: white;
}

#gebied #provinces {
    min-height: 10rem;
}

.dekking .uk-tab.abc~.uk-switcher {
    padding: 1em 0;
}

.dekking #provinces,
.dekking #municipalities,
.dekking .cities {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 4;
}

.dekking .uk-tab.abc li {
    background: none;
    border: none;
    padding: 0 .5rem 0 0;
    margin-left: 0;
}

.dekking .uk-tab.abc li.uk-active {
    border-bottom: 1px solid white;
}

.dekking .uk-tab.abc li a {
    color: #333;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 1rem;
    line-height: 1em;
}

.dekking .uk-tab.abc li.uk-active a {
    color: #74D1F7;
    border-bottom-color: white;
}

.dekking .uk-search-field {
    border-radius: 5px;
    border: none;
    min-width: 210px;
    margin: 0;
    padding: 0 30px;
}

.dekking .uk-search:before {
    width: 0;
    padding: 0 !important;
    line-height: 38px !important;
}


/* Placeholder */

.dekking .uk-search-field:-ms-input-placeholder {
    color: #444 !important;
    font-size: 12px;
}

.dekking .uk-search-field::-moz-placeholder {
    color: #444 !important;
    font-size: 12px;
}

.dekking .uk-search-field::-webkit-input-placeholder {
    color: #444 !important;
    font-size: 12px;
}


/* Portrait */

@media (max-width: 600px) {
    #tm-top-a.tm-block {
        padding-bottom: 20px;
    }
    .dekking #provincies,
    .dekking #municipalities,
    .dekking .cities {
        -webkit-column-count: 2 !important;
        /* Chrome, Safari, Opera */
        /* Firefox */
        column-count: 2 !important;
    }
    #dekking .uk-width-medium-8-10 {
        padding: 0 !important;
    }
    .dekking .abc li a {
        font-size: 2em !important;
    }
    .dekking .abc li:first-of-type {
        margin-left: 17px;
    }
    .uk-container {
        padding: 0 20px;
    }
    .widget_text div:first-of-type {
        margin-left: 0 !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #tm-top-a.tm-block {
        padding-bottom: 20px;
    }
    .dekking #provincies,
    .dekking #municipalities,
    .dekking .cities {
        -webkit-column-count: 2 !important;
        /* Chrome, Safari, Opera */
        /* Firefox */
        column-count: 2 !important;
    }
    #dekking .uk-width-medium-8-10 {
        padding: 0 !important;
    }
    .dekking .abc li a {
        font-size: 2em !important;
    }
    .dekking .abc li:first-of-type {
        margin-left: 17px;
    }
    .uk-container {
        padding: 0 20px !important;
    }
    .widget_text div:first-of-type {
        margin-left: 0 !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .dekking #provinces,
    .dekking #municipalities,
    .dekking .cities {
        -webkit-column-count: 2 !important;
        /* Chrome, Safari, Opera */
        /* Firefox */
        column-count: 2 !important;
    }
}

@media screen and (max-width: 769px) {
    .uk-margin-large-top {
        margin-top: 20px !important;
    }
    .uk-margin-large-bottom {
        margin-bottom: 20px !important;
    }
    .uk-margin-large-left {
        margin-left: 20px !important;
    }
    .uk-margin-large-right {
        margin-right: 20px !important;
    }
    .dekking #provinces,
    .dekking #municipalities,
    .dekking .cities {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        /* Firefox */
        column-count: 2;
    }
    .dekking .uk-tab .uk-active,
    .dekking .uk-tab :not(.uk-active) {
        margin-top: 0 !important;
    }
    .dekking .uk-tab li a {
        font-size: 1em;
        line-height: 1em;
    }
}

@media (min-width: 770px) and (max-width: 1024px) {
    .dekking #provincies,
    .dekking #municipalities,
    .dekking .cities {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        /* Firefox */
        column-count: 3;
    }
    .dekking .uk-tab .uk-active,
    .uk-tab :not(.uk-active) {
        margin-top: 0 !important;
    }
    .dekking .uk-tab {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
    .dekking .uk-tab li a {
        font-size: .8em;
        line-height: 2em;
    }
}

@media (min-width: 980px) {
    .page-template .dekking .uk-container {
        max-width: 1280px !important;
        padding: 0 35px;
    }
}


/* Landscape */

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation: landscape) {
    .menu>li:hover>ul li ul {
        display: block !important;
        z-index: 9999;
    }
}


/* 
========================================================================
  BREADCRUMBS
==========================================================================
*/

.uk-breadcrumb {
    max-width: 100%;
    margin: 0 auto;
    font-weight: 700;
    padding: 20px 0px
}

.uk-breadcrumb .uk-active {
    font-weight: 400
}

.uk-breadcrumb .uk-active::before {
    font-weight: 700
}

@media (max-width: 768px) {
    .uk-breadcrumb {
        padding: 20px 20px
    }
}

@media only screen and (max-width: 767px) {
    .bg-none-small {
        background: none !important;
    }
}


/* 
========================================================================
  POSTALCHECKER
==========================================================================
*/

.uk-modal-dialog {
    left: 0 !important;
    max-width: 700px !important;
    width: 60% !important;
    margin: 0 auto !important;
}

.uk-modal .uk-grid-small {
    margin-left: -10px !important;
}

.uk-modal .uk-grid-small>* {
    padding-left: 10px !important;
}

.uk-modal .uk-grid-small>.uk-grid-margin {
    margin-top: 10px !important;
}

.uk-modal .uk-border-rounded {
    border-radius: 4px !important;
}

.uk-modal .white-txt,
.white-txt>* {
    color: #FFFFFF !important;
}

.uk-modal .blue-bg {
    background-color: #74D1F7 !important;
    color: white !important;
}

.uk-modal input:focus {
    background-color: white !important;
    border: none !important;
    outline: none !important;
}

.uk-modal input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
    color: #b2beb5 !important;
}

.uk-modal h2 {
    font-size: 2.6em !important;
}

.uk-modal h3 {
    font-size: 2em !important;
}

.uk-form input[type=checkbox],
.uk-form input[type=radio] {
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #74D1F7 !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    background-color: white;
    border-radius: 5px !important;
}

.uk-form input[type=radio] {
    border-radius: 50% !important;
}

.uk-form input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    padding: 0 2px;
    text-align: center;
    color: #74D1F7;
}

.uk-form input[type=radio]:checked {
    background-color: #74D1F7;
    border: 3px solid white !important;
    -webkit-box-shadow: 0px 0px 0px 1px #74D1F7 !important;
    box-shadow: 0px 0px 0px 1px #74D1F7 !important;
}

.input-resizer {
    min-height: 5em;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* future version of deprecated 'word-wrap' */
}

div.input-resizer {
    display: none;
}


/* 
========================================================================
  CUSTOM MODALS
==========================================================================
*/

@media (min-width: 480px) {
    .uk-modal-small .uk-modal-dialog {
        width: 450px !important;
        padding: 2em;
    }
}

#returningUser img {
    max-width: 200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    display: block;
    margin-bottom: -310px;
}

#returningUser .uk-modal-dialog {
    top: 285px !important;
}

#returningUser i {
    display: block;
    margin: -15px auto 20px auto;
    position: relative;
    width: 40px;
    height: 25px;
    line-height: 25px;
}

#returningUser button {
    font-size: 1em !important;
    line-height: 1.5em !important;
}

@media (max-width: 480px) {
    .superstunt {
        display: block;
        float: none;
        margin: 10px auto;
    }
    #returningUser .uk-modal-dialog {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(31.5%, #74D1F7), color-stop(31.5%, #FFF));
        background: linear-gradient(#74D1F7 31.5%, #FFF 31.5%);
    }
}

@media (max-width: 767px) {
    .uk-modal-dialog {
        top: 5% !important;
        width: 90% !important;
        padding: 15px;
    }
    #returningUser p,
    #returningUser button {
        font-size: 1em !important;
        line-height: 1.5em !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #returningUser .uk-modal-dialog {
        width: 80% !important;
        padding: 15px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #74D1F7), color-stop(32%, #FFF));
        background: linear-gradient(#74D1F7 32%, #FFF 32%);
    }
    #returningUser i {
        top: 5px !important;
    }
    #returningUser p,
    #returningUser button {
        font-size: 1em !important;
        line-height: 1.5em !important;
    }
}


/* 
========================================================================
  CUSTOM STYLING
==========================================================================
*/

#brands {
    text-align: right;
    color: black;
}

#brands li {
    background-color: rgba(116, 209, 247, 1);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: calc(100%/4);
}

#brands li:nth-child(2) {
    background-color: rgba(116, 209, 247, 0.9);
}

#brands li:nth-child(3) {
    background-color: rgba(116, 209, 247, 0.8);
}

#brands li:nth-child(4) {
    background-color: rgba(116, 209, 247, 0.7);
}

#brands li:nth-child(5) {
    background-color: rgba(116, 209, 247, 0.6);
}

#brands li:nth-child(6) {
    background-color: rgba(116, 209, 247, 0.5);
}

#brands li:nth-child(7) {
    background-color: rgba(116, 209, 247, 0.4);
}

#brands li:nth-child(8) {
    background-color: rgba(116, 209, 247, 0.3);
}

#brands li:nth-child(9) {
    background-color: rgba(116, 209, 247, 0.2);
}

#brands li span.brand-position {
    font-weight: bold;
    width: 15px;
}

#brands li span.brand-logo {
    width: calc(100%/3);
}

#brands li span.brand-speed,
#brands li span.brand-test {
    width: calc(100%/4);
}

#provider-icons {}

#provider-icons a {}

#provider-icons a img {}

.uk-vertical-align-bottom {
    position: absolute;
    top: 100%;
}

#channels,
.channel~.row,
.description.active~.row {
    width: 100%;
    height: auto;
    display: inline-block;
}

.description~.row {
    display: none;
}

.uk-modal .channel,
.uk-modal .description,
.uk-modal .channel.active,
.uk-modal .description.active {
    background-color: white !important;
    border-color: white !important;
}

.uk-modal .description {
    margin-top: -4px !important;
}

.channel {
    height: 100px;
    z-index: 2;
    display: inline-block;
    width: calc((100% / 2) - 5px);
    position: relative;
    float: left;
    margin: 1px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 4px;
}

@media (min-width: 480px) and (max-width: 630px) {
    .channel {
        width: calc((100% / 3) - 5px);
    }
    .channel.active {
        width: calc((100% / 3) - 9px);
    }
    .uk-modal .channel.active {
        width: calc((100% / 3) - 7px);
    }
}

@media (min-width: 631px) and (max-width: 960px) {
    .channel {
        width: calc((100% / 4) - 5px);
    }
    .channel.active {
        width: calc((100% / 4) - 9px);
    }
    .uk-modal .channel.active {
        width: calc((100% / 4) - 7px);
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .channel {
        width: calc((100% / 5) - 5px);
    }
    .channel.active {
        width: calc((100% / 5) - 9px);
    }
    .uk-modal .channel.active {
        width: calc((100% / 5) - 7px);
    }
}

@media (min-width: 1025px) {
    .channel {
        width: calc((100% / 7) - 5px);
    }
    .channel.active {
        width: calc((100% / 7) - 9px);
    }
    .uk-modal .channel.active {
        width: calc((100% / 7) - 7px);
    }
}

.channel.active {
    border: 2px solid #74D1F7;
    border-radius: 4px;
    border-bottom: none;
    height: 104px;
}

.channel:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    top: 3px;
    left: 3px;
    border: 10px solid white;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.channel.active:before {
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 18px);
}

.description {
    display: none;
    position: relative;
    float: left;
    z-index: 0;
    margin-top: -5px !important;
    margin-left: 1px;
    padding: 15px;
    width: calc(100% - 44px);
    border-radius: 4px;
    border: 2px solid #74D1F7;
}

.description strong {
    color: #74D1F7;
    font-size: 1.5em;
}

.description.active {
    display: block;
}

.ch_list .ch_logo img {
    max-height: 4em;
}

.big-price {
    font-family: 'RockwellSTD';
    font-weight: 600;
    font-size: 5em;
    margin: -.25em auto auto auto;
}

.big-price span {
    font-size: 1em;
    line-height: 1.5em;
}

.big-price sup {
    top: -0.68em;
    font-size: 0.5em;
    left: -0.6em;
}

.big-price sub {
    top: -0.3em;
    font-size: 0.2em;
    left: 3em;
}

.big-price sup+sub {
    left: -2.8em;
}

#pakketten-tab {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pakketten-tab li {
    background-color: #74D1F7;
    padding: 0;
    margin-right: 4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#pakketten-tab li:last-child {
    margin-right: 0;
}

#pakketten-tab li.uk-active {
    background: none;
    border: 1px solid #74D1F7;
    border-bottom: 1px solid white !important;
}

#pakketten-tab li.uk-active a {
    color: #74D1F7;
}

#pakketten-tab li a:hover,
#pakketten-tab li a:focus {
    border-bottom: none;
}

#pakketten-tab li a:after {
    display: none;
}

#pakketten-tab li a {
    font-family: 'RockwellSTD';
    text-transform: none !important;
    color: white;
    text-align: center;
    padding: 0;
    font-size: 1.2em;
    line-height: 2.5em;
    margin: 0;
}

.uk-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.grid-items-border>* {
    border: 1px solid #74D1F7;
}

[class*=underline] {
    border-style: none;
    border-width: 0px;
    border-bottom-style: dotted !important;
    border-bottom-width: 1px;
}

.shadow-border {
    border: 3px solid rgba(0, 0, 0, 0.85);
}

.border-dashed {
    border-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
}

.uk-border-contrast {
    border-color: white !important;
}

.black-txt,
.black-txt * {
    color: black !important;
}

.black-bg {
    background-color: black !important;
    color: white !important;
}

.black-border {
    border: 1px solid black;
}

.blue-txt {
    color: #74D1F7 !important;
}

.uk-background-primary,
.blue-bg {
    background-color: #74D1F7 !important;
    color: white !important;
}

.uk-background-primary svg path,
.blue-bg svg path,
.uk-background-primary h1,
.uk-background-primary h2,
.uk-background-primary h3,
.uk-background-primary h4,
.uk-background-primary h5,
.uk-background-primary h6,
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6 {
    color: white !important;
    fill: white !important;
}

.uk-border-primary,
.blue-border {
    border: 1px solid #74D1F7;
}

.uk-underline-primary,
.blue-underline {
    border-bottom-color: #74D1F7 !important;
}

.lightblue-txt {
    color: #cfeffc !important;
}

.lightblue-bg {
    background-color: #cfeffc !important;
    color: black !important;
}

.lightblue-border {
    border: 1px solid #cfeffc;
}

.lightblue-underline {
    border-bottom-color: #cfeffc !important;
}

.lightgrey-txt {
    color: #eee !important;
}

.uk-background-muted,
.lightgrey-bg {
    background-color: #eee !important;
    color: black !important;
}

.uk-border-muted,
.lightgrey-border {
    border: 1px solid #eee;
}

.lightgrey-underline {
    border-bottom-color: #eee !important;
}

.grey-txt {
    color: #cecece !important;
}

.grey-bg {
    background-color: #cecece !important;
    color: black !important;
}

.grey-border {
    border: 1px solid #cecece;
}

.grey-underline {
    border-bottom-color: #cecece !important;
}

.darkgrey-txt {
    color: #222 !important;
}

.uk-background-info,
.darkgrey-bg {
    background-color: #222 !important;
    color: white !important;
}

.uk-border-info,
.darkgrey-border {
    border: 1px solid #222;
}

.darkgrey-underline {
    border-bottom-color: #222 !important;
}

.uk-text-contrast,
.white-txt {
    color: #FFFFFF !important;
}

.white-txt>*,
.white-txt * {
    color: #FFFFFF !important;
}

.uk-background-contrast,
.white-bg {
    background-color: white !important;
    color: black !important;
}

.white-underline {
    border-bottom-color: white !important;
}

.uk-background-secondary {
    background-color: #ff6400 !important;
    color: white !important;
}

.uk-background-secondary:after {
    color: #ff6400 !important;
}

.uk-border-secondary {
    border-color: #ff6400 !important;
    border-width: 1px;
}

.uk-text-success,
.green-txt {
    color: #91C850 !important;
}

.uk-background-success,
.green-bg {
    background-color: #91C850 !important;
    color: white !important;
}

.uk-background-success:after {
    color: #91C850 !important;
}

.uk-border-success,
.green-border {
    border-color: #91C850 !important;
    border-width: 1px;
}

.green-underline {
    border-bottom-color: #91C850 !important;
}

.indenttable {
    text-indent: -20px;
    margin-left: 40px;
}

.vertical-text {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    float: left;
}

@media (max-width: 600px) {
    #pricing .features {
        height: auto !important;
    }
    #pricing .middle {
        margin: 0px auto !important;
    }
}

@media (max-width: 1024px) {
    .white-txt-device-only {
        color: #FFFFFF !important;
    }
    .white-txt-device-only>*,
    .white-txt-device-only * {
        color: #FFFFFF !important;
    }
}

.uk-margin-small-top {
    margin-top: 10px !important;
}

i.bluecheck {
    color: #74d1f7;
    font-size: 16px;
    padding-right: 5px
}

.uk-list-line>li:nth-child(n+2) {
    border-top: 1px solid #74d1f7;
    padding-top: 10px;
}

.uk-position-top {
    position: fixed !important;
    top: 0;
}

.uk-position-middle-right {
    position: fixed;
    right: 0;
    float: right;
    top: calc(100vh/2);
}

.pdf-frame {
    max-width: 1280px;
    position: relative;
    padding-bottom: 95%;
    height: 0;
    overflow: hidden;
}

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

.video-frame {
    max-width: 1280px;
    position: relative;
    padding-bottom: 25% !important;
    height: 0;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid white;
}

.video-frame .uk-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    opacity: 1;
    border-radius: 50%;
    font-size: 1.3em;
    padding: 5px;
}

@media (max-width: 680px) {
    .video-frame {
        padding-bottom: 70% !important;
    }
}


/* 
========================================================================
  Table Price
==========================================================================

*/

.packages .price {
    font-weight: 600;
    padding-top: 20px !important;
    font-size: 4em;
}

.packages .price span {
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 40px;
}

.packages .price sup {
    top: -0.68em;
    font-size: 0.5em;
    left: -0.6em;
}

.packages .price sub {
    top: -0.3em;
    font-size: 0.2em;
    left: 3em;
}

.packages .price sup+sub {
    left: -2.8em;
}


/* 
========================================================================
  New Tables
==========================================================================
*/

@media (min-width: 630px) and (max-width: 1024px) {
    .uk-width-medium-1-2.package {
        width: 49.96%;
    }
}


/*Fix for Safari*/

.newpackages h1 {
    font-size: 3vw !important;
}

.newpackages h2 {
    font-size: 2.2vw !important;
}

.newpackages h3 {
    font-size: 2vw !important;
}

.newpackages h4 {
    font-size: 1.7vw !important;
}

.newpackages h5 {
    font-size: 1.4vw !important;
}

.newpackages h6 {
    font-size: 1.2vw !important;
}

.newpackages h1,
.newpackages h3 {
    color: #74D1F7 !important;
}

.newpackages h2,
.newpackages h4,
.newpackages h5,
.newpackages h6 {
    color: black !important;
}

.newpackages h1,
.newpackages h2,
.newpackages h3,
.newpackages h4,
.newpackages h5,
.newpackages h6 {
    line-height: 1em !important;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.newpackages p {
    margin: 0;
}

.newpackages .package {
    text-align: center;
}

.newpackages .package.featured {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    z-index: 2
}

.newpackages .package.featured>div {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newpackages .package.featured i.uk-icon-check-circle {
    color: #8cc14c !important;
}

.newpackages .package .extra-info {
    padding: 5px 0;
}

.newpackages .package .extra-info img {
    height: 40px;
    margin-left: 10px;
}

.newpackages .package .package-header {
    position: relative;
}

.newpackages .package .package-header::after {
    content: '\f0d7';
    position: absolute;
    top: 98.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #74D1F7;
    font-size: 4em;
    font-family: 'FontAwesome';
    z-index: 1;
}

.newpackages .package .price {
    padding: 0 !important;
    font-family: 'RockwellSTD', serif;
    font-size: 5vw;
    letter-spacing: -2px;
}

.newpackages .package .package-header a:hover {
    text-decoration: none !important;
}

.newpackages .package .package-header>a>.price {
    color: white !important;
}

@media (max-width: 767px) {
    .newpackages .package .price {
        font-size: 10vw;
    }
    .newpackages h1 {
        font-size: 8vw !important;
    }
    .newpackages h2 {
        font-size: 7vw !important;
    }
    .newpackages h3 {
        font-size: 6vw !important;
    }
    .newpackages h4 {
        font-size: 5vw !important;
    }
    .newpackages h5 {
        font-size: 4vw !important;
    }
    .newpackages h6 {
        font-size: 3vw !important;
    }
    .newpackages h1,
    .newpackages h3 {
        color: #74D1F7 !important;
    }
}

.newpackages .package .price a,
.newpackages .package .price a:hover {
    color: white;
    text-decoration: none;
}

.newpackages.p_mini .package .price a,
.newpackages.p_mini .package .price a:hover {
    color: #74D1F7;
    text-decoration: none;
}

.newpackages .package .price span {
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 40px;
}

.newpackages .package .price sup {
    top: -0.68em;
    font-size: 0.5em;
    left: -0.6em;
}

.newpackages .package .price sub {
    top: -0.3em;
    font-size: 0.2em;
    left: -2.5em !important;
    letter-spacing: .1em;
}

.newpackages .package .price sup+sub {
    left: -2.8em;
}

.newpackages .package .package-content {
    padding: 1em;
    position: relative;
    background-color: white;
    border-radius: 4px;
}

.newpackages .package.package-mini .package-content::after {
    content: '\f0d7';
    position: absolute;
    top: 97%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-size: 4em;
    font-family: 'FontAwesome';
}

.newpackages .package .package-content .features ul {
    margin: 0;
}

.newpackages .package .package-content ul.tel_bp:before,
.newpackages .package .package-content ul.bel_bp:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
}

.newpackages .package .package-content ul.no-show:before {
    border-bottom-color: transparent;
}

.newpackages .package .package-content ul:last-child:after {
    display: none;
}

.newpackages .package .package-content li {
    margin: 1em auto;
}

.newpackages .package .package-content a {
    color: #51b1d8;
}

.newpackages .package .package-footer {
    padding: 10px 0;
}

.newpackages .package .uk-button {
    margin: 1em auto 1em auto;
}

@media (max-width: 768px) {
    .newpackages .package.featured {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        z-index: 1
    }
    .newpackages .package.featured>div {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .newpackages .package-sticker {
        margin-bottom: -25% !important;
    }
}

.newpackages .package-sticker {
    transform: translateY(-50%);
    margin-bottom: -40%;
}

.newpackages .package .p_logo {
    margin-top: 150px;
}


/* 
========================================================================
  Countdown superstunt
==========================================================================
*/

.countdown h1 {
    margin-bottom: 10px;
    text-align: center;
    font: 300 2.25em 'RockwellSTD';
    text-transform: uppercase;
}

.countdown h1 strong {
    font-weight: 400;
    color: #74d1f7;
}

.countdown h2 {
    margin-bottom: 80px;
    text-align: center;
    font: 300 0.7em 'RockwellSTD';
    text-transform: uppercase;
}

.countdown h2 strong {
    font-weight: 400;
}

.countdown {
    width: 100%;
    display: block;
    position: relative;
}

.countdown .bloc-time {
    text-align: center;
    display: inline-block;
}

.countdown .bloc-time:last-child {
    margin-right: 0;
}

.countdown .count-title {
    display: block;
    font: normal 0.94em 'Montserrat';
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 3em;
    float: none;
    clear: both;
}

.countdown .figure {
    position: relative;
    float: left;
    height: 110px;
    width: calc(50% - 5px);
    margin-right: 5px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    z-index: 0;
}

.countdown .figure:last-child {
    margin-right: 0;
}

.countdown .figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 5.5em/1.6em 'RockwellSTD';
    font-weight: 700;
    color: #74d1f7;
}

.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-border-radius-top-left: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-top-right: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
}

.countdown .figure .bottom {
    z-index: 1;
}

.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0.02);
}

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #f7f7f7;
    -moz-border-radius-top-left: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-top-right: 10px;
    border-top-right-radius: 10px;
}

.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.countdown .figure .top,
.countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    -moz-border-radius-bottom-left: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottom-right: 10px;
    border-bottom-right-radius: 10px;
}

.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 480px) and (max-width: 767px) {
    .bloc-time {
        width: 31%;
    }
    .bloc-time.sec {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1125px) {
    .bloc-time.sec {
        display: none;
    }
    .bloc-time {
        width: 49%;
    }
}

@media (min-width: 1126px) {
    .bloc-time {
        width: 31%;
    }
}

.stars i {
    padding: 0 7px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .uk-small-fa-lg {
        font-size: 1.33333333em;
        line-height: 1em;
        vertical-align: -15%
    }
    .uk-small-fa-2x {
        font-size: 2em
    }
    .uk-small-fa-3x {
        font-size: 3em
    }
    .uk-small-fa-4x {
        font-size: 4em
    }
    .uk-small-fa-5x {
        font-size: 5em
    }
}

@media (min-width: 768px) {
    .uk-medium-fa-lg {
        font-size: 1.33333333em;
        line-height: 1em;
        vertical-align: -15%
    }
    .uk-medium-fa-2x {
        font-size: 2em
    }
    .uk-medium-fa-3x {
        font-size: 3em
    }
    .uk-medium-fa-4x {
        font-size: 4em
    }
    .uk-medium-fa-5x {
        font-size: 5em
    }
}

@media (min-width: 1024px) {
    .uk-large-fa-lg {
        font-size: 1.33333333em;
        line-height: 1em;
        vertical-align: -15%
    }
    .uk-large-fa-2x {
        font-size: 2em
    }
    .uk-large-fa-3x {
        font-size: 3em
    }
    .uk-large-fa-4x {
        font-size: 4em
    }
    .uk-large-fa-5x {
        font-size: 5em
    }
}


/* 
========================================================================
  Call me back
==========================================================================
*/

.cmb :-webkit-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: red
}

.cmb ::-moz-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: red
}


/* firefox 19+ */

.cmb :-ms-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: red
}


/* ie */

.cmb input:-moz-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: red
}

.cmb input::-webkit-input-placeholder {
    color: #8cc14c;
    text-align: left;
    font-size: 14px;
    text-transform: none !important;
}

.cmb input:focus::-webkit-input-placeholder {
    color: transparent;
}

.cmb input:-moz-placeholder {
    /* Firefox 18- */
    color: #8cc14c;
    text-align: left;
    font-size: 14px;
    text-transform: none !important;
}

.cmb input:focus:-moz-placeholder {
    color: transparent;
}

.cmb input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8cc14c;
    text-align: left;
    font-size: 14px;
    text-transform: none !important;
}

.cmb input:focus::-moz-placeholder {
    color: transparent;
}

.cmb input:-ms-input-placeholder {
    color: #8cc14c;
    text-align: left;
    font-size: 14px;
    text-transform: none !important;
}

.cmb input:focus:-ms-input-placeholder {
    color: transparent;
}

.cmb input {
    height: 31.5px;
    color: #8cc14c;
    margin-left: 10px;
    border: none;
    outline: none;
    padding-left: 10px;
    border-radius: 5px;
    text-transform: none !important;
}

.cmb select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    height: 31.5px;
    margin-left: 8px;
    padding-left: 10px;
    border-radius: 5px;
    background-image: linear-gradient(45deg, transparent 50%, #8cc14c 50%), linear-gradient(135deg, #8cc14c 50%, transparent 50%);
    background-position: calc(100% - 24px) 0.9em, calc(100% - 17px) 0.9em;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

.cmb option {
    padding: 5px;
}

.cmb form {
    padding: 0px;
    border-radius: 5px;
}

.cmb .grey-bg.modal-block:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #cecece;
    position: absolute;
    display: block;
    left: 42%;
}

.cmb .modal-block {
    padding: 25px
}

.cmb .grey-bg>.uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
    background-color: white !important;
    color: #cecece;
    border-radius: 50%;
    opacity: 1;
}

.cmb .uk-close:hover,
.uk-close:focus {
    opacity: 0.5 !important;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.cmb .uk-modal-dialog {
    max-width: 445px !important;
}

.cmb .cmb-form {
    padding: 5px
}

@media only screen and (max-width: 480px) {
    .cmb input::-webkit-input-placeholder {
        font-size: 9.5px;
    }
    .cmb input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 9.5px;
    }
    .cmb input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 9.5px;
    }
    .cmb input:-ms-input-placeholder {
        font-size: 9.5px;
    }
    .cmb select {
        font-size: 9.5px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .cmb input::-webkit-input-placeholder {
        font-size: 1.3vw;
    }
    .cmb input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 1.3vw;
    }
    .cmb input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 1.3vw;
    }
    .cmb input:-ms-input-placeholder {
        font-size: 1.3vw;
    }
    .cmb select {
        font-size: 1.3vw;
    }
}

.cmb-tab {
    z-index: 30;
}

.cmb h3,
h4.cmb-tab {
    font-size: 1.7em;
}

.cmb.cmb-top {
    position: relative;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    z-index: 10;
    width: 100%;
}

.cmb.cmb-side {
    width: 340px;
    z-index: 30;
    top: calc((100vh / 2) - 175px);
}

@media (min-width: 480px) {
    .cmb.uk-modal {
        display: none;
    }
}

@media (max-width: 767px),
(min-width: 1500px) {
    .cmb.cmb-top {
        display: none;
    }
}

@media (max-width: 1499px) {
    .cmb.cmb-side {
        display: none;
    }
}


/* 
========================================================================
  Modal speedtest campaign
==========================================================================
*/

.closelink {
    font-size: 10px
}

.closelink:hover {
    text-decoration: underline;
    cursor: pointer
}


/*
========================================================================
  Fix for dude with sign on homepage, less complex than JS method
==========================================================================
*/

.dudelogos img {
    position: relative !important;
    margin-top: -50%;
    max-width: none;
    vertical-align: bottom !important;
    height: inherit;
}

@media only screen and (max-width: 1100px) {
    .dudelogos img {
        max-width: 375px;
        margin-top: -75px;
    }
}

@media only screen and (max-width: 1024px) {
    .dudelogos img {
        max-width: none;
        width: 380px;
        height: 580px;
        margin-left: -100px;
        margin-top: -150px;
    }
}

.check-message.uk-alert {
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, .3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}

.check-message.uk-alert-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, .3);
}

.check-message.uk-alert-danger {
    background: #fff1f0;
    color: #da314b;
    border-color: rgba(216, 80, 48, .3);
}


/* Disable auto zoom when focused on text field (iOS) */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    select:focus,
    textarea,
    textarea:focus,
    input,
    input:focus {
        font-size: 16px;
    }
}


/*
==============
Fiber Chat
==============
*/

.fiber-chat {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 15px;
    display: none;
}

.fiber-chat .new-chat {
    height: 40px;
    background: #74D1F7;
    color: #fff;
    padding: 0 20px;
    font-size: 1em;
    line-height: 2em;
    font-weight: 100;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.fiber-chat .new-chat .uk-button-link {
    width: 100%;
    color: white;
    text-transform: capitalize;
    text-align: left;
    font-size: 1.2em;
    font-family: 'Rockwell';
}

.fiber-chat .new-chat i {
    float: right;
    line-height: 2.2em;
}

.fiber-chat .login {
    display: none;
    width: 300px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background: #74D1F7;
}

.fiber-chat .login form {
    height: 300px;
    padding: 20px;
}

.fiber-chat .login form label {
    color: white;
}

.fiber-chat .login form input {
    background: white;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

.fiber-chat .login form button {
    width: 100%;
}

.fiber-chat .chat {
    display: none;
    width: 300px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.fiber-chat i {
    cursor: pointer;
}

.fiber-chat .chat-container {
    height: 100%;
}


/* User Bar */

.fiber-chat .user-bar {
    height: 55px;
    background: #74D1F7;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.fiber-chat .user-bar:after {
    content: "";
    display: table;
    clear: both;
}

.fiber-chat .user-bar div {
    float: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.fiber-chat .user-bar .actions {
    float: right;
    margin: 0 0 0 20px;
}

.fiber-chat .user-bar .name {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 215px;
}

.fiber-chat .user-bar .status {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}


/* Conversation */

.fiber-chat .conversation {
    height: 300px;
    position: relative;
    background: #efe7dd url("http://inkedandhitched.com/wp-content/uploads/2015/01/white-brick-wall-emily-jayne-lewis-texture.jpg") repeat;
    z-index: 0;
}

.fiber-chat .conversation ::-webkit-scrollbar {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10;
}

.fiber-chat .conversation ::-webkit-scrollbar-track {
    background: transparent;
}

.fiber-chat .conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7;
}

.fiber-chat .conversation .conversation-container {
    height: calc(100% - 68px);
    -webkit-box-shadow: inset 0 10px 10px -10px #000000;
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 5px;
}

.fiber-chat .conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both;
}


/* Messages */

.fiber-chat .message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
}

.fiber-chat .message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.fiber-chat .metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
}

.fiber-chat .metadata .time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
}

.fiber-chat .metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px;
}

.fiber-chat .metadata .tick svg {
    position: absolute;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.fiber-chat .metadata .tick svg:first-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
}

.fiber-chat .metadata .tick svg:last-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
}

.fiber-chat .metadata .tick-animation svg:first-child {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
}

.fiber-chat .metadata .tick-animation svg:last-child {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
}

.fiber-chat .message:first-child {
    margin: 16px 0 8px;
}

.fiber-chat .message.received {
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    float: left;
}

.fiber-chat .message.received .metadata {
    padding: 0 0 0 16px;
}

.fiber-chat .message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px;
}

.fiber-chat .message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
}

.fiber-chat .message.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
}


/* Compose */

.fiber-chat .conversation-compose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    height: 50px;
    width: 100%;
    z-index: 2;
}

.fiber-chat .conversation-compose div,
.fiber-chat .conversation-compose input {
    background: #fff;
    height: 100%;
}

.fiber-chat .conversation-compose .input-msg {
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0;
    margin-left: 8px;
    padding-left: 5px;
    outline: none;
    min-width: 50px;
}

.fiber-chat .conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
}

.fiber-chat .conversation-compose .send .circle {
    background: #74D1F7;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Small Screens */

@media (max-width: 768px) {
    .fiber-chat .conversation {
        height: calc(100vh - 55px);
    }
    .fiber-chat .conversation .conversation-container {
        height: calc(100vh - 120px);
    }
}


/* 
=================
Pure CSS tooltip 
=================
*/

.tooltip-wrapper {
    position: relative;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
}

.tooltip-wrapper .tooltip-content {
    background: white;
    top: 110%;
    color: black;
    display: none;
    left: -40%;
    margin-bottom: 15px;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 200%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    border-radius: 5px;
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.tooltip-wrapper .tooltip-content:before {
    top: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip-wrapper .tooltip-content:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid white 10px;
    top: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.tooltip-wrapper:hover .tooltip-content {
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* 
=================
Timeline 
=================
*/

.timeline {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    max-width: 1280px;
    margin: 2em auto;
    position: relative;
    padding: 0;
}

.timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
}

.timeline.storing::before {
    background: rgba(216, 80, 48, 0.5);
}

.timeline.onderhoud::before {
    background: rgba(248, 203, 81, 0.5);
}

.timeline::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.result h1 {
    text-transform: capitalize;
}

@media only screen and (min-width: 1280px) {
    .timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.timeline-block {
    position: relative;
    margin: 2em 0;
}

.timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1280px) {
    .timeline-block {
        margin: 2em 0;
    }
    .timeline-block:first-child {
        margin-top: 0;
    }
    .timeline-block:last-child {
        margin-bottom: 0;
    }
}

.timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ececec;
    padding: 1em;
    border-radius: 0 10px 10px 0;
    margin-top: -3.7em;
    width: calc(50% - ((1.6em * 2) + 1px));
}

.timeline-content h2 {
    color: #303e49;
    margin: 0px;
}

@media only screen and (min-width: 768px) {
    .timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1279px) {
    .timeline::before {
        left: 3.3em;
    }
    .timeline-content {
        padding: 2em;
        margin-left: 3.6em;
    }
    .timeline-content h2 {
        text-align: center;
        text-indent: .5em;
    }
}

@media only screen and (min-width: 1280px) {
    .timeline-content {
        margin-left: 0;
        padding: 1.6em;
    }
    .timeline-block:nth-child(even) .timeline-content {
        float: right;
        width: calc(50% - ((3em + 1.6em) + 2px));
        padding-left: 3em;
    }
    .timeline-block:nth-child(odd) .timeline-content {
        border-radius: 5px 0 0 10px;
    }
}

.datetime-icon {
    font-size: 1em;
    /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    overflow: hidden;
    margin: 0 auto;
    z-index: 10;
}

@media only screen and (max-width: 1279px) {
    .datetime-icon {
        margin: 0;
    }
}

.datetime-icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-style: normal;
    text-align: center;
}

.datetime-icon strong {
    padding-top: 0.2em;
    color: #222;
    font-size: 2.5em;
    line-height: 1.1em;
    background-color: rgba(116, 209, 247, 0.5);
    -webkit-box-shadow: 0 2px 0 rgba(116, 209, 247, 0.6);
    box-shadow: 0 2px 0 rgba(116, 209, 247, 0.6);
}

.datetime-icon em {
    color: #999;
    font-size: .9em;
    font-family: monospace;
}

.datetime-icon span {
    color: #222;
    line-height: 1.7em;
}

.storing .datetime-icon strong {
    background-color: rgba(216, 80, 48, 0.5);
    -webkit-box-shadow: 0 2px 0 rgba(216, 80, 48, 0.6);
    box-shadow: 0 2px 0 rgba(216, 80, 48, 0.6);
}

.storing .datetime-icon span {
    color: rgba(216, 80, 48, 1);
}

.onderhoud .datetime-icon strong {
    background-color: rgba(248, 203, 81, 0.5);
    border-bottom-color: rgba(248, 203, 81, 0.7);
    -webkit-box-shadow: 0 2px 0 rgba(248, 203, 81, 0.5);
    box-shadow: 0 2px 0 rgba(248, 203, 81, 0.5);
}

.onderhoud .datetime-icon span {
    color: rgba(248, 203, 81, 1);
}


/* 
=================
FAQ
=================
*/

@media (max-width: 480px) {
    .uk-icon-smartalarm,
    .uk-icon-smartalarm-white,
    .uk-icon-smartalarm-dark {
        background-size: 40px 50px;
    }
}


/* 
=================
Zenderlijst
=================
*/

#interactieve-zenders .uk-accordion-title.uk-active {
    border-radius: 5px 5px 0 0 !important;
}


/* 
=================
Fix input form mozilla
=================
*/

.input_form_moz {
    height: auto !important;
    padding: 9px !important;
}

.scroll-top {
    position: fixed;
    bottom: 300px;
    right: 10px;
}


/* 
=================
Css classes for homepage Juni 2017
=================
*/

.onzegarantie {
    margin-top: 90px !important
}

.block2homepage {
    background-position: center top;
}

@media (max-width:1280px) {
    .block2homepage {
        background-position: 25% top;
    }
}

@media (max-width:1024px) {
    .block2homepage {
        background-position: 31% top;
    }
}

@media (max-width:767px) {
    .onzegarantie {
        margin-top: 0px !important
    }
    .block2homepage {
        background-position: 33% top;
    }
}

.uk-modal-dialog-lightbox {
    border-radius: 4px;
    padding: 0;
    max-width: 300px !important;
    max-height: 300px !important;
    background: rgba(255, 255, 255, 0.5);
}

.uk-modal-dialog-lightbox .uk-close {
    position: absolute;
    background: white;
    border-radius: 50%;
    top: -5px;
    right: -5px;
}

.uk-modal-dialog-lightbox img {
    border-radius: 4px;
    position: fixed;
    z-index: -1;
}

.uk-modal-dialog-lightbox .uk-modal-caption {
    border-radius: 4px;
    padding: 1.5em;
    color: black;
    line-height: 2em;
    height: calc(300px - 3.1em);
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.uk-modal-dialog-lightbox .uk-slidenav {
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    bottom: 50%;
    font-size: 1.5em;
    color: white;
    z-index: 1;
}

.uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-previous {
    float: left;
    left: -1.5em;
}

.uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-next {
    float: right;
    right: -1.5em;
}

.uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-previous:before {
    content: '\f104';
}

.uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-next:before {
    content: '\f105';
}

@media screen and (max-width: 400px) {
    .uk-modal-dialog-lightbox .uk-slidenav {
        bottom: -2rem;
    }
    .uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-previous {
        left: 40%;
    }
    .uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-next {
        right: 40%;
    }
}

.uk-switcher.uk-border-rounded-bottom {
    margin: 0;
    border-top: none;
}

svg path {
    fill: #74D1F7;
}

svg.uk-text-contrast path,
svg.blue-bg path {
    fill: white;
}

svg.svg-icon {
    height: 1.3em;
}

.uk-text-small svg,
svg.uk-text-small {
    height: .8em;
}

.uk-text-large svg,
svg.uk-text-large {
    height: 2em;
}

.half-size {
    transform: scale(0.5);
}

.uk-table-equal-columns {
    table-layout: fixed;
}

.uk-table-space {
    border-collapse: separate;
    border-spacing: 1em;
}

.uk-table-space-sm {
    border-collapse: separate;
    border-spacing: 0.5em;
}

.uk-table-space-lg {
    border-collapse: separate;
    border-spacing: 1.5em;
}

.uk-table-space-column {
    border-collapse: separate;
    border-spacing: 1em 0;
}

.uk-table-space-column-sm {
    border-collapse: separate;
    border-spacing: 0.5em 0;
}

.uk-table-space-column-lg {
    border-collapse: separate;
    border-spacing: 1.5em 0;
}

.uk-table-space-rows {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.uk-table-space-rows-sm {
    border-collapse: separate;
    border-spacing: 0 0.5em;
}

.uk-table-space-rows-lg {
    border-collapse: separate;
    border-spacing: 0 1.5em;
}

@media (min-width: 960px) {
    .uk-flex-top-large {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}

#tm-bottom-a {
    padding-bottom: 0;
}

.ribbon {
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.8);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
    margin: 1em 0 0 0;
    padding: 0;
    box-shadow: 0px 8px 10px #888;
}

.ribbon:before,
.ribbon:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: .5em;
}

.ribbon:before {
    top: calc(-0.5em - 1px);
}

.ribbon:after {
    bottom: calc(-0.5em - 1px);
}

.uk-background-primary.ribbon:before,
.uk-background-primary.ribbon:after {
    background-color: #74D1F7;
}

.uk-background-secondary.ribbon:before,
.uk-background-secondary.ribbon:after {
    background-color: #ff6400;
}

.uk-background-success.ribbon:before,
.uk-background-success.ribbon:after {
    background-color: #8cc14c;
}

.uk-background-muted.ribbon:before,
.uk-background-muted.ribbon:after {
    background-color: #eee;
}

.poster {
    background-size: cover;
}

.poster .uk-container,
.poster .uk-grid {
    height: 100%;
}

@media (min-width: 768px) {
    .poster {
        height: 400px;
    }
}

.stitched-sticker {
    border-width: 0.15rem;
    border-style: dashed !important;
    border-color: white;
    box-shadow: 0 0 0 10px transparent;
    width: 10rem;
    height: 10rem;
}

.stitched-sticker.uk-background-primary {
    box-shadow: 0 0 0 10px #74D1F7;
}

.stitched-sticker.uk-background-success {
    box-shadow: 0 0 0 10px #8cc14c;
}

.stitched-sticker.uk-background-secondary {
    box-shadow: 0 0 0 10px #ff6400;
}

.stitched-sticker.uk-background-muted {
    box-shadow: 0 0 0 10px #b0b0b0;
}

.stitched-sticker.uk-background-info {
    box-shadow: 0 0 0 10px #222;
}

.stitched-sticker.uk-background-contrast {
    box-shadow: 0 0 0 10px #FFFFFF;
    border-color: #222 !important;
}

.stitched-sticker-1 {
    width: 10rem;
    height: 10rem;
}

.stitched-sticker-2 {
    width: 15rem;
    height: 15rem;
}

.stitched-sticker-3 {
    width: 20rem;
    height: 20rem;
}

.stitched-sticker-4 {
    width: 25rem;
    height: 25rem;
}

.stitched-sticker-5 {
    width: 30rem;
    height: 30rem;
}

.stitched-sticker-6 {
    width: 35rem;
    height: 35rem;
}

.stitched-sticker-7 {
    width: 40rem;
    height: 40rem;
}

.stitched-sticker-8 {
    width: 45rem;
    height: 45rem;
}

.stitched-sticker-9 {
    width: 50rem;
    height: 50rem;
}

.stitched-sticker-10 {
    width: 55rem;
    height: 55rem;
}

.stitched-sticker-link:hover {
    text-decoration: none;
}
/* 
=================
Subfooter css
=================
*/
.sub-sub-footer {
	font-size:10px
}

.extra-info {
	height: 20px !important;
}

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

/* --- Additional styles  ---- */

.item-list a {
	line-height: 1.75em;
}