@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/styles/fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("/styles/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
            format("embedded-opentype"),
        url("/styles/fonts/bootstrap/glyphicons-halflings-regular.woff2")
            format("woff2"),
        url("/styles/fonts/bootstrap/glyphicons-halflings-regular.woff")
            format("woff"),
        url("/styles/fonts/bootstrap/glyphicons-halflings-regular.ttf")
            format("truetype"),
        url("/styles/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
            format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.53846;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #ef4323;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #ef4323;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.53846;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #ef4323;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 41px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 87%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #ef4323;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #d23416;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #b71c1c;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #ef4323;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #d23416;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.53846;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.53846;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.53846;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.53846;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1280px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.53846;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
    padding: 10px;
}

input[type="range"] {
    display: block;
    width: 100%;
}

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.53846;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.53846;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #35a7e2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(97, 186, 232, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(97, 186, 232, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 46px;
    }
    input[type="date"].input-sm,
    .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm input[type="month"] {
        line-height: 39px;
    }
    input[type="date"].input-lg,
    .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg input[type="month"] {
        line-height: 69px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    min-height: 40px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 39px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 39px;
    line-height: 39px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}

.form-group-sm .form-control {
    height: 39px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 39px;
    line-height: 39px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 39px;
    min-height: 38px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 69px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 69px;
    line-height: 69px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}

.form-group-lg .form-control {
    height: 69px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 69px;
    line-height: 69px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 69px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 57.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 69px;
    height: 69px;
    line-height: 69px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 39px;
    height: 39px;
    line-height: 39px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #b71c1c;
}

.has-error .form-control {
    border-color: #b71c1c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #b71c1c;
    border-color: #b71c1c;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b71c1c;
}

.has-feedback label ~ .form-control-feedback {
    top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 30px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 6px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 5px;
        font-size: 14px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.53846;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fff;
    background-color: #35a7e2;
    border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #34a7e2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
    color: #fff;
    background-color: #34a7e2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #34a7e2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f96d4;
    border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #35a7e2;
    border-color: transparent;
}
.btn-default .badge {
    color: #35a7e2;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #ef4323;
    border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #d23416;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
    color: #fff;
    background-color: #d23416;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d23416;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #b6450b;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #ef4323;
    border-color: transparent;
}
.btn-primary .badge {
    color: #ef4323;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #44cc32;
    border-color: #3db82d;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #36a328;
    border-color: #1b5114;
}
.btn-success:hover {
    color: #fff;
    background-color: #36a328;
    border-color: #2d8621;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #36a328;
    border-color: #2d8621;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #2d8621;
    border-color: #1b5114;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #44cc32;
    border-color: #3db82d;
}
.btn-success .badge {
    color: #44cc32;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #85b2dd;
    border-color: #71a5d7;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #5d99d2;
    border-color: #2c669d;
}
.btn-info:hover {
    color: #fff;
    background-color: #5d99d2;
    border-color: #4187ca;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5d99d2;
    border-color: #4187ca;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #4187ca;
    border-color: #2c669d;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #85b2dd;
    border-color: #71a5d7;
}
.btn-info .badge {
    color: #85b2dd;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #ecad14;
    border-color: #d59c11;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #be8b0f;
    border-color: #5f4608;
}
.btn-warning:hover {
    color: #fff;
    background-color: #be8b0f;
    border-color: #9d730d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #be8b0f;
    border-color: #9d730d;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #9d730d;
    border-color: #5f4608;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #ecad14;
    border-color: #d59c11;
}
.btn-warning .badge {
    color: #ecad14;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #cc3232;
    border-color: #b82d2d;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #a32828;
    border-color: #511414;
}
.btn-danger:hover {
    color: #fff;
    background-color: #a32828;
    border-color: #862121;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a32828;
    border-color: #862121;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #862121;
    border-color: #511414;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #cc3232;
    border-color: #b82d2d;
}
.btn-danger .badge {
    color: #cc3232;
    background-color: #fff;
}

.btn-link {
    color: #ef4323;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #c0490c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.53846;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ef4323;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.53846;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #ef4323;
}
.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.53846;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ef4323;
}

.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 13px 10px;
    font-size: 20px;
    line-height: 24px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6.5px -10px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 5.5px;
    margin-bottom: 5.5px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 13px;
    margin-bottom: 13px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 0px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.53846;
    text-decoration: none;
    color: #ef4323;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #c0490c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ef4323;
    border-color: #ef4323;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #ef4323;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #d23416;
}

.label-success {
    background-color: #44cc32;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #36a328;
}

.label-info {
    background-color: #85b2dd;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #5d99d2;
}

.label-warning {
    background-color: #ecad14;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #be8b0f;
}

.label-danger {
    background-color: #cc3232;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #a32828;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #ef4323;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.53846;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #ef4323;
}

.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b71c1c;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #ef4323;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #44cc32;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-info {
    background-color: #85b2dd;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-warning {
    background-color: #ecad14;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-danger {
    background-color: #cc3232;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ef4323;
    border-color: #ef4323;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #feeee6;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #b71c1c;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #b71c1c;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #b71c1c;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #b71c1c;
    border-color: #b71c1c;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 24px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #ef4323;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ef4323;
    border-color: #ef4323;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ef4323;
}
.panel-primary > .panel-heading .badge {
    color: #ef4323;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ef4323;
}

.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #b71c1c;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #b71c1c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.53846;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.53846;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.53846;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/**
 * @license
 * MyFonts Webfont Build ID 3599341, 2018-06-21T09:23:02-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AbelPro by MADType
 * URL: https://www.myfonts.com/fonts/madtype/abel-pro/regular/
 *
 * Webfont: AbelPro-Bold by MADType
 * URL: https://www.myfonts.com/fonts/madtype/abel-pro/bold/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3599341
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2012 by Matthew Desmond. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
    font-family: "Abel Pro";
    font-weight: normal;
    src: url("webfonts/36EBED_0_0.eot");
    src: url("webfonts/36EBED_0_0.eot?#iefix") format("embedded-opentype"),
        url("webfonts/36EBED_0_0.woff2") format("woff2"),
        url("webfonts/36EBED_0_0.woff") format("woff"),
        url("webfonts/36EBED_0_0.ttf") format("truetype"),
        url("webfonts/36EBED_0_0.svg#wf") format("svg");
}

@font-face {
    font-family: "Abel Pro";
    font-weight: bold;
    src: url("webfonts/36EBED_1_0.eot");
    src: url("webfonts/36EBED_1_0.eot?#iefix") format("embedded-opentype"),
        url("webfonts/36EBED_1_0.woff2") format("woff2"),
        url("webfonts/36EBED_1_0.woff") format("woff"),
        url("webfonts/36EBED_1_0.ttf") format("truetype"),
        url("webfonts/36EBED_1_0.svg#wf") format("svg");
}

.btn {
    transition: background 0.075s ease-in-out;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.53846;
    border-radius: 4px;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-wide {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.53846;
    border-radius: 4px;
}
.btn.btn-wide.btn-lg,
.btn-group-lg > .btn.btn-wide {
    padding: 10px 32px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn.btn-wide.btn-sm,
.btn-group-sm > .btn.btn-wide {
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-wide.btn-xs,
.btn-group-xs > .btn.btn-wide {
    padding: 1px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-wider {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.53846;
    border-radius: 4px;
}
.btn.btn-wider.btn-lg,
.btn-group-lg > .btn.btn-wider {
    padding: 10px 48px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn.btn-wider.btn-sm,
.btn-group-sm > .btn.btn-wider {
    padding: 4px 24px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-wider.btn-xs,
.btn-group-xs > .btn.btn-wider {
    padding: 1px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-widest {
    padding: 10px 40px;
    font-size: 16px;
    line-height: 1.53846;
    border-radius: 4px;
}
.btn.btn-widest.btn-lg,
.btn-group-lg > .btn.btn-widest {
    padding: 10px 80px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn.btn-widest.btn-sm,
.btn-group-sm > .btn.btn-widest {
    padding: 4px 32px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-widest.btn-xs,
.btn-group-xs > .btn.btn-widest {
    padding: 1px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.btn-3d {
    position: relative;
    top: 0;
    transition: all 0.05s ease-in-out;
}
.btn.btn-3d img {
    width: 1.5em;
    vertical-align: bottom;
}
.btn.btn-3d.btn-lg img,
.btn-group-lg > .btn.btn-3d img {
    width: 1.3em;
}
.btn.btn-3d:active {
    top: 0.2em;
}
.btn.btn-3d.btn-xl {
    font-size: 36px;
    border-radius: 6px;
}
@media (max-width: 767px) {
    .btn {
        width: 100% !important;
    }
}

.btn-default.btn-3d {
    box-shadow: 0 0.2em 0 #056bab;
}
.btn-default.btn-3d:active {
    box-shadow: 0 0 0 #056bab !important;
}

.btn-primary.btn-3d {
    box-shadow: 0 0.2em 0 #b7341b;
}
.btn-primary.btn-3d:active {
    box-shadow: 0 0 0 #b7341b !important;
}

.btn-success.btn-3d {
    box-shadow: 0 0.2em 0 #297a1e;
}
.btn-success.btn-3d:active {
    box-shadow: 0 0 0 #297a1e !important;
}

.btn-info.btn-3d {
    box-shadow: 0 0.2em 0 #3780c5;
}
.btn-info.btn-3d:active {
    box-shadow: 0 0 0 #3780c5 !important;
}

.btn-warning.btn-3d {
    box-shadow: 0 0.2em 0 #8e680c;
}
.btn-warning.btn-3d:active {
    box-shadow: 0 0 0 #8e680c !important;
}

.btn-danger.btn-3d {
    box-shadow: 0 0.2em 0 #7a1e1e;
}
.btn-danger.btn-3d:active {
    box-shadow: 0 0 0 #7a1e1e !important;
}

.btn-neutral {
    color: #333333;
    background-color: #eeeeee;
    border-color: transparent;
}
.btn-neutral:focus,
.btn-neutral.focus {
    color: #333333;
    background-color: #d5d5d5;
    border-color: rgba(0, 0, 0, 0);
}
.btn-neutral:hover {
    color: #333333;
    background-color: #d5d5d5;
    border-color: rgba(0, 0, 0, 0);
}
.btn-neutral:active,
.btn-neutral.active,
.open > .btn-neutral.dropdown-toggle {
    color: #333333;
    background-color: #d5d5d5;
    border-color: rgba(0, 0, 0, 0);
}
.btn-neutral:active:hover,
.btn-neutral:active:focus,
.btn-neutral:active.focus,
.btn-neutral.active:hover,
.btn-neutral.active:focus,
.btn-neutral.active.focus,
.open > .btn-neutral.dropdown-toggle:hover,
.open > .btn-neutral.dropdown-toggle:focus,
.open > .btn-neutral.dropdown-toggle.focus {
    color: #333333;
    background-color: #c3c3c3;
    border-color: rgba(0, 0, 0, 0);
}
.btn-neutral:active,
.btn-neutral.active,
.open > .btn-neutral.dropdown-toggle {
    background-image: none;
}
.btn-neutral.disabled:hover,
.btn-neutral.disabled:focus,
.btn-neutral.disabled.focus,
.btn-neutral[disabled]:hover,
.btn-neutral[disabled]:focus,
.btn-neutral[disabled].focus,
fieldset[disabled] .btn-neutral:hover,
fieldset[disabled] .btn-neutral:focus,
fieldset[disabled] .btn-neutral.focus {
    background-color: #eeeeee;
    border-color: transparent;
}
.btn-neutral .badge {
    color: #eeeeee;
    background-color: #333333;
}
.btn-neutral.btn-3d {
    box-shadow: 0 0.2em 0 #bbbbbb;
}
.btn-neutral.btn-3d:active {
    box-shadow: 0 0 0 #bbbbbb !important;
}

.btn-facebook {
    color: #fff;
    background-color: #056bab;
    border-color: transparent;
}
.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #044c79;
    border-color: rgba(0, 0, 0, 0);
}
.btn-facebook:hover {
    color: #fff;
    background-color: #044c79;
    border-color: rgba(0, 0, 0, 0);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #044c79;
    border-color: rgba(0, 0, 0, 0);
}
.btn-facebook:active:hover,
.btn-facebook:active:focus,
.btn-facebook:active.focus,
.btn-facebook.active:hover,
.btn-facebook.active:focus,
.btn-facebook.active.focus,
.open > .btn-facebook.dropdown-toggle:hover,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle.focus {
    color: #fff;
    background-color: #033657;
    border-color: rgba(0, 0, 0, 0);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook.disabled:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled]:hover,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #056bab;
    border-color: transparent;
}
.btn-facebook .badge {
    color: #056bab;
    background-color: #fff;
}
.btn-facebook.btn-3d {
    box-shadow: 0 0.2em 0 #022d48;
}
.btn-facebook.btn-3d:active {
    box-shadow: 0 0 0 #022d48 !important;
}

.btn-twitter {
    color: #fff;
    background-color: #35a7e2;
    border-color: transparent;
}
.btn-twitter:focus,
.btn-twitter.focus {
    color: #fff;
    background-color: #34a7e2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-twitter:hover {
    color: #fff;
    background-color: #34a7e2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #34a7e2;
    border-color: rgba(0, 0, 0, 0);
}
.btn-twitter:active:hover,
.btn-twitter:active:focus,
.btn-twitter:active.focus,
.btn-twitter.active:hover,
.btn-twitter.active:focus,
.btn-twitter.active.focus,
.open > .btn-twitter.dropdown-toggle:hover,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f96d4;
    border-color: rgba(0, 0, 0, 0);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter.disabled:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled]:hover,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
    background-color: #35a7e2;
    border-color: transparent;
}
.btn-twitter .badge {
    color: #35a7e2;
    background-color: #fff;
}
.btn-twitter.btn-3d {
    box-shadow: 0 0.2em 0 #056bab;
}
.btn-twitter.btn-3d:active {
    box-shadow: 0 0 0 #056bab !important;
}

.btn-apple {
    color: #fff;
    background-color: #000;
    border-color: transparent;
}
.btn-apple:hover {
    background-color: #2f2f2f;
}

.btn-apple.btn-3d {
    box-shadow: 0 0.2em 0 #737373;
}
.btn-apple.btn-3d:active {
    box-shadow: 0 0 0 #737373 !important;
}

.btn-google-plus {
    color: #fff;
    background-color: #f22126;
    border-color: transparent;
}
.btn-google-plus:focus,
.btn-google-plus.focus {
    color: #fff;
    background-color: #d40c11;
    border-color: rgba(0, 0, 0, 0);
}
.btn-google-plus:hover {
    color: #fff;
    background-color: #d40c11;
    border-color: rgba(0, 0, 0, 0);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open > .btn-google-plus.dropdown-toggle {
    color: #fff;
    background-color: #d40c11;
    border-color: rgba(0, 0, 0, 0);
}
.btn-google-plus:active:hover,
.btn-google-plus:active:focus,
.btn-google-plus:active.focus,
.btn-google-plus.active:hover,
.btn-google-plus.active:focus,
.btn-google-plus.active.focus,
.open > .btn-google-plus.dropdown-toggle:hover,
.open > .btn-google-plus.dropdown-toggle:focus,
.open > .btn-google-plus.dropdown-toggle.focus {
    color: #fff;
    background-color: #b20a0e;
    border-color: rgba(0, 0, 0, 0);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open > .btn-google-plus.dropdown-toggle {
    background-image: none;
}
.btn-google-plus.disabled:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus.disabled.focus,
.btn-google-plus[disabled]:hover,
.btn-google-plus[disabled]:focus,
.btn-google-plus[disabled].focus,
fieldset[disabled] .btn-google-plus:hover,
fieldset[disabled] .btn-google-plus:focus,
fieldset[disabled] .btn-google-plus.focus {
    background-color: #f22126;
    border-color: transparent;
}
.btn-google-plus .badge {
    color: #f22126;
    background-color: #fff;
}
.btn-google-plus.btn-3d {
    box-shadow: 0 0.2em 0 #a30a0d;
}
.btn-google-plus.btn-3d:active {
    box-shadow: 0 0 0 #a30a0d !important;
}

.btn-outline {
    color: #35a7e2;
    background-color: #fff;
    border-color: #35a7e2;
}
.btn-outline:focus,
.btn-outline.focus {
    color: #35a7e2;
    background-color: #e6e6e6;
    border-color: #1a7db0;
}
.btn-outline:hover {
    color: #35a7e2;
    background-color: #e6e6e6;
    border-color: #2ca3e0;
}
.btn-outline:active,
.btn-outline.active,
.open > .btn-outline.dropdown-toggle {
    color: #35a7e2;
    background-color: #e6e6e6;
    border-color: #2ca3e0;
}
.btn-outline:active:hover,
.btn-outline:active:focus,
.btn-outline:active.focus,
.btn-outline.active:hover,
.btn-outline.active:focus,
.btn-outline.active.focus,
.open > .btn-outline.dropdown-toggle:hover,
.open > .btn-outline.dropdown-toggle:focus,
.open > .btn-outline.dropdown-toggle.focus {
    color: #35a7e2;
    background-color: #d4d4d4;
    border-color: #1a7db0;
}
.btn-outline:active,
.btn-outline.active,
.open > .btn-outline.dropdown-toggle {
    background-image: none;
}
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline.focus {
    background-color: #fff;
    border-color: #35a7e2;
}
.btn-outline .badge {
    color: #fff;
    background-color: #35a7e2;
}
.btn-outline.btn-3d {
    box-shadow: 0 0.2em 0 #056bab;
}
.btn-outline.btn-3d:active {
    box-shadow: 0 0 0 #056bab !important;
}
.btn-outline:hover,
.btn-outline:focus {
    background-color: rgba(97, 186, 232, 0.1);
}
.btn-outline:active,
.btn-outline.active {
    background-color: rgba(97, 186, 232, 0.1);
}
.btn-outline:active:hover,
.btn-outline:active:focus,
.btn-outline.active:hover,
.btn-outline.active:focus {
    background-color: rgba(97, 186, 232, 0.17);
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block.btn-3d + .btn-block.btn-3d {
    margin-top: calc(5px + 0.2em);
}

.aspect {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.ratio-1\:2 {
    padding-bottom: 50%;
}

.ratio-2\:1 {
    padding-bottom: 200%;
}

.ratio-9\:16 {
    padding-bottom: 56.25%;
}

.ratio-16\:9 {
    padding-bottom: 177.77778%;
}

.ratio-10\:16 {
    padding-bottom: 62.5%;
}

.ratio-16\:10 {
    padding-bottom: 160%;
}

.ratio-2\:3 {
    padding-bottom: 66.66667%;
}

.ratio-3\:2 {
    padding-bottom: 150%;
}

.ratio-3\:4 {
    padding-bottom: 75%;
}

.ratio-4\:3 {
    padding-bottom: 133.33333%;
}

.ratio-21\:7 {
    padding-bottom: 300%;
}

.ratio-7\:21 {
    padding-bottom: 33.33333%;
}

.ratio-1\:1 {
    padding-bottom: 100%;
}

.aspect > .aspect-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.article-thumbnail-background {
    background-color: #fff;
}

.aspect > .aspect-ratio-content img {
    margin: 0 auto;
}

.single {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .single {
        float: left;
        width: 100%;
    }
}

.twins {
    margin-left: -10px;
    margin-right: -10px;
}
.twins .twin {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .twins .twin {
        float: left;
        width: 50%;
    }
}

.triplets {
    margin-left: -10px;
    margin-right: -10px;
}
.triplets .triplet {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .triplets .triplet {
        float: left;
        width: 33.33333%;
    }
}

.quadruplets {
    margin-left: -10px;
    margin-right: -10px;
}
.quadruplets .quadruplet {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .quadruplets .quadruplet {
        float: left;
        width: 25%;
    }
}

.quintuplets {
    margin-left: -10px;
    margin-right: -10px;
}
.quintuplets .quintuplet {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.quintuplets .quintuplet.quintuplet--xs-twins {
    width: 50%;
    float: left;
}

@media (min-width: 768px) {
    .quintuplets .quintuplet {
        float: left;
        width: 20% !important;
    }
}

.sextuplets {
    margin-left: -10px;
    margin-right: -10px;
}
.sextuplets .sextuplet {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .sextuplets .sextuplet {
        float: left;
        width: 16.66667%;
    }
}

.septuplets {
    margin-left: -10px;
    margin-right: -10px;
}
.septuplets .septuplet {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .septuplets .septuplet {
        float: left;
        width: 14.28571%;
    }
}

@media (min-width: 768px) {
    .quadruplets .quadruplet,
    .quintuplets .quintuplet,
    .septuplets .septuplet,
    .sextuplets .sextuplet,
    .triplets .triplet {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .quadruplets.tight-bonded,
    .quintuplets.tight-bonded,
    .septuplets.tight-bonded,
    .sextuplets.tight-bonded,
    .single.tight-bonded,
    .triplets.tight-bonded,
    .twins.tight-bonded {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .quadruplets.tight-bonded .quadruplet,
    .quintuplets.tight-bonded .quintuplet,
    .septuplets.tight-bonded .septuplet,
    .sextuplets.tight-bonded .sextuplet,
    .triplets.tight-bonded .triplet,
    .twins.tight-bonded .twin {
        padding-left: 0;
        padding-right: 0;
    }
}

.twins:after,
.twins:before,
.triplets:after,
.triplets:before,
.quadruplets:after,
.quadruplets:before,
.quintuplets:after,
.quintuplets:before,
.sextuplets:after,
.sextuplets:before,
.septuplets:after,
.septuplets:before {
    content: " ";
    display: table;
}

.ippicon {
    background-image: url(../images/web/ico-grid-orange.png?v=3);
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}
.ippicon.right {
    float: right;
    margin-top: -7px;
}
.ippicon.rounded {
    border-radius: 50%;
    background-color: #ef4323;
}
.ippicon.white {
    background-image: url(../images/web/ico-grid-white.png?v=3);
}
.ippicon.blue {
    background-image: url(../images/web/ico-grid-blue.png?v=3);
}
.ippicon.sm {
    width: 25px;
    height: 25px;
}
.ippicon.lg {
    width: 40px;
    height: 40px;
}
.ippicon.xl {
    width: 50px;
    height: 50px;
}
.ippicon.tower {
    background-position: -2px -83px;
}
.ippicon.tower.sm {
    background-position: -7px -127px;
}
.ippicon.tower.lg {
    background-position: 1px -40px;
}
.ippicon.tower.xl {
    background-position: 6px 4px;
}
.ippicon.piggy-bank {
    background-position: -42px -83px;
}
.ippicon.piggy-bank.sm {
    background-position: -47px -127px;
}
.ippicon.piggy-bank.lg {
    background-position: -39px -40px;
}
.ippicon.piggy-bank.xl {
    background-position: -34px 4px;
}
.ippicon.clock {
    background-position: -82px -83px;
}
.ippicon.clock.sm {
    background-position: -87px -127px;
}
.ippicon.clock.lg {
    background-position: -79px -40px;
}
.ippicon.clock.xl {
    background-position: -74px 4px;
}
.ippicon.db-plus {
    background-position: -122px -83px;
}
.ippicon.db-plus.sm {
    background-position: -127px -127px;
}
.ippicon.db-plus.lg {
    background-position: -119px -40px;
}
.ippicon.db-plus.xl {
    background-position: -114px 4px;
}
.ippicon.dress {
    background-position: -162px -83px;
}
.ippicon.dress.sm {
    background-position: -167px -127px;
}
.ippicon.dress.lg {
    background-position: -159px -40px;
}
.ippicon.dress.xl {
    background-position: -154px 4px;
}
.ippicon.envelope {
    background-position: -202px -83px;
}
.ippicon.envelope.sm {
    background-position: -207px -127px;
}
.ippicon.envelope.lg {
    background-position: -199px -40px;
}
.ippicon.envelope.xl {
    background-position: -194px 4px;
}
.ippicon.heels {
    background-position: -242px -83px;
}
.ippicon.heels.sm {
    background-position: -247px -127px;
}
.ippicon.heels.lg {
    background-position: -239px -40px;
}
.ippicon.heels.xl {
    background-position: -234px 4px;
}
.ippicon.sunglasses {
    background-position: -282px -83px;
}
.ippicon.sunglasses.sm {
    background-position: -287px -127px;
}
.ippicon.sunglasses.lg {
    background-position: -279px -40px;
}
.ippicon.sunglasses.xl {
    background-position: -274px 4px;
}
.ippicon.card-hearts {
    background-position: -322px -83px;
}
.ippicon.card-hearts.sm {
    background-position: -327px -127px;
}
.ippicon.card-hearts.lg {
    background-position: -319px -40px;
}
.ippicon.card-hearts.xl {
    background-position: -314px 4px;
}
.ippicon.theatre {
    background-position: -362px -83px;
}
.ippicon.theatre.sm {
    background-position: -367px -127px;
}
.ippicon.theatre.lg {
    background-position: -359px -40px;
}
.ippicon.theatre.xl {
    background-position: -354px 4px;
}
.ippicon.wallet-male {
    background-position: -402px -83px;
}
.ippicon.wallet-male.sm {
    background-position: -407px -127px;
}
.ippicon.wallet-male.lg {
    background-position: -399px -40px;
}
.ippicon.wallet-male.xl {
    background-position: -394px 4px;
}
.ippicon.discount {
    background-position: -442px -83px;
}
.ippicon.discount.sm {
    background-position: -447px -127px;
}
.ippicon.discount.lg {
    background-position: -439px -40px;
}
.ippicon.discount.xl {
    background-position: -434px 4px;
}
.ippicon.db {
    background-position: -482px -83px;
}
.ippicon.db.sm {
    background-position: -487px -127px;
}
.ippicon.db.lg {
    background-position: -479px -40px;
}
.ippicon.db.xl {
    background-position: -474px 4px;
}
.ippicon.signposts {
    background-position: -522px -83px;
}
.ippicon.signposts.sm {
    background-position: -527px -127px;
}
.ippicon.signposts.lg {
    background-position: -519px -40px;
}
.ippicon.signposts.xl {
    background-position: -514px 4px;
}
.ippicon.mailbox {
    background-position: -562px -83px;
}
.ippicon.mailbox.sm {
    background-position: -567px -127px;
}
.ippicon.mailbox.lg {
    background-position: -559px -40px;
}
.ippicon.mailbox.xl {
    background-position: -554px 4px;
}
.ippicon.shirt {
    background-position: -602px -83px;
}
.ippicon.shirt.sm {
    background-position: -607px -127px;
}
.ippicon.shirt.lg {
    background-position: -599px -40px;
}
.ippicon.shirt.xl {
    background-position: -594px 4px;
}
.ippicon.cutlery {
    background-position: -642px -83px;
}
.ippicon.cutlery.sm {
    background-position: -647px -127px;
}
.ippicon.cutlery.lg {
    background-position: -639px -40px;
}
.ippicon.cutlery.xl {
    background-position: -634px 4px;
}
.ippicon.joystick {
    background-position: -682px -83px;
}
.ippicon.joystick.sm {
    background-position: -687px -127px;
}
.ippicon.joystick.lg {
    background-position: -679px -40px;
}
.ippicon.joystick.xl {
    background-position: -674px 4px;
}
.ippicon.ticket {
    background-position: -722px -83px;
}
.ippicon.ticket.sm {
    background-position: -727px -127px;
}
.ippicon.ticket.lg {
    background-position: -719px -40px;
}
.ippicon.ticket.xl {
    background-position: -714px 4px;
}
.ippicon.wallet-female {
    background-position: -762px -83px;
}
.ippicon.wallet-female.sm {
    background-position: -767px -127px;
}
.ippicon.wallet-female.lg {
    background-position: -759px -40px;
}
.ippicon.wallet-female.xl {
    background-position: -754px 4px;
}
.ippicon.store {
    background-position: -802px -83px;
}
.ippicon.store.sm {
    background-position: -807px -127px;
}
.ippicon.store.lg {
    background-position: -799px -40px;
}
.ippicon.store.xl {
    background-position: -794px 4px;
}
.ippicon.db-delete {
    background-position: -842px -83px;
}
.ippicon.db-delete.sm {
    background-position: -847px -127px;
}
.ippicon.db-delete.lg {
    background-position: -839px -40px;
}
.ippicon.db-delete.xl {
    background-position: -834px 4px;
}
.ippicon.ipod {
    background-position: -882px -83px;
}
.ippicon.ipod.sm {
    background-position: -887px -127px;
}
.ippicon.ipod.lg {
    background-position: -879px -40px;
}
.ippicon.ipod.xl {
    background-position: -874px 4px;
}
.ippicon.plug {
    background-position: -922px -83px;
}
.ippicon.plug.sm {
    background-position: -927px -127px;
}
.ippicon.plug.lg {
    background-position: -919px -40px;
}
.ippicon.plug.xl {
    background-position: -914px 4px;
}
.ippicon.music-note {
    background-position: -962px -83px;
}
.ippicon.music-note.sm {
    background-position: -967px -127px;
}
.ippicon.music-note.lg {
    background-position: -959px -40px;
}
.ippicon.music-note.xl {
    background-position: -954px 4px;
}
.ippicon.car {
    background-position: -1002px -83px;
}
.ippicon.car.sm {
    background-position: -1007px -127px;
}
.ippicon.car.lg {
    background-position: -999px -40px;
}
.ippicon.car.xl {
    background-position: -994px 4px;
}
.ippicon.paint-board {
    background-position: -1042px -83px;
}
.ippicon.paint-board.sm {
    background-position: -1047px -127px;
}
.ippicon.paint-board.lg {
    background-position: -1039px -40px;
}
.ippicon.paint-board.xl {
    background-position: -1034px 4px;
}
.ippicon.star-squared {
    background-position: -1082px -83px;
}
.ippicon.star-squared.sm {
    background-position: -1087px -127px;
}
.ippicon.star-squared.lg {
    background-position: -1079px -40px;
}
.ippicon.star-squared.xl {
    background-position: -1074px 4px;
}
.ippicon.scale {
    background-position: -1122px -83px;
}
.ippicon.scale.sm {
    background-position: -1127px -127px;
}
.ippicon.scale.lg {
    background-position: -1119px -40px;
}
.ippicon.scale.xl {
    background-position: -1114px 4px;
}
.ippicon.cog {
    background-position: -1162px -83px;
}
.ippicon.cog.sm {
    background-position: -1167px -127px;
}
.ippicon.cog.lg {
    background-position: -1159px -40px;
}
.ippicon.cog.xl {
    background-position: -1154px 4px;
}
.ippicon.db-minus {
    background-position: -1202px -83px;
}
.ippicon.db-minus.sm {
    background-position: -1207px -127px;
}
.ippicon.db-minus.lg {
    background-position: -1199px -40px;
}
.ippicon.db-minus.xl {
    background-position: -1194px 4px;
}
.ippicon.gift {
    background-position: -1242px -83px;
}
.ippicon.gift.sm {
    background-position: -1247px -127px;
}
.ippicon.gift.lg {
    background-position: -1239px -40px;
}
.ippicon.gift.xl {
    background-position: -1234px 4px;
}
.ippicon.suitcase {
    background-position: -1282px -83px;
}
.ippicon.suitcase.sm {
    background-position: -1287px -127px;
}
.ippicon.suitcase.lg {
    background-position: -1279px -40px;
}
.ippicon.suitcase.xl {
    background-position: -1274px 4px;
}
.ippicon.drill {
    background-position: -1322px -83px;
}
.ippicon.drill.sm {
    background-position: -1327px -127px;
}
.ippicon.drill.lg {
    background-position: -1319px -40px;
}
.ippicon.drill.xl {
    background-position: -1314px 4px;
}
.ippicon.book {
    background-position: -1362px -83px;
}
.ippicon.book.sm {
    background-position: -1367px -127px;
}
.ippicon.book.lg {
    background-position: -1359px -40px;
}
.ippicon.book.xl {
    background-position: -1354px 4px;
}
.ippicon.pinpoint {
    background-position: -1402px -83px;
}
.ippicon.pinpoint.sm {
    background-position: -1407px -127px;
}
.ippicon.pinpoint.lg {
    background-position: -1399px -40px;
}
.ippicon.pinpoint.xl {
    background-position: -1394px 4px;
}
.ippicon.scales {
    background-position: -1442px -83px;
}
.ippicon.scales.sm {
    background-position: -1447px -127px;
}
.ippicon.scales.lg {
    background-position: -1439px -40px;
}
.ippicon.scales.xl {
    background-position: -1434px 4px;
}
.ippicon.pencil {
    background-position: -1482px -83px;
}
.ippicon.pencil.sm {
    background-position: -1487px -127px;
}
.ippicon.pencil.lg {
    background-position: -1479px -40px;
}
.ippicon.pencil.xl {
    background-position: -1474px 4px;
}
.ippicon.coins {
    background-position: -1522px -83px;
}
.ippicon.coins.sm {
    background-position: -1527px -127px;
}
.ippicon.coins.lg {
    background-position: -1519px -40px;
}
.ippicon.coins.xl {
    background-position: -1514px 4px;
}
.ippicon.certificate {
    background-position: -1562px -83px;
}
.ippicon.certificate.sm {
    background-position: -1567px -127px;
}
.ippicon.certificate.lg {
    background-position: -1559px -40px;
}
.ippicon.certificate.xl {
    background-position: -1554px 4px;
}
.ippicon.tag {
    background-position: -1602px -83px;
}
.ippicon.tag.sm {
    background-position: -1607px -127px;
}
.ippicon.tag.lg {
    background-position: -1599px -40px;
}
.ippicon.tag.xl {
    background-position: -1594px 4px;
}
.ippicon.palm-island {
    background-position: -1642px -83px;
}
.ippicon.palm-island.sm {
    background-position: -1647px -127px;
}
.ippicon.palm-island.lg {
    background-position: -1639px -40px;
}
.ippicon.palm-island.xl {
    background-position: -1634px 4px;
}
.ippicon.pizza {
    background-position: -1682px -83px;
}
.ippicon.pizza.sm {
    background-position: -1687px -127px;
}
.ippicon.pizza.lg {
    background-position: -1679px -40px;
}
.ippicon.pizza.xl {
    background-position: -1674px 4px;
}

.owl-carousel {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    float: left;
}
.owl-carousel .owl-item.loading {
    min-height: 150px;
    background: url(../images/jquery-plugins/owl-carousel/1.3.2/ajax-loader.gif)
        center center no-repeat;
}
.owl-carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-controls .owl-buttons div,
.owl-carousel .owl-controls .owl-page {
    cursor: pointer;
}
.owl-carousel .grabbing {
    cursor: url(../images/jquery-plugins/owl-carousel/1.3.2/grabbing.png) 8 8,
        move;
}

@media (max-width: 479px) {
    .owl-theme-row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.owl-theme .owl-controls {
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    z-index: 999;
    position: absolute;
    height: 9px;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    text-indent: -1000em;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 5px;
    border-right: 9px solid #fff;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 5px;
    border-left: 9px solid #fff;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

@media (min-width: 768px) {
    .owl-theme .owl-controls .owl-buttons div {
        height: 18px;
        margin-top: -18px;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }
}

@media (min-width: 992px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 23px;
    }
}

@media (min-width: 768px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        border-right: 18px solid #fff;
    }
}

@media (min-width: 992px) {
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 23px;
    }
}

@media (min-width: 768px) {
    .owl-theme .owl-controls .owl-buttons .owl-next {
        border-left: 18px solid #fff;
    }
}

.owl-theme-offers .owl-controls {
    text-align: center;
}
.owl-theme-offers .owl-controls .owl-buttons div {
    z-index: 999;
    position: absolute;
    width: 0;
    top: 50%;
    margin-top: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    text-indent: -1000em;
}
.owl-theme-offers .owl-controls .owl-buttons .owl-prev {
    left: 5px;
    border-right: 9px solid #fff;
}
.owl-theme-offers .owl-controls .owl-buttons .owl-next {
    right: 5px;
    border-left: 9px solid #fff;
}
.owl-theme-offers .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme-offers .owl-controls .owl-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
.owl-theme-offers .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 50%;
    background: #404040;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.owl-theme-offers .owl-controls.clickable .owl-page:hover span {
    background: #404040;
    background: rgba(0, 0, 0, 0.5);
}
.owl-theme-offers .owl-controls .owl-page.active span,
.owl-theme-offers .owl-controls .owl-page.active:active span,
.owl-theme-offers .owl-controls .owl-page.active:focus span,
.owl-theme-offers .owl-controls .owl-page.active:hover span {
    background-color: #ef4323;
}
.owl-theme-offers .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

@media (min-width: 768px) {
    .owl-theme-offers .owl-controls .owl-buttons div {
        height: 18px;
        margin-top: -18px;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }
}

@media (min-width: 992px) {
    .owl-theme-offers .owl-controls .owl-buttons .owl-prev {
        left: 23px;
    }
}

@media (min-width: 768px) {
    .owl-theme-offers .owl-controls .owl-buttons .owl-prev {
        border-right: 18px solid #fff;
    }
}

@media (min-width: 992px) {
    .owl-theme-offers .owl-controls .owl-buttons .owl-next {
        right: 23px;
    }
}

@media (min-width: 768px) {
    .owl-theme-offers .owl-controls .owl-buttons .owl-next {
        border-left: 18px solid #fff;
    }
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.messages {
    margin-bottom: 10px;
}

.message-row {
    border-top: 1px solid #e3e3e3;
    padding: 5px 0;
}
.message-row:last-child {
    border-bottom: 1px solid #e3e3e3;
}
.message-row:hover,
.message-row:focus {
    background: #f5f5f5;
    cursor: pointer;
}
.message-row.unread {
    background-color: #f5f5f5;
}
.message-row.unread .message-date,
.message-row.unread .message-title,
.message-row.unread .message-sender {
    font-weight: bold;
}
.message-row.active {
    background: #bae1f5;
}
.message-row .message-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-row .message-sender {
    font-size: 18px;
}
.message-row .message-title,
.message-row .message-preview {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.message-row .message-preview {
    opacity: 0.4;
}
@media (max-width: 991px) {
    .message-row .message-checkbox {
        height: 72px;
    }
    .message-row .message-date {
        font-size: 14px;
        opacity: 0.4;
    }
}
@media (min-width: 992px) {
    .message-row {
        padding: 12px 0;
    }
    .message-row .message-sender {
        font-size: inherit;
    }
    .message-row .message-title-preview {
        white-space: nowrap;
        overflow: hidden;
    }
    .message-row .message-title-preview::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 20px;
        bottom: 0;
        background: -moz-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            white 100%
        );
        background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            white 100%
        );
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            white 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }
    .message-row:hover .message-title-preview::after,
    .message-row.unread .message-title-preview::after {
        background: -moz-linear-gradient(
            left,
            rgba(247, 247, 247, 0) 0%,
            #f7f7f7 100%
        );
        background: -webkit-linear-gradient(
            left,
            rgba(247, 247, 247, 0) 0%,
            #f7f7f7 100%
        );
        background: linear-gradient(
            to right,
            rgba(247, 247, 247, 0) 0%,
            #f7f7f7 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 );
    }
    .message-row.active .message-title-preview::after {
        background: -moz-linear-gradient(
            left,
            rgba(186, 225, 245, 0) 0%,
            #bae1f5 100%
        );
        background: -webkit-linear-gradient(
            left,
            rgba(186, 225, 245, 0) 0%,
            #bae1f5 100%
        );
        background: linear-gradient(
            to right,
            rgba(186, 225, 245, 0) 0%,
            #bae1f5 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 );
    }
}

.visible-xs-table {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs-table {
        display: table !important;
    }
}

.logo-background {
    display: block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo-background.logo--inline {
    display: inline-block;
}
.logo-background.logo--16\:9 {
    padding-top: 56.25%;
}
.logo-background.logo--4\:3 {
    padding-top: 75%;
}
.logo-background.logo--3\:2 {
    padding-top: 66.66667%;
}
.logo-background.logo--1\:1 {
    padding-top: 100%;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(97, 186, 232, 0.6);
    box-shadow: 0 0 8px rgba(97, 186, 232, 0.6);
}
.form-control.btn {
    border: 1px solid #ddd;
}
.form-control.btn:focus {
    -webkit-box-shadow: 0 0 8px rgba(97, 186, 232, 0.6);
    box-shadow: 0 0 8px rgba(97, 186, 232, 0.6);
}

select.form-control {
    background: #fff url("/images/svg/caret-down.png") right 6px center
        no-repeat;
    background-size: 9px 9px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: inherit !important;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
}

#charities .charities-themes > .theme-column .theme-logo-wrapper img,
#charities .charity-description img.arrow-to-charity-form,
#charities .charity-foundation .foundation-brand {
    display: block;
    max-width: 100%;
    height: auto;
}

#content.content-aanmelden .register-form-column .business-partner-of img,
#content.content-aanmelden .register-via-social-column .ippiggie img {
    display: block;
    max-width: 100%;
    height: auto;
}

#content.customer-service .customer-service-phone span img {
    display: block;
    max-width: 100%;
    height: auto;
}

#footer .copyright .footer-brand > img,
#footer .copyright .quick-references > li > a > img.quality-mark {
    display: block;
    max-width: 100%;
    height: auto;
}

#footer
    .sitemap
    .sitemap-columns
    > .column:last-child
    .social-media-icons
    > li
    > a
    > img {
    display: block;
    max-width: 100%;
    height: auto;
}

#giving-away-ippies .giving-away-ippies-wrapper .piggie img,
#ippies-assistant-carousel .item .image-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

#newspaper .news-article-detailed .article-body .headline-image img,
#newspaper .sidebar .advertisements a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.at-these-stores-logos ul > li img,
.banner-holder img,
.box-snippet .box-visual img,
.company-brand-snippet > .brand > img,
.connected-webshops .webshops-logos .image-holder .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .product-image,
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .store-logo
    > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-article-snippet .article-intro div,
.news-article-snippet .article-intro img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-headline img,
.photo-strip-snippet > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.promo-steps .step .step-icon-set .icon-brand img,
.promo-steps .step .step-icon-set .icon-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.search-results-top-5 .result-row .shop-brand img {
    display: block;
    max-width: 100%;
    height: auto;
}

.shop-article-snippet .image-wrapper img,
.shop-article-snippet img.shop-brand {
    display: block;
    max-width: 100%;
    height: auto;
}

.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-company
    .shop-offer-company-outer
    .shop-offer-company-inner
    img,
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-outer
    .shop-offer-inner
    img {
    display: block;
    max-width: 100%;
    height: auto;
}

.testimonial-snippet .img-wrapper > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #eee;
}

.nav,
.tab-box-webshops .tabbed-filters {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li > a,
.tab-box-webshops .tabbed-filters > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

.nav-healthcare > li > a.btn-default:focus,
.nav-healthcare > li > a.btn-default:hover {
    background-color: #34a7e2;
}

.nav-healthcare > li.active > a.btn-default,
.nav-healthcare > li:active > a.btn-default {
    background-color: #1a7db0;
}

.tab-box-webshops .tabbed-filters > li > a:focus,
.tab-box-webshops .tabbed-filters > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

.nav > li.disabled > a,
.tab-box-webshops .tabbed-filters > li.disabled > a {
    color: #999;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.tab-box-webshops .tabbed-filters > li.disabled > a:focus,
.tab-box-webshops .tabbed-filters > li.disabled > a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a {
    background-color: #fff;
    border-color: #ef4323;
}
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #fff;
    border-color: #ef4323;
}

.tab-box-webshops .tabbed-filters .open > a {
    background-color: #fff;
    border-color: #ef4323;
}
.tab-box-webshops .tabbed-filters .open > a:focus,
.tab-box-webshops .tabbed-filters .open > a:hover {
    background-color: #fff;
    border-color: #ef4323;
}

.nav .nav-divider,
.tab-box-webshops .tabbed-filters .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img,
.tab-box-webshops .tabbed-filters > li > a > img {
    max-width: none;
}

.nav-tabs,
.tab-box-webshops .tabbed-filters {
    border-bottom: 1px solid #eee;
}

.nav-tabs > li,
.tab-box-webshops .tabbed-filters > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a,
.tab-box-webshops .tabbed-filters > li > a {
    margin-right: 2px;
    line-height: 1.53846154;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

.nav-tabs > li > a:hover,
.tab-box-webshops .tabbed-filters > li > a:hover {
    border-color: #eee #eee #eee;
}

.nav-tabs > li.active > a {
    color: #666;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #666;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-box-webshops .tabbed-filters > li.active > a {
    color: #666;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
    cursor: default;
}
.tab-box-webshops .tabbed-filters > li.active > a:focus,
.tab-box-webshops .tabbed-filters > li.active > a:hover {
    color: #666;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified,
.tab-box-webshops .tabbed-filters.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li,
.tab-box-webshops .tabbed-filters.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a,
.tab-box-webshops .tabbed-filters.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu,
.tab-box-webshops .tabbed-filters.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li,
    .tab-box-webshops .tabbed-filters.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a,
    .tab-box-webshops .tabbed-filters.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a,
.tab-box-webshops .tabbed-filters.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs.nav-justified > .active > a {
    border: 1px solid #eee;
}
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #eee;
}

.tab-box-webshops .tabbed-filters.nav-justified > .active > a {
    border: 1px solid #eee;
}
.tab-box-webshops .tabbed-filters.nav-justified > .active > a:focus,
.tab-box-webshops .tabbed-filters.nav-justified > .active > a:hover {
    border: 1px solid #eee;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a,
    .tab-box-webshops .tabbed-filters.nav-justified > li > a {
        border-bottom: 1px solid #eee;
        border-radius: 3px 3px 0 0;
    }
    .nav-tabs.nav-justified > .active > a {
        border-bottom-color: #eee;
    }
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #eee;
    }
    .tab-box-webshops .tabbed-filters.nav-justified > .active > a {
        border-bottom-color: #eee;
    }
    .tab-box-webshops .tabbed-filters.nav-justified > .active > a:focus,
    .tab-box-webshops .tabbed-filters.nav-justified > .active > a:hover {
        border-bottom-color: #eee;
    }
}

.nav-tabs .dropdown-menu,
.tab-box-webshops .tabbed-filters .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-right-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 58px;
    margin-bottom: 25px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header {
    margin-right: -10px;
    margin-left: -10px;
}

.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 16.5px 10px;
    font-size: 25px;
    line-height: 25px;
    height: 58px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 8.25px -10px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
        line-height: 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -10px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -10px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-right-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
    margin-top: 18px;
    margin-bottom: 18px;
}

.navbar-text {
    margin-top: 16.5px;
    margin-bottom: 16.5px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

#crumb-trail .breadcrumb {
    padding: 0 0;
    margin-bottom: 25px;
    list-style: none;
    background-color: transparent;
    border-radius: 3px;
}

.breadcrumb {
    padding: 0 0;
    margin-bottom: 25px;
    list-style: none;
    background-color: transparent;
    border-radius: 3px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 0px;
    color: #404040;
}
.breadcrumb > .active {
    color: #404040;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 25px 0;
    border-radius: 3px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.53846154;
    text-decoration: none;
    color: #404040;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > li > a:focus,
.pagination > li > a:hover {
    color: #056bab;
    background-color: #f5f5f5;
    border-color: #e3e3e3;
}
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #056bab;
    background-color: #f5f5f5;
    border-color: #e3e3e3;
}
.pagination > .active > a {
    z-index: 2;
    color: #fff;
    background-color: #ef4323;
    border-color: #ef4323;
    cursor: default;
}
.pagination > .active > a:focus,
.pagination > .active > a:hover {
    z-index: 2;
    color: #fff;
    background-color: #ef4323;
    border-color: #ef4323;
    cursor: default;
}
.pagination > .active > span {
    z-index: 2;
    color: #fff;
    background-color: #ef4323;
    border-color: #ef4323;
    cursor: default;
}
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ef4323;
    border-color: #ef4323;
    cursor: default;
}
.pagination > .disabled > a {
    color: #999;
    background-color: #fff;
    border-color: #e3e3e3;
    cursor: not-allowed;
}
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
    color: #999;
    background-color: #fff;
    border-color: #e3e3e3;
    cursor: not-allowed;
}
.pagination > .disabled > span {
    color: #999;
    background-color: #fff;
    border-color: #e3e3e3;
    cursor: not-allowed;
}
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #999;
    background-color: #fff;
    border-color: #e3e3e3;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 15px;
    font-size: 25px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 3px 8px;
    font-size: 14px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.filters .filter-group .filter-group-listener ul > li > a > .result-count,
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #eee;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #d5d5d5;
}

.label-primary {
    background-color: #ef4323;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #ef4323;
}

.label-success {
    background-color: #44cc32;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #36a328;
}

.label-info {
    background-color: #85b2dd;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #5d99d2;
}

.label-warning {
    background-color: #ecad14;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #be8b0f;
}

.label-danger {
    background-color: #cc3232;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #a32828;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
    color: #404040;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.modal.fade .modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

@media (max-width: 767px) {
    .modal-dialog-center {
        width: 100%;
        max-height: 100%;
        position: relative;
        overflow-y: auto;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 500px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
}
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #b0b0b0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #b0b0b0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #b0b0b0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #b0b0b0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

#captcha-validation .validation-test .validation-options:after,
#captcha-validation .validation-test .validation-options:before {
    content: " ";
    display: table;
}

#content-page.has-sidebar:after,
#content-page.has-sidebar:before {
    content: " ";
    display: table;
}

#content.content-aanmelden .register-header:after,
#content.content-aanmelden .register-header:before {
    content: " ";
    display: table;
}

#content.content-webshops .cat-banner:after,
#content.content-webshops .cat-banner:before {
    content: " ";
    display: table;
}

#crumb-trail:after,
#crumb-trail:before {
    content: " ";
    display: table;
}

#footer .sitemap .sitemap-columns:after,
#footer .sitemap .sitemap-columns:before {
    content: " ";
    display: table;
}

#giving-away-ippies .giving-away-ippies-wrapper:after,
#giving-away-ippies .giving-away-ippies-wrapper:before {
    content: " ";
    display: table;
}

#history-and-search .search-bar .form-group:after,
#history-and-search .search-bar .form-group:before {
    content: " ";
    display: table;
}

#shop-details .shop-information .shop-cat ul li:after,
#shop-details .shop-information .shop-cat ul li:before {
    content: " ";
    display: table;
}

#shop-details .shop-information:after,
#shop-details .shop-information:before {
    content: " ";
    display: table;
}

#title-bar.title-bar-home-visitor .page-intro:after,
#title-bar.title-bar-home-visitor .page-intro:before {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}

.catalogue:after,
.catalogue:before {
    content: " ";
    display: table;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.connected-webshops .webshops-logos:after,
.connected-webshops .webshops-logos:before {
    content: " ";
    display: table;
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}

.full-width-products-overview > .heading-columns:after,
.full-width-products-overview > .heading-columns:before {
    content: " ";
    display: table;
}

.full-width-products-overview > .product-columns:after,
.full-width-products-overview > .product-columns:before {
    content: " ";
    display: table;
}

.general-ledger-chapter .general-ledger .record:after,
.general-ledger-chapter .general-ledger .record:before {
    content: " ";
    display: table;
}

.general-ledger-chapter .general-ledger .view-less-or-more:after,
.general-ledger-chapter .general-ledger .view-less-or-more:before {
    content: " ";
    display: table;
}

.general-ledger-chapter h3:after,
.general-ledger-chapter h3:before {
    content: " ";
    display: table;
}

.good-spendings .good-spendings-wrapper:after,
.good-spendings .good-spendings-wrapper:before {
    content: " ";
    display: table;
}

.introducer:after,
.introducer:before {
    content: " ";
    display: table;
}

.ippies-explained:after,
.ippies-explained:before {
    content: " ";
    display: table;
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table;
}

.nav:after,
.nav:before {
    content: " ";
    display: table;
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table;
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}

.news-article-snippet .article-intro p:after,
.news-article-snippet .article-intro p:before {
    content: " ";
    display: table;
}

.owl-carousel .owl-wrapper:after,
.owl-carousel .owl-wrapper:before {
    content: " ";
    display: table;
}

.page-cover:after,
.page-cover:before {
    content: " ";
    display: table;
}

.pager:after,
.pager:before {
    content: " ";
    display: table;
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}

.promo-steps .step .step-caption:after,
.promo-steps .step .step-caption:before {
    content: " ";
    display: table;
}

.promo-steps .step .step-circle-wrapper:after,
.promo-steps .step .step-circle-wrapper:before {
    content: " ";
    display: table;
}

.promo-steps:after,
.promo-steps:before {
    content: " ";
    display: table;
}

.quadruplets:after,
.quadruplets:before {
    content: " ";
    display: table;
}

.quintuplets:after,
.quintuplets:before {
    content: " ";
    display: table;
}

.review-snippet .review-header .review-header-wrapper:after,
.review-snippet .review-header .review-header-wrapper:before {
    content: " ";
    display: table;
}

.review-snippet .review-middle .review-middle-wrapper:after,
.review-snippet .review-middle .review-middle-wrapper:before {
    content: " ";
    display: table;
}

.search-results-listed > ul > .result header:after,
.search-results-listed > ul > .result header:before {
    content: " ";
    display: table;
}

.search-results-listed > ul > .result:after,
.search-results-listed > ul > .result:before {
    content: " ";
    display: table;
}

.search-results-top-5 .result-row:after,
.search-results-top-5 .result-row:before {
    content: " ";
    display: table;
}

.shop-article-snippet header:after,
.shop-article-snippet header:before {
    content: " ";
    display: table;
}

.shop-offer-snippet .shop-offer-header .shop-offer-header-wrapper:after,
.shop-offer-snippet .shop-offer-header .shop-offer-header-wrapper:before {
    content: " ";
    display: table;
}

.shop-offer-snippet .shop-offer-middle .shop-offer-middle-wrapper:after,
.shop-offer-snippet .shop-offer-middle .shop-offer-middle-wrapper:before {
    content: " ";
    display: table;
}

.tab-box-webshops .tabbed-filters:after,
.tab-box-webshops .tabbed-filters:before {
    content: " ";
    display: table;
}

.well-known-companies .well-known-companies-wrapper:after,
.well-known-companies .well-known-companies-wrapper:before {
    content: " ";
    display: table;
}

ul#user-dock:after,
ul#user-dock:before {
    content: " ";
    display: table;
}

#captcha-validation .validation-test .validation-options:after,
#content-page.has-sidebar:after {
    clear: both;
}

#content.content-aanmelden .register-header:after,
#content.content-webshops .cat-banner:after {
    clear: both;
}

#crumb-trail:after,
#footer .sitemap .sitemap-columns:after,
#giving-away-ippies .giving-away-ippies-wrapper:after,
#history-and-search .search-bar .form-group:after {
    clear: both;
}

#shop-details .shop-information .shop-cat ul li:after,
#shop-details .shop-information:after {
    clear: both;
}

#title-bar.title-bar-home-visitor .page-intro:after,
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.catalogue:after,
.clearfix:after,
.connected-webshops .webshops-logos:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after {
    clear: both;
}

.full-width-products-overview > .heading-columns:after,
.full-width-products-overview > .product-columns:after {
    clear: both;
}

.general-ledger-chapter .general-ledger .record:after,
.general-ledger-chapter .general-ledger .view-less-or-more:after {
    clear: both;
}

.general-ledger-chapter h3:after {
    clear: both;
}

.good-spendings .good-spendings-wrapper:after,
.introducer:after,
.ippies-explained:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.news-article-snippet .article-intro p:after,
.owl-carousel .owl-wrapper:after,
.page-cover:after,
.pager:after,
.panel-body:after {
    clear: both;
}

.promo-steps .step .step-caption:after,
.promo-steps .step .step-circle-wrapper:after {
    clear: both;
}

.promo-steps:after {
    clear: both;
}

.quadruplets:after,
.quintuplets:after {
    clear: both;
}

.review-snippet .review-header .review-header-wrapper:after,
.review-snippet .review-middle .review-middle-wrapper:after {
    clear: both;
}

.row:after {
    clear: both;
}

.search-results-listed > ul > .result header:after,
.search-results-listed > ul > .result:after {
    clear: both;
}

.search-results-top-5 .result-row:after,
.septuplets:after,
.sextuplets:after,
.shop-article-snippet header:after {
    clear: both;
}

.shop-offer-snippet .shop-offer-header .shop-offer-header-wrapper:after,
.shop-offer-snippet .shop-offer-middle .shop-offer-middle-wrapper:after {
    clear: both;
}

.tab-box-webshops .tabbed-filters:after,
.triplets:after,
.twins:after,
.well-known-companies .well-known-companies-wrapper:after,
ul#user-dock:after {
    clear: both;
}

.link-black {
    color: #000;
}

.link-underline {
    text-decoration: underline;
}
.link-underline:focus,
.link-underline:hover {
    color: #ef4323;
}

.placeholder {
    color: #999;
}

.va-table {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}

.va-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.valign-helper {
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .row-offcanvas .sidebar-offcanvas {
        left: -75%;
    }
    .row-offcanvas.active {
        left: 75%;
        padding-left: 20px;
    }
    .sidebar-offcanvas {
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        position: absolute;
        top: 0;
        width: 75%;
        margin-left: 20px;
        padding-right: 20px;
    }
}

.text-default {
    color: #404040;
}

a.text-default:hover {
    color: #272727;
}

.text-black,
a.text-black:hover {
    color: #000;
}

.text-white {
    color: #fff;
}

a.text-white:hover {
    color: #e6e6e6;
}

.text-base {
    color: #404040;
}

a.text-base:hover {
    color: #272727;
}

.text-orange {
    color: #ef4323;
}

a.text-orange:hover {
    color: #d23416;
}

.text-orange-light {
    color: #ef4323;
}

a.text-orange-light:hover {
    color: #ef4323;
}

.text-blue {
    color: #a1dbf2;
}

a.text-blue:hover {
    color: #74caec;
}

.text-blue-light {
    color: #c2e8f5;
}

a.text-blue-light:hover {
    color: #96d7ee;
}

.text-blue-lighter {
    color: #c2e8f5;
}

a.text-blue-lighter:hover {
    color: #96d7ee;
}

.text-blue-dark {
    color: #056bab;
}

a.text-blue-dark:hover {
    color: #044c79;
}

.text-yellow-light {
    color: #ffe8cc;
}

a.text-yellow-light:hover {
    color: #ffd199;
}

.text-facebook {
    color: #056bab;
}

a.text-facebook:hover {
    color: #044c79;
}

.text-twitter {
    color: #35a7e2;
}

a.text-twitter:hover {
    color: #34a7e2;
}

.text-google-plus {
    color: #f22126;
}

a.text-google-plus:hover {
    color: #d40c11;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.no-border-top,
.no-border-right,
.no-border-bottom,
.no-border-left {
    border-left: 0 !important;
}

.no-border {
    border: 0 !important;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.form-group-large .control-label {
    padding: 12px 16px;
    font-size: 17px;
    line-height: 1.33;
}

.form-group-large .form-control {
    height: 56px;
    padding: 10px 0 10px 15px;
    font-size: 25px;
    line-height: 1.33;
    border-radius: 5px;
}

select.form-group-large .form-control {
    height: 56px;
    line-height: 56px;
}

select[multiple].form-group-large .form-control {
    height: auto;
}

textarea.form-group-large .form-control {
    height: auto;
}

.form-group-large .btn {
    padding: 10px 15px;
    font-size: 25px;
    line-height: 1.33;
    border-radius: 5px;
}

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

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

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

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

.no-h-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-v-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

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

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

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

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

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

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

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

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

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

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

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

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

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .width-5 {
        width: 5%;
    }
    .width-10 {
        width: 10%;
    }
    .width-15 {
        width: 15%;
    }
    .width-20 {
        width: 20%;
    }
    .width-25 {
        width: 25%;
    }
    .width-30 {
        width: 30%;
    }
    .width-35 {
        width: 35%;
    }
    .width-40 {
        width: 40%;
    }
    .width-45 {
        width: 45%;
    }
    .width-50 {
        width: 50%;
    }
    .width-55 {
        width: 55%;
    }
    .width-60 {
        width: 60%;
    }
    .width-65 {
        width: 65%;
    }
    .width-70 {
        width: 70%;
    }
    .width-75 {
        width: 75%;
    }
    .width-80 {
        width: 80%;
    }
    .width-85 {
        width: 85%;
    }
    .width-90 {
        width: 90%;
    }
    .width-95 {
        width: 95%;
    }
    .width-100 {
        width: 100%;
    }
}

.asterisk {
    color: #cc3232;
}

.share-me-dropdown {
    width: 100%;
    padding: 1px;
}
.share-me-dropdown > li {
    padding: 1px;
}

.push-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.53846154;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.push-btn.active:focus,
.push-btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.push-btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #404040;
    text-decoration: none;
}
.push-btn:hover {
    color: #404040;
    text-decoration: none;
}
.push-btn.active,
.push-btn:active {
    outline: 0;
    background-image: none;
}
.push-btn.disabled,
.push-btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

fieldset[disabled] .push-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.push-btn-default {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #35a7e2;
    border-bottom-color: #209cdc;
    box-shadow: 0 4px 0 0 #34a7e2;
    -webkit-box-shadow: 0 4px 0 0 #34a7e2;
}
.push-btn-default:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-default:hover {
    background-color: #77c4eb;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-default:active,
    .push-btn-default:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #77c4eb;
        text-decoration: none;
    }
}

.push-btn-primary {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #ef4323;
    border-bottom-color: #c46409;
    box-shadow: 0 4px 0 0 #ef4323;
    -webkit-box-shadow: 0 4px 0 0 #ef4323;
}
.push-btn-primary:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-primary:hover {
    background-color: #f6973c;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-primary:active,
    .push-btn-primary:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #f6973c;
        text-decoration: none;
    }
}

.push-btn-success {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #44cc32;
    border-bottom-color: #308f23;
    box-shadow: 0 4px 0 0 #36a328;
    -webkit-box-shadow: 0 4px 0 0 #36a328;
}
.push-btn-success:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-success:hover {
    background-color: #56d246;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-success:active,
    .push-btn-success:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #56d246;
        text-decoration: none;
    }
}

.push-btn-info {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #85b2dd;
    border-bottom-color: #498ccc;
    box-shadow: 0 4px 0 0 #5d99d2;
    -webkit-box-shadow: 0 4px 0 0 #5d99d2;
}
.push-btn-info:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-info:hover {
    background-color: #99bfe3;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-info:active,
    .push-btn-info:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #99bfe3;
        text-decoration: none;
    }
}

.push-btn-warning {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #ecad14;
    border-bottom-color: #a67a0d;
    box-shadow: 0 4px 0 0 #be8b0f;
    -webkit-box-shadow: 0 4px 0 0 #be8b0f;
}
.push-btn-warning:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-warning:hover {
    background-color: #eeb52c;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-warning:active,
    .push-btn-warning:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #eeb52c;
        text-decoration: none;
    }
}

.push-btn-danger {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #cc3232;
    border-bottom-color: #8f2323;
    box-shadow: 0 4px 0 0 #a32828;
    -webkit-box-shadow: 0 4px 0 0 #a32828;
}
.push-btn-danger:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-danger:hover {
    background-color: #d24646;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-danger:active,
    .push-btn-danger:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #d24646;
        text-decoration: none;
    }
}

.push-btn-dark {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #056bab;
    border-bottom-color: #033c61;
    box-shadow: 0 4px 0 0 #044c79;
    -webkit-box-shadow: 0 4px 0 0 #044c79;
}
.push-btn-dark:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-dark:hover {
    background-color: #067bc4;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-dark:active,
    .push-btn-dark:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #067bc4;
        text-decoration: none;
    }
}

.push-btn-neutral {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #404040;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #fff;
    border-bottom-color: #d9d9d9;
    box-shadow: 0 4px 0 0 #e6e6e6;
    -webkit-box-shadow: 0 4px 0 0 #e6e6e6;
}
.push-btn-neutral:active {
    color: #404040;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-neutral:hover {
    background-color: #fff;
    text-decoration: none;
    color: #404040;
}

@media (max-width: 479px) {
    .push-btn-neutral:active,
    .push-btn-neutral:hover {
        color: #404040;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #fff;
        text-decoration: none;
    }
}

.push-btn-facebook {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #056bab;
    border-bottom-color: #033c61;
    box-shadow: 0 4px 0 0 #044c79;
    -webkit-box-shadow: 0 4px 0 0 #044c79;
}
.push-btn-facebook:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-facebook:hover {
    background-color: #067bc4;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-facebook:active,
    .push-btn-facebook:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #067bc4;
        text-decoration: none;
    }
}

.push-btn-twitter {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #35a7e2;
    border-bottom-color: #209cdc;
    box-shadow: 0 4px 0 0 #34a7e2;
    -webkit-box-shadow: 0 4px 0 0 #34a7e2;
}
.push-btn-twitter:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-twitter:hover {
    background-color: #77c4eb;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-twitter:active,
    .push-btn-twitter:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #77c4eb;
        text-decoration: none;
    }
}

.push-btn-google-plus {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #f22126;
    border-bottom-color: #bc0b0f;
    box-shadow: 0 4px 0 0 #d40c11;
    -webkit-box-shadow: 0 4px 0 0 #d40c11;
}
.push-btn-google-plus:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-google-plus:hover {
    background-color: #f3393e;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-google-plus:active,
    .push-btn-google-plus:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #f3393e;
        text-decoration: none;
    }
}

.push-btn-lgrey {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #666;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #e3e3e3;
    border-bottom-color: #bdbdbd;
    box-shadow: 0 4px 0 0 #cacaca;
    -webkit-box-shadow: 0 4px 0 0 #cacaca;
}
.push-btn-lgrey:active {
    color: #666;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-lgrey:hover {
    background-color: #f0f0f0;
    text-decoration: none;
    color: #666;
}

@media (max-width: 479px) {
    .push-btn-lgrey:active,
    .push-btn-lgrey:hover {
        color: #666;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #f0f0f0;
        text-decoration: none;
    }
}

.push-btn-dgrey {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #555;
    border-bottom-color: #2f2f2f;
    box-shadow: 0 4px 0 0 #3b3b3b;
    -webkit-box-shadow: 0 4px 0 0 #3b3b3b;
}
.push-btn-dgrey:active {
    color: #fff;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-dgrey:hover {
    background-color: #626262;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 479px) {
    .push-btn-dgrey:active,
    .push-btn-dgrey:hover {
        color: #fff;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #626262;
        text-decoration: none;
    }
}

.push-btn-lblue {
    -webkit-transition: all 0.075s ease-in-out;
    -o-transition: all 0.075s ease-in-out;
    transition: all 0.075s ease-in-out;
    color: #596468;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #c2e8f5;
    border-bottom-color: #80cfea;
    box-shadow: 0 4px 0 0 #96d7ee;
    -webkit-box-shadow: 0 4px 0 0 #96d7ee;
}
.push-btn-lblue:active {
    color: #596468;
    border-bottom: 0 solid transparent;
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    box-shadow: 0 1px 0 0 transparent;
    -webkit-box-shadow: 0 1px 0 0 transparent;
}
.push-btn-lblue:hover {
    background-color: #d8f0f9;
    text-decoration: none;
    color: #596468;
}

@media (max-width: 479px) {
    .push-btn-lblue:active,
    .push-btn-lblue:hover {
        color: #596468;
        border-bottom: 0 solid transparent;
        transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        box-shadow: 0 1px 0 0 transparent;
        -webkit-box-shadow: 0 1px 0 0 transparent;
        background-color: #d8f0f9;
        text-decoration: none;
    }
}

.push-btn-lg {
    padding: 10px 15px;
    font-size: 25px;
    line-height: 1.33;
    border-radius: 5px;
}

.push-btn-md {
    padding: 8px 13px;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 4px;
}

.push-btn-sm {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.push-btn-xs {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.push-btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.push-btn-block + .push-btn-block {
    margin-top: 10px;
}

input[type="button"].push-btn-block,
input[type="reset"].push-btn-block,
input[type="submit"].push-btn-block {
    width: 100%;
}

.catalogue {
    margin-left: -10px;
    margin-right: -10px;
}
.catalogue .table-of-contents,
.catalogue .grid {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .catalogue .table-of-contents {
        float: left;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .catalogue .grid {
        float: left;
        width: 75%;
    }
}

.page-cover {
    margin-left: -10px;
    margin-right: -10px;
}
.page-cover .table-of-contents,
.page-cover .page-content {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .page-cover .table-of-contents {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width: 768px) {
    .page-cover .page-content {
        float: left;
        width: 66.66667%;
    }
}

.introducer {
    margin-left: -10px;
    margin-right: -10px;
}
.introducer .introduction {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.introducer.full-width .introduction {
    margin-left: 0;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.introducer.vspace-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.introducer.vspace-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.introducer.vspace-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .introducer .introduction {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width: 768px) {
    .introducer .introduction {
        margin-left: 16.66667%;
    }
}

@media (min-width: 768px) {
    .introducer.full-width .introduction {
        float: left;
        width: 100%;
    }
}

.text-disclaimer {
    font-size: 14px;
    color: #999;
}

.sub-categories-description .triplets {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sub-categories-description .triplets .triplet {
    border-left: 1px dotted #ddd;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sub-categories-description .triplets .triplet .description a:focus {
    color: #056bab;
    text-decoration: none;
}
.sub-categories-description .triplets .triplet .description a:focus h5,
.sub-categories-description .triplets .triplet .description a:focus p {
    color: #056bab;
    text-decoration: none;
}
.sub-categories-description .triplets .triplet .description a:hover {
    color: #056bab;
    text-decoration: none;
}
.sub-categories-description .triplets .triplet .description a:hover h5,
.sub-categories-description .triplets .triplet .description a:hover p {
    color: #056bab;
    text-decoration: none;
}
.sub-categories-description .triplets .triplet .description h5 {
    color: #404040;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
}
.sub-categories-description .triplets .triplet .description p {
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
}
.sub-categories-description .triplets .triplet .description .fa {
    display: none;
}
.sub-categories-description .triplets .triplet:first-child {
    border-left: 0;
}

@media (max-width: 767px) {
    .sub-categories-description .triplets {
        border-top: 0;
        border-bottom: 0;
    }
    .sub-categories-description .triplets .triplet {
        border-left: 0;
    }
    .sub-categories-description .triplets .triplet .description a {
        display: block;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
    .sub-categories-description .triplets .triplet .description a:active,
    .sub-categories-description .triplets .triplet .description a:focus,
    .sub-categories-description .triplets .triplet .description a:hover {
        text-decoration: none;
        background-color: #f9f9f9;
    }
    .sub-categories-description .triplets .triplet .description a h5 {
        color: #ef4323;
    }
    .sub-categories-description .triplets .triplet .description a p {
        font-size: 16px;
    }
    .sub-categories-description .triplets .triplet .description a .fa {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -16px;
    }
}

.shop-article-snippet {
    background-color: #fff;
}
.shop-article-snippet header {
    position: relative;
    width: 100%;
    padding: 10px;
    padding-left: 0;
}
.shop-article-snippet header h3 {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 20px;
    color: #404040;
}
.shop-article-snippet header .button-wrapper {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    float: right;
    margin-bottom: 0;
}
.shop-article-snippet header .button-wrapper > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.shop-article-snippet header .button-wrapper .btn-like {
    color: #fff;
    background-color: #056bab;
    border-color: #056bab;
}
.shop-article-snippet header .button-wrapper .btn-like:active,
.shop-article-snippet header .button-wrapper .btn-like:focus,
.shop-article-snippet header .button-wrapper .btn-like:hover {
    color: #fff;
    background-color: #056bab;
    border-color: #056bab;
}
.shop-article-snippet header .button-wrapper .btn-ippies-only {
    color: #fff;
    background-color: #35a7e2;
    border-color: #35a7e2;
}
.shop-article-snippet header .button-wrapper .btn-ippies-only:active,
.shop-article-snippet header .button-wrapper .btn-ippies-only:focus,
.shop-article-snippet header .button-wrapper .btn-ippies-only:hover {
    color: #fff;
    background-color: #35a7e2;
    border-color: #35a7e2;
}
.shop-article-snippet.bordered header {
    background-color: #f9f9f9;
    margin-bottom: 10px;
}
.shop-article-snippet .row .right-column {
    text-align: center;
}
.shop-article-snippet footer {
    margin-top: 10px;
    padding: 1px;
    position: relative;
    border-top: 1px dashed #e5e5e5;
}
.shop-article-snippet footer > ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.shop-article-snippet footer > ul > li {
    position: relative;
    float: none;
    display: table-cell;
    width: 1%;
    padding: 1px;
    margin-top: 0;
    vertical-align: top;
}
.shop-article-snippet footer > ul > li .btn {
    border-radius: 0;
    font-size: 16px;
}
.shop-article-snippet .image-wrapper {
    min-height: 180px;
}
.shop-article-snippet .image-wrapper img {
    border-bottom-right-radius: 3px;
    vertical-align: middle;
}
.shop-article-snippet img.shop-brand {
    margin-left: auto;
    margin-right: auto;
}
.shop-article-snippet .description {
    font-size: 12px;
    padding: 10px 9px 0;
}
.shop-article-snippet .description p:last-child {
    margin-bottom: 0;
}
.shop-article-snippet .amount-of-ippies {
    font-size: 30px;
    color: #ef4323;
}
.shop-article-snippet .amount-of-ippies small {
    font-size: 12px;
    display: block;
    text-align: left;
    color: #404040;
}
.shop-article-snippet .button-wrapper {
    text-align: center;
    margin-bottom: 20px;
}
.shop-article-snippet .round-social-media-icons {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.shop-article-snippet .round-social-media-icons ul.icon-set {
    padding-left: 0;
    list-style: none;
}
.shop-article-snippet .round-social-media-icons ul.icon-set li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}
.shop-article-snippet .round-social-media-icons ul.icon-set li:first-child {
    padding-left: 0;
}
.shop-article-snippet .round-social-media-icons ul.icon-set li:last-child {
    padding-right: 0;
}
.shop-article-snippet .round-social-media-icons ul.icon-set .text {
    font-size: 12px;
}
.shop-article-snippet .time-remaining {
    font-size: 16px;
}
.shop-article-snippet .time-remaining .fa {
    font-size: 26px;
    color: #35a7e2;
}
.shop-article-snippet .time-remaining small {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}
.shop-article-snippet .time-remaining small a {
    color: #404040;
}

@media (min-width: 768px) {
    .shop-article-snippet .row .left-column {
        padding-right: 0;
    }
    .shop-article-snippet .row .right-column {
        padding-left: 0;
    }
}

.offers-carousel {
    background-color: #fff;
}
.offers-carousel .header {
    padding: 10px;
}
.offers-carousel .header:after,
.offers-carousel .header:before {
    content: " ";
    display: table;
}
.offers-carousel .header:after {
    clear: both;
    content: " ";
    display: table;
}
.offers-carousel .header:before {
    content: " ";
    display: table;
}
.offers-carousel .header:after {
    clear: both;
}
.offers-carousel .header h3 {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 20px;
    color: #404040;
    float: left;
}
.offers-carousel .footer {
    padding: 10px;
}
.offers-carousel .footer:after,
.offers-carousel .footer:before {
    content: " ";
    display: table;
}
.offers-carousel .footer:after {
    clear: both;
    content: " ";
    display: table;
}
.offers-carousel .footer:before {
    content: " ";
    display: table;
}
.offers-carousel .footer:after {
    clear: both;
}
.offers-carousel .carousel-content {
    position: relative;
}
.offers-carousel .arrow-labels {
    position: absolute;
    right: 0;
    top: 0;
}
.offers-carousel .arrow-labels .arrow-label {
    height: 62.5px;
    width: 180px;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    display: block;
    line-height: 1.4;
}
.offers-carousel .arrow-labels .arrow-label-current {
    height: 62.5px;
    width: 180px;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    display: block;
    line-height: 1.4;
}
.offers-carousel .arrow-labels .arrow-label-current.active {
    background-color: #ef4323;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.offers-carousel .arrow-labels .arrow-label.active {
    background-color: #ef4323;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.offers-carousel .arrow-labels .arrow-label-current.active:after,
.offers-carousel .arrow-labels .arrow-label.active:after {
    right: 100%;
    top: 50%;
    border: 31.25px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-right-color: #ef4323;
    margin-top: -31.25px;
}
.offers-carousel .arrow-labels .arrow-label-current:hover,
.offers-carousel .arrow-labels .arrow-label:hover {
    text-decoration: none;
}

.giftcard-snippet {
    position: relative;
    padding: 5px;
    display: block;
    border: 1px solid transparent;
}

label.giftcard-snippet {
    cursor: pointer !important;
}

.giftcard-snippet.insufficient-funds,
.giftcard-snippet.out-of-stock {
    cursor: not-allowed !important;
}
.giftcard-snippet.insufficient-funds *,
.giftcard-snippet.out-of-stock * {
    cursor: not-allowed !important;
}

.giftcard-snippet .giftcard-name {
    text-align: center;
    display: block;
    overflow: hidden;
}

.giftcard-snippet .giftcard-card-image {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.giftcard-snippet .giftcard-card-image img {
    margin-left: auto;
    margin-right: auto;
}

.giftcard-snippet.select-card-value .giftcard-card-image {
    padding-top: 20px;
}

.giftcard-snippet .giftcard-radio-select {
    text-align: center;
    opacity: 0.01;
    filter: alpha(opacity=1);
    height: 1px;
}

.giftcard-snippet .giftcard-costs {
    margin-top: 10px;
    text-align: center;
}
.giftcard-snippet .giftcard-costs > span {
    display: block;
    text-align: center;
    font-weight: 300;
}
.giftcard-snippet .giftcard-costs .giftcard-costs-in-ippies {
    color: #056bab;
    font-size: 13px;
    margin-bottom: 20px;
}

a.giftcard-snippet {
    text-decoration: none;
}
a.giftcard-snippet:active,
a.giftcard-snippet:focus,
a.giftcard-snippet:hover {
    text-decoration: none;
}

label.giftcard-snippet {
    text-decoration: none;
}
label.giftcard-snippet:active,
label.giftcard-snippet:focus,
label.giftcard-snippet:hover {
    text-decoration: none;
}

.giftcard-snippet.bordered {
    border-color: #dadada;
    border-radius: 3px;
}

.giftcard-snippet.selected {
    border-color: #ef4323;
    border-radius: 3px;
}

.giftcard-snippet.insufficient-funds .giftcard-card-image,
.giftcard-snippet.insufficient-funds .giftcard-costs,
.giftcard-snippet.insufficient-funds .giftcard-name {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.giftcard-snippet.out-of-stock .giftcard-card-image,
.giftcard-snippet.out-of-stock .giftcard-costs,
.giftcard-snippet.out-of-stock .giftcard-name {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.company-brand-snippet {
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}
.company-brand-snippet > .brand {
    vertical-align: middle;
    border-radius: 3px;
}
.company-brand-snippet > .brand > img {
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}
.company-brand-snippet > .brand-flip {
    opacity: 0;
    position: absolute;
    right: 10px;
    left: 10px;
    padding: 10px 5px;
    color: #ef4323;
    letter-spacing: -1px;
    text-align: center;
}
.company-brand-snippet > .brand-flip .amount {
    font-size: 30px;
    line-height: 1;
}
.company-brand-snippet.flip-on-hover:focus > .brand,
.company-brand-snippet.flip-on-hover:hover > .brand {
    opacity: 0;
}
.company-brand-snippet.flip-on-hover:focus > .brand-flip,
.company-brand-snippet.flip-on-hover:hover > .brand-flip {
    opacity: 1;
}
.company-brand-snippet.shown-forced > .brand {
    opacity: 0;
}
.company-brand-snippet.shown-forced > .brand-flip {
    opacity: 1;
}

.photo-strip {
    background-color: #eee;
    padding-top: 0;
    padding-bottom: 0;
}

.photo-strip-snippet {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.photo-strip-snippet > img {
    width: 100%;
}
.photo-strip-snippet > h5 {
    text-align: center;
    margin: 0;
    height: 50px;
    width: 100%;
    padding: 10px;
    line-height: 1;
    position: absolute;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
}
.photo-strip-snippet > h5 .photo-strip-snippet-text {
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 768px) {
    .photo-strip .quadruplets .quadruplet {
        padding-top: 0;
        padding-bottom: 0;
        bottom: auto;
    }
    .photo-strip .quadruplets .quadruplet.nth-child-odd h5,
    .photo-strip .quadruplets .quadruplet:nth-child(odd) h5 {
        top: -20px;
        right: 10px;
    }
    .photo-strip .quadruplets .quadruplet.nth-child-even h5,
    .photo-strip .quadruplets .quadruplet:nth-child(even) h5 {
        bottom: -20px;
        right: 10px;
    }
    .photo-strip-snippet {
        margin-bottom: 0;
    }
    .photo-strip-snippet > h5 {
        -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
        text-align: center;
        margin: 0;
        width: 110px;
        height: 110px;
        padding: 10px;
        border-radius: 50%;
        position: absolute;
        background-color: #a1dbf2;
        font-weight: 300;
        line-height: 1;
        z-index: 3;
    }
    .photo-strip-snippet > h5 .photo-strip-snippet-text {
        vertical-align: middle;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        display: inline-block;
    }
    html.lt-ie9 .photo-strip-snippet > h5 {
        background-color: transparent;
        background-size: 100% 100%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/web/circle-blue.png', sizingMethod='scale');
    }
}

@media (min-width: 768px) {
    .photo-strip .quadruplets .quadruplet h5 {
        font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    }
}

@media (min-width: 992px) {
    .photo-strip-snippet > h5 {
        width: 125px;
        height: 125px;
    }
    .photo-strip-snippet > h5 .photo-strip-snippet-text {
        font-size: 15px;
    }
}

@media (min-width: 1280px) {
    .photo-strip-snippet > h5 {
        width: 160px;
        height: 160px;
    }
    .photo-strip-snippet > h5 .photo-strip-snippet-text {
        font-size: 18px;
    }
}

.testimonial-snippet {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.testimonial-snippet .img-wrapper {
    position: relative;
}
.testimonial-snippet .img-wrapper > img {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 150px !important;
    height: auto;
}
.testimonial-snippet .img-wrapper .saved {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 30px;
    width: 100px;
    height: 100px;
    background-color: #35a7e2;
    color: #fff;
    padding: 25px 0 0;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-snippet .img-wrapper .saved > span.amount {
    font-size: 28px;
    white-space: nowrap;
    letter-spacing: -2px;
}
.testimonial-snippet > h4 {
    font-size: 20px;
    color: #ef4323;
    margin-top: 20px;
    margin-bottom: 20px;
}

.shop-snippet {
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    text-align: center;
}
.shop-snippet > h4,
.shop-snippet > h5 {
    margin-top: 3px;
    letter-spacing: -1px;
}
.shop-snippet > h4 {
    font-size: 20px;
    margin-bottom: 3px;
}
.shop-snippet > h5 {
    font-size: 16px;
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.shop-snippet .brand-outer {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.shop-snippet .brand-outer .brand-inner {
    vertical-align: middle;
    text-align: center;
}
.shop-snippet .brand-outer .brand-inner img {
    max-width: 100%;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.shop-offer-snippet {
    border: 1px solid #59595c;
}
.shop-offer-snippet + .shop-offer-snippet {
    margin-bottom: 16px;
}
.shop-offer-snippet .shop-offer-header {
    background: #999;
    padding: 10px;
}
.shop-offer-snippet .shop-offer-header .shop-offer-header-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.shop-offer-snippet
    .shop-offer-header
    .shop-offer-header-wrapper
    .shop-offer-title {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.shop-offer-snippet
    .shop-offer-header
    .shop-offer-header-wrapper
    .shop-offer-title
    h3 {
    color: #404040;
    margin-bottom: 0;
    margin-top: 5px;
}
.shop-offer-snippet
    .shop-offer-header
    .shop-offer-header-wrapper
    .shop-offer-button {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.shop-offer-snippet
    .shop-offer-header
    .shop-offer-header-wrapper
    .shop-offer-button
    .btn
    i {
    padding-right: 5px;
}
.shop-offer-snippet .shop-offer-middle .shop-offer-middle-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-outer {
    display: table;
    width: 100%;
    height: 200px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-outer
    .shop-offer-inner {
    vertical-align: middle;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-outer
    .shop-offer-inner
    img {
    margin-left: auto;
    margin-right: auto;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-time {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    text-align: center;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-time
    .shop-offer-time-icon {
    font-size: 80px;
    color: #a1dbf2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-time
    .shop-offer-time-info {
    display: none;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img
    .shop-offer-time
    .shop-offer-time-info
    p {
    font-size: 16px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img:hover
    .shop-offer-time {
    background: rgba(255, 255, 255, 0.8);
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-img-wrapper
    .shop-offer-img:hover
    .shop-offer-time-info {
    display: block;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-ippies {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-ippies
    span {
    display: block;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-ippies
    span.shop-offer-ippies-amount {
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #ef4323;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-size: 36px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-ippies
    span.shop-offer-ippies-amount
    .small,
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-ippies
    span.shop-offer-ippies-amount
    small {
    font-weight: 300;
    line-height: 1;
    color: #666;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-ippies
    span.shop-offer-ippies-amount
    .small,
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-ippies
    span.shop-offer-ippies-amount
    small {
    font-size: 65%;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-company {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-company
    .shop-offer-company-outer {
    width: 100%;
    height: 100px;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-company
    .shop-offer-company-outer
    .shop-offer-company-inner {
    vertical-align: middle;
}
.shop-offer-snippet
    .shop-offer-middle
    .shop-offer-middle-wrapper
    .shop-offer-description
    .shop-offer-company
    .shop-offer-company-outer
    .shop-offer-company-inner
    img {
    margin-left: auto;
    margin-right: auto;
}
.shop-offer-snippet .shop-offer-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
}
.shop-offer-snippet
    .shop-offer-footer
    .shop-offer-footer-wrapper
    .shop-offer-product-description
    .shop-offer-product-description-button {
    text-align: center;
    margin: 20px 0;
}
.shop-offer-snippet.carousel-snippet
    .shop-offer-header-wrapper
    .shop-offer-title {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.shop-offer-snippet.carousel-snippet
    .shop-offer-header-wrapper
    .shop-offer-title
    h3 {
    color: #ef4323;
}
.shop-offer-snippet.carousel-snippet .shop-offer-footer {
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .shop-offer-snippet
        .shop-offer-header
        .shop-offer-header-wrapper
        .shop-offer-title {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width: 768px) {
    .shop-offer-snippet
        .shop-offer-header
        .shop-offer-header-wrapper
        .shop-offer-button {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width: 768px) {
    .shop-offer-snippet
        .shop-offer-middle
        .shop-offer-middle-wrapper
        .shop-offer-img-wrapper {
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .shop-offer-snippet
        .shop-offer-middle
        .shop-offer-middle-wrapper
        .shop-offer-description {
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .shop-offer-snippet
        .shop-offer-middle
        .shop-offer-middle-wrapper
        .shop-offer-description
        .shop-offer-ippies {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .shop-offer-snippet
        .shop-offer-middle
        .shop-offer-middle-wrapper
        .shop-offer-description
        .shop-offer-company {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .shop-offer-snippet.carousel-snippet
        .shop-offer-header-wrapper
        .shop-offer-title {
        float: left;
        width: 100%;
    }
}

.review-snippet {
    border: 0;
    background-color: #fff;
}
.review-snippet .review-header {
    padding: 10px;
}
.review-snippet .review-header .review-header-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.review-snippet .review-header .review-header-wrapper .review-title {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.review-snippet .review-header .review-header-wrapper .review-title h3 {
    color: #a1dbf2;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 20px;
}
.review-snippet .review-header .review-header-wrapper .review-title .stars {
    font-size: small;
    vertical-align: middle;
    margin-left: 10px;
}
.review-snippet .review-middle {
    padding: 10px;
}
.review-snippet .review-middle .review-middle-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.review-snippet .review-middle .review-middle-wrapper .review-items {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.review-snippet .review-middle .review-middle-wrapper .review-items .review {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.review-snippet
    .review-middle
    .review-middle-wrapper
    .review-items
    .review
    .review-rate {
    color: #ef4323;
}
.review-snippet .review-links {
    text-align: right;
}
.review-snippet .review-links a {
    display: inline-block;
    padding: 5px 10px;
}

@media (min-width: 768px) {
    .review-snippet .review-header .review-header-wrapper .review-title {
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .review-snippet .review-middle .review-middle-wrapper .review-items {
        float: left;
        width: 100%;
    }
}

.spend-snippet {
    position: relative;
    display: block;
}
.spend-snippet > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.spend-snippet > h5 {
    text-align: center;
    margin: 0 !important;
    -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.65);
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.65);
    width: 110px;
    height: 110px;
    top: 10px;
    right: 10px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: #056bab;
    font-weight: 300;
    line-height: 1;
}
.spend-snippet > h5 > span {
    font-size: 20px;
    font-weight: 300;
}
.spend-snippet > h5.bigger {
    width: 140px;
    height: 140px;
}
.spend-snippet > h5.bigger > span {
    font-size: 19px;
    font-weight: 300;
}
.spend-snippet > h5 > span {
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    display: inline-block;
    max-width: 95%;
}
.spend-snippet .caption {
    color: #ef4323;
    padding: 20px 10px;
}
.spend-snippet .caption > h4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
}
.spend-snippet.bordered {
    border: 1px solid #d1d1d4;
}
.spend-snippet:focus,
.spend-snippet:hover {
    text-decoration: none;
}

.box-snippet {
    position: relative;
    color: #404040;
}
.box-snippet .box-header {
    position: relative;
    margin-top: -5px;
}
.box-snippet .box-header:after,
.box-snippet .box-header:before {
    content: " ";
    display: table;
}
.box-snippet .box-header:after {
    clear: both;
    content: " ";
    display: table;
}
.box-snippet .box-header:before {
    content: " ";
    display: table;
}
.box-snippet .box-header:after {
    clear: both;
}
.box-snippet .box-title {
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 10px;
    color: #ef4323;
}
.box-snippet .box-title .fa-rounded {
    float: right;
    margin-top: -7px;
}
.box-snippet .box-visual {
    z-index: 1;
    position: relative;
}
.box-snippet .box-content {
    z-index: 2;
    position: relative;
    border-radius: 5px;
    margin-top: -5px;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.box-snippet.rounded-corners {
    border-radius: 3px;
}
.box-snippet.shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.simple-link-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.poll-snippet h5.question {
    font-weight: normal;
    margin-bottom: 5px;
    color: #404040;
}

.poll-snippet .button-wrapper {
    text-align: center;
    margin-top: 15px;
}

.text-banners {
    background-color: #fff;
    padding: 0 20px;
}
.text-banners .box-row {
    display: block;
    padding: 20px 0 20px 30%;
    color: #404040;
}
.text-banners .box-row + .box-row {
    border-top: 1px dashed #ddd;
}
.text-banners .box-row:hover {
    color: #056bab;
    text-decoration: none;
}
.text-banners .box-row span {
    display: block;
}
.text-banners .box-row span.title {
    font-size: larger;
}

.tell-a-friend-snippet {
    border-radius: 3px;
    background-color: #35a7e2;
    padding: 15px;
    -webkit-transition: background-color 0.09s linear;
    -o-transition: background-color 0.09s linear;
    transition: background-color 0.09s linear;
}
.tell-a-friend-snippet h3 {
    font-size: 27px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.tell-a-friend-snippet p {
    color: #fff;
}
.tell-a-friend-snippet p:last-child {
    margin-bottom: 0;
}
.tell-a-friend-snippet:focus,
.tell-a-friend-snippet:hover {
    text-decoration: none;
    background-color: #056bab;
}

.webshop-grid-snippet {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.webshop-grid-snippet.preferred {
    background-color: #f5f5f5;
}
.webshop-grid-snippet .webshop-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    color: #ef4323;
}
.webshop-grid-snippet .webshop-logo {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.webshop-grid-snippet .webshop-logo img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.webshop-grid-snippet .amount-of-ippies {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.1;
    height: 30px;
    overflow: hidden;
    color: #404040;
}

.tool-snippet {
    background-color: #eee;
    padding: 10px 10px 20px;
    margin-bottom: 20px;
}
.tool-snippet h3 {
    color: #404040;
    margin: 0 0 10px;
}
.tool-snippet .button-wrapper {
    text-align: center;
}
.tool-snippet .button-wrapper a.btn {
    max-width: 100%;
}

@media (min-width: 768px) {
    .webshop-grid-snippet .webshop-name {
        font-size: 20px;
    }
    .webshop-grid-snippet .amount-of-ippies {
        height: 36px;
        font-size: 16px;
        color: #ef4323;
    }
}

.webshop-grid-snippet-healthcare-logo {
    background-color: #fff;
    border-radius: 4px;
}

.webshop-grid-snippet-healthcare-exclamation {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.webshop-grid-snippet-benefit {
    background-color: #ef4323;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 20px;
    padding: 5px 10px 5px 15px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.webshop-grid-snippet-benefit strong {
    text-transform: uppercase;
    text-shadow: none;
    color: #404040;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
}

.webshop-grid-snippet-healthcare-desc {
    text-align: left !important;
    min-height: 50px;
    overflow: hidden;
}

.webshop-grid-snippet-healthcare-exclamation {
    text-align: left !important;
    height: 60px;
    overflow: hidden;
}
.webshop-grid-snippet-healthcare-exclamation .fa {
    color: #cc3232;
}
.webshop-grid-snippet-healthcare-exclamation strong {
    text-transform: uppercase;
    color: #cc3232;
}

.webshop-grid-snippet-healthcare-metadata {
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.webshop-grid-snippet-healthcare-desc {
    color: #777;
    margin-bottom: 15px;
}

.webshop-grid-snippet-healthcare-ippies {
    font-size: 26px !important;
}

.list-minimal {
    padding-left: 0;
    list-style: none;
    padding: 10px 10px 10px 25px;
    background-color: #fff;
    margin-bottom: 20px;
}
.list-minimal > li {
    position: relative;
}
.list-minimal > li:after,
.list-minimal > li:before {
    content: " ";
    display: table;
}
.list-minimal > li:after {
    clear: both;
    content: " ";
    display: table;
}
.list-minimal > li:before {
    content: " ";
    display: table;
}
.list-minimal > li:after {
    clear: both;
}
.list-minimal > li :before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #a1dbf2;
    position: absolute;
    left: -15px;
    top: 3px;
}
.list-minimal > li > a {
    color: #404040;
    line-height: 30px;
    text-decoration: none;
}
.list-minimal > li > a:focus,
.list-minimal > li > a:hover {
    color: #056bab !important;
}
.list-minimal > li > a > i {
    color: #c2e8f5;
}

#title-bar {
    background-color: #e0f4fa;
    position: relative;
    overflow: hidden;
}
#title-bar h1 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ef4323;
    text-align: center;
}
#title-bar h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ef4323;
    text-align: center;
    letter-spacing: -1px;
}
#title-bar.title-bar-home-visitor .page-intro {
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
#title-bar.title-bar-home-visitor .page-intro .introduction-content {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
#title-bar.title-bar-home-visitor .page-intro .introduction-content h1 {
    text-align: left;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1.3;
    color: #ef4323;
}
#title-bar.title-bar-home-visitor .page-intro .introduction-content p {
    margin-bottom: 20px;
    color: #000;
}
#title-bar.title-bar-home-visitor .page-intro .introduction-content .btn {
    margin-bottom: 15px;
}
#title-bar.title-bar-home-visitor .page-intro .player-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    top: -40px;
}
#title-bar.title-bar-home-visitor
    .page-intro
    .player-wrapper
    .player-wrapper-content {
    height: 408px;
    padding-top: 111px;
    background-image: url(../images/web/ippiggie-home-header.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
#title-bar.title-bar-home-visitor .page-intro .player-wrapper .play-button {
    display: block;
    border-radius: 50%;
    background-color: #ef4323;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    padding: 6px 7px 5px 12px;
    text-align: center;
    border: 5px solid #fff;
    border-color: rgba(255, 255, 255, 0.5);
}
#title-bar.title-bar-home-visitor .page-intro .player-wrapper .play-button > i {
    margin-left: 0.05em;
    color: #fff;
    font-size: 50px;
}
#title-bar.title-bar-mijn-ippies .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
#title-bar.title-bar-daily-deals .container,
#title-bar.title-bar-discount-codes .container {
    background-image: url(../images/web/ippiggie-daily-deals-title-bar.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 165px;
}
#title-bar.title-bar-daily-deals .container .title-outer,
#title-bar.title-bar-discount-codes .container .title-outer {
    width: 550px;
    height: 165px;
    float: right;
}
#title-bar.title-bar-daily-deals .container .title-outer .title-inner,
#title-bar.title-bar-discount-codes .container .title-outer .title-inner {
    vertical-align: middle;
}
#title-bar.title-bar-daily-deals .container .title-outer .title-inner h1,
#title-bar.title-bar-discount-codes .container .title-outer .title-inner h1 {
    font-size: 60px;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 0;
}
#title-bar.title-bar-daily-deals .container .title-outer .title-inner h2,
#title-bar.title-bar-discount-codes .container .title-outer .title-inner h2 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 28px;
    text-align: right;
}
#title-bar.title-bar-spend .container {
    background-image: url(../images/web/ippiggie-spend-title-bar.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 165px;
}
#title-bar.title-bar-spend .container .title-outer {
    width: 350px;
    height: 165px;
    float: right;
}
#title-bar.title-bar-spend .container .title-outer .title-inner {
    vertical-align: middle;
}
#title-bar.title-bar-spend .container .title-outer .title-inner h1 {
    font-size: 60px;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 0;
}
#title-bar.title-bar-spend .container .title-outer .title-inner h2 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 30px;
    text-align: right;
}
#title-bar.title-bar-panel .container {
    background-image: url(../images/web/title-bar-panel.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 165px;
}
#title-bar.title-bar-panel .container h1 {
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 70px;
    margin-left: 340px;
    line-height: 1.1;
    text-align: left;
}

@media (min-width: 768px) {
    #title-bar.title-bar-home-visitor .page-intro {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .title-bar-home-visitor #container-video-infographic {
        position: relative;
        min-height: 350px;
        max-height: 350px;
    }
}

@media (max-width: 479px) {
    #title-bar.title-bar-home-visitor .page-intro .introduction-content h1 em {
        font-style: normal;
    }
}

@media (min-width: 768px) {
    #title-bar.title-bar-home-visitor .page-intro .introduction-content h1 {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    #title-bar.title-bar-home-visitor .page-intro .introduction-content p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #title-bar.title-bar-home-visitor .page-intro .introduction-content p {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #title-bar.title-bar-home-visitor .page-intro {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #title-bar.title-bar-home-visitor .page-intro {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        background-image: none;
    }
    #title-bar.title-bar-home-visitor .page-intro .introduction-content h1 {
        text-align: center;
    }
}

@media (min-width: 768px) {
    #title-bar h1 {
        margin-top: 15px;
        margin-bottom: 15px;
        letter-spacing: -1px;
        font-size: 38px;
        font-weight: 300;
    }
}

#push-msg {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 15px;
    background-color: #35a7e2;
    color: #fff;
}
#push-msg p:last-child {
    margin-bottom: 0;
}
#push-msg a {
    text-decoration: underline;
    color: #fff;
}
#push-msg a:focus,
#push-msg a:hover {
    color: #fff;
}
#push-msg.msg-primary {
    background-color: #ef4323;
    color: #fff;
}
#push-msg.msg-primary a {
    color: #fff;
}
#push-msg.msg-primary a:focus,
#push-msg.msg-primary a:hover {
    color: #fff;
}
#push-msg.msg-success {
    background-color: #44cc32;
    color: #fff;
}
#push-msg.msg-success a {
    color: #fff;
}
#push-msg.msg-success a:focus,
#push-msg.msg-success a:hover {
    color: #fefffe;
}
#push-msg.msg-info {
    background-color: #85b2dd;
    color: #fff;
}
#push-msg.msg-info a {
    color: #fff;
}
#push-msg.msg-info a:focus,
#push-msg.msg-info a:hover {
    color: #fff;
}
#push-msg.msg-warning {
    background-color: #ecad14;
    color: #fff;
}
#push-msg.msg-warning a {
    color: #fff;
}
#push-msg.msg-warning a:focus,
#push-msg.msg-warning a:hover {
    color: #fff;
}
#push-msg.msg-danger {
    background-color: #cc3232;
    color: #fff;
}
#push-msg.msg-danger a {
    color: #fff;
}
#push-msg.msg-danger a:focus,
#push-msg.msg-danger a:hover {
    color: #fffefe;
}

#modal-first-appearance .modal-header {
    padding: 40px;
    border-bottom: 0;
    text-align: center;
}
#modal-first-appearance .modal-header h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}
#modal-first-appearance .modal-header img.piggie {
    margin-left: -25px;
    margin-bottom: -40px;
}
#modal-first-appearance .modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    right: 10px;
    font-size: 60px;
    color: #ef4323;
    position: absolute;
    font-weight: 300;
}
#modal-first-appearance .modal-header .close:focus,
#modal-first-appearance .modal-header .close:hover {
    color: #cc3232;
}

#modal-first-appearance .modal-body {
    padding: 0 40px;
    font-size: 16px;
    text-align: center;
}

#modal-first-appearance .modal-footer {
    padding: 40px 100px;
    text-align: center;
    border-top: 0;
}

@media (max-width: 767px) {
    #modal-first-appearance .modal-content.gradient .modal-header {
        padding: 20px;
    }
    #modal-first-appearance .modal-content.gradient .modal-header .modal-title {
        font-size: 26px;
        line-height: 1.3;
    }
    #modal-first-appearance .modal-content.gradient .modal-header img.piggie {
        display: none;
    }
    #modal-first-appearance .modal-content.gradient .postlaunch-checklist {
        display: none;
    }
    #modal-first-appearance
        .modal-content.gradient
        #close-and-open-ippies-assistant-modal {
        white-space: normal;
    }
    #modal-first-appearance .modal-header {
        padding: 40px 20px 20px;
    }
    #modal-first-appearance .modal-header h4 {
        line-height: 1.3;
        font-size: 26px;
    }
    #modal-first-appearance .modal-footer {
        padding: 20px;
    }
}

#modal-ippies-assistant .modal-header {
    padding: 10px 20px 20px;
    border-bottom: 0;
    text-align: center;
}
#modal-ippies-assistant .modal-header h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
#modal-ippies-assistant .modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 10px;
    right: 20px;
    font-size: 37px;
    color: #ef4323;
    position: absolute;
    font-weight: 300;
}
#modal-ippies-assistant .modal-header .close:focus,
#modal-ippies-assistant .modal-header .close:hover {
    color: #cc3232;
}

#modal-ippies-assistant .modal-body {
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
}

#modal-ippies-assistant .modal-footer {
    padding: 20px;
    text-align: center;
    border-top: 0;
}

#ippies-assistant-carousel .owl-controls .owl-buttons div {
    margin-top: -68px;
}

#ippies-assistant-carousel .item .image-wrapper {
    padding: 5px;
}
#ippies-assistant-carousel .item .image-wrapper img {
    display: block;
}

#ippies-assistant-carousel .item .item-caption {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    position: relative;
}
#ippies-assistant-carousel .item .item-caption h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #ef4323;
    font-size: 20px;
}
#ippies-assistant-carousel .item .item-caption p {
    font-size: 16px;
}
#ippies-assistant-carousel .item .item-caption p:last-child {
    margin-bottom: 0;
}

#start-up-page-modal .browser-type-wrapper {
    padding: 5px;
}
#start-up-page-modal .browser-type-wrapper .browser-type {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 0;
    text-align: left;
}
#start-up-page-modal .browser-type-wrapper .browser-type img {
    padding: 10px;
    display: block;
    height: 50px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #f5f5f5;
    border-right: 1px solid #ddd;
    float: left;
}
#start-up-page-modal .browser-type-wrapper .browser-type span {
    font-size: 24px;
    padding-left: 10px;
    display: inline-block;
    padding-top: 7px;
}
#start-up-page-modal .browser-type-wrapper .browser-type:active,
#start-up-page-modal .browser-type-wrapper .browser-type:focus,
#start-up-page-modal .browser-type-wrapper .browser-type:hover {
    border-color: #ccc;
    background-color: #f5f5f5;
    color: #404040;
    text-decoration: none;
}
#start-up-page-modal .browser-type-wrapper .browser-type:active img,
#start-up-page-modal .browser-type-wrapper .browser-type:focus img,
#start-up-page-modal .browser-type-wrapper .browser-type:hover img {
    background-color: #eee;
    border-color: #ccc;
}
#start-up-page-modal .browser-type-wrapper .browser-type:active span,
#start-up-page-modal .browser-type-wrapper .browser-type:focus span,
#start-up-page-modal .browser-type-wrapper .browser-type:hover span {
    color: #404040;
}
#start-up-page-modal .browser-type-wrapper.active > .browser-type {
    border-color: #1fb6e9;
    background-color: #65cdf0;
    color: #fff;
    text-decoration: none;
}
#start-up-page-modal .browser-type-wrapper.active > .browser-type:active,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:focus,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:hover {
    border-color: #1fb6e9;
    background-color: #65cdf0;
    color: #fff;
    text-decoration: none;
}
#start-up-page-modal .browser-type-wrapper.active > .browser-type img,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:active img,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:focus img,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:hover img {
    border-color: #1fb6e9;
    background-color: #c2e8f5;
}
#start-up-page-modal .browser-type-wrapper.active > .browser-type span,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:active span,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:focus span,
#start-up-page-modal .browser-type-wrapper.active > .browser-type:hover span {
    color: #fff;
}

#cookie-alert-modal .modal-header {
    padding: 30px 20px 0;
    border-bottom: 0;
    min-height: auto;
}
#cookie-alert-modal .modal-header .modal-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: -1px;
}

#cookie-alert-modal .modal-body {
    padding: 0 20px;
}
#cookie-alert-modal .modal-body p {
    font-size: 18px;
    color: #6a6a6a;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
#cookie-alert-modal .modal-body p:last-child {
    margin-bottom: 0;
}

#cookie-alert-modal .modal-footer {
    padding: 10px;
    border: 0;
    background-color: #f2f2f2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#cookie-alert-modal .modal-footer .btn {
    font-size: 17px;
    z-index: 2;
}
#cookie-alert-modal .modal-footer button.more {
    display: none;
}

#cookie-alert-modal img.piggie {
    margin-top: -30px;
    vertical-align: top;
    float: right;
    display: inline-block;
}

#cookie-alert-modal img.cookie-jar {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
}

#cookie-alert-bar {
    width: 100%;
    z-index: 1150;
    height: 37px;
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #222;
    color: #fff;
    background: #444 url(http://subtlepatterns.com/patterns/debut_dark.png);
    line-height: 1.1;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
#cookie-alert-bar .more-about-our-cookies {
    font-size: 14px;
    text-decoration: none;
}

@media (min-width: 768px) {
    #cookie-alert-modal {
        display: none !important;
    }
    #cookie-alert-bar {
        display: block !important;
    }
    body.has-cookies-accepted {
        padding-top: 0;
    }
}

.bootbox.check-user-email .form-group.error input {
    border-color: #cc3232;
}

.bootbox.check-user-email .form-group.error .help-block {
    color: #cc3232;
}

.form-control.error {
    border-color: #cc3232;
}

#cookie-alert-modal {
    top: auto;
}
#cookie-alert-modal .modal-dialog {
    bottom: 0;
    top: auto;
}
#cookie-alert-modal .modal-header {
    display: none;
}
#cookie-alert-modal .modal-body {
    display: none;
    padding-top: 20px;
}
#cookie-alert-modal .modal-body p {
    font-size: 14px;
}
#cookie-alert-modal .modal-body p:last-child {
    margin-bottom: 20px;
}
#cookie-alert-modal .modal-footer {
    position: relative;
    text-align: center;
}
#cookie-alert-modal .modal-footer button.more {
    display: inline-block;
    position: absolute;
    right: 15px;
}
#cookie-alert-modal img.cookie-jar,
#cookie-alert-modal img.piggie {
    display: none;
}

body.has-cookies-accepted #cookie-alert-modal,
body.has-cookies-accepted #cookie-alert-bar {
    display: none !important;
}

#top-bar {
    background-color: #ef4323;
    height: 57px;
}

@media (min-width: 1280px) {
    #top-bar {
        height: 57px;
    }
}

ul#user-dock {
    padding-left: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
}
ul#user-dock > li {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    display: block;
}
ul#user-dock > li.log-me-in {
    padding-left: 0;
}
ul#user-dock > li:last-child {
    padding-right: 0;
}
ul#user-dock > li .caret {
    margin-left: 5px;
}
@media (max-width: 767px) {
    ul#user-dock {
        position: absolute;
        width: 340px;
    }
}
@media (max-width: 480px) {
    ul#user-dock {
        position: absolute;
        width: 220px;
    }
}

#top-bar .slogan {
    display: none;
    color: #fff;
    font-size: 22px;
    height: 57px;
    line-height: 57px;
    padding: 0;
    margin-right: 10px;
}

@media (min-width: 992px) {
    #top-bar .slogan {
        display: block;
    }
}

#login-dropdown {
    padding: 10px;
    background-color: #fff;
}
#login-dropdown form {
    margin-left: 0;
    margin-bottom: 0;
}
#login-dropdown .form-group > label {
    display: none;
}
#login-dropdown .social-media-login {
    margin-top: 10px;
}
#login-dropdown .social-media-login > span {
    display: block;
    text-align: center;
    font-size: 11px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    #login-dropdown-menu {
        min-width: 300px;
    }
    #login-dropdown {
        min-width: 300px;
    }
    #login-dropdown .form-group,
    #login-dropdown .forget-password-wrapper {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #login-dropdown {
        margin-top: -4px;
        padding: 15px;
        position: relative;
        min-width: 300px;
    }
    #login-dropdown form {
        margin-left: 0;
    }
    #login-dropdown .form-group > label {
        display: none;
    }
    #login-dropdown .social-media-login {
        margin-top: 10px;
    }
    #login-dropdown .social-media-login > span {
        display: block;
        text-align: center;
        font-size: 11px;
        margin-bottom: 5px;
    }
}
#login-dropdown .social-media-login .btn.btn-3d {
    padding: 7px 8px;
}

.is-logged-in.open > .btn {
    position: relative;
    z-index: 1010;
}

@media (max-width: 767px) {
    #user-dropdown-menu {
        margin-right: -10px;
    }
}

@media (min-width: 768px) {
    #user-dropdown-menu {
        margin-top: -10px;
        width: 100%;
    }
    #user-dropdown-menu > li > a,
    #user-dropdown-menu > li > span {
        font-size: 14px;
    }
    #user-dock .is-logged-in > .btn,
    #user-dock .log-me-in > .btn,
    #user-dock .message-centre > .btn,
    #user-dock .register-now > .btn {
        margin-top: 7px;
        margin-bottom: 7px;
        padding: 10px 20px;
    }
    #user-dock .log-me-in > .btn-link {
        color: #fff;
    }
    #user-dock .log-me-in > .btn-link:focus,
    #user-dock .log-me-in > .btn-link:hover {
        color: #fff;
        text-decoration: none;
    }
}

@media (min-width: 1280px) {
    #user-dock .is-logged-in > .btn,
    #user-dock .log-me-in > .btn,
    #user-dock .message-centre > .btn,
    #user-dock .register-now > .btn {
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #top-bar {
        background-color: transparent;
        z-index: 1000;
        top: -58px;
        right: 0;
        position: absolute;
    }
    #top-bar .user-dock-toggle {
        z-index: 1000;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 10px 0 10px;
        height: 58px;
        background-color: #e1550e;
        border-color: #e1550e;
        border-radius: 0;
        margin-right: -10px;
        width: 250px;
        max-width: 100%;
        text-align: left;
    }
    #top-bar .user-dock-toggle:after,
    #top-bar .user-dock-toggle:before {
        content: " ";
        display: table;
    }
    #top-bar .user-dock-toggle:after {
        clear: both;
        content: " ";
        display: table;
    }
    #top-bar .user-dock-toggle:before {
        content: " ";
        display: table;
    }
    #top-bar .user-dock-toggle:after {
        clear: both;
    }
    #top-bar .user-dock-toggle img {
        float: right;
        display: block;
        margin-top: 1px;
    }
    #top-bar .user-dock-toggle h5 {
        color: #fff;
        display: inline-block;
        font-size: 17px;
        margin-top: 0;
        margin-bottom: 0;
        white-space: nowrap;
        width: 16em;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: text-top;
        line-height: 1.2;
    }
    #top-bar .user-dock-toggle h5 > span {
        color: #fff;
        text-align: left;
        display: inline-block;
        font-size: 13px;
    }
}
@media (max-width: 767px) and (max-width: 480px) {
    #top-bar .user-dock-toggle h5 {
        width: 10em;
    }
}

@media (max-width: 767px) {
    #top-bar .user-dock-toggle .fa {
        color: #fff;
    }
    #top-bar .user-dock-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
    }
    #top-bar .user-dock-toggle:focus,
    #top-bar .user-dock-toggle:hover {
        background-color: #e96421;
        border-color: #e96421;
    }
    #top-bar .user-dock-toggle:focus .fa,
    #top-bar .user-dock-toggle:hover .fa {
        color: #fff;
    }
    #top-bar .user-dock-toggle:focus .icon-bar,
    #top-bar .user-dock-toggle:hover .icon-bar {
        background-color: #fff;
    }
    #user-dock {
        z-index: 1000;
        right: 10px;
        top: 58px;
        position: absolute;
    }
    #user-dock .is-logged-in > .btn,
    #user-dock .log-me-in > .btn,
    #user-dock .message-centre > .btn,
    #user-dock .register-now > .btn {
        display: none;
        padding-right: 0;
    }
}

a.collapse-categories {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
a.collapse-categories .caret {
    margin-left: 5px;
}

.search-bar .categories ul {
    list-style: none;
    padding: 0;
}
.search-bar .categories ul a {
    color: #404040;
}
.search-bar .categories ul a:hover {
    color: #056bab;
}

.seo-box {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    color: #999;
    font-size: 14px;
}

#header {
    position: relative;
    background-color: #c2e8f5;
}
#header.simple #navigation .navbar-header {
    float: none;
}
#header.simple #navigation .navbar-brand {
    left: 50%;
    margin-left: -76px;
}

ul.unstyled {
    padding-left: 0;
    list-style: none;
}
ul.unstyled.blocks-half li {
    display: inline-block;
    width: 49%;
}

.navbar-toggle {
    border-color: #ccc;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #404040;
}

#navigation {
    border: 0;
    min-height: 1px;
    margin-bottom: 0;
    z-index: 1;
}
#navigation .navbar-brand :focus,
#navigation .navbar-brand:hover {
    text-decoration: none;
}
#navigation .navbar-nav {
    font-size: 16px;
}
#navigation .navbar-nav.navbar-right > li {
    padding-right: 0;
    margin-right: 0;
}
#navigation .navbar-nav > li > a {
    font-size: 16px;
    color: #ef4323;
}
#navigation .navbar-nav > li > a:focus,
#navigation .navbar-nav > li > a:hover {
    color: #056bab;
    background-color: transparent;
}
#navigation .navbar-nav > .active > a {
    color: #fff;
    background-color: #ef4323;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -ms-border-bottom-right-radius: 7px;
    -ms-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#navigation .navbar-nav > .active > a:focus,
#navigation .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #ef4323;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -ms-border-bottom-right-radius: 7px;
    -ms-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#navigation .navbar-nav > .disabled > a {
    color: #ccc;
    background-color: transparent;
}
#navigation .navbar-nav > .disabled > a:focus,
#navigation .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
#navigation .navbar-collapse,
#navigation .navbar-form {
    border-color: transparent;
}
#navigation .navbar-nav > .dropdown > .hover-area {
    height: 5px;
}
#navigation .navbar-nav > .open > a {
    background-color: #ef4323;
    color: #fff;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -ms-border-bottom-right-radius: 7px;
    -ms-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#navigation .navbar-nav > .open > a:focus,
#navigation .navbar-nav > .open > a:hover {
    background-color: #ef4323;
    color: #fff;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -ms-border-bottom-right-radius: 7px;
    -ms-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#navigation .navbar-nav > .open .dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}
#navigation .navbar-nav > .open .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1280px) {
    #navigation .navbar-nav > li > a {
        font-size: 17px;
        margin-right: 18px;
    }
}

@media (max-width: 767px) {
    #navigation .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent;
    }
    #navigation .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent;
    }
    #navigation .navbar-nav .open .dropdown-menu > li > a {
        color: #ef4323;
    }
    #navigation .navbar-nav .open .dropdown-menu > li > a:focus,
    #navigation .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #056bab;
        background-color: transparent;
    }
    #navigation .navbar-nav .open .dropdown-menu > .active > a {
        color: #fff;
        background-color: #ef4323;
    }
    #navigation .navbar-nav .open .dropdown-menu > .active > a:focus,
    #navigation .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #ef4323;
    }
    #navigation .navbar-nav .open .dropdown-menu > .disabled > a {
        color: #ccc;
        background-color: transparent;
    }
    #navigation .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    #navigation .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    #navigation .navbar-nav > .open {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
    #navigation .navbar-nav > .open:focus,
    #navigation .navbar-nav > .open:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
    #navigation .navbar-nav > .open > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
    #navigation .navbar-nav > .open > a:focus,
    #navigation .navbar-nav > .open > a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
    #navigation .navbar-nav > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
    #navigation .navbar-nav > li > a:focus,
    #navigation .navbar-nav > li > a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff;
    }
}

@media (min-width: 768px) {
    #navigation .navbar-nav > .dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    #navigation .navbar-nav > .dropdown:hover > a {
        background-color: #ef4323;
        color: #fff;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-right-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -ms-border-bottom-right-radius: 7px;
        -ms-border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }
    #navigation .navbar-nav > .dropdown:hover > a:focus,
    #navigation .navbar-nav > .dropdown:hover > a:hover {
        background-color: #ef4323;
        color: #fff;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-right-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -ms-border-bottom-right-radius: 7px;
        -ms-border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }
    #navigation .navbar-nav > .dropdown:hover .dropdown-menu {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    }
    #navigation .navbar-nav > .dropdown:hover .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#crumb-trail {
    position: relative;
    overflow: hidden;
    display: none;
}
#crumb-trail .breadcrumb {
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    color: #404040;
}
#crumb-trail .breadcrumb > li.active {
    color: #ef4323;
}
#crumb-trail .breadcrumb > li:first-child i {
    display: none;
}
#crumb-trail .breadcrumb > li i {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    margin-right: 5px;
}
#crumb-trail .breadcrumb > li + li:before {
    color: #404040;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#crumb-trail .breadcrumb > li > a {
    color: #404040;
}

@media (min-width: 768px) {
    #crumb-trail {
        display: block;
    }
}

#navigation .navbar-brand img#navbar-brand-color {
    display: block;
}

#navigation .navbar-brand img#navbar-brand-white {
    display: none;
}

@media (max-width: 767px) {
    #navigation {
        border: 0;
        min-height: 1px;
        margin-bottom: 0;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #ef4323;
    }
    #navigation .navbar-brand {
        float: none;
        padding: 0 0;
        height: auto;
    }
    #navigation .navbar-brand img {
        top: 7px;
        position: absolute;
        left: 50%;
        margin-left: -39px;
        height: 46px;
        width: 78px;
    }
    #navigation .navbar-brand img#navbar-brand-color {
        display: none;
    }
    #navigation .navbar {
        float: right;
        height: 58px;
    }
    #navigation .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-size: 18px;
    }
    #navigation .navbar-nav .open .dropdown-menu > li > a:focus,
    #navigation .navbar-nav .open .dropdown-menu > li > a:hover {
        text-decoration: underline;
        color: #fff;
    }
    #navigation .navbar-nav .open .dropdown-menu > li > a .caret {
        float: right;
        margin-top: 10px;
        border-width: 6px;
    }
    #navigation .navbar-nav > li > a {
        color: #fff;
        font-size: 18px;
    }
    #navigation .navbar-nav > li > a:focus,
    #navigation .navbar-nav > li > a:hover {
        text-decoration: underline;
        color: #fff;
    }
    #navigation .navbar-nav > li > a .caret {
        float: right;
        margin-top: 10px;
        border-width: 6px;
    }
    #navigation .navbar-nav > .open .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #d23416;
    }
    #navigation .navbar-nav > .open > a {
        background-color: #d23416;
    }
    #navigation .navbar-nav > .open > a:focus,
    #navigation .navbar-nav > .open > a:hover {
        background-color: #d23416;
    }
    #navigation .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 20px;
        height: 58px;
        background-color: #f27a3d;
        border-color: #f27a3d;
        float: left;
        border-radius: 0;
        margin-left: -10px;
    }
    #navigation .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
    }
    #navigation .navbar-toggle:focus,
    #navigation .navbar-toggle:hover {
        background-color: #f4854d;
        border-color: #f4854d;
    }
    #navigation .navbar-toggle:focus .icon-bar,
    #navigation .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    #navigation {
        height: 58px;
    }
    #navigation .navbar-brand {
        left: auto;
        margin-left: 0;
        float: left;
        padding: 0 0;
        top: -44px;
        height: 58px;
        position: relative;
        margin-right: 50px;
    }
    #navigation .navbar-brand :focus,
    #navigation .navbar-brand:hover {
        text-decoration: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #navigation {
        margin-left: -10px;
        margin-right: -10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        height: auto;
        margin-bottom: 10px;
    }
    #navigation .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #navigation .navbar-nav > li > a:focus,
    #navigation .navbar-nav > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }
    #navigation .navbar-brand {
        left: 10px;
        float: none;
        position: absolute;
        padding: 0;
        top: -48px;
        height: 38px;
    }
    #navigation .navbar-brand img {
        display: block;
        max-height: 38px;
        width: auto;
    }
    #navigation .navbar-brand img#navbar-brand-color {
        display: none;
    }
    #navigation .navbar-brand img#navbar-brand-white {
        display: block;
    }
    #navigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

#history-and-search {
    margin-top: 10px;
}
#history-and-search .search-bar {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #history-and-search .search-bar .form-group .form-control {
        border-color: transparent;
    }
}
@media (min-width: 768px) {
    #history-and-search .search-bar .form-group .form-control:not(:focus) {
        border-color: transparent;
    }
}
#history-and-search .search-bar .form-group .clear-search-input {
    position: absolute;
    top: 11px;
    right: 10px;
    color: #ccc;
    text-decoration: none;
}
#history-and-search .search-bar .form-group .button-wrapper .btn > .fa {
    line-height: 0.75em;
    margin-right: 5px;
}
#history-and-search .history-go-back {
    display: none;
}

@media (max-width: 767px) {
    .recent-history-wrapper {
        background-color: #ef4323;
    }
    .recent-history-list {
        display: none;
    }
    .recent-history-grid-row {
        display: block;
        margin: 0;
        padding: 5px;
    }
    .recent-history-grid-column {
        padding: 5px;
    }
    .recent-history-grid-column img {
        border-radius: 4px;
    }
    .recent-history-wrapper {
        margin-top: 10px;
    }
    .recent-history-wrapper > span {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        display: block;
    }
    #history-and-search .search-bar {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .recent-history-list {
        display: block;
    }
    .recent-history-grid-row {
        display: none;
    }
    #history-and-search {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
    }
    #history-and-search .search-bar {
        margin-bottom: 20px;
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #history-and-search
        .search-bar
        .form-group
        .control-wrapper
        .clear-search-input {
        display: none !important;
        position: absolute;
        top: 7px;
        right: 10px;
    }
    #history-and-search .search-bar .form-group .button-wrapper .btn > span {
        display: inline;
    }
    #history-and-search .history-go-back {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        padding-top: 6px;
    }
    #history-and-search .history-go-back .fa {
        margin-right: 10px;
    }
    #history-and-search .recent-history-wrapper {
        display: block;
        font-size: 16px;
    }
    #history-and-search .recent-history-wrapper ul {
        padding-left: 0;
        list-style: none;
        margin-left: -5px;
        margin-bottom: 0;
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
    }
    #history-and-search .recent-history-wrapper ul > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
    #history-and-search .recent-history-wrapper ul > li > a {
        color: #404040;
        text-decoration: underline;
        font-size: 16px;
    }
    #history-and-search .recent-history-wrapper ul > li > a:focus,
    #history-and-search .recent-history-wrapper ul > li > a:hover {
        color: #000;
    }
    .is-sticky {
        height: 120px !important;
    }
    .is-sticky #history-and-search {
        position: fixed;
        z-index: 1040;
        width: 992px;
        margin-left: -500px;
        top: 7px;
        left: 50%;
        margin-top: 0;
    }
    .is-sticky #history-and-search .history-go-back {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .is-sticky #history-and-search .search-bar {
        margin-bottom: 0;
    }
    .is-sticky #history-and-search .search-bar .categories {
        display: none;
    }
    .is-sticky #history-and-search a.collapse-categories,
    .is-sticky #history-and-search .recent-history-wrapper {
        display: none;
    }
    .is-sticky #history-and-search #search-results {
        top: 49px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #history-and-search .search-bar {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #history-and-search .history-go-back {
        float: left;
        width: 16.66667%;
    }
}

.fav-shops {
    position: relative;
    margin: 0 auto;
    width: 80%;
}
.fav-shops .fav-shops-label {
    position: absolute;
    left: -100px;
    width: 100px;
    text-align: right;
    height: 70px;
    padding: 15px 20px 15px 0;
    font-size: 14px;
}
.fav-shops .fav-shops-wrapper .fav-shop {
    margin-bottom: 20px;
    min-height: 70px;
    overflow: hidden;
}
.fav-shops .fav-shops-wrapper .fav-shop.tippie-wrapper .image-wrapper {
    border-color: #ef4323;
}
.fav-shops
    .fav-shops-wrapper
    .fav-shop.tippie-wrapper.new-shop-wrapper
    .image-wrapper {
    border-color: #35a7e2;
}
.fav-shops .fav-shops-wrapper .fav-shop .image-wrapper {
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}
.fav-shops .fav-shops-wrapper .fav-shop .image-wrapper .tippie {
    display: block;
    position: relative;
    margin-bottom: 0.1px;
}
.fav-shops .fav-shops-wrapper .fav-shop .image-wrapper .tippie.new-shop:after {
    content: "NIEUW";
    background-color: #35a7e2;
}
.fav-shops .fav-shops-wrapper .fav-shop .image-wrapper .tippie:after {
    content: "TIPPIE";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    background-color: #ef4323;
    left: -20px;
    top: 12px;
    width: 82px;
    color: #fff;
    padding-top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fav-shops .fav-shops-wrapper .fav-shop .image-wrapper span.title-overlay {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 15px;
    line-height: 18px;
    top: calc(50% - 19px);
    color: #000;
}
.fav-shops .fav-shops-wrapper .fav-shop .image-wrapper img {
    border-radius: 3px;
    display: block;
    max-width: 100%;
    height: auto;
}
.fav-shops.fav-shops-empty > .fav-shops-wrapper {
    text-align: center;
}
.fav-shops.fav-shops-empty > .fav-shops-wrapper a:hover {
    text-decoration: none;
}
.fav-shops.fav-shops-empty > .fav-shops-wrapper h3 {
    margin: 0 0 20px;
    padding: 10px 0;
    font-size: 26px;
}
.fav-shops.fav-shops-empty > .fav-shops-wrapper a:hover h3 {
    color: #ef4323;
}
.fav-shops.fav-shops-empty > .fav-shops-wrapper .empty-box {
    width: 15%;
    height: 45px;
    border: 1px dashed #8fc1dc;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .fav-shops {
        width: auto;
        background-color: #d5dade;
        border-top: 1px solid #fff;
        padding: 5px 15px 15px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -20px;
    }
    .fav-shops > span {
        color: #404040;
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        display: block;
    }
    .fav-shops .fav-shop {
        height: auto;
    }
    .fav-shops-row {
        width: auto;
        padding-top: 5px;
    }
    .fav-shops-column {
        padding: 5px !important;
        margin-bottom: 0 !important;
    }
    .tippie-wrapper {
        display: none;
    }
    .edit-favorites-wrapper .image-wrapper.image-wrapper-div {
        display: none;
    }
    .edit-favorites-wrapper .image-wrapper.image-wrapper-link {
        height: 62px !important;
        padding-top: 4px !important;
        background: #f05b0e !important;
        color: #fff;
        display: block;
        border-radius: 4px;
    }
    .edit-favorites-wrapper .image-wrapper.image-wrapper-link:hover {
        background: #f16118 !important;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .fav-shops > span {
        display: none;
    }
    .edit-favorites-wrapper .image-wrapper.image-wrapper-div {
        display: block;
    }
    .edit-favorites-wrapper .image-wrapper.image-wrapper-link {
        display: none;
    }
}

#content {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    #content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    body.page-homepage #header,
    body.page-homepage #navigation.navbar {
        background-color: #e0f4fa;
    }
}

.filter-by-alphabetic-order {
    margin-bottom: 30px;
}
.filter-by-alphabetic-order ul {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
}
.filter-by-alphabetic-order ul li {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding-left: 3px;
}
.filter-by-alphabetic-order ul li a {
    color: #404040;
}
.filter-by-alphabetic-order ul li a:focus,
.filter-by-alphabetic-order ul li a:hover {
    color: #056bab;
}
.filter-by-alphabetic-order ul li.active a {
    color: #056bab;
    font-weight: 700;
    text-decoration: underline;
}
.filter-by-alphabetic-order ul li span {
    color: #a6a6a6;
}
.filter-by-alphabetic-order ul li + li:before {
    padding-right: 3px;
    top: -1px;
    content: "|\00a0";
    position: relative;
    color: #bbb;
}

.filters .filter-group {
    margin-bottom: 30px;
}
.filters .filter-group:last-child {
    margin-bottom: 0;
}
.filters .filter-group .filter-group-handler h3 {
    margin-top: 0;
}
.filters .filter-group .filter-group-listener ul {
    padding-left: 0;
    list-style: none;
    padding: 0;
}
.filters .filter-group .filter-group-listener ul > li > a {
    color: #404040;
    display: block;
    padding: 5px 0;
}
.filters .filter-group .filter-group-listener ul > li > a > i {
    margin-right: 10px;
    text-decoration: none;
}
.filters .filter-group .filter-group-listener ul > li > a > .result-count {
    background-color: #f2f2f2;
    color: #adadad;
    margin-bottom: -1px;
    float: right;
}
.filters
    .filter-group
    .filter-group-listener
    ul
    > li
    > a
    > .result-count[href]:focus,
.filters
    .filter-group
    .filter-group-listener
    ul
    > li
    > a
    > .result-count[href]:hover {
    background-color: #d9d9d9;
}
.filters .filter-group .filter-group-listener ul > li > a:focus,
.filters .filter-group .filter-group-listener ul > li > a:hover {
    color: #056bab;
}
.filters .filter-group .filter-group-listener ul > li > a:focus .result-count,
.filters .filter-group .filter-group-listener ul > li > a:hover .result-count {
    background-color: #056bab;
    color: #fff;
}
.filters .filter-group .filter-group-listener ul > .active a {
    color: #ef4323;
    text-decoration: none;
}
.filters .filter-group .filter-group-listener ul > .active a:focus,
.filters .filter-group .filter-group-listener ul > .active a:hover {
    color: #ef4323;
    text-decoration: none;
}
.filters .filter-group .filter-group-listener ul > .active a .result-count,
.filters
    .filter-group
    .filter-group-listener
    ul
    > .active
    a:focus
    .result-count,
.filters
    .filter-group
    .filter-group-listener
    ul
    > .active
    a:hover
    .result-count {
    background-color: #ef4323;
    color: #fff;
}
.filters .filter-group.is-cat-page {
    margin-top: 58px;
}

.clickable-item {
    display: block;
}
.clickable-item:active,
.clickable-item:focus,
.clickable-item:hover {
    text-decoration: none;
}

#passwordStrength {
    height: 3px;
    width: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#passwordStrength.score1 {
    background-color: red;
    width: 10%;
}
#passwordStrength.score2 {
    background-color: #f80;
    width: 30%;
}
#passwordStrength.score3 {
    background-color: #cc0;
    width: 50%;
}
#passwordStrength.score4 {
    background-color: #7c0;
    width: 75%;
}
#passwordStrength.score5 {
    background-color: #0a0;
    width: 100%;
}

#logged-in-welcome {
    text-align: center;
}
#logged-in-welcome h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
#logged-in-welcome h2 img {
    position: absolute;
    right: -140px;
    top: 10px;
}
#logged-in-welcome p:last-child {
    margin-bottom: 0;
    color: #6fa9b5;
}

.button-wrapper.buttons-text-left .btn,
.buttons-wrapper.buttons-text-left .btn {
    text-align: left !important;
    padding-left: 10px;
}

.button-wrapper.buttons-text-right .btn,
.buttons-wrapper.buttons-text-right .btn {
    text-align: right !important;
    padding-right: 10px;
}

.button-wrapper.buttons-text-center .btn,
.buttons-wrapper.buttons-text-center .btn {
    text-align: center !important;
}

#global-notification {
    position: fixed;
    top: 10px;
    background-color: #e0f4fa;
    border: 1px solid #a1dbf2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    min-width: 200px;
    z-index: 1000;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    display: none;
}
#global-notification:hover {
    cursor: pointer;
    opacity: 0.9;
}
#global-notification.left {
    left: 10px;
}
#global-notification.right {
    right: 10px;
}
#global-notification.center {
    left: 50%;
}
#global-notification.danger {
    background-color: #f2dede;
    border: 1px solid #cc3232;
}
#global-notification.warning {
    background-color: #fcf8e3;
    border: 1px solid #ecad14;
}
#global-notification.success {
    background-color: #dff0d8;
    border: 1px solid #44cc32;
}

@-webkit-keyframes ippiesScrollDown {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }
    28% {
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    34% {
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    38% {
        -webkit-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        -o-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
    40% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes ippiesScrollDown {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }
    28% {
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    34% {
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    38% {
        -webkit-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        -o-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
    40% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes ippiesScrollDown {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }
    28% {
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    34% {
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    38% {
        -webkit-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        -o-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
    40% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

span.v-align-helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block !important;
}

.v-align-fix {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 100%;
}

span.vertical-align-helper {
    vertical-align: middle;
    display: inline-block !important;
}

.vertical-align-fix {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 100%;
}

#scroll-down {
    text-align: center;
    position: fixed;
    z-index: 100;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    background-color: #ef4323;
}

#scroll-to-top {
    text-align: center;
    position: fixed;
    z-index: 100;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    background-color: #ef4323;
    padding: 5px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    right: 10px;
    display: none;
    bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    #scroll-to-top {
        display: none !important;
    }
}

#scroll-down {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    left: 50%;
    bottom: 20px;
    margin-left: -20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    padding: 8px 0 5px 2px;
}
#scroll-down.bounce {
    -webkit-animation: ippiesScrollDown 3s 2s 5 ease;
    -o-animation: ippiesScrollDown 3s 2s 5 ease;
    animation: ippiesScrollDown 3s 2s 5 ease;
}

#box-feedback {
    display: none;
}

body.blank {
    background-color: #c2e8f5;
}

@media (min-width: 768px) {
    body.blank #box-feedback {
        display: none;
    }
    #box-feedback {
        display: block;
        width: 400px;
        position: fixed;
        left: -405px;
        border: 3px solid #ef4323;
        background-color: #fff;
        top: 220px;
        z-index: 100;
        transition: all 0.1s;
        border-radius: 0 0 0 8px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }
    #box-feedback:hover {
        left: -385px;
    }
    #box-feedback.open {
        left: -3px;
    }
    #box-feedback > .handle {
        display: block;
        position: absolute;
        padding: 12px 20px;
        right: -72px;
        top: 25px;
        width: 100px;
        height: 44px;
        color: #fff;
        cursor: pointer;
        background-color: #ef4323;
        border-radius: 0 0 8px 8px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #box-feedback div.feedback {
        padding: 15px;
        height: 100%;
    }
    #box-feedback div.feedback input {
        margin-bottom: 10px;
    }
    #box-feedback div.feedback textarea {
        margin-bottom: 10px;
        height: 130px;
    }
    #box-feedback div.feedback textarea.error {
        border-color: #cc3232;
    }
}

#wrapper .menu-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
}
#wrapper .menu-wrapper #frame-menu {
    width: 100%;
    z-index: 1030;
    background-color: #c2e8f5;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#wrapper .menu-wrapper #frame-menu .container {
    max-height: 50px;
    position: relative;
}
#wrapper .menu-wrapper #frame-menu .menu-links {
    float: left;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0;
}
#wrapper .menu-wrapper #frame-menu .menu-links > li {
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    font-size: 16px;
}
#wrapper .menu-wrapper #frame-menu .menu-links > li + li:before {
    content: "|\00a0";
    padding-left: 5px;
    padding-right: 5px;
    color: #ef4323;
    position: relative;
    font-size: 18px;
}
#wrapper .menu-wrapper #frame-menu .menu-links > li > a {
    color: #ef4323;
}
#wrapper .menu-wrapper #frame-menu .menu-links > li > a:focus,
#wrapper .menu-wrapper #frame-menu .menu-links > li > a:hover {
    text-decoration: underline;
}
#wrapper .menu-wrapper #frame-menu .menu-links > .active > a {
    color: #404040;
    font-weight: 700;
    text-decoration: none;
}
#wrapper .menu-wrapper #frame-menu .menu-links > .active > a:focus,
#wrapper .menu-wrapper #frame-menu .menu-links > .active > a:hover {
    color: #404040;
    font-weight: 700;
    text-decoration: none;
}
#wrapper .menu-wrapper #frame-menu .menu-button {
    float: right;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
#wrapper .menu-wrapper #frame-menu .menu-button > li {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
#wrapper .menu-wrapper #frame-menu .menu-button > li:first-child {
    padding-left: 0;
}
#wrapper .menu-wrapper #frame-menu .menu-button > li:last-child {
    padding-right: 0;
}
#wrapper .menu-wrapper #frame-menu .menu-button > li.voucher-code {
    font-size: 34px;
    color: #ef4323;
}
#wrapper .menu-wrapper #frame-menu .attention-arrow {
    position: absolute;
    right: 40px;
    top: 83px;
    pointer-events: none;
}
#wrapper .menu-wrapper #frame-menu .attention-arrow img {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
#wrapper .menu-wrapper #frame-menu .attention-arrow:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

iframe#external {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.big-toggle-buttons {
    margin-bottom: 10px;
}
.big-toggle-buttons > li {
    margin-bottom: 10px;
}
.big-toggle-buttons > li > a {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.big-toggle-buttons > li + li {
    margin-left: 0;
}

@media (max-width: 767px) {
    .big-toggle-buttons.home {
        display: none;
    }
}

@media (min-width: 768px) {
    .big-toggle-buttons {
        margin-bottom: 0;
    }
    .big-toggle-buttons > li + li {
        padding-left: 10px;
    }
}

#ippies-paymod-container,
#ippies-promomod-container {
    width: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
}

#ippies-paymod-container .refresh,
#ippies-promomod-container .refresh {
    background-color: #dff0d8;
    color: #3c763d;
    text-align: left;
}

#ippies-paymod-container .refresh:hover:not(.active),
#ippies-promomod-container .refresh:hover:not(.active) {
    background-color: #cbe0c3;
}

#ippies-paymod-container .refresh.active,
#ippies-promomod-container .refresh.active {
    color: #b5cea0;
}

#ippies-paymod-header,
#ippies-promomod-header {
    position: relative;
    background-color: #c2e8f5;
    padding-bottom: 50px;
    overflow: hidden;
}

#ippies-paymod-header .ippies-paymod-header-bar,
#ippies-paymod-header .ippies-promomod-header-bar {
    width: 100%;
    position: relative;
    background-color: #ef4323;
    height: 57px;
}

#ippies-promomod-header .ippies-paymod-header-bar,
#ippies-promomod-header .ippies-promomod-header-bar {
    width: 100%;
    position: relative;
    background-color: #ef4323;
    height: 57px;
}

#ippies-paymod-header .ippies-paymod-header-bar .slogan,
#ippies-paymod-header .ippies-promomod-header-bar .slogan {
    color: #fff;
    font-size: 22px;
    margin: 0 0 0 215px;
    height: 57px;
    line-height: 57px;
    float: left;
    display: block;
}

#ippies-promomod-header .ippies-paymod-header-bar .slogan,
#ippies-promomod-header .ippies-promomod-header-bar .slogan {
    color: #fff;
    font-size: 22px;
    margin: 0 0 0 215px;
    height: 57px;
    line-height: 57px;
    float: left;
    display: block;
}

#ippies-paymod-header .ippies-paymod-header-bar img,
#ippies-paymod-header .ippies-promomod-header-bar img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 13px;
    left: 13px;
}

#ippies-promomod-header .ippies-paymod-header-bar img,
#ippies-promomod-header .ippies-promomod-header-bar img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 13px;
    left: 13px;
}

#ippies-paymod-content,
#ippies-promomod-content {
    padding: 30px;
}

#ippies-paymod-content .checkbox-inline,
#ippies-promomod-content .checkbox-inline {
    margin-top: 13px;
}

#ippies-paymod-content-heading,
#ippies-promomod-content-heading {
    margin-bottom: 30px;
}

#ippies-paymod-content-heading h1,
#ippies-promomod-content-heading h1 {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

#ippies-paymod-content-heading a,
#ippies-promomod-content-heading a {
    float: right;
    color: #404040;
}

#ippies-paymod-receipt,
#ippies-promomod-receipt {
    position: relative;
}

#ippies-paymod-receipt .ippies-paymod-receipt-part,
#ippies-paymod-receipt .ippies-promomod-receipt-part {
    width: 100%;
    margin-bottom: 30px;
}

#ippies-promomod-receipt .ippies-paymod-receipt-part,
#ippies-promomod-receipt .ippies-promomod-receipt-part {
    width: 100%;
    margin-bottom: 30px;
}

#ippies-paymod-receipt .ippies-paymod-receipt-part .ippies-paymod-receipt-descr,
#ippies-paymod-receipt .ippies-paymod-receipt-part .ippies-paymod-receipt-val,
#ippies-paymod-receipt
    .ippies-paymod-receipt-part
    .ippies-promomod-receipt-descr,
#ippies-paymod-receipt
    .ippies-paymod-receipt-part
    .ippies-promomod-receipt-val {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

#ippies-paymod-receipt
    .ippies-promomod-receipt-part
    .ippies-paymod-receipt-descr,
#ippies-paymod-receipt .ippies-promomod-receipt-part .ippies-paymod-receipt-val,
#ippies-paymod-receipt
    .ippies-promomod-receipt-part
    .ippies-promomod-receipt-descr,
#ippies-paymod-receipt
    .ippies-promomod-receipt-part
    .ippies-promomod-receipt-val {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

#ippies-promomod-receipt
    .ippies-paymod-receipt-part
    .ippies-paymod-receipt-descr,
#ippies-promomod-receipt .ippies-paymod-receipt-part .ippies-paymod-receipt-val,
#ippies-promomod-receipt
    .ippies-paymod-receipt-part
    .ippies-promomod-receipt-descr,
#ippies-promomod-receipt
    .ippies-paymod-receipt-part
    .ippies-promomod-receipt-val {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

#ippies-promomod-receipt
    .ippies-promomod-receipt-part
    .ippies-paymod-receipt-descr,
#ippies-promomod-receipt
    .ippies-promomod-receipt-part
    .ippies-paymod-receipt-val,
#ippies-promomod-receipt
    .ippies-promomod-receipt-part
    .ippies-promomod-receipt-descr,
#ippies-promomod-receipt
    .ippies-promomod-receipt-part
    .ippies-promomod-receipt-val {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

#ippies-paymod-receipt .ippies-paymod-receipt-part .ippies-paymod-receipt-descr,
#ippies-paymod-receipt
    .ippies-paymod-receipt-part
    .ippies-promomod-receipt-descr {
    width: 150px;
}

#ippies-paymod-receipt
    .ippies-promomod-receipt-part
    .ippies-paymod-receipt-descr,
#ippies-paymod-receipt
    .ippies-promomod-receipt-part
    .ippies-promomod-receipt-descr {
    width: 150px;
}

#ippies-promomod-receipt
    .ippies-paymod-receipt-part
    .ippies-paymod-receipt-descr,
#ippies-promomod-receipt
    .ippies-paymod-receipt-part
    .ippies-promomod-receipt-descr {
    width: 150px;
}

#ippies-promomod-receipt
    .ippies-promomod-receipt-part
    .ippies-paymod-receipt-descr,
#ippies-promomod-receipt
    .ippies-promomod-receipt-part
    .ippies-promomod-receipt-descr {
    width: 150px;
}

#ippies-paymod-receipt .ippies-paymod-receipt-part:last-child,
#ippies-paymod-receipt .ippies-promomod-receipt-part:last-child {
    margin-bottom: 10px;
}

#ippies-promomod-receipt .ippies-paymod-receipt-part:last-child,
#ippies-promomod-receipt .ippies-promomod-receipt-part:last-child {
    margin-bottom: 10px;
}

#ippies-paymod-message-block,
#ippies-promomod-message-block {
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #404040;
    text-align: center;
}

#ippies-paymod-message-block h3,
#ippies-promomod-message-block h3 {
    font-size: 30px;
    color: #404040;
    margin-top: 0;
}

#ippies-paymod-message-block p,
#ippies-promomod-message-block p {
    color: #404040;
    margin-bottom: 20px;
    font-size: 16px;
}

#ippies-paymod-message-block p:last-child,
#ippies-promomod-message-block p:last-child {
    margin-bottom: 0;
}

#ippies-paymod-message-block a,
#ippies-promomod-message-block a {
    color: #404040;
    text-decoration: underline;
}

#ippies-paymod-message-block a:focus,
#ippies-paymod-message-block a:hover {
    text-decoration: none;
}

#ippies-promomod-message-block a:focus,
#ippies-promomod-message-block a:hover {
    text-decoration: none;
}

#ippies-paymod-message-block.ippies-paymod-message-block-success,
#ippies-promomod-message-block.ippies-promomod-message-block-success {
    background-color: #def1da;
}

#ippies-paymod-message-block.ippies-paymod-message-block-error,
#ippies-promomod-message-block.ippies-promomod-message-block-error {
    background-color: #f1dada;
}

#ippies-paymod-footer,
#ippies-promomod-footer {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#ippies-paymod-footer a,
#ippies-promomod-footer a {
    color: #404040;
}

.gradient {
    background: #c4e8f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZThmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmZiZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c4e8f4 0, #f6fbfe 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #c4e8f4),
        color-stop(100%, #f6fbfe)
    );
    background: -webkit-linear-gradient(top, #c4e8f4 0, #f6fbfe 100%);
    background: -o-linear-gradient(top, #c4e8f4 0, #f6fbfe 100%);
    background: -ms-linear-gradient(top, #c4e8f4 0, #f6fbfe 100%);
    background: linear-gradient(to bottom, #c4e8f4 0, #f6fbfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4e8f4', endColorstr='#f6fbfe', GradientType=0);
}

i.fa.fa-green {
    color: #44cc32;
}

.postlaunch-checklist {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 30px;
    padding-left: 0;
    list-style: none;
    padding: 10px;
    text-align: left;
    background-color: #c2e8f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.postlaunch-checklist li {
    color: #ef4323;
}
.postlaunch-checklist li i.fa-green {
    color: #44cc32;
}

@media (max-width: 767px) {
    .force-height-auto-mobile {
        max-height: none !important;
        height: auto !important;
    }
}

.primary-mobile-buttons-row {
    padding: 5px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .primary-mobile-buttons-row {
        display: none;
    }
}

.primary-mobile-buttons-col {
    padding: 5px;
}

.primary-mobile-btn {
    text-align: center;
    padding: 40px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.025);
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
}

#footer .sitemap {
    background-color: #c2e8f5;
}
#footer .sitemap .sitemap-columns {
    margin-left: -10px;
    margin-right: -10px;
}
#footer .sitemap .sitemap-columns > .column {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
#footer .sitemap .sitemap-columns > .column:last-child {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
#footer .sitemap .sitemap-columns > .column > h5 {
    background-color: #f2f2f2;
    color: #404040;
    font-size: 16px;
    padding: 15px 20px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    position: relative;
}
#footer .sitemap .sitemap-columns > .column > h5 .fa {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
}
#footer .sitemap .sitemap-columns > .column .quick-references-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
}
#footer .sitemap .sitemap-columns > .column .quick-references-list > li {
    line-height: 24px;
}
#footer .sitemap .sitemap-columns > .column .quick-references-list > li > a {
    padding: 10px 20px;
    display: block;
    color: #404040;
}
#footer
    .sitemap
    .sitemap-columns
    > .column
    .quick-references-list
    > li
    > a:focus,
#footer
    .sitemap
    .sitemap-columns
    > .column
    .quick-references-list
    > li
    > a:hover {
    color: #056bab;
}
#footer .sitemap .sitemap-columns > .column:last-child .social-media-icons {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
#footer
    .sitemap
    .sitemap-columns
    > .column:last-child
    .social-media-icons
    > li {
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
    line-height: inherit;
}
#footer
    .sitemap
    .sitemap-columns
    > .column:last-child
    .social-media-icons
    > li
    > a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
#footer
    .sitemap
    .sitemap-columns
    > .column:last-child
    .social-media-icons
    > li:first-child {
    padding-left: 0;
}
#footer
    .sitemap
    .sitemap-columns
    > .column:last-child
    .social-media-icons
    > li:last-child {
    padding-right: 0;
}

#footer .copyright {
    background-color: #65cdf0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer .copyright .footer-brand {
    display: block;
    float: left;
}
#footer .copyright .quick-references {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    float: right;
}
#footer .copyright .quick-references > li {
    display: none;
}
#footer .copyright .quick-references > li + li:before {
    padding: 0 10px;
    color: #fff;
    content: "| ";
}
#footer .copyright .quick-references > li > a {
    color: #fff;
    text-decoration: none;
}
#footer .copyright .quick-references > li > a:hover {
    text-decoration: underline;
}
#footer .copyright .quick-references > li > a > img.quality-mark {
    display: inline;
    margin-top: -10px;
    margin-right: 10px;
}
#footer .copyright .quick-references > li > p {
    margin: 0;
    line-height: inherit;
    display: inline;
}
#footer .copyright .quick-references > li:last-child {
    display: inline-block;
}

@media (min-width: 768px) {
    #footer .sitemap .sitemap-columns > .column {
        float: left;
        width: 16.66667%;
    }
}

@media (min-width: 768px) {
    #footer .sitemap .sitemap-columns > .column:last-child {
        float: left;
        width: 33.33333%;
    }
}

@media (max-width: 767px) {
    #footer .sitemap {
        background-color: #fff;
    }
    #footer
        .sitemap
        .sitemap-columns
        > .column
        .quick-references-list
        > li
        > a {
        border-top: 1px solid #eee;
    }
}

@media (min-width: 768px) {
    #footer .copyright {
        min-height: 70px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
    #footer .copyright .quick-references > li {
        display: inline-block;
        line-height: 1;
    }
    #footer .copyright .quick-references > li > a {
        line-height: 44px;
        height: 44px;
    }
}

@media (min-width: 768px) {
    #footer .sitemap .sitemap-columns {
        padding: 23px 0;
    }
    #footer .sitemap .sitemap-columns > .column {
        margin-left: 0;
        margin-right: 0;
    }
    #footer .sitemap .sitemap-columns > .column > h5 {
        font-weight: 300;
        background-color: transparent;
        color: #ef4323;
        margin: 7px 0;
        font-size: 18px;
        padding: 0;
        cursor: default;
        border-top: 0;
    }
    #footer .sitemap .sitemap-columns > .column > h5 .fa {
        display: none;
    }
    #footer .sitemap .sitemap-columns > .column .column-collapse {
        display: block !important;
    }
    #footer .sitemap .sitemap-columns > .column .quick-references-list {
        margin-bottom: 14px;
        font-size: 15px;
    }
    #footer .sitemap .sitemap-columns > .column .quick-references-list > li {
        line-height: 28px;
    }
    #footer
        .sitemap
        .sitemap-columns
        > .column
        .quick-references-list
        > li
        > a {
        padding: 0 0;
        color: #404040;
    }
    #footer
        .sitemap
        .sitemap-columns
        > .column
        .quick-references-list
        > li
        > a:focus,
    #footer
        .sitemap
        .sitemap-columns
        > .column
        .quick-references-list
        > li
        > a:hover {
        color: #056bab;
    }
}

#content.content-home {
    padding-top: 0;
    padding-bottom: 0;
}

.promo-steps {
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    z-index: 3;
    position: relative;
    margin-top: -87px;
}
.promo-steps .step {
    width: 33.33333333%;
    float: left;
    min-height: 1;
    position: relative;
}
.promo-steps .step .step-circle-wrapper {
    width: 174px;
    height: 174px;
    position: relative;
    margin-bottom: 15px;
}
.promo-steps .step .step-circle-wrapper .step-circle {
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-color: #ef4323;
    position: relative;
    text-align: center;
}
.promo-steps .step .step-circle-wrapper .step-circle > span.step-circle-text {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 1.1;
    display: inline-block;
}
.promo-steps .step .step-caption p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    height: 100px;
    overflow: hidden;
}
.promo-steps .step .step-icon-set {
    text-align: center;
}
.promo-steps .step .step-icon-set .icon-brand img,
.promo-steps .step .step-icon-set .icon-image img {
    margin-left: auto;
    margin-right: auto;
}
.promo-steps .step .step-icon-set .icon-brand img {
    max-width: 143px;
}
.promo-steps .step .step-icon-set .icon-label {
    padding-top: 20px;
    padding-bottom: 20px;
}
.promo-steps #step-1 .step-circle-wrapper {
    padding-top: 15.5px;
    float: left;
}
.promo-steps #step-1 .step-circle-wrapper .step-circle {
    width: 143px;
    height: 143px;
}
.promo-steps #step-1 .step-caption p,
.promo-steps #step-1 .step-icon-set {
    width: 143px;
    float: left;
}
.promo-steps #step-2 .step-circle-wrapper {
    padding-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
.promo-steps #step-2 .step-circle-wrapper .step-circle {
    width: 158px;
    height: 158px;
}
.promo-steps #step-2 .step-caption p,
.promo-steps #step-2 .step-icon-set {
    width: 158px;
    margin-left: auto;
    margin-right: auto;
}
.promo-steps #step-3 .step-circle-wrapper {
    padding-top: 0;
    float: right;
}
.promo-steps #step-3 .step-circle-wrapper .step-circle {
    width: 174px;
    height: 174px;
}
.promo-steps #step-3 .step-caption p,
.promo-steps #step-3 .step-icon-set {
    width: 174px;
    float: right;
}
.promo-steps .step-arrow {
    display: block;
    width: 103px;
    height: 49px;
    position: absolute;
}
.promo-steps .step-arrow.from-1-to-2 {
    left: 150px;
    top: 120px;
}
.promo-steps .step-arrow.from-2-to-3 {
    right: 185px;
    top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .promo-steps {
        margin-top: 20px;
    }
}

html.lt-ie9 .promo-steps .step .step-circle-wrapper .step-circle {
    background-color: transparent;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/web/circle-orange.png', sizingMethod='scale');
}

html.lt-ie9 .testimonial-snippet .img-wrapper .saved {
    background-color: transparent;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/web/circle-blue.png', sizingMethod='scale');
}

@media (max-width: 767px) {
    .promo-steps {
        display: none;
    }
}

.ippies-explained {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
}
.ippies-explained .ippies-benefits {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.ippies-explained .ippies-how-it-works {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.ippies-explained .ippies-how-it-works > ol {
    padding-left: 18px;
}
.ippies-explained .ippies-how-it-works > ol > li {
    margin-bottom: 8px;
}
.ippies-explained .ippies-how-it-works > ol > li > ol,
.ippies-explained .ippies-how-it-works > ol > li > ul {
    padding-left: 0;
    margin-left: 20px;
}

@media (min-width: 768px) {
    .ippies-explained .ippies-benefits {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .ippies-explained .ippies-how-it-works {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .ippies-explained .ippies-how-it-works > ol {
        padding-right: 120px;
    }
}

.well-known-companies .well-known-companies-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
    margin-bottom: 25px;
}
.well-known-companies .well-known-companies-wrapper .well-known-company {
    text-align: center;
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.well-known-companies .well-known-companies-wrapper .well-known-company img {
    border-radius: 5px;
    display: block;
    max-width: 130px;
    max-height: 100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.well-known-companies .well-known-companies-wrapper h3 {
    text-align: center;
}

@media (min-width: 768px) {
    .well-known-companies .well-known-companies-wrapper {
        height: 100px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .well-known-companies .well-known-companies-wrapper .well-known-company {
        height: 44px;
    }
}

.connected-webshops {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.connected-webshops .webshops-logos {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.connected-webshops .webshops-logos .image-holder {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.connected-webshops .webshops-logos .image-holder .logo {
    background-color: #fff;
    border-radius: 3px;
}
.connected-webshops .webshops-logos .image-holder .logo a {
    padding-top: 67%;
    display: block;
    background: no-repeat center center;
    background-size: contain;
    position: relative;
    color: #ef4323;
}
.connected-webshops .webshops-logos .image-holder .logo a > div {
    border-radius: 3px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.connected-webshops .webshops-logos .image-holder .logo a > div span {
    width: 85%;
    display: block;
}
.connected-webshops .webshops-logos .image-holder .logo a:hover > div {
    display: flex;
}
.connected-webshops .webshops-logos .image-holder .logo img {
    display: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    width: 100%;
}
.connected-webshops .business-partner-of-thuiswinkel {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #59595c;
    line-height: 1.1;
}
.connected-webshops .business-partner-of-thuiswinkel img {
    max-width: 40px;
    height: auto;
    display: inline-block;
    vertical-align: text-bottom;
}
.connected-webshops .business-partner-of-thuiswinkel a {
    color: #59595c;
    text-decoration: none;
}
.connected-webshops .business-partner-of-thuiswinkel a:focus,
.connected-webshops .business-partner-of-thuiswinkel a:hover {
    color: #272728;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .connected-webshops .webshops-logos {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .connected-webshops .webshops-logos .image-holder {
        position: relative;
        min-height: 1px;
        padding: 10px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .connected-webshops .webshops-logos .image-holder {
        float: left;
        width: 14.28571%;
    }
}

@media (min-width: 768px) {
    .connected-webshops .webshops-logos .image-holder:hover .logo-desc {
        display: block;
    }
}

@media (max-width: 479px) {
    .connected-webshops .webshops-logos .image-holder.text {
        width: 100%;
    }
    .connected-webshops .webshops-logos .image-holder.text br {
        display: none;
    }
    .connected-webshops .webshops-logos .image-holder.text a {
        padding: 12px 0;
        text-align: center;
        display: block;
        color: #fff;
        background-color: #ef4323;
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .connected-webshops .webshops-logos .image-holder.text a {
        display: block;
        text-align: center;
    }
    .connected-webshops .webshops-logos .image-holder.text a > div {
        display: flex;
        justify-content: center;
    }
    .connected-webshops .webshops-logos .image-holder.text a:hover > div span {
        text-decoration: underline;
    }
}

@media (min-width: 768px) {
    .connected-webshops .business-partner-of-thuiswinkel {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .connected-webshops .business-partner-of-thuiswinkel img {
        max-width: 100%;
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .connected-webshops {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .connected-webshops .save-ippies-introduction {
        margin-left: -10px;
        margin-right: -10px;
    }
    .connected-webshops .save-ippies-introduction .how-to {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: right;
    }
    .connected-webshops .container {
        background-image: url(../images/web/ipad-mockup-homepage.png);
        background-repeat: no-repeat;
        background-position: left top;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .connected-webshops .save-ippies-introduction .how-to {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .connected-webshops .save-ippies-introduction .how-to {
        left: 50%;
    }
}

#highlighted-testimonials {
    background-color: #ffe8cc;
    padding-top: 20px;
    padding-bottom: 20px;
}
#highlighted-testimonials h2 {
    color: #ef4323;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
#highlighted-testimonials .button-wrapper {
    text-align: center;
}
#highlighted-testimonials .button-wrapper .btn {
    font-size: 18px;
}
#highlighted-testimonials .triplets .triplet {
    display: none;
}
#highlighted-testimonials .triplets .triplet:first-child {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #highlighted-testimonials .triplets .triplet {
        display: block;
        margin-bottom: 0;
    }
}

.introducer-home-spend h2 {
    color: #ef4323;
    font-size: 30px;
}

.introducer-home-spend p {
    color: #000;
}

@media (min-width: 768px) {
    .introduction-content-ippiggie-and-usps {
        display: none;
    }
}

.introduction-content-ippiggie {
    float: left;
    max-width: 45%;
    display: block;
    height: auto;
}

.introduction-content-promo-steps-usps {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
    width: 45%;
    display: block;
    float: right;
}
.introduction-content-promo-steps-usps > li {
    padding-top: 3px;
    padding-bottom: 3px;
}
.introduction-content-promo-steps-usps .fa-check {
    color: #6ac843;
}

@media (min-width: 768px) {
    .introduction-content-promo-steps-usps {
        display: none;
    }
}

#giving-away-ippies .giving-away-ippies-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
#giving-away-ippies .giving-away-ippies-wrapper .ippies-more-info {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 25px;
}
#giving-away-ippies .giving-away-ippies-wrapper .ippies-more-info p {
    color: #000;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .panel-group-faq {
    margin-bottom: 0;
    display: none;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .panel-group-faq
    .panel {
    border-radius: 0;
}
#giving-away-ippies .giving-away-ippies-wrapper .ippies-more-info .panel-faq {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .panel-faq
    > .panel-heading {
    background-color: #fff;
    color: #404040;
    border: 0;
    border-radius: 0;
    padding: 0 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .panel-faq
    .panel-title {
    font-size: 16px;
    line-height: inherit;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .panel-faq
    .panel-title
    a {
    display: block;
    color: #ef4323;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .panel-faq
    > .panel-heading
    + .panel-collapse
    > .panel-body {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    color: #000;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .button-wrapper {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .button-wrapper
    .btn {
    font-size: 18px;
}
#giving-away-ippies
    .giving-away-ippies-wrapper
    .ippies-more-info
    .button-wrapper
    p {
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 16px;
    color: #404040;
}
#giving-away-ippies .giving-away-ippies-wrapper .piggie {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    padding: 80px 25px;
}
#giving-away-ippies .giving-away-ippies-wrapper .piggie img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    #giving-away-ippies .giving-away-ippies-wrapper .ippies-more-info {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    #giving-away-ippies
        .giving-away-ippies-wrapper
        .ippies-more-info
        .panel-group-faq {
        display: block;
    }
}

@media (min-width: 768px) {
    #giving-away-ippies .giving-away-ippies-wrapper .piggie {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    #giving-away-ippies .giving-away-ippies-wrapper .piggie {
        display: block;
    }
}

img.indicator-to-video-play-button {
    width: 199px;
    height: 108px;
    display: block;
    position: absolute;
    top: -20px;
    right: 165px;
}
@media (max-width: 1279px) {
    img.indicator-to-video-play-button {
        right: 25%;
    }
}

#title-bar.title-bar-mijn-ippies {
    border-bottom: 1px solid #ddd;
    overflow: visible;
}
#title-bar.title-bar-mijn-ippies .container {
    padding-bottom: 0;
}
#title-bar.title-bar-mijn-ippies .big-toggle-buttons {
    margin-bottom: -1px;
}
#title-bar.title-bar-mijn-ippies .big-toggle-buttons > li > span > a {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#title-bar.title-bar-mijn-ippies .big-toggle-buttons > li > span > .active {
    background-color: #f2f2f2;
    color: #777;
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
}

.news-headline {
    position: relative;
    display: block;
    overflow: hidden;
    height: 140px;
    border-radius: 3px;
}
.news-headline img {
    border-radius: 3px;
    z-index: 1;
    float: right;
    width: 240px;
    margin-top: -10px;
}
.news-headline h3 {
    vertical-align: bottom;
    font-size: 38px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}
.news-headline h3 small {
    font-size: 12px;
    color: #404040;
}

.news-articles-shortlist {
    padding-left: 0;
    list-style: none;
    padding: 10px 10px 10px 25px;
    background-color: #fff;
    margin-bottom: 20px;
}
.news-articles-shortlist > li {
    position: relative;
}
.news-articles-shortlist li i {
    font-size: 12px;
    margin-left: 13px;
}
.news-articles-shortlist > li:after,
.news-articles-shortlist > li:before {
    content: " ";
    display: table;
}
.news-articles-shortlist > li:after {
    clear: both;
    content: " ";
    display: table;
}
.news-articles-shortlist > li:before {
    content: " ";
    display: table;
}
.news-articles-shortlist > li:after {
    clear: both;
}
.news-articles-shortlist > li img {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
    min-width: 164px;
    max-width: 164px;
    margin-right: 10px;
}
.news-articles-shortlist > li:not(.view-all-news):before {
}
.news-articles-shortlist li.highlightedNewsItem {
    border: 1px solid #e0f4fa;
    margin-left: -15px;
    margin-bottom: 10px;
}
.news-articles-shortlist li.highlightedNewsItem.hightlightNumber0 {
    background-color: #d6edf9;
}
.news-articles-shortlist li.highlightedNewsItem.hightlightNumber1 {
    background-color: #eff9fd;
}
.news-articles-shortlist li.highlightedNewsItem:before {
    display: none;
}
.news-articles-shortlist li.highlightedNewsItem > a {
    color: #ef4323;
    line-height: 30px;
    font-size: larger;
    display: block;
    overflow: hidden;
}
.news-articles-shortlist li.highlightedNewsItem > a img {
    max-width: 140px;
    margin: -2px;
}
.news-articles-shortlist li.highlightedNewsItem > a span.block {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    overflow: hidden;
    margin-left: 10px;
}
.news-articles-shortlist li.highlightedNewsItem > a small {
    color: #404040;
    font-size: 14px;
    display: block;
    line-height: 0.9;
    margin-bottom: 10px;
    font-weight: bold;
}
.news-articles-shortlist > li > a {
    color: #404040;
    line-height: 30px;
    text-decoration: none;
}
.news-articles-shortlist > li > a:focus,
.news-articles-shortlist > li > a:hover {
    color: #056bab !important;
}
.news-articles-shortlist > li > a > i {
    color: #c2e8f5;
}
.news-articles-shortlist > li.view-all-news > a {
    color: #ef4323;
}
.news-articles-shortlist > li .date {
    font-size: smaller;
    color: #a1dbf2;
    margin-left: 10px;
}
.news-articles-shortlist.old {
    padding: 10px 0 10px 25px;
}
.news-articles-shortlist.old > li + li {
    border: 0;
}
.news-articles-shortlist.old > li:not(.view-all-news):before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #a1dbf2;
    position: absolute;
    left: -15px;
    top: 3px;
}

@media (max-width: 767px) {
    .news-articles-shortlist > li .date {
        display: none;
    }
}

.banner-holder {
    margin-bottom: 10px;
}
.banner-holder img {
    border-radius: 3px;
}

.tell-a-friend-snippet {
    border-radius: 3px;
    background-color: #35a7e2;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.tell-a-friend-snippet h4,
.tell-a-friend-snippet p {
    color: #fff;
}

.box-snippet-extra-sparen ul,
.box-snippet-lekker-spenden ul,
.box-snippet-mijn-ippies ul,
.box-snippet-shoppen-en-sparen ul {
    padding-left: 0;
    list-style: none;
    line-height: 26px;
}

.box-snippet-extra-sparen ul:last-child,
.box-snippet-lekker-spenden ul:last-child,
.box-snippet-mijn-ippies ul:last-child,
.box-snippet-shoppen-en-sparen ul:last-child {
    margin-bottom: 0;
}

.box-snippet-extra-sparen ul > li > a,
.box-snippet-lekker-spenden ul > li > a,
.box-snippet-mijn-ippies ul > li > a,
.box-snippet-shoppen-en-sparen ul > li > a {
    color: #404040;
}

.box-snippet-mijn-ippies {
    background-color: #ffe8cc;
    padding: 10px;
}
.box-snippet-mijn-ippies ul {
    line-height: 36px;
}
.box-snippet-mijn-ippies ul.transactions span {
    float: right;
}
.box-snippet-mijn-ippies ul.references > li > a {
    color: #ef4323;
}

.box-snippet-poll {
    margin-bottom: 20px;
    background-color: #fff;
}

#search-category-bar {
    margin-bottom: 20px;
    position: relative;
}
#search-category-bar .listener-handler {
    color: #fff;
    background-color: #c8e5ed;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    display: block;
}
#search-category-bar .listener-handler.in {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#search-category-bar .listener-handler .bar-title {
    color: #f16b26;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
#search-category-bar .listener-handler .bar-title small {
    display: block;
    font-size: 12px;
    color: #f16b26;
    margin-top: 5px;
}
#search-category-bar .listener-handler .icon-set {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#search-category-bar .listener-handler .icon-set > li {
    display: inline-block;
    margin-left: 2.5px;
    margin-right: 2.5px;
}
#search-category-bar .listener-handler .icon-set > li > span {
    font-size: 30px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #f16b26;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
#search-category-bar .listener-trigger {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: #c8e5ed;
    color: #404040;
    position: relative;
}
#search-category-bar .listener-trigger ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 26px;
}
#search-category-bar .listener-trigger ul > li > a {
    color: #404040;
}
#search-category-bar .listener-trigger ul > li > a:active,
#search-category-bar .listener-trigger ul > li > a:focus,
#search-category-bar .listener-trigger ul > li > a:hover {
    color: #fff;
    text-decoration: none;
}

.the-wall-of-articles {
    background-color: #f2f2f2;
    padding: 20px 0;
    position: relative;
}
.the-wall-of-articles .box-snippet .invite-and-earn .header {
    background-color: #35a7e2;
    color: #fff;
    font-size: 33px;
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
}

#content.content-mijn-ippies {
    padding-bottom: 0;
}
#content.content-mijn-ippies .box-snippet .box-title .fa-rounded > i {
    top: -7px;
}

#content.content-aanmelden .register-header {
    position: relative;
}
#content.content-aanmelden .register-header .h1,
#content.content-aanmelden .register-header h1 {
    margin-top: 0;
    font-size: 30px;
    color: #ef4323;
    margin-bottom: 10px;
}
#content.content-aanmelden .register-header .h1 {
    float: right;
}

#content.content-aanmelden .register-form-column .form-group {
    margin-bottom: 30px;
}

#content.content-aanmelden .register-form-column .button-wrapper {
    text-align: right;
    padding-right: 5px;
}
#content.content-aanmelden .register-form-column .button-wrapper .btn-primary {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
}

#content.content-aanmelden .register-form-column .checkbox-inline {
    font-size: 14px;
}
#content.content-aanmelden .register-form-column .checkbox-inline > br {
    display: none;
}

#content.content-aanmelden .register-form-column .business-partner-of {
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
}

#content.content-aanmelden .or-divider {
    display: none;
    text-align: center;
}
#content.content-aanmelden .or-divider span {
    color: #ef4323;
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
}
#content.content-aanmelden .or-divider > hr {
    height: 103px;
    display: inline-block;
    margin: 0 auto;
    border: 0;
    border-left: 1px solid #babdbf;
}

#content.content-aanmelden .register-via-social-column .social-platforms {
    margin-top: 4px;
}
#content.content-aanmelden
    .register-via-social-column
    .social-platforms
    .btn-facebook,
#content.content-aanmelden
    .register-via-social-column
    .social-platforms
    .btn-google-plus,
#content.content-aanmelden
    .register-via-social-column
    .social-platforms
    .btn-twitter {
    font-size: 18px;
    margin-bottom: 10px;
}

#content.content-aanmelden .register-via-social-column .ippiggie {
    margin-top: 30px;
}
#content.content-aanmelden .register-via-social-column .ippiggie img {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    #logged-in-welcome {
        display: none;
    }
    #content.content-mijn-ippies .box-snippet-extra-sparen .box-visual,
    #content.content-mijn-ippies .box-snippet-lekker-spenden .box-visual,
    #content.content-mijn-ippies .box-snippet-mijn-ippies .box-visual,
    #content.content-mijn-ippies .box-snippet-shoppen-en-sparen .box-visual {
        height: 75px;
        overflow: hidden;
    }
    #content.content-mijn-ippies .box-snippet-extra-sparen,
    #content.content-mijn-ippies .box-snippet-lekker-spenden,
    #content.content-mijn-ippies .box-snippet-mijn-ippies,
    #content.content-mijn-ippies .box-snippet-shoppen-en-sparen {
        margin-bottom: 20px;
    }
    #content.content-mijn-ippies .box-snippet-mijn-ippies,
    #content.content-mijn-ippies .box-snippet-extra-sparen .box-content,
    #content.content-mijn-ippies .box-snippet-lekker-spenden .box-content,
    #content.content-mijn-ippies .box-snippet-mijn-ippies .box-content,
    #content.content-mijn-ippies .box-snippet-shoppen-en-sparen .box-content {
        padding-bottom: 0;
    }
    #content.content-mijn-ippies .box-snippet .box-title .fa-rounded > i {
        top: -7px;
    }
    #content.content-mijn-ippies .box-snippet-extra-sparen ul,
    #content.content-mijn-ippies .box-snippet-lekker-spenden ul,
    #content.content-mijn-ippies .box-snippet-mijn-ippies ul.references,
    #content.content-mijn-ippies .box-snippet-shoppen-en-sparen ul {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 5px;
    }
    #content.content-mijn-ippies .box-snippet-extra-sparen ul > li > a,
    #content.content-mijn-ippies .box-snippet-lekker-spenden ul > li > a,
    #content.content-mijn-ippies .box-snippet-mijn-ippies ul > li > a,
    #content.content-mijn-ippies .box-snippet-shoppen-en-sparen ul > li > a {
        display: block;
        line-height: 44px;
        border-top: 1px solid #ddd;
        height: 44px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #content.content-mijn-ippies
        .box-snippet-mijn-ippies
        ul.references
        > li
        > a {
        border-color: #fff;
    }
    #content.content-mijn-ippies .box-snippet-lekker-spenden {
        margin-bottom: 0;
    }
    #content.content-mijn-ippies .shop-article-snippet header .button-wrapper {
        float: none;
        margin-top: 10px;
    }
    #content.content-mijn-ippies .shop-article-snippet img.shop-brand {
        float: left;
        max-width: 100px;
    }
    #content.content-mijn-ippies .shop-article-snippet .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    #content.content-mijn-ippies .shop-article-snippet .amount-of-ippies,
    #content.content-mijn-ippies .shop-article-snippet .row .right-column {
        margin-top: 10px;
    }
    #content.content-mijn-ippies .sub-categories-description .triplets {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    #content.content-mijn-ippies .box-snippet-extra-sparen,
    #content.content-mijn-ippies .box-snippet-lekker-spenden,
    #content.content-mijn-ippies .box-snippet-mijn-ippies,
    #content.content-mijn-ippies .box-snippet-shoppen-en-sparen {
        height: 315px;
    }
}

#captcha-validation {
    margin-bottom: 30px;
}
#captcha-validation .validation-label p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
}
#captcha-validation .validation-label p .btn-link {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}
#captcha-validation .validation-test .validation-options .btn-link {
    width: 20%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
#captcha-validation .validation-test .validation-options .btn-link.to-validate {
    color: #ef4323;
    border-right: 2px solid #ddd;
    border-radius: 0;
}
#captcha-validation
    .validation-test
    .validation-options
    .btn-link.icon-captcha-option {
    -webkit-transition: color 0.075s ease-in-out;
    -o-transition: color 0.075s ease-in-out;
    transition: color 0.075s ease-in-out;
    color: #aaa;
}
#captcha-validation
    .validation-test
    .validation-options
    .btn-link.icon-captcha-option:focus,
#captcha-validation
    .validation-test
    .validation-options
    .btn-link.icon-captcha-option:hover {
    color: #404040;
}
#captcha-validation
    .validation-test
    .validation-options
    .btn-link.icon-captcha-option.active,
#captcha-validation
    .validation-test
    .validation-options
    .btn-link.icon-captcha-option:active {
    color: #ef4323;
}

.registration-disclaimer {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    margin-bottom: 0;
}
.registration-disclaimer img {
    float: right;
    margin-left: 20px;
    max-height: 30px;
}
.registration-disclaimer br {
    display: none !important;
}

@media (min-width: 992px) {
    #content.content-aanmelden .register-via-social-column {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    #content.content-aanmelden {
        padding-top: 100px;
    }
    #content.content-aanmelden .width-75 {
        width: 730px;
    }
    #content.content-aanmelden .register-header .h1 {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
    #content.content-aanmelden .or-divider {
        display: block;
    }
}

@media (max-width: 767px) {
    #captcha-validation {
        margin-bottom: 10px;
    }
    #content.content-aanmelden {
        padding-top: 30px;
    }
    #content.content-aanmelden .width-75 {
        width: 100%;
    }
    #content.content-aanmelden .register-header {
        text-align: center;
    }
    #content.content-aanmelden .register-header p > br,
    #content.content-aanmelden .register-header .h1 {
        display: none;
    }
    #content.content-aanmelden .register-via-social-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    #content.content-aanmelden .register-via-social-column .ippiggie {
        display: none;
    }
    #content.content-aanmelden .register-form-column .form-group {
        margin-bottom: 10px;
    }
    #content.content-aanmelden .register-form-column .form-group.row .col-sm-6 {
        margin-bottom: 10px;
    }
    #content.content-aanmelden
        .register-form-column
        .form-group.row
        .col-sm-6:last-child {
        margin-bottom: 0;
    }
    #content.content-aanmelden #captcha-validation .validation-label p {
        text-align: center;
    }
    #content.content-aanmelden .register-form-column .checkbox-inline > br {
        display: none;
    }
}

#content.content-login .lost-password-link {
    margin-top: 2px;
    display: inline-block;
}

#content.content-login .button-wrapper {
    text-align: center;
}

#content.content-vrienden .page-introduction {
    text-align: center;
}
#content.content-vrienden .page-introduction h2 {
    font-size: 30px;
    margin-top: 0;
}
#content.content-vrienden .page-introduction h2 > small {
    font-size: 18px;
    color: #404040;
}
#content.content-vrienden .page-introduction p {
    font-size: 14px;
}

#content.content-vrienden .friends-personal-referer-container {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#content.content-vrienden .friends-personal-referer-container .referer-link {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 4px;
    background-color: #c2e8f5;
    font-size: 17px;
}

#content.content-vrienden .friends-form-invite-example {
    border-radius: 4px;
    position: relative;
    background-color: #ef4323;
    color: #fff;
    padding: 20px;
}
#content.content-vrienden
    .friends-form-invite-example
    .friends-form-invite-sender-name {
    font-size: 18px;
}
#content.content-vrienden .friends-form-invite-example .control-label {
    display: inline-block !important;
    font-size: 18px;
}

#content.content-webshops .section-title > span {
    background-color: #ef4323;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 12px;
    font-size: 18px;
    text-transform: uppercase;
}

#content.content-webshops .catalogue-section ul {
    list-style: none;
    padding: 0;
}
#content.content-webshops .catalogue-section ul li {
    display: inline-block;
    width: 100%;
}
#content.content-webshops .catalogue-section ul li.active {
    color: #ef4323;
}
#content.content-webshops .catalogue-section ul li.active a {
    color: #ef4323;
}

#content.content-webshops .cat-banner {
    margin-top: -15px;
}
#content.content-webshops .cat-banner img {
    max-width: 30%;
    height: auto;
    display: block;
    float: left;
}
#content.content-webshops .cat-banner h2 {
    text-align: right;
    font-size: 44px;
    line-height: 1;
    margin-right: 115px;
    margin-top: 10px;
}
#content.content-webshops .cat-banner h2 span {
    text-align: right;
    display: block;
}
#content.content-webshops .cat-banner h2 span.rule-1 {
    font-size: 90px;
}
#content.content-webshops .cat-banner h2 span.rule-2 {
    margin-top: 10px;
    margin-right: 44px;
    font-size: 30px;
}

#content.content-hoe-werkt-ippies {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    #content.content-login {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #content.content-login hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #content.content-login .button-wrapper {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    #content.content-receive-password {
        text-align: center;
    }
    #content.content-receive-password .form-group {
        margin-bottom: 0;
    }
    #content.content-receive-password .form-group .col-sm-9 {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #content.content-vrienden .width-70 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    #content.content-webshops .catalogue-section.breakout {
        margin-left: -255px;
    }
}

@media (max-width: 767px) {
    #title-bar.title-bar-webshops .fav-shops {
        display: none;
    }
}

@media (min-width: 768px) {
    #title-bar.title-bar-webshops .container {
        padding-top: 20px;
    }
}

#how-does-it-work-animation {
    width: 992px;
    height: 300px;
    overflow: hidden;
    background: url(../images/hoe-werkt-ippies/hoe-werkt-ippies-background.png)
        center center no-repeat;
    position: relative;
}
#how-does-it-work-animation img {
    position: absolute;
    display: block;
    text-align: center;
}
#how-does-it-work-animation img.animate-text-zo-simpel-werkt-ippies {
    max-width: 569px;
    max-height: 69px;
    top: 110px;
    left: 50%;
    margin-left: -284.5px;
    display: none;
}
#how-does-it-work-animation img.animate-text-zo-simpel-werkt-ippies-shadow {
    max-width: 732px;
    max-height: 17px;
    top: 190px;
    left: 50%;
    margin-left: -366px;
    display: none;
}
#how-does-it-work-animation img.animate-logo-bol-com {
    max-width: 258px;
    max-height: 100px;
    left: 90px;
    top: -100px;
}
#how-does-it-work-animation img.animate-logo-bol-com-shadow {
    max-width: 300px;
    max-height: 17px;
    left: 51px;
    top: 187px;
    display: none;
}
#how-does-it-work-animation img.animate-ippiggie {
    max-width: 187px;
    max-height: 159px;
    left: -187px;
    top: 50px;
}
#how-does-it-work-animation img.animate-text-plus-45-ippies {
    max-width: 168px;
    max-height: 107px;
    left: 400px;
    top: 96px;
}
#how-does-it-work-animation img.animate-text-koop-iets-leuks {
    max-width: 168px;
    max-height: 23px;
    left: 400px;
    top: 139px;
}
#how-does-it-work-animation img.animate-product {
    max-width: 240px;
    max-height: 240px;
    right: 100px;
    top: -240px;
}

#shop-details .shop-information {
    margin-left: -10px;
    margin-right: -10px;
}
#shop-details .shop-information .shop-logo {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
#shop-details .shop-information .shop-logo .shop-logo-wrapper .image-wrapper {
    height: 150px;
    padding: 20px;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
}
#shop-details
    .shop-information
    .shop-logo
    .shop-logo-wrapper
    .image-wrapper
    img {
    display: inline-block;
    max-height: 150px;
    max-width: 100%;
}
#shop-details
    .shop-information
    .shop-logo
    .shop-logo-wrapper
    .shop-logo-actions {
    padding: 15px;
}
#shop-details
    .shop-information
    .shop-logo
    .shop-logo-wrapper
    .shop-logo-actions
    a {
    display: block;
}
#shop-details
    .shop-information
    .shop-logo
    .shop-logo-wrapper
    .shop-logo-actions
    a
    + a {
    margin-top: 10px;
}
#shop-details .shop-information .shop-desc {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
#shop-details .shop-information .shop-desc .shop-desc-text h3 {
    margin-top: 0;
}
#shop-details .shop-information .shop-desc .shop-desc-text p {
    line-height: 1.6;
}
#shop-details .shop-information .shop-desc .ippies-per-amount {
    background-color: #056bab;
    color: #fff;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    text-align: center;
    padding: 25px 0 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#shop-details .shop-information .shop-desc .ippies-per-amount span {
    display: block;
}
#shop-details
    .shop-information
    .shop-desc
    .ippies-per-amount
    span.ippies-amount {
    font-size: 70px;
    line-height: 1.2;
}
#shop-details
    .shop-information
    .shop-desc
    .ippies-per-amount
    span.ippies-amount-desc {
    font-size: 16px;
}
#shop-details .shop-information .shop-desc .ippies-per-amount.max {
    padding: 0;
}
#shop-details .shop-information .shop-desc .ippies-per-amount.square {
    border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    height: 150px;
    padding: 0;
}
#shop-details
    .shop-information
    .shop-desc
    .ippies-per-amount.square
    .ippies-amount {
    line-height: 1;
    letter-spacing: -5px;
}
#shop-details .shop-information .shop-desc .ippies-per-amount.square > div {
    padding: 25px 0 0;
    position: absolute;
    background-color: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#shop-details
    .shop-information
    .shop-desc
    .ippies-per-amount.square
    > div:after {
    display: block;
    position: absolute;
    top: 12.5%;
    height: 75%;
    width: 65%;
    content: " ";
    background-color: inherit;
    z-index: -1;
}
#shop-details
    .shop-information
    .shop-desc
    .ippies-per-amount.square
    > div:before {
    display: block;
    position: absolute;
    top: 12.5%;
    height: 75%;
    width: 65%;
    content: " ";
    background-color: inherit;
    z-index: -1;
    left: -20%;
    border-radius: 50% 0 0 50%;
}
#shop-details
    .shop-information
    .shop-desc
    .ippies-per-amount.square
    > div:after {
    right: -20%;
    border-radius: 0 50% 50% 0;
}
#shop-details .shop-information .shop-desc .ippies-per-amount.max > div {
    padding: 15px 0 0;
}
#shop-details .shop-information .shop-desc .ippies-shop-link {
    margin-top: 50px;
}
#shop-details .shop-information .shop-desc .ippies-shop-link .btn {
    white-space: normal;
}
#shop-details .shop-information .shop-desc .notification {
    margin-top: 30px;
}
#shop-details .shop-information .shop-desc .notification .alert {
    text-align: center;
    font-size: 12px;
}
#shop-details .shop-information .shop-desc .notification .alert .fa {
    color: #ffca00;
    padding-right: 10px;
}
#shop-details .shop-information .shop-cat {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
#shop-details .shop-information .shop-cat ul {
    padding-left: 0;
    list-style: none;
}
#shop-details .shop-information .shop-cat ul li {
    padding-bottom: 5px;
}
#shop-details .shop-information .shop-cat ul li a {
    float: left;
    display: block;
    width: 50%;
}
#shop-details .shop-information .shop-cat ul li span {
    float: right;
    display: block;
    width: 50%;
    text-align: right;
}

@media (min-width: 768px) {
    #shop-details .shop-information .shop-logo {
        float: left;
        width: 25%;
    }
}

@media (min-width: 768px) {
    #shop-details .shop-information .shop-desc {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    #shop-details .shop-information .shop-cat {
        float: left;
        width: 25%;
    }
}

.readmore-js-collapsed {
    position: relative;
}
.readmore-js-collapsed + p.readmore-js-toggle {
    margin-top: 10px;
}
.readmore-js-collapsed .inset-shadow-white {
    box-shadow: inset 0 -30px 15px -15px #fff;
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
}

#frm_experience .rating-block {
    display: inline-block;
    padding: 5px;
}

#frm_experience label {
    font-weight: 300;
}
#frm_experience label.rate_5 {
    color: #090;
}
#frm_experience label.rate_4 {
    color: #7c0;
}
#frm_experience label.rate_3 {
    color: #fa0;
}
#frm_experience label.rate_2 {
    color: #f60;
}
#frm_experience label.rate_1 {
    color: red;
}
#frm_experience label input#anonymous,
#frm_experience label.rates input {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#content.content-ibox {
    padding-top: 20px;
    padding-bottom: 20px;
}

#ibox-folders {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#ibox-folders > li {
    display: inline-block;
    font-size: 20px;
    padding-right: 20px;
    margin-right: 20px;
}
#ibox-folders > li > a {
    color: #404040;
}
#ibox-folders > li > a:focus,
#ibox-folders > li > a:hover {
    text-decoration: underline;
}
#ibox-folders > .active > a,
#ibox-folders > li > .active {
    color: #ef4323;
}
#ibox-folders > .active > a:focus,
#ibox-folders > .active > a:hover {
    text-decoration: none;
    color: #ef4323;
}
#ibox-folders > li > .active:focus,
#ibox-folders > li > .active:hover {
    text-decoration: none;
    color: #ef4323;
}

#content.content-error-page .http-message h2 {
    font-size: 48px;
}

#content.content-error-page .http-message .buttons-wrapper {
    font-size: 16px;
    margin-top: 30px;
}

#content.content-cadeaukaarten .all-giftcards-container {
    position: relative;
    overflow: hidden;
}

#content.content-cadeaukaarten .giftcard-form {
    display: none;
    position: relative;
    overflow: hidden;
}

#content.content-cadeaukaarten .giftcard-form-shown {
    display: block;
}

#content.content-cadeaukaarten .giftcard-form-hidden,
#content.content-cadeaukaarten .confirm-card-with-password {
    display: none;
}

.tools-box {
    background-color: #a1dbf2;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}

.tools-box-title {
    line-height: 1.1;
    font-size: 22px;
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    background-color: #056bab;
    border-bottom: 1px solid #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tools-box-content {
    padding: 10px;
}
.tools-box-content hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-color: #74caec;
}

.tools-box-description {
    font-size: 16px;
    color: #555;
}

.btn-tools-c2a {
    font-size: 17px;
}

.tools-box .tool-img {
    float: right;
    width: 130px;
    height: 130px;
    margin-left: 15px;
    border-radius: 5px;
}

#account-management .management-sidebar ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
#account-management .management-sidebar ul > li {
    line-height: 35px;
}
#account-management .management-sidebar ul > li > a {
    display: inline-block;
    color: #404040;
}
#account-management .management-sidebar ul > li > a:active,
#account-management .management-sidebar ul > li > a:focus,
#account-management .management-sidebar ul > li > a:hover {
    color: #056bab;
    text-decoration: none;
}
#account-management .management-sidebar ul > .active > a {
    color: #ef4323;
}
#account-management .management-sidebar ul > .active > a:active,
#account-management .management-sidebar ul > .active > a:focus,
#account-management .management-sidebar ul > .active > a:hover {
    color: #ef4323;
}

#account-management .management-sidebar > button {
    display: none;
}

#account-management .management-sidebar > .collapse {
    position: relative;
}

#account-management
    .management-content
    .width-75
    .input-col-gender
    .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

#account-management label.form-group-label {
    display: none;
}

@media (min-width: 768px) {
    #account-management .management-sidebar ul {
        font-size: 18px;
    }
    #account-management .management-sidebar ul > li {
        font-size: 18px;
        line-height: 44px;
    }
}

@media (min-width: 768px) {
    #account-management {
        margin-left: -10px;
        margin-right: -10px;
    }
    #account-management .management-content {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #account-management .management-sidebar {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #account-management .management-sidebar .collapse {
        display: block !important;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #account-management .management-content {
        float: left;
        width: 75%;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    #account-management .management-sidebar {
        float: left;
        width: 25%;
    }
}

@media (max-width: 767px) {
    #account-management .management-content > .introducer {
        display: none;
    }
    #account-management .management-sidebar {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    #account-management .management-sidebar > button {
        display: block;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    #account-management .management-sidebar > button .fa {
        float: right;
        margin-top: 3px;
    }
    #account-management .management-sidebar ul {
        border-radius: 4px;
        margin-top: 5px;
        background-color: #a1dbf2;
    }
    #account-management .management-sidebar ul > li {
        line-height: 44px;
        height: 44px;
        border-bottom: 1px solid #ceecf8;
    }
    #account-management .management-sidebar ul > li:first-child {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -ms-border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    #account-management .management-sidebar ul > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -ms-border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    #account-management .management-sidebar ul > li:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom: 0;
    }
    #account-management .management-sidebar ul > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom: 0;
    }
    #account-management .management-sidebar ul > li > a {
        display: block;
        color: #404040;
        padding-left: 10px;
        padding-right: 10px;
    }
    #account-management .management-sidebar ul > li > a:focus,
    #account-management .management-sidebar ul > li > a:hover {
        background-color: #5ec1e9;
        text-decoration: none;
        color: #fff;
    }
    #account-management .management-sidebar ul > .active > a {
        background-color: #056bab;
        color: #fff;
        text-decoration: none;
    }
    #account-management .management-sidebar ul > .active > a:active,
    #account-management .management-sidebar ul > .active > a:focus,
    #account-management .management-sidebar ul > .active > a:hover {
        background-color: #056bab;
        color: #fff;
        text-decoration: none;
    }
    #account-management .management-sidebar ul > li > a:active {
        background-color: #056bab;
        color: #fff;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    #account-management .management-content .width-75 {
        width: auto;
    }
    #account-management .management-content .width-75 .input-col-firstname {
        margin-bottom: 20px;
    }
    #account-management .management-content .width-75 .input-col-dob-month {
        padding-left: 0;
        padding-right: 0;
    }
    #account-management .management-content .width-75 .input-col-address {
        padding-right: 5px;
    }
    #account-management .management-content .width-75 .input-col-address-nr {
        padding-left: 5px;
    }
    #account-management .management-content .width-75 .input-col-zip {
        padding-right: 5px;
    }
    #account-management .management-content .width-75 .input-col-town {
        padding-left: 5px;
    }
    #account-management
        .management-content
        .width-75
        .input-col-gender
        .form-group {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

#content.account-deactivate .account-deactivation-code {
    font-size: 24px;
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    color: #404040;
    margin: 0;
    line-height: 1.1;
}

.general-ledger-chapter {
    margin-bottom: 10px;
}
.general-ledger-chapter h3 {
    font-size: 20px;
    margin-top: 0;
}
.general-ledger-chapter h3 > span {
    text-align: center;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 1px;
    padding-top: 0;
    padding-left: 3px;
}
.general-ledger-chapter h3 > span > i {
    top: -8px;
}
.general-ledger-chapter .general-ledger .record {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
}
.general-ledger-chapter .general-ledger .record .amount,
.general-ledger-chapter .general-ledger .record .date,
.general-ledger-chapter .general-ledger .record .description {
    display: block;
}
.general-ledger-chapter .general-ledger .record .date {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.general-ledger-chapter .general-ledger .record .description {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.general-ledger-chapter .general-ledger .record .amount {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}
.general-ledger-chapter .general-ledger .record.current-balance {
    border-top: 1px solid #a6a8ab;
    color: #ef4323;
}
.general-ledger-chapter .general-ledger .record.current-balance .description {
    text-align: right;
}
.general-ledger-chapter .general-ledger .view-less-or-more {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    font-size: 13px;
    position: relative;
}
.general-ledger-chapter.no-records h3 {
    color: #aaa;
}
.general-ledger-chapter.no-records h3 > span {
    background-color: #aaa;
}
.general-ledger-chapter.no-records .general-ledger .record {
    color: #aaa;
}
.general-ledger-chapter.no-records .general-ledger .record.current-balance {
    border-top-color: #aaa;
    color: #aaa;
}
.general-ledger-chapter.no-records .general-ledger .view-less-or-more {
    display: none;
}
.general-ledger-chapter.no-records .general-ledger .view-less-or-more a {
    color: #aaa;
    cursor: default;
    text-decoration: none;
}
.general-ledger-chapter.no-records .general-ledger .view-less-or-more a:active,
.general-ledger-chapter.no-records .general-ledger .view-less-or-more a:focus,
.general-ledger-chapter.no-records .general-ledger .view-less-or-more a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .general-ledger-chapter .general-ledger .record .date {
        float: left;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .general-ledger-chapter .general-ledger .record .description {
        float: left;
        width: 58.33333%;
    }
}

@media (min-width: 768px) {
    .general-ledger-chapter .general-ledger .record .amount {
        float: left;
        width: 16.66667%;
    }
}

@media (max-width: 767px) {
    .general-ledger-chapter.no-records {
        display: none;
    }
    .general-ledger-chapter h3 {
        background-color: #65cdf0;
        color: #fff;
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        line-height: 1.1;
        margin-bottom: 0;
    }
    .general-ledger-chapter h3 > span {
        display: none;
    }
    .general-ledger-chapter .general-ledger .record {
        border-top: 1px dashed #ddd;
    }
    .general-ledger-chapter .general-ledger .record:first-child {
        border-top: 0;
    }
    .general-ledger-chapter .general-ledger .record .date {
        width: 100%;
        float: left;
        font-size: 13px;
        color: #777;
        text-transform: uppercase;
        text-align: left;
    }
    .general-ledger-chapter .general-ledger .record .description {
        width: 75%;
        float: left;
        text-align: left;
    }
    .general-ledger-chapter .general-ledger .record .amount {
        width: 25%;
        float: left;
        text-align: right;
    }
    .general-ledger-chapter .general-ledger .view-less-or-more {
        display: none;
    }
    .general-ledger-chapter .general-ledger .record.current-balance {
        background-color: #f5f5f5;
        border-bottom: 1px solid #fff;
    }
    .general-ledger-chapter
        .general-ledger
        .record.current-balance
        .description {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .general-ledger-chapter {
        margin-bottom: 32px;
    }
    .general-ledger-chapter h3 {
        font-size: 30px;
    }
}

.tab-box-webshops {
    padding-top: 10px;
}
.tab-box-webshops .tabbed-filters {
    border-bottom: 0;
}
.tab-box-webshops .tabbed-filters li a {
    background-color: #c2e8f5;
    border-color: #c2e8f5;
    border-bottom-color: #c2e8f5;
    color: #666;
    font-size: 15px;
    margin-right: 7px;
    padding-left: 40px;
    padding-right: 40px;
}
.tab-box-webshops .tabbed-filters li.active a {
    border-color: #c2e8f5;
    background-color: #fff;
    color: #ef4323;
    border-bottom-color: #fff;
}
.tab-box-webshops .tab-content {
    padding: 4px 14px;
    border: 1px solid #c2e8f5;
    border-radius: 3px;
}
.tab-box-webshops .tab-content.no-rounded-left {
    border-top-left-radius: 0;
}
.tab-box-webshops .tab-content .tab-webshop-snippet {
    padding: 10px;
    border-left: 1px dashed #c2e8f5;
    border-top: 1px dashed #c2e8f5;
}
.tab-box-webshops .tab-content .tab-webshop-snippet:nth-child(-n + 2) {
    border-top-color: transparent;
}
.tab-box-webshops .tab-content .tab-webshop-snippet:nth-child(2n + 1) {
    border-left-color: transparent;
}
@media (min-width: 768px) {
    .tab-box-webshops .tab-content .tab-webshop-snippet:nth-child(-n + 2) {
        border-top-color: #c2e8f5;
    }
    .tab-box-webshops .tab-content .tab-webshop-snippet:nth-child(2n + 1) {
        border-left-color: #c2e8f5;
    }
    .tab-box-webshops .tab-content .tab-webshop-snippet:nth-child(-n + 6) {
        border-top-color: transparent;
    }
    .tab-box-webshops .tab-content .tab-webshop-snippet:nth-child(6n + 1) {
        border-left-color: transparent;
    }
}
.tab-box-webshops .tab-content .tab-webshop-snippet .img-wrapper {
    width: 100%;
}
.tab-box-webshops .tab-content .tab-webshop-snippet .img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#manage-top-5-webshops .top-webshop-snippet {
    position: relative;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
#manage-top-5-webshops .top-webshop-snippet:active .top-img-delete,
#manage-top-5-webshops .top-webshop-snippet:focus .top-img-delete,
#manage-top-5-webshops .top-webshop-snippet:hover .top-img-delete {
    display: block;
}
#manage-top-5-webshops .top-webshop-snippet .brand {
    border-radius: 3px;
    position: relative;
    background-size: contain;
    padding-top: 75%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}
#manage-top-5-webshops .top-webshop-snippet .brand img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#manage-top-5-webshops .top-webshop-snippet .brand .fa {
    font-size: 50px;
    color: #f3f3f3;
    position: absolute;
    top: 6%;
    left: 50%;
    margin-left: -25px;
}
#manage-top-5-webshops .top-webshop-snippet .remove {
    position: absolute;
    top: -12px;
    right: -10px;
}
#manage-top-5-webshops .top-webshop-snippet .remove a {
    display: block;
    background-color: #ef4323;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
}
#manage-top-5-webshops .top-webshop-snippet .remove a .fa {
    font-size: 20px;
    display: block;
    color: #eee;
    padding: 6px 0;
}
#manage-top-5-webshops .top-webshop-snippet .remove a:active,
#manage-top-5-webshops .top-webshop-snippet .remove a:focus,
#manage-top-5-webshops .top-webshop-snippet .remove a:hover {
    text-decoration: none;
    background-color: #cc3232;
}

#manage-top-5-webshops .top-5-buttons-wrapper {
    margin-top: 30px;
    text-align: center;
}
#manage-top-5-webshops .top-5-buttons-wrapper .btn {
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 10px;
}

#wrapper-add-shop {
    margin-top: 45px;
}

.news-article-snippet {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
    height: 175px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.news-article-snippet .article-title {
    font-size: 16px;
}
.news-article-snippet .article-intro {
    z-index: 1;
}
.news-article-snippet .article-intro div {
    display: inline-block;
    float: left;
    height: 115px;
    margin-right: 15px;
}
.news-article-snippet .article-intro img {
    text-align: center;
}
.news-article-snippet .article-intro p {
    color: #404040;
}
.news-article-snippet .article-intro p:last-child {
    margin-bottom: 0;
}
.news-article-snippet .article-intro p span {
    color: #ef4323;
}
.news-article-snippet .article-read-more {
    position: absolute;
    right: 0;
    bottom: 8px;
    display: inline;
    z-index: 2;
}
.news-article-snippet .article-read-more .btn-link {
    padding: 4px 10px;
    background-color: #fff;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.news-article-snippet .article-read-more .fa {
    display: none;
}
.news-article-snippet:focus,
.news-article-snippet:hover {
    border-color: #bbb;
}
.news-article-snippet:focus .article-read-more .btn-link {
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
}
.news-article-snippet:focus .article-read-more .btn-link:active,
.news-article-snippet:focus .article-read-more .btn-link:focus,
.news-article-snippet:focus .article-read-more .btn-link:hover {
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
}
.news-article-snippet:hover .article-read-more .btn-link {
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
}
.news-article-snippet:hover .article-read-more .btn-link:active,
.news-article-snippet:hover .article-read-more .btn-link:focus,
.news-article-snippet:hover .article-read-more .btn-link:hover {
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .news-article-snippet .article-intro p span {
        display: none;
    }
}

@media (max-width: 767px) {
    #content.content-news-overview {
        padding-top: 0;
    }
    #content.content-news-overview .catalogue .table-of-contents {
        display: none;
    }
    #content.content-news-overview .news-article-snippet {
        margin-bottom: 0;
        padding: 15px 40px 15px 10px;
        height: auto;
        border: 0;
        border-bottom: 1px solid #ddd;
        margin-left: -10px;
        margin-right: -10px;
    }
    #content.content-news-overview .news-article-snippet:focus,
    #content.content-news-overview .news-article-snippet:hover {
        background-color: #f9f9f9;
    }
    #content.content-news-overview .news-article-snippet:active {
        background-color: #f2f2f2;
    }
    #content.content-news-overview .news-article-snippet .article-title {
        font-size: 18px;
        margin-top: 0;
    }
    #content.content-news-overview .news-article-snippet .article-intro {
        font-size: 14px;
    }
    #content.content-news-overview .news-article-snippet .article-intro div {
        display: none;
    }
    #content.content-news-overview .news-article-snippet .article-read-more {
        right: 10px;
        top: 50%;
        margin-top: -14px;
    }
    #content.content-news-overview
        .news-article-snippet
        .article-read-more
        .btn-link {
        display: none;
    }
    #content.content-news-overview
        .news-article-snippet
        .article-read-more
        .fa {
        display: block;
        color: #404040;
    }
}

#newspaper .news-article-detailed header {
    margin-bottom: 20px;
}
#newspaper .news-article-detailed header h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
}
#newspaper .news-article-detailed header p {
    font-size: 18px;
}

#newspaper .news-article-detailed .article-body .headline-image {
    margin-bottom: 20px;
}
#newspaper .news-article-detailed .article-body .headline-image img {
    border-radius: 6px;
}

#newspaper .news-article-detailed footer {
    margin-top: 40px;
}
#newspaper .news-article-detailed footer ul {
    margin-bottom: 0;
}

#newspaper .sidebar .connected-to-shop {
    height: 80px;
    margin-bottom: 20px;
}
#newspaper .sidebar .connected-to-shop .brand-wrapper {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 20px;
}
#newspaper .sidebar .connected-to-shop .brand-wrapper img {
    max-width: 150px;
    max-height: 80px;
    display: block;
    border-radius: 6px;
    border: 1px solid #ddd;
}
#newspaper .sidebar .connected-to-shop .btn {
    margin-top: 18px;
}

#newspaper .sidebar .advertisements a img {
    border-radius: 3px;
}

#newspaper .sidebar .advertisements div + div {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .catalogue .grid {
        float: right;
    }
}

@media (max-width: 767px) {
    #content.content-news-article #newspaper .news-article-detailed header {
        height: auto;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 10px;
    }
    #content.content-news-article #newspaper .news-article-detailed header h3 {
        margin-bottom: 15px;
    }
    #content.content-news-article
        #newspaper
        .news-article-detailed
        .article-body
        p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #content.content-news-article #newspaper .news-article-detailed footer {
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: 0;
    }
    #content.content-news-article #newspaper .sidebar {
        padding-top: 10px;
    }
    #content.content-news-article
        #newspaper
        .sidebar
        .advertisements
        div
        + div {
        margin-top: 0;
    }
}

#content-page.has-sidebar {
    margin-left: -10px;
    margin-right: -10px;
}
#content-page.has-sidebar .content,
#content-page.has-sidebar .table-of-contents {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

#content-page .table-of-contents > h4 {
    margin-top: 0;
    font-weight: 600;
    font-family: "Abel Pro";
    color: #404040;
}

#content-page .table-of-contents > ul {
    padding-left: 0;
    list-style: none;
}
#content-page .table-of-contents > ul:after,
#content-page .table-of-contents > ul:before {
    content: " ";
    display: table;
}
#content-page .table-of-contents > ul:after {
    clear: both;
    content: " ";
    display: table;
}
#content-page .table-of-contents > ul:before {
    content: " ";
    display: table;
}
#content-page .table-of-contents > ul:after {
    clear: both;
}
#content-page .table-of-contents > ul > li {
    position: relative;
    display: block;
}
#content-page .table-of-contents > ul > li > a {
    position: relative;
    display: inline-block;
    padding-top: 10px 20px;
    padding-bottom: 10px 20px;
}
#content-page .table-of-contents > ul > li > a:focus,
#content-page .table-of-contents > ul > li > a:hover {
    text-decoration: underline;
    color: #056bab;
}
#content-page .table-of-contents > ul > li.disabled > a {
    color: #999;
}
#content-page .table-of-contents > ul > li.disabled > a:focus,
#content-page .table-of-contents > ul > li.disabled > a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
#content-page .table-of-contents > ul .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
#content-page .table-of-contents > ul > li > a > img {
    max-width: none;
}

@media (min-width: 768px) {
    #content-page.has-sidebar .content {
        float: left;
        width: 75%;
    }
}

@media (min-width: 768px) {
    #content-page.has-sidebar .content {
        left: 25%;
    }
}

@media (min-width: 768px) {
    #content-page.has-sidebar .table-of-contents {
        float: left;
        width: 25%;
    }
}

@media (min-width: 768px) {
    #content-page.has-sidebar .table-of-contents {
        right: 75%;
    }
}

.discount-snippet-heading > .btn > i {
    margin-right: 5px;
}

.discount-snippet-heading > .btn:focus,
.discount-snippet-heading > .btn:hover {
    background-color: #056bab;
    text-decoration: none;
}

.discount-snippet-heading .active {
    background-color: #056bab;
    text-decoration: none;
}
.discount-snippet-heading .active:active,
.discount-snippet-heading .active:focus,
.discount-snippet-heading .active:hover {
    background-color: #056bab;
    text-decoration: none;
}

.discount-snippet {
    border-bottom: 1px solid #babdbf;
    padding-top: 10px;
    padding-bottom: 10px;
}
.discount-snippet .brand-container img {
    max-width: 100%;
    display: block;
    height: auto;
}
.discount-snippet .button-wrapper {
    display: none;
}

@media (min-width: 480px) {
    .discount-snippet #captcha-validation .validation-test .validation-options,
    .discount-snippet #content-page.has-sidebar {
        display: none;
    }
    .discount-snippet #content.content-aanmelden .register-header,
    .discount-snippet #content.content-webshops .cat-banner {
        display: none;
    }
    .discount-snippet #crumb-trail,
    .discount-snippet #footer .sitemap .sitemap-columns,
    .discount-snippet #giving-away-ippies .giving-away-ippies-wrapper,
    .discount-snippet #history-and-search .search-bar .form-group {
        display: none;
    }
    .discount-snippet #shop-details .shop-information {
        display: none;
    }
    .discount-snippet #shop-details .shop-information .shop-cat ul li {
        display: none;
    }
    .discount-snippet #title-bar.title-bar-home-visitor .page-intro,
    .discount-snippet .btn-group-vertical > .btn-group,
    .discount-snippet .btn-toolbar,
    .discount-snippet .catalogue,
    .discount-snippet .clearfix,
    .discount-snippet .connected-webshops .webshops-logos,
    .discount-snippet .container,
    .discount-snippet .container-fluid,
    .discount-snippet .dl-horizontal dd,
    .discount-snippet .form-horizontal .form-group {
        display: none;
    }
    .discount-snippet .full-width-products-overview > .heading-columns,
    .discount-snippet .full-width-products-overview > .product-columns {
        display: none;
    }
    .discount-snippet .general-ledger-chapter .general-ledger .record,
    .discount-snippet
        .general-ledger-chapter
        .general-ledger
        .view-less-or-more {
        display: none;
    }
    .discount-snippet .general-ledger-chapter h3 {
        display: none;
    }
    .discount-snippet .good-spendings .good-spendings-wrapper,
    .discount-snippet .introducer,
    .discount-snippet .ippies-explained,
    .discount-snippet .modal-footer,
    .discount-snippet .nav,
    .discount-snippet .navbar,
    .discount-snippet .navbar-collapse,
    .discount-snippet .navbar-header,
    .discount-snippet .news-article-snippet .article-intro p,
    .discount-snippet .owl-carousel .owl-wrapper,
    .discount-snippet .page-cover,
    .discount-snippet .pager,
    .discount-snippet .panel-body {
        display: none;
    }
    .discount-snippet .promo-steps {
        display: none;
    }
    .discount-snippet .promo-steps .step .step-caption,
    .discount-snippet .promo-steps .step .step-circle-wrapper {
        display: none;
    }
    .discount-snippet .quadruplets,
    .discount-snippet .quintuplets {
        display: none;
    }
    .discount-snippet .review-snippet .review-header .review-header-wrapper,
    .discount-snippet .review-snippet .review-middle .review-middle-wrapper {
        display: none;
    }
    .discount-snippet .row {
        display: none;
    }
    .discount-snippet .search-results-listed > ul > .result {
        display: none;
    }
    .discount-snippet .search-results-listed > ul > .result header {
        display: none;
    }
    .discount-snippet .search-results-top-5 .result-row,
    .discount-snippet .septuplets,
    .discount-snippet .sextuplets,
    .discount-snippet .shop-article-snippet header {
        display: none;
    }
    .discount-snippet
        .shop-offer-snippet
        .shop-offer-header
        .shop-offer-header-wrapper,
    .discount-snippet
        .shop-offer-snippet
        .shop-offer-middle
        .shop-offer-middle-wrapper {
        display: none;
    }
    .discount-snippet .tab-box-webshops .tabbed-filters,
    .discount-snippet .triplets,
    .discount-snippet .twins,
    .discount-snippet .well-known-companies .well-known-companies-wrapper,
    .discount-snippet ul#user-dock {
        display: none;
    }
    .discount-snippet .button-wrapper {
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .discount-snippet .amount-of-discount,
    .discount-snippet .brand-container,
    .discount-snippet .button-wrapper {
        float: left;
    }
    .discount-snippet .brand-container {
        width: 20%;
    }
    .discount-snippet .amount-of-discount {
        width: 50%;
    }
    .discount-snippet .button-wrapper {
        width: 30%;
        display: block;
    }
}

@media (min-width: 768px) {
    .discount-snippet {
        padding: 10px;
        background-color: #c2e8f5;
        border-radius: 3px;
    }
    .discount-snippet .brand-container {
        float: none;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1.1;
        font-size: 22px;
        white-space: nowrap;
        overflow: hidden;
    }
    .discount-snippet .brand-container img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .discount-snippet .amount-of-discount {
        border-radius: 2px;
        color: #ef4323;
        background-color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        height: 130px;
    }
    .discount-snippet .amount-of-discount > .v-align-fix {
        vertical-align: middle;
        text-align: center;
        display: inline-block;
        max-width: 95%;
    }
    .discount-snippet .amount-of-discount > .v-align-fix h4,
    .discount-snippet .amount-of-discount > .v-align-fix h5 {
        font-family: "Abel Pro", Helvetica, Arial, sans-serif;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .discount-snippet .amount-of-discount > .v-align-fix h4 {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .discount-snippet .amount-of-discount > .v-align-fix h5 {
        font-size: 18px;
    }
}

.full-width-products-overview > .heading-columns,
.full-width-products-overview > .product-columns {
    margin-left: -10px;
    margin-right: -10px;
}

.full-width-products-overview > .heading-columns > .column-wrap,
.full-width-products-overview > .product-columns > .column-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.full-width-products-overview > .heading-columns > .column-wrap {
    padding-top: 0;
}
.full-width-products-overview > .heading-columns > .column-wrap > a:focus,
.full-width-products-overview > .heading-columns > .column-wrap > a:hover {
    text-decoration: none;
}

.full-width-products-overview > .product-columns .column-wrap {
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.full-width-products-overview > .product-columns .column-wrap .product-item {
    display: block;
    border-radius: 3px;
    border: 1px solid #babdbf;
    padding: 10px;
    position: relative;
    text-decoration: none;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .store-logo {
    position: relative;
    margin-bottom: 10px;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .store-logo
    > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .product-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .price-information {
    margin-top: 10px;
    color: #ef4323;
    font-size: 20px;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .price-information
    > del {
    text-decoration: strike-through;
    float: left;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .price-information
    > strong {
    float: right;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .amount-en-time {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .time-remaining {
    color: #404040;
    margin-top: 10px;
    float: left;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .time-remaining
    > .fa {
    color: #a1dbf2;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .amount-of-ippies {
    font-weight: 700;
    color: #ef4323;
    float: right;
    text-align: right;
    font-size: 18px;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .amount-of-ippies
    > sup {
    font-size: 12px;
}
.full-width-products-overview
    > .product-columns
    .column-wrap
    .product-item
    .buttons {
    margin-top: 10px;
}
.full-width-products-overview > .product-columns .column-wrap.not-longer-valid {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.full-width-products-overview
    > .product-columns
    .column-wrap.not-longer-valid
    .product-item {
    cursor: default;
}
.full-width-products-overview
    > .product-columns
    .column-wrap.not-longer-valid
    .product-item
    .buttons
    span {
    cursor: default;
}
.full-width-products-overview
    > .product-columns
    .column-wrap.not-longer-valid
    .product-item
    .buttons
    span:active,
.full-width-products-overview
    > .product-columns
    .column-wrap.not-longer-valid
    .product-item
    .buttons
    span:focus,
.full-width-products-overview
    > .product-columns
    .column-wrap.not-longer-valid
    .product-item
    .buttons
    span:hover {
    background-color: #35a7e2;
    border-color: #35a7e2;
}

@media (min-width: 768px) {
    .full-width-products-overview > .heading-columns > .column-wrap,
    .full-width-products-overview > .product-columns > .column-wrap {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .full-width-products-overview > .heading-columns > .column-wrap,
    .full-width-products-overview > .product-columns > .column-wrap {
        float: left;
        width: 25%;
    }
}

.at-these-stores-logos {
    display: none;
    margin: 17.5px 0 30px;
}
.at-these-stores-logos ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-bottom: 0;
}
.at-these-stores-logos ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
}
.at-these-stores-logos ul > li a {
    padding: 0;
}
.at-these-stores-logos ul > li img {
    display: inline-block;
}
.at-these-stores-logos ul > .text {
    padding-right: 10px;
}
.at-these-stores-logos ul > .text p {
    font-size: 16px;
    margin: 0;
    line-height: 50px;
}

@media (min-width: 768px) {
    .at-these-stores-logos {
        display: block;
    }
    .at-these-stores-logos ul {
        display: table;
    }
}

.introducer h2 {
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #ef4323;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-size: 45px;
    margin-top: 0;
}
.introducer h2 .small,
.introducer h2 small {
    font-weight: 300;
    line-height: 1;
    color: #666;
}
.introducer h2 .small,
.introducer h2 small {
    font-size: 65%;
}

.good-spendings .good-spendings-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.good-spendings .good-spendings-wrapper .good-spendings-form {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
}
.good-spendings .good-spendings-wrapper .good-spendings-form form .alt {
    color: #ef4323;
}

@media (min-width: 768px) {
    .good-spendings .good-spendings-wrapper .good-spendings-form {
        float: left;
        width: 58.33333%;
    }
}

@media (min-width: 768px) {
    .good-spendings .good-spendings-wrapper .good-spendings-form {
        margin-left: 20.83333%;
    }
}

.good-spendings-foundations {
    margin-top: 30px;
}
.good-spendings-foundations .box h4 {
    text-align: center;
    color: #404040;
}
.good-spendings-foundations .box a {
    display: block;
    margin: 15px 0;
}
.good-spendings-foundations .box a img {
    border-radius: 5px;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.4);
}
.good-spendings-foundations .box.active h4 {
    color: #ef4323;
}
.good-spendings-foundations .box.active img {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.9);
}
.good-spendings-foundations p {
    padding: 5px;
}

.search-results-top-5 {
    border: 1px solid #c2e8f5;
    border-top: 0;
}
.search-results-top-5 .header {
    background-color: #c2e8f5;
    padding: 10px;
    position: relative;
}
.search-results-top-5 .header .heading-title {
    color: #404040;
    margin-top: 0;
    margin-bottom: 0;
}
.search-results-top-5 .result-row {
    border-bottom: 1px solid #c2e8f5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.search-results-top-5 .result-row .result-index {
    padding-top: 21px;
    text-align: center;
}
.search-results-top-5 .result-row .result-index span {
    display: inline-block;
    background-color: #ef4323;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding-top: 2px;
}
.search-results-top-5 .result-row .shop-brand {
    text-align: center;
}
.search-results-top-5 .result-row .shop-brand img {
    margin-left: auto;
    margin-right: auto;
}
.search-results-top-5 .result-row .reviews-and-offers {
    padding-top: 16px;
}
.search-results-top-5 .result-row .reviews-and-offers .btn {
    font-size: 10px;
}
.search-results-top-5 .result-row .view-store {
    padding-top: 19px;
    font-size: 11px;
}
.search-results-top-5 .result-row .view-store a {
    color: #241f21;
}
.search-results-top-5 .result-row .view-store a small {
    font-size: 9px;
    color: #919496;
    display: block;
}
.search-results-top-5 .result-row .view-store a:focus,
.search-results-top-5 .result-row .view-store a:hover {
    color: #cc3232;
    text-decoration: none;
}
.search-results-top-5 .result-row .view-store a:focus small,
.search-results-top-5 .result-row .view-store a:hover small {
    color: #cc3232;
}
.search-results-top-5 .open-all {
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-results-top-5 .open-all small {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    color: #919496;
}

#search-results,
#search-results-specific {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 5;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

#search-results-specific {
    top: 52px;
}

#search-results .row,
#search-results-specific .row {
    margin-left: 0;
    margin-right: 0;
}

#search-results .search-left,
#search-results .search-right {
    padding-left: 0;
    padding-right: 0;
}

#search-results-specific .search-left,
#search-results-specific .search-right {
    padding-left: 0;
    padding-right: 0;
}

#search-results .search-left,
#search-results-specific .search-left {
    max-height: 502px;
    overflow: hidden;
    position: relative;
}

#search-results .search-left ul,
#search-results-specific .search-left ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

#search-results .search-left ul > li.result-suggestion,
#search-results-specific .search-left ul > li.result-suggestion {
    position: relative;
    border-bottom: 1px dotted #ccc;
    padding-top: 7px;
    padding-bottom: 7px;
}
#search-results .search-left ul > li.result-suggestion .result-suggestion--name,
#search-results-specific
    .search-left
    ul
    > li.result-suggestion
    .result-suggestion--name {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#search-results .search-left ul > li.result-suggestion:last-child,
#search-results-specific .search-left ul > li.result-suggestion:last-child {
    border-bottom: 0;
}

#search-results .search-left ul > li.result-suggestion > a,
#search-results-specific .search-left ul > li.result-suggestion > a {
    font-size: 13px;
    color: #404040;
    display: block;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    padding-right: 10px;
}

#search-results .search-left ul > li.result-suggestion > a strong,
#search-results-specific .search-left ul > li.result-suggestion > a strong {
    color: #056bab;
    border-bottom: 1px dashed #079af5;
}

#search-results .search-left ul > li.result-suggestion > a:focus,
#search-results .search-left ul > li.result-suggestion > a:hover {
    font-weight: 700;
    text-decoration: none;
    background-color: #f2f2f2;
    color: #056bab;
}

#search-results-specific .search-left ul > li.result-suggestion > a:focus,
#search-results-specific .search-left ul > li.result-suggestion > a:hover {
    font-weight: 700;
    text-decoration: none;
    background-color: #f2f2f2;
    color: #056bab;
}

#search-results .search-left ul > li.result-suggestion > a:focus strong,
#search-results .search-left ul > li.result-suggestion > a:hover strong {
    font-weight: 700;
    color: #056bab;
    border-color: #666;
}

#search-results-specific
    .search-left
    ul
    > li.result-suggestion
    > a:focus
    strong,
#search-results-specific
    .search-left
    ul
    > li.result-suggestion
    > a:hover
    strong {
    font-weight: 700;
    color: #056bab;
    border-color: #666;
}

#search-results .search-left ul > li.result-suggestion > a span.module-name,
#search-results-specific
    .search-left
    ul
    > li.result-suggestion
    > a
    span.module-name {
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    text-align: right;
}

@media (max-width: 767px) {
    #search-results .search-left ul > li.result-suggestion > a span.module-name,
    #search-results-specific
        .search-left
        ul
        > li.result-suggestion
        > a
        span.module-name {
        display: none;
    }
}

#search-results
    .search-left
    ul
    > li.result-suggestion
    > a
    span.module-name.shop,
#search-results-specific
    .search-left
    ul
    > li.result-suggestion
    > a
    span.module-name.shop {
    color: #ef4323;
}

#search-results
    .search-left
    ul
    > li.result-suggestion
    > a
    span.module-name.search,
#search-results-specific
    .search-left
    ul
    > li.result-suggestion
    > a
    span.module-name.search {
    color: #35a7e2;
}

#search-results .search-left ul > li.result-suggestion > a span.parent,
#search-results-specific
    .search-left
    ul
    > li.result-suggestion
    > a
    span.parent {
    margin-left: 10px;
    font-size: 11px;
    color: #aaa;
}

#search-results .search-left ul > li.result-suggestion.key-hover,
#search-results-specific .search-left ul > li.result-suggestion.key-hover {
    font-weight: 700;
    text-decoration: none;
    background-color: #f2f2f2;
    color: #056bab;
}
#search-results .search-left ul > li.result-suggestion.key-hover a,
#search-results-specific .search-left ul > li.result-suggestion.key-hover a {
    font-weight: 700;
    text-decoration: none;
    background-color: #f2f2f2;
    color: #056bab;
}

#search-results .search-left ul > li.result-suggestion.key-hover a strong,
#search-results .search-left ul > li.result-suggestion.key-hover strong {
    font-weight: 700;
    color: #056bab;
    border-color: #666;
}

#search-results-specific
    .search-left
    ul
    > li.result-suggestion.key-hover
    a
    strong,
#search-results-specific
    .search-left
    ul
    > li.result-suggestion.key-hover
    strong {
    font-weight: 700;
    color: #056bab;
    border-color: #666;
}

span.star-favorite {
    float: right;
    color: #bbb;
    display: block;
    padding: 8px 0 5px;
}

span.star-favorite-specific {
    float: right;
    color: #bbb;
    padding: 8px 10px 5px;
}
span.star-favorite-specific.active {
    color: #ef4323;
}

span.star-favorite.active {
    color: #ef4323;
}

#search-results-specific {
    top: 262px;
}

@media (max-width: 767px) {
    #search-results {
        width: 100%;
        left: 0;
        top: 82px;
    }
}

@media (min-width: 768px) {
    #search-results .search-right {
        display: block;
    }
}

.search-results-listed .heading-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-results-listed > ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.search-results-listed > ul > .result {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #e3e3e3;
}
.search-results-listed > ul > .result:first-child {
    border-top: 1px solid #e3e3e3;
}
.search-results-listed > ul > .result:focus,
.search-results-listed > ul > .result:hover {
    background-color: #f9f9f9;
}
.search-results-listed > ul > .result header .title {
    margin-top: 0;
    margin-bottom: 0;
    color: #056bab;
    font-size: 16px;
    font-weight: 300;
    float: left;
}
.search-results-listed > ul > .result header .title a {
    color: #056bab;
}
.search-results-listed > ul > .result header .title a:focus,
.search-results-listed > ul > .result header .title a:hover {
    text-decoration: underline;
}
.search-results-listed > ul > .result header .module-name {
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    text-align: right;
}
.search-results-listed > ul > .result header .module-name a.shop {
    color: #ef4323;
}
.search-results-listed > ul > .result header .module-name a.search {
    color: #35a7e2;
}
.search-results-listed > ul > .result header .module-name a.sub {
    color: #a1dbf2;
}
.search-results-listed > ul > .result .page-url {
    font-size: 14px;
}
.search-results-listed > ul > .result .page-url .breadcrumb {
    margin-bottom: 0;
}
.search-results-listed > ul > .result .page-url .breadcrumb > li.active {
    color: #127d3d;
}
.search-results-listed > ul > .result .page-url .breadcrumb > li + li:before {
    color: #127d3d;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-results-listed > ul > .result .page-url .breadcrumb > li > a {
    color: #127d3d;
}
.search-results-listed > ul > .result .page-url a {
    color: #127d3d;
}
.search-results-listed > ul > .result .page-url a:focus,
.search-results-listed > ul > .result .page-url a:hover {
    text-decoration: underline;
}
.search-results-listed > ul > .result .description {
    font-size: 14px;
    color: #404040;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .search-results-listed > ul > .result header .module-name a.shop {
        display: none;
    }
}

@media (max-width: 767px) {
    .search-results-listed > ul > .result .description {
        display: none;
    }
}

#search-results .search-results-top-5,
#search-results-specific .search-results-top-5 {
    border-right: 0;
    border-bottom: 0;
}

#search-results .search-results-top-5 .header,
#search-results-specific .search-results-top-5 .header {
    padding: 5px 10px;
}

#search-results .search-results-top-5 .header .heading-title,
#search-results-specific .search-results-top-5 .header .heading-title {
    font-size: 16px;
    font-family: "Abel Pro";
}

#search-results .search-results-top-5 .result-row .result-index,
#search-results-specific .search-results-top-5 .result-row .result-index {
    padding-top: 13px;
}

#search-results .search-results-top-5 .result-row .shop-brand img,
#search-results-specific .search-results-top-5 .result-row .shop-brand img {
    max-height: 46px;
    max-width: 100%;
}

#search-results .search-results-top-5 .result-row .reviews-and-offers,
#search-results-specific .search-results-top-5 .result-row .reviews-and-offers {
    padding-top: 5px;
    padding-left: 0;
}

#search-results .search-results-top-5 .result-row .reviews-and-offers .btn,
#search-results-specific
    .search-results-top-5
    .result-row
    .reviews-and-offers
    .btn {
    font-size: 10px;
    padding: 4px;
}

#search-results .search-results-top-5 .result-row .view-store,
#search-results-specific .search-results-top-5 .result-row .view-store {
    padding-left: 0;
    padding-top: 10px;
    font-size: 10px;
}

#search-results .search-results-top-5 .result-row.key-hover,
#search-results-specific .search-results-top-5 .result-row.key-hover {
    background-color: #f5f5f5;
}

#search-results .search-results-top-5 .result-row.key-hover .view-store a,
#search-results-specific
    .search-results-top-5
    .result-row.key-hover
    .view-store
    a {
    color: #cc3232;
}
#search-results .search-results-top-5 .result-row.key-hover .view-store a small,
#search-results-specific
    .search-results-top-5
    .result-row.key-hover
    .view-store
    a
    small {
    color: #cc3232;
}

#search-results .search-results-top-5 .open-all,
#search-results-specific .search-results-top-5 .open-all {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    background-color: #e2e2e2;
}

#search-results .search-results-top-5 .open-all small,
#search-results-specific .search-results-top-5 .open-all small {
    margin-top: 2px;
}

.open-all.row {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
}

#charities .charity-foundation > h3 {
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #ef4323;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-size: 36px;
    text-align: center;
    color: #ef4323;
    font-size: 30px;
    margin-top: 0;
}
#charities .charity-foundation > h3 .small,
#charities .charity-foundation > h3 small {
    font-weight: 300;
    line-height: 1;
    color: #666;
}
#charities .charity-foundation > h3 .small,
#charities .charity-foundation > h3 small {
    font-size: 65%;
}

#charities .charity-foundation .foundation-brand {
    margin-left: auto;
    margin-right: auto;
}

#charities .charity-description {
    position: relative;
}
#charities .charity-description > h3 {
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #ef4323;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-size: 36px;
    text-align: center;
    color: #ef4323;
    font-size: 30px;
    margin-top: 0;
}
#charities .charity-description > h3 .small,
#charities .charity-description > h3 small {
    font-weight: 300;
    line-height: 1;
    color: #666;
}
#charities .charity-description > h3 .small,
#charities .charity-description > h3 small {
    font-size: 65%;
}
#charities .charity-description img.arrow-to-charity-form {
    position: absolute;
    right: -10px;
    top: -10px;
}
#charities .charity-description .header span.first,
#charities .charity-description .header span.second,
#charities .charity-description .header span.third {
    text-align: right;
    padding-right: 0;
    display: block;
    color: #ef4323;
    line-height: 1.1;
}
#charities .charity-description .header span.first {
    font-size: 34.27px;
    padding-right: 100px;
}
#charities .charity-description .header span.second {
    font-size: 58.54px;
}
#charities .charity-description .header span.third {
    font-size: 24.27px;
    padding-right: 160px;
    margin-bottom: 20px;
}
#charities .charity-description .description-body {
    padding-left: 20px;
    padding-right: 20px;
}

#charities .charity-form > h3 {
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #ef4323;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-size: 36px;
    text-align: center;
    color: #ef4323;
    font-size: 30px;
    margin-top: 0;
}
#charities .charity-form > h3 .small,
#charities .charity-form > h3 small {
    font-weight: 300;
    line-height: 1;
    color: #666;
}
#charities .charity-form > h3 .small,
#charities .charity-form > h3 small {
    font-size: 65%;
}

#charities .charity-form .form-box {
    border-radius: 4px;
    background-color: #ffe8cc;
    padding: 15px;
    position: relative;
}
#charities .charity-form .form-box .checkbox {
    font-size: 12px;
}

#charities .charities-themes > .theme-column {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#charities .charities-themes > .theme-column.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
#charities .charities-themes > .theme-column > h3 {
    color: #ef4323;
    font-size: 20px;
    text-align: center;
}
#charities .charities-themes > .theme-column > h4 {
    font-size: 14px;
    text-align: center;
}
#charities .charities-themes > .theme-column .theme-logo-wrapper {
    margin-bottom: 20px;
    position: relative;
    height: 150px;
}
#charities .charities-themes > .theme-column .theme-logo-wrapper img {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#charities .charities-themes > .theme-column .theme-logo-wrapper:last-child {
    margin-bottom: 0;
}

#panel .panel-introduction-text {
    text-align: center;
}
#panel .panel-introduction-text h2 {
    color: #ef4323;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
#panel .panel-introduction-text h3 {
    color: #ef4323;
    font-size: 20px;
    margin-top: 0;
}
#panel .panel-introduction-text.profile-is-incomplete h3 {
    margin-bottom: 20px;
}
#panel .panel-introduction-text.profile-is-incomplete h5 {
    margin-bottom: 12.5px;
    margin-top: 12.5px;
    color: #ef4323;
    font-size: 18px;
}
#panel .panel-introduction-text .button-wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}
#panel .panel-introduction-text.profile-is-incomplete .button-wrapper {
    width: 100%;
    margin-bottom: 0;
    margin-top: 25px;
}
#panel .panel-introduction-text .button-wrapper .btn {
    background-color: #ef4323;
}
#panel .panel-introduction-text .panel-disclaimer-text {
    font-size: 12px;
}

.completion-bar-outer {
    background-color: #a1dbf2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.25);
    height: 40px;
    position: relative;
}
.completion-bar-outer span.percent-count {
    z-index: 2;
    top: 5px;
    position: absolute;
    font-size: 20px;
    color: #fff;
}
.completion-bar-outer span.current-percent-count {
    left: 10px;
}
.completion-bar-outer span.total-percent-count {
    right: 10px;
}

.completion-bar-inner {
    height: 40px;
    border-radius: 4px;
    background-color: #ef4323;
    -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#content.customer-service {
    padding-top: 0;
    font-size: 16px;
}
#content.customer-service .big-heading {
    font-family: "Abel Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #ef4323;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-size: 45px;
}
#content.customer-service .big-heading .small,
#content.customer-service .big-heading small {
    font-weight: 300;
    line-height: 1;
    color: #666;
}
#content.customer-service .big-heading .small,
#content.customer-service .big-heading small {
    font-size: 65%;
}
#content.customer-service .most-wanted-to-know {
    margin-top: 20px;
}
#content.customer-service .most-wanted-to-know ol {
    padding-left: 25px;
}
#content.customer-service .customer-service-phone {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
#content.customer-service .customer-service-phone span {
    font-size: 20px;
    display: inline-block;
}
#content.customer-service .customer-service-phone span img {
    float: left;
    margin-right: 20px;
}

#container-video-infographic {
    position: relative;
    min-height: 408px;
    max-height: 420px;
    padding: 0;
}

@media (max-width: 479px) {
    #container-video-infographic {
        min-height: 1px;
    }
}

#container-video-infographic-mobile h1 {
    font-size: 24px;
    text-align: left;
}

@media (max-width: 479px) {
    #container-video-infographic {
        display: none;
    }
}

@media (min-width: 768px) {
    #container-video-infographic-mobile {
        display: none;
    }
    #container-video-infographic {
        display: block;
    }
}

#home-page-intro {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

#home-page-video {
    top: 0;
    width: 100%;
    left: 0;
    /*position: absolute*/
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

html.lt-ie9 .btn {
    padding-top: 7px;
    padding-bottom: 6px;
}

html.lt-ie9 .form-control.input-md {
    height: 42px;
    line-height: 26px;
}

html.lt-ie9 select.form-control {
    padding-right: 10px;
}

html.lt-ie9 .control-label,
html.lt-ie9 .form-group-label {
    display: block !important;
    font-size: 14px;
    color: #999;
}

body.modal-open {
    padding-right: 0 !important;
}

.bootbox.modal {
    overflow: hidden !important;
    overflow-y: hidden !important;
}

.fa-rounded {
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 50%;
    background-color: #ef4323;
    color: #fff;
    text-align: center;
}

.important.required {
    display: none;
}

.font-weight-700,
.text-bold,
b,
strong {
    font-weight: 700 !important;
}

.image-wrapper.has-iframe {
    display: block;
    position: relative;
    overflow: hidden;
}
.image-wrapper.has-iframe iframe {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.image-wrapper.has-iframe a {
    display: inline-block;
}
.image-wrapper.has-iframe .anchor-frame {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.001);
}

.acount-sidebare-nav {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.acount-sidebare-nav ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.acount-sidebare-nav ul li a {
    line-height: 44px;
    color: #404040;
    padding-left: 25px;
    display: block;
}
.acount-sidebare-nav ul li a:hover,
.acount-sidebare-nav ul li a:active,
.acount-sidebare-nav ul li a:focus {
    text-decoration: none;
    color: #ef4323;
}
.acount-sidebare-nav ul li a.active {
    border-left: 2px solid #ef4323;
    font-weight: bold;
    color: #ef4323;
}
.acount-sidebare-nav ul li.message-nav,
.acount-sidebare-nav ul li.log-out-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    #user-dock .is-logged-in > .btn,
    #user-dock .log-me-in > .btn,
    #user-dock .message-centre > .btn,
    #user-dock .register-now > .btn {
        margin-top: 7px;
        margin-bottom: 7px;
        padding: 10px 15px;
        font-size: 14px;
    }
}

.btn-no-background {
    background: transparent;
}
.btn-no-background:hover,
.btn-no-background:active,
.btn-no-background:focus {
    background: transparent;
}

.message-box-wrapper-nav {
    position: relative;
}
.message-box-wrapper-nav a.messages {
    position: relative;
    z-index: 6000000;
}
.message-box-wrapper-nav a.messages,
.message-box-wrapper-nav .small-message-box .fa-envelope {
    color: #fff;
}
.message-box-wrapper-nav .message-box-message .date {
    font-size: 12px;
}

.wrapper-message-box {
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
}
.wrapper-message-box .date {
    color: #616161;
}

.title-component {
    text-align: center;
}
.title-component h1 {
    margin-bottom: 0;
}

.wrapper-account-management h1.h2 {
    margin-top: 0;
}

.delete-account-component .text-left button.btn-widest {
    margin-top: 20px;
}

.delete-account-component .checkbox label span {
    font-size: 17px;
}

#search-results-suggestions-specific {
    margin-bottom: 0;
}
#search-results-suggestions-specific .result-suggestion {
    position: relative;
}
#search-results-suggestions-specific .result-suggestion a.img-suggestion img {
    width: 100%;
    height: auto;
}
#search-results-suggestions-specific .result-suggestion a.name-suggestion {
    line-height: 38px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#search-results-suggestions-specific .result-suggestion a.img-suggestion {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 38px;
}
#search-results-suggestions-specific .result-suggestion .suggestion-wrapper {
    position: static;
}
#search-results-suggestions-specific .result-suggestion a.btn.voeg-toe {
    background: transparent;
    color: #404040;
    border-left: 1px solid #999;
    border-radius: 0;
    margin-left: 5px;
    padding-right: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    width: 95px;
}
#search-results-suggestions-specific .result-suggestion a.btn.verwijderen {
    background: transparent;
    color: #404040;
    border-left: 1px solid #999;
    border-radius: 0;
    margin-left: 5px;
    padding-right: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    width: 95px;
}
#search-results-suggestions-specific
    .result-suggestion
    a.btn.verwijderen
    i:before {
    content: "\f004";
}

@media (max-width: 991px) {
    #search-results-suggestions-specific .result-suggestion a.name-suggestion {
        line-height: 38px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #search-results-suggestions-specific
        .result-suggestion
        .btn-wrapper-search-review {
        display: none;
    }
}

@media (max-width: 767px) {
    #search-results-suggestions-specific
        .result-suggestion
        .btn-wrapper-search-review {
        display: none;
    }
    #search-results-suggestions-specific .result-suggestion a.btn.voeg-toe,
    #search-results-suggestions-specific .result-suggestion a.btn.verwijderen {
        background: transparent;
        color: #404040;
        border-left: 1px solid #999;
        border-radius: 0;
        margin-left: 5px;
        padding-right: 0;
        margin-right: 0;
        font-size: 15px;
        line-height: 38px;
        padding-top: 0;
        padding-bottom: 0;
        width: 95px !important;
    }
    #search-results-suggestions-specific .result-suggestion a.img-suggestion {
        width: 60px;
    }
    #search-results-suggestions-specific .result-suggestion a.name-suggestion {
        margin-left: 60px;
        line-height: 38px;
        display: block;
        width: 32%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#search-form .button-wrapper {
    position: relative;
}
#search-form .button-wrapper .start-with-search {
    position: absolute;
    bottom: 70px;
}

.fav-shop.fav-shops-column.tippie-wrapper a,
.fav-shop.fav-shops-column.fav-top-shop a {
    display: block;
    padding-top: 65%;
    background-size: cover;
    background-position: top;
    position: relative;
}

.fav-shop.fav-shops-column.tippie-wrapper .wrapper-top-fav,
.fav-shop.fav-shops-column.fav-top-shop .wrapper-top-fav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
}

.fav-shops .fav-shops-wrapper .fav-shop .image-wrapper img {
    border-radius: 0;
}

.fav-shop.fav-shops-column.add-toe-new-shop .fa {
    font-size: 5em;
    line-height: 0;
    color: #fff;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: transparent;
}
.fav-shop.fav-shops-column.add-toe-new-shop .fa:before {
    display: block;
}

.fav-shop.fav-shops-column.fav-top-shop a i {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 12px;
}

.fav-shop.fav-shops-column.tippie-wrapper a i {
    position: absolute;
    right: -23px;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    /*line-height: 84px;*/
    padding-top: 0;
    padding-bottom: 0;
}

.fav-shop.fav-shops-column.fav-top-shop a i {
    text-align: center;
    vertical-align: middle;
    /*line-height: 84px;*/
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .wrapper-content-box {
        margin-bottom: 150px;
    }
    .news-articles-shortlist > li > a {
        display: block;
    }
    .news-articles-shortlist li.highlightedNewsItem > a span.block {
        float: right;
        width: 78%;
    }
}

@media (max-width: 991px) {
    #search-form .button-wrapper .start-with-search {
        display: none;
    }
    .news-articles-shortlist li.highlightedNewsItem > a img {
        width: 20%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 991px) and (min-device-width: 768px) {
    #history-and-search h3 {
        margin-top: 0;
        font-size: 18px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    #search-form .button-wrapper .start-with-search {
        display: none;
    }
    #logged-in-welcome {
        display: block;
    }
    .overlay-xs-background {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 78px;
        background: #c2e8f5;
    }
    #logged-in-welcome p:last-child {
        font-size: 17px;
    }
    #history-and-search h3 {
        margin-top: 10px;
        font-size: 17px;
    }
    .fav-shops {
        width: auto;
        background-color: transparent !important;
        border-top: 0;
        position: static;
        display: block;
    }
    .shop-name-wrapper {
        position: absolute;
        top: calc(50% - 9px);
        right: -29px;
        z-index: 5;
        font-size: 12px;
    }
    .fav-shop.fav-shops-column.tippie-wrapper a i {
        padding: 35px;
    }
    .fav-shop.fav-shops-column.tippie-wrapper .wrapper-top-fav {
        position: relative;
        display: block;
        margin-right: 50px;
    }
    .fav-shop.fav-shops-column.tippie-wrapper a i {
        padding: 21px 25px;
    }
    .fav-shop.fav-shops-column.fav-top-shop a i,
    .fav-shop.fav-shops-column.tippie-wrapper a i {
        position: absolute;
        right: -50px;
    }
    .save-help-wrapper-index,
    .news-wrapper-index {
        border: 0;
        border-radius: 0;
        padding: 0;
        position: relative;
    }
    .bottom-btn {
        position: static;
    }
    .alert-component {
        margin: 0;
        padding: 0;
    }
    .alert-component.fav-shops .alert-warning {
        border-radius: 0;
    }
    .alert-component.fav-shops .alert-warning p {
        font-size: 13px;
        margin-top: 0;
    }
    .news-articles-shortlist li.highlightedNewsItem > a {
        padding: 0;
    }
    .news-articles-shortlist li.highlightedNewsItem > a img {
        width: 21%;
        margin-top: 9px;
        margin-bottom: 9px;
        float: left;
    }
    .news-articles-shortlist li.highlightedNewsItem > a span.block {
        float: right;
        width: 74%;
    }
    .save-help-wrapper-index .wrapper-content-box,
    .news-wrapper-index .wrapper-content-box {
        margin-bottom: 15px;
    }
}

.intro h1 {
    margin-bottom: 10px;
}

/**
REDESIGN
 */
#top-bar .wrapper-kop h3 {
    color: #fff;
    font-size: 22px;
    height: 57px;
    line-height: 57px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.log-me-in .btn-link.dropdown-toggle .fa-user {
    margin-right: 5px;
    font-size: 23px;
}

.open.log-me-in .btn-link.dropdown-toggle .fa-caret-up {
    margin-left: 5px;
    display: inline-block;
}

.log-me-in .btn-link.dropdown-toggle .fa-caret-up {
    margin-left: 5px;
    display: none;
}

.log-me-in .btn-link.dropdown-toggle .fa-caret-down {
    margin-left: 5px;
    display: inline-block;
}

.open.log-me-in .btn-link.dropdown-toggle .fa-caret-down {
    display: none;
}

.log-me-in .btn-link.dropdown-toggle {
    padding-bottom: 0;
}

#login-dropdown-menu {
    top: 6px;
    margin-top: 0;
}
#login-dropdown-menu li {
    padding-top: 40px;
}

#user-dock .open.log-me-in > .btn-link.dropdown-toggle {
    z-index: 2000;
    color: #ef4323;
}

#user-dock .log-me-in > .btn-link.dropdown-toggle {
    font-size: 15px;
    margin-top: 3px;
    position: relative;
}

@media (min-width: 1280px) {
    #top-bar .wrapper-kop h3 {
        height: 57px;
        line-height: 57px;
        font-size: 25px;
        text-align: center;
    }
}

#login-dropdown .form-group {
    position: relative;
}
#login-dropdown .form-group .form-icon {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 7px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
    padding-top: 5px;
}

#login-dropdown .form-control {
    padding-left: 45px;
}

.forget-password-wrapper {
    margin-bottom: 20px;
}

.sign-in-wrapper {
    margin-top: 20px;
}
.sign-in-wrapper p {
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
}
.sign-in-wrapper .btn-outline {
    width: 100%;
}

@media (min-width: 768px) {
    #footer .sitemap.footer-wrapper-new .sitemap-columns > .column {
        width: 25%;
    }
}

@media (max-width: 767px) {
    #top-bar .user-dock-toggle {
        z-index: 1000;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        background-color: transparent;
        border-color: transparent;
        border-radius: 0;
        margin-right: -10px;
        width: auto;
        max-width: none;
        text-align: right;
        padding: 16px 10px;
        color: #fff;
        font-size: 16px;
    }
    #top-bar .user-dock-toggle i {
        font-size: 25px;
        padding-left: 10px;
        vertical-align: middle;
    }
}

.social-component {
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-media-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.social-media-icons li {
    float: left;
}
.social-media-icons li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.social-component h5 {
    float: left;
    line-height: 37px;
    color: #404040;
    padding-right: 15px;
}
.social-component h5 strong {
    padding-right: 15px;
    color: #ef4323;
}

.circle-text {
    width: 40px;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #4679bd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-text i {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: white;
    font-size: 20px;
}

.youtube .circle-text:after {
    background: #cc181e;
}

.youtube:hover .circle-text:after {
    background: #ad161b;
}

.googleplus .circle-text:after {
    background: #585449;
}

.googleplus:hover .circle-text:after {
    background: #393730;
}

.twitter .circle-text:after {
    background: #1da1f2;
}

.instagram .circle-text:after {
    background: #dd2a7b;
}
.instagram:hover .circle-text:after {
    background: #8134af;
}

.twitter:hover .circle-text:after {
    background: #3b88c3;
}

.social-media-icons li a {
    padding-top: 10px;
}

.facebook .circle-text:after {
    background: #4267b2;
}

.facebook:hover .circle-text:after {
    background: #365899;
}

.social-component h5 {
    padding: 0;
}
.social-component h5 strong br {
    display: none;
}

@media (max-width: 767px) {
    .social-component {
        background: #bae5f3;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .social-component h5 {
        float: left;
        line-height: 23px;
    }
    .social-component h5 strong br {
        display: block;
    }
    .social-media-icons li a:first-child {
        padding-left: 0;
        padding-bottom: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) {
    .social-component h5 strong br {
        display: block;
    }
    .social-media-icons li a {
        padding-top: 0;
        padding-bottom: 0;
    }
}

#footer .copyright .quick-references > li {
    font-size: 12px !important;
}
#footer .copyright .quick-references > li > a {
    font-size: 12px !important;
}

@media (max-width: 767px) {
    #footer .sitemap .sitemap-columns > .column > h5 {
        padding-left: 40px;
    }
    #footer .sitemap .sitemap-columns > .column > h5 .fa {
        display: block;
        position: absolute;
        right: 20px;
        left: 20px;
        top: 65%;
        margin-top: -16px;
    }
    .column .collapsed .fa-caret-down {
        display: block !important;
    }
    .column .fa-caret-down,
    .column .collapsed .fa-caret-up {
        display: none !important;
    }
    .column .fa-caret-up {
        display: block !important;
    }
    #footer .sitemap .sitemap-columns > .column > h5 {
        background-color: #fff;
    }
    #footer .copyright .quick-references > li {
        display: inline-block;
    }
    #footer .copyright .quick-references > li:nth-child(4):before {
        display: none;
    }
    #footer .copyright .quick-references > li:nth-child(6) {
        display: block;
        float: right;
        width: 100%;
        padding-top: 20px;
        text-align: right;
    }
    #footer .copyright .quick-references > li:nth-child(6):before {
        display: none;
    }
    #footer .copyright .quick-references > li > a,
    #footer .copyright .quick-references > li > p {
        font-size: 14px !important;
    }
    #footer .sitemap .sitemap-columns > .column {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #footer .sitemap .sitemap-columns > .column:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

section.introducer.vspace-30.introducer-home-spend.hidden-xs {
    max-width: 100% !important;
}

@media only screen and (max-device-width: 479px) {
    #footer .copyright .quick-references > li:nth-child(2) {
        padding-right: 55px;
    }
    #footer .copyright .quick-references > li:nth-child(3):before {
        display: none;
    }
    #footer .copyright .quick-references > li:nth-child(4) {
        padding-right: 55px;
    }
    #footer .copyright .quick-references > li:nth-child(4):before {
        display: unset;
    }
    #footer .copyright .quick-references > li:nth-child(5):before {
        display: none;
    }
    #footer .copyright .quick-references > li:nth-child(6):before {
        display: none !important;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
    #footer .copyright .quick-references > li:nth-child(2) {
        padding-right: 0;
    }
    #footer .copyright .quick-references > li:nth-child(3):before {
        display: inline-block;
    }
    #footer .copyright .quick-references > li:nth-child(4) {
        padding-right: 0;
    }
    #footer .copyright .quick-references > li:nth-child(4):before {
        display: inline-block;
    }
    #footer .copyright .quick-references > li:nth-child(5):before,
    #footer .copyright .quick-references > li:nth-child(6):before {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .explaining-ippies .well-known-companies .text-center {
        text-align: left;
    }
    .explaining-ippies .well-known-companies .text-center h3 {
        font-size: 34px;
        margin-top: 0;
    }
    .explaining-ippies .well-known-companies .text-center h3:after {
        content: ":";
    }
    .well-known-companies .well-known-companies-wrapper {
        margin: 0;
    }
    .well-known-companies .well-known-companies-wrapper .well-known-company {
        height: 113px;
        border: 1px solid #e3e3e3;
        text-align: center;
        position: relative;
        margin-right: 15px;
        float: left;
        width: 30.33333333333333%;
        min-height: 1px;
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    .well-known-companies
        .well-known-companies-wrapper
        .well-known-company:nth-child(3),
    .well-known-companies
        .well-known-companies-wrapper
        .well-known-company:last-child {
        margin-right: 0;
    }
    .well-known-companies
        .well-known-companies-wrapper
        .well-known-company:nth-child(4),
    .well-known-companies
        .well-known-companies-wrapper
        .well-known-company:nth-child(5),
    .well-known-companies
        .well-known-companies-wrapper
        .well-known-company:last-child {
        margin-bottom: 0;
    }
    .explaining-ippies {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .connected-webshops {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .connected-webshops h2 {
        margin-top: 0;
    }
    .connected-webshops .how-to.clearfix {
        margin-bottom: 30px;
    }
    .connected-webshops .webshops-logos div h2 {
        text-align: left;
    }
    .img-holder-wrapper {
        background: #fff;
    }
    .connected-webshops .webshops-logos .image-holder.text a.btn-outline-or {
        color: #ef4323;
        border: 1px solid #ef4323;
        background-color: transparent;
    }
    .connected-webshops
        .webshops-logos
        .image-holder.text
        a.btn-outline-or:hover {
        color: #fff;
        border: 1px solid #ef4323;
        background-color: #ef4323;
    }
    .btn-outline-or {
        color: #ef4323;
        border: 1px solid #ef4323 !important;
        background-color: transparent;
    }
    .btn-outline-or:hover {
        color: #fff !important;
        border: 1px solid #ef4323 !important;
        background-color: #ef4323;
    }
    .connected-webshops .webshops-logos .image-holder .logo {
        background: transparent;
    }
    .connected-webshops .business-partner-of-thuiswinkel {
        text-align: left;
        margin-top: 40px;
        position: relative;
        padding-right: 65px;
    }
    .connected-webshops .business-partner-of-thuiswinkel a {
        padding-right: 15px;
    }
    .business-partner-of-thuiswinkel a img {
        max-width: 40px;
        height: auto;
        position: absolute;
        display: inline-block;
        vertical-align: text-bottom;
        right: 15px;
        top: -8px;
    }
    .wrapper-highlighted {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapper-highlighted .item {
        background: #ffe8cc;
        padding: 10px;
        height: auto;
    }
    .title-component {
        padding-top: 30px;
    }
    .title-component h2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .photo-strip-snippet h5 {
        right: 10px;
        bottom: -20px;
        right: 10px;
        width: 180px;
        height: 180px;
        -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
        text-align: center;
        margin: 0;
        width: 110px;
        height: 110px;
        padding: 10px;
        border-radius: 50%;
        position: absolute;
        background-color: #a1dbf2;
        font-weight: 300;
        line-height: 1;
        z-index: 3;
    }
    .owl-carousel .owl-item .photo-strip-snippet img {
        display: block;
        width: 100%;
        margin-bottom: 27px;
    }
    .introducer-wrapper-content h2 {
        margin-top: 0;
    }
    .btn-mob {
        font-size: 15px !important;
    }
    #giving-away-ippies
        .giving-away-ippies-wrapper
        .ippies-more-info
        .panel-group-faq {
        display: block;
    }
}

@media only screen and (max-device-width: 479px) and (orientation: portrait) {
    .wrapper-highlighted .item {
        height: 535px;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation: portrait) {
    .wrapper-highlighted .item {
        background: #ffe8cc;
        padding: 10px;
        height: 460px;
    }
}

.mobile-index-component {
    background-color: #e0f4fa;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mobile-index-component .h1,
.mobile-index-component h1 {
    font-size: 34px;
    margin-top: 0;
}
.mobile-index-component .btn-default.btn.btn-wider.same-width.btn-md {
    margin-bottom: 15px;
}

.shop-article-snippet footer {
    border-top: 0;
}

.image-wrapper {
    margin-top: 5px;
}
.image-wrapper img {
    width: 100%;
}

.shop-article-snippet.highlight-banner {
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.content-mijn-ippies .shop-article-snippet {
    padding: 54px 15px 15px;
}
@media (max-width: 767px) {
    .content-mijn-ippies .shop-article-snippet.highlight-banner {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .content-mijn-ippies .shop-article-snippet {
        padding: 15px;
    }
}

.shop-article-snippet.highlight-banner:before {
    border: 10px solid #22b14c;
    position: absolute;
    width: auto;
    height: auto;
    content: " ";
    display: block;
    left: 0 !important;
    top: 0 !important;
    bottom: -5px !important;
    right: 0 !important;
    transition: all 150ms;
}

.shop-article-snippet .row .right-column {
    padding-left: 10px;
}

.shop-article-snippet .amount-of-ippies {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-article-snippet .amount-of-ippies small {
    font-size: 19px !important;
    display: inline-block !important;
    text-align: left !important;
    color: #404040 !important;
}

.alert-default {
    background-color: transparent;
    border-color: transparent;
    color: #404040;
}

.footer-actions {
    margin-bottom: 30px;
}

.special-overflowe {
    height: 600px;
    overflow: hidden;
    border-bottom: 5px solid #000;
}
.special-overflowe:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        white 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        white 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        white 100%
    );
    pointer-events: none;
}

.form-login p {
    margin-top: 5px;
}
.form-login p a {
    color: #404040;
    text-decoration: underline;
}

.friends-wrapper {
    border: 1px solid #a7a7a7;
    padding: 30px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    #history-and-search .search-bar .input-group-btn,
    #history-and-search .search-bar .form-group .button-wrapper {
        left: -2px;
    }
    #history-and-search .search-bar .input-group-btn .btn,
    #history-and-search .search-bar .form-group .button-wrapper .btn {
        background: #fff;
        color: #ef4323;
        border-left: 0 !important;
        padding-left: 0;
        z-index: 3;
    }
    #history-and-search .search-bar .input-group-btn .btn:before,
    #history-and-search .search-bar .form-group .button-wrapper .btn:before {
        content: "|";
        color: inherit;
        padding-right: 5px;
    }
    .shop-article-snippet.highlight-banner:before {
        bottom: 0 !important;
    }
}

#history-and-search h3 {
    margin-bottom: 10px;
    color: #404040;
}

.wrapper-search h3 {
    margin-bottom: 10px;
    color: #404040;
}

.wrapper-search #history-and-search {
    margin-top: 0;
}
.wrapper-search #history-and-search .search-bar {
    width: 100%;
}
.wrapper-search #history-and-search .search-bar .form-group {
    margin-left: 0;
    margin-right: 0;
}
.wrapper-search #history-and-search .search-bar.pos-relative {
    margin-bottom: 5px;
}

.compare li {
    float: left;
    width: 16.666666666666664%;
    margin-right: 0;
    padding: 10px;
}
.compare li a {
    height: 155px;
    background: #35a7e2;
    display: block;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}
.compare li a.extraPadding {
    padding: 32px 10px;
}
.compare li a span {
    font-size: 16px;
}
.compare li a i {
    font-size: 60px;
    padding-bottom: 10px;
}
.compare li:last-child a {
    background: transparent;
    height: 155px;
    border: 1px solid #35a7e2;
    color: #35a7e2;
    text-decoration: none;
}
.compare li:last-child a span {
    padding-top: 8px;
}

@media (max-width: 769px) {
    .compare li {
        /* float: left; */
        width: 33.33333333333333%;
        margin: 0;
        height: 175px;
    }
}

@media (max-width: 479px) {
    .compare li {
        float: left;
        width: 50%;
        margin: 0;
    }
    .compare li a span {
        font-size: 15px;
    }
}

.nav > li > a {
    padding: 10px 25px;
}

@media (min-width: 768px) {
    .col-sm-2_5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*review*/
.review-header-wrapper h3 {
    margin: 0;
    color: #404040;
}

.review-header-wrapper p {
    margin-top: 10px;
    margin-bottom: 0;
}

.review-header-wrapper a:hover {
    color: #ef4323;
}

.review-header-wrapper hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.review-snippet {
    padding-top: 30px;
}
.review-snippet .review-middle {
    padding: 0 !important;
}

.wrapper-review i {
    font-size: 30px;
}

.review-snippet {
    padding-top: 0;
}

#review-discs {
    display: inline-block;
    width: 100%;
}

.action-component h2 {
    margin-top: 0;
}

.special-wrapper-breadcrumb {
    display: none !important;
}

.arrow-up-component {
    padding-top: 30px;
    padding-bottom: 30px;
}
.arrow-up-component a.clickAndScroll {
    color: #ef4323;
}
.arrow-up-component a i {
    color: #404040;
}

#crumb-trail .breadcrumb > li.active {
    color: #000;
}

.giftcard-snippet.low-opacity .btn-default {
    width: 100%;
    background-color: #999;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding: 8px 13px;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 4px;
}

#crumb-trail .breadcrumb > li > a,
#crumb-trail .breadcrumb > li + li:before {
    color: rgba(0, 0, 0, 0.4);
}

.video-title-bar-jacket .title-bar-home-visitor {
    /*padding-bottom: 30px;*/
}

.title-component p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}

.breadcrumb {
    margin-bottom: 20px !important;
}

.title-component {
    padding-top: 40px;
    background: #e0f4fa;
    padding-bottom: 40px;
}

.compare li a span {
    font-size: 16px;
    position: absolute;
    top: 108px;
    left: 15px;
    right: 15px;
}

.compare i {
    position: absolute;
    bottom: 70px;
    left: 9px;
    right: 9px;
}

.compare li {
    position: relative;
}

.special-comparator-more span {
    top: 69px !important;
}

.compare li a:hover {
    background-color: #34a7e2;
}

.compare li .special-comparator-more:hover {
    background-color: #fff;
}

.compare li a:active,
.compare li a:focus {
    background: #056bab;
}

.navbar-nav .dropdown .dropdown-menu span {
    opacity: 0.7;
}

.title-component h1 {
    margin-top: 0;
}

.shop-article-snippet .image-wrapper a {
    background: #000;
    display: block;
    border-radius: 6px;
}
.shop-article-snippet .image-wrapper a img {
    transition: opacity 0.15s ease;
}
.shop-article-snippet .image-wrapper a:hover {
    overflow: hidden;
}
.shop-article-snippet .image-wrapper a:hover img {
    opacity: 0.4;
}

.content-webshops .brandShort-inner {
    position: relative;
    overflow: hidden;
}

.content-webshops .aboutBrand {
    float: none;
}

.content-webshops .brandShort-inner {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}

#content-page.has-sidebar p {
    font-family: "Abel Pro" !important;
    font-size: 16px;
    line-height: 1.53846154;
    color: #404040 !important;
}
#content-page.has-sidebar p span {
    font-family: "Abel Pro" !important;
    font-size: 16px;
    line-height: 1.53846154;
    color: #404040;
}

#crumb-trail .breadcrumb > li.active > a {
    color: #404040 !important;
}

.invite-friends-component .form-group div {
    position: relative;
}
.invite-friends-component .form-group div span#link-copy {
    background: #ef4323;
    padding: 15px;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
}
.invite-friends-component .form-group div button {
    position: absolute;
    top: 39px;
    border-radius: 4px;
    background: #ef4323;
    border: 0;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-right-radius: 0;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 124px;
    display: none;
}
.invite-friends-component .form-group div:hover .special-link-copy #link-copy {
    opacity: 0.5;
}
.invite-friends-component .form-group div:hover button {
    display: block;
}

@media (max-width: 767px) {
    .title-component {
        padding-top: 30px;
        background: #e0f4fa;
        padding-bottom: 30px;
    }
}

.wrapper-account-management {
    margin-left: 3%;
}

@media (max-width: 767px) {
    .wrapper-account-management {
        margin-left: 0;
    }
}

/*nav & footer*/
.log-me-in.dropdown span {
    font-weight: 100;
}

#top-bar .wrapper-kop h3 {
    /* text-align: right; */
}

#footer .sitemap .sitemap-columns > .column > h5 {
    color: #ef4323;
    font-weight: 500;
}

.social-component h5 strong {
    color: #ef4323;
    font-weight: 500;
    padding-right: 5px;
}

.social-media-icons li a {
    padding: 8px;
}

#footer .copyright .quick-references > li + li:before {
    padding: 0 2px;
}

.navbar-nav {
    margin-top: -2px;
}

/*nav*/
#header .hidden-up-xs,
#header .nav.navbar-nav li a img {
    display: none;
}

.nav.navbar-nav li a i {
    display: none;
}

@media (max-width: 767px) {
    #header {
        background-color: #ef4323 !important;
    }
    #header #navigation {
        margin-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }
    #header .nav.navbar-nav li {
        width: 20%;
        text-align: center;
        float: left;
    }
    #header .nav.navbar-nav li a {
        padding: 10px 0;
        color: #ef4323 !important;
    }
    #header .nav.navbar-nav li a i {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 40px;
        color: #ef4323;
    }
    #header .nav.navbar-nav li a.dropdown-toggle .caret {
        display: none;
    }
    #header .nav.navbar-nav li a:hover span,
    #header .nav.navbar-nav li a:focus span,
    #header .nav.navbar-nav li a:active span,
    #header .nav.navbar-nav li a:hover,
    #header .nav.navbar-nav li a:focus,
    #header .nav.navbar-nav li a:active {
        text-decoration: none;
    }
    #header #navigation {
        background: #fff;
    }
    #header #navigation .navbar-nav > .open > a {
        background: #8ccfe7;
    }
    #header #navigation .navbar-nav > .open > a:before,
    #header #navigation .navbar-nav > .open > a:after {
        position: absolute;
        top: 67px;
        bottom: 2px;
        content: "";
        z-index: 1;
    }
    #header #navigation .navbar-nav > .open > a:before {
        left: 0;
        width: 10px;
        background: -moz-linear-gradient(
            right,
            rgba(220, 242, 249, 0) 0%,
            #dcf2f9 100%
        );
        background: -webkit-linear-gradient(
            right,
            rgba(220, 242, 249, 0) 0%,
            #dcf2f9 100%
        );
        background: linear-gradient(
            to left,
            rgba(220, 242, 249, 0) 0%,
            #dcf2f9 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcf2f9', endColorstr='#00cf2f9', GradientType=1);
    }
    #header #navigation .navbar-nav > .open > a:after {
        right: 0;
        width: 20px;
        background: -moz-linear-gradient(
            left,
            rgba(220, 242, 249, 0) 0%,
            #dcf2f9 100%
        );
        background: -webkit-linear-gradient(
            left,
            rgba(220, 242, 249, 0) 0%,
            #dcf2f9 100%
        );
        background: linear-gradient(
            to right,
            rgba(220, 242, 249, 0) 0%,
            #dcf2f9 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dcf2f9', endColorstr='#dcf2f9',GradientType=1 );
    }
    #header #navigation .navbar-nav > .open .dropdown-menu {
        background: #dcf2f9;
        border-bottom: 2px solid #8ccfe7;
        z-index: 0;
    }
    #header .nav.navbar-nav li a {
        font-size: 11px;
        padding-bottom: 0;
        white-space: nowrap;
    }
    #header .nav.navbar-nav li a img {
        display: block;
        height: 30px;
        margin: 0 auto;
    }
    #header .hidden-up-xs {
        display: inline-block;
    }
    #header .nav.navbar-nav {
        margin: 0;
    }
    #header .navbar-collapse {
        padding: 0;
    }
    #header .hover-area {
        display: none;
    }
    #header .navbar-collapse.in {
        background: #bae5f3;
        border: 0;
        padding: 0;
    }
    #header .nav.navbar-nav .dropdown-menu li {
        width: auto;
        text-align: left;
        float: none;
        display: inline-block;
    }
    #header .dropdown-toggle.dropdown-toggle-nav,
    #header .dropdown.open {
        position: static;
    }
    #header .navbar-nav .dropdown .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 67px;
        padding-bottom: 0;
    }
    #header .navbar-nav .open .dropdown-menu {
        -webkit-animation: slide-down 0.2s ease-out;
        -o-animation: slide-down 0.2s ease-out;
        animation: slide-down 0.2s ease-out;
    }
    #header .dropdown.open {
        margin-bottom: 52px;
    }
    #header #navigation .navbar-nav > .open .dropdown-menu {
        border-radius: 0;
        overflow: auto;
        white-space: nowrap;
    }
    .nav.navbar-nav li.active a {
        background: transparent !important;
    }
    #navigation .navbar-nav .open .dropdown-menu > li.active > a {
        color: #ef4323 !important;
    }
    .nav.navbar-nav .dropdown-menu li.active {
        border-bottom: 0 !important;
        background: transparent !important;
    }
    .nav.navbar-nav li {
        border-bottom: #ef4323 solid 2px;
    }
    .nav.navbar-nav li.active {
        border-bottom: #ef4323 solid 2px !important;
        background: #8ccfe7 !important;
    }
    .nav.navbar-nav li.dropdown.open {
        border-bottom: #ef4323 solid 2px;
    }
    #navigation .navbar-nav .open .dropdown-menu > li {
        border-bottom: 0;
    }
    #navigation .navbar-nav .open .dropdown-menu > li:last-child > a {
        padding-right: 20px;
    }
    #navigation .navbar-nav .open .dropdown-menu > li:first-child > a {
        padding-left: 10px;
    }
    #navigation .navbar-nav .open .dropdown-menu > li > a {
        font-size: 16px !important;
        color: #404040 !important;
        padding-right: 5px;
        padding-left: 5px;
    }
    #navigation .navbar-brand img#navbar-brand-color {
        display: block;
        position: absolute;
        top: -53px;
        left: 49px;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        background: transparent;
        -webkit-transform: translateY(-100%);
    }
    70% {
        opacity: 0;
        background: transparent;
    }
    100% {
        opacity: 1;
        background: #dcf2f9;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        background: transparent;
        -webkit-transform: translateY(-100%);
    }
    70% {
        opacity: 0.2;
        background: transparent;
    }
    100% {
        opacity: 1;
        background: #dcf2f9;
        -webkit-transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        background: transparent;
        -webkit-transform: translateY(-100%);
    }
    70% {
        opacity: 0.2;
        background: transparent;
    }
    100% {
        opacity: 1;
        background: #dcf2f9;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes slide-in {
    0% {
        left: 100%;
    }
    100% {
        left: 20%;
    }
}

@-moz-keyframes slide-in {
    0% {
        left: 100%;
    }
    100% {
        left: 20%;
    }
}

@keyframes slide-in {
    0% {
        left: 100%;
    }
    100% {
        left: 20%;
    }
}

@-webkit-keyframes slide-in-body {
    0% {
        left: 0;
        right: 0;
    }
    100% {
        left: -80%;
        right: 80%;
    }
}

@-moz-keyframes slide-in-body {
    0% {
        left: 0;
        right: 0;
    }
    100% {
        left: -80%;
        right: 80%;
    }
}

@keyframes slide-in-body {
    0% {
        left: 0;
        right: 0;
    }
    100% {
        left: -80%;
        right: 80%;
    }
}

@-webkit-keyframes fade-in-body {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}

@-moz-keyframes fade-in-body {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}

@keyframes fade-in-body {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}

/**
 NOLESS
 */
.compare {
    list-style: none;
    margin: 0;
    padding: 0;
}

.compare li {
    float: left;
    width: 13.1%;
    margin-right: 11px;
}

.compare li a {
    background: #35a7e2;
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.compare li a.extraPadding {
    padding: 32px 20px;
}

.compare li a.active {
    background: #056bab;
}

.compare li a img {
    margin-bottom: 10px;
    /*     height: 50px; */
    max-height: 50px;
    max-width: 100%;
}

.compare li a span {
    display: block;
}

/* Phone Portrait and Landscape */
@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .zopim {
        display: none !important;
    }
    .register-form-column .btn-facebook {
        margin: 0;
        background: #056bab;
    }
    .register-form-column .btn-google-plus {
        margin: 0;
        background: #f22126;
    }
    .register-form-column label {
        display: none;
    }
    .register-form-column .button-wrapper .btn-primary {
        margin: 0;
    }
    .webshop-grid-snippet {
        height: 570px;
    }
}

/* ------------COMPARU FIX---------- */
.dropdown:before {
    display: none;
    content: "";
}

/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) {
    .zopim {
        display: none !important;
    }
    .testimonial-snippet .img-wrapper .saved {
        padding: 25px 0 0;
    }
    #title-bar.title-bar-home-visitor
        .page-intro
        .player-wrapper
        .player-wrapper-content {
        background-size: contain;
    }
    #footer .sitemap .sitemap-columns > .column {
        width: 20%;
    }
    .connected-webshops .container {
        background-size: 300px;
    }
    .connected-webshops .save-ippies-introduction .how-to {
        left: 40%;
    }
    .connected-webshops .save-ippies-introduction .how-to {
        width: 60%;
    }
    .webshops-logos h2 {
        display: none;
    }
    .connected-webshops .webshops-logos .image-holder.text a {
        font-size: 13px;
    }
    .ippicon.right {
        float: right;
        margin-top: -26px;
        margin-right: -8px;
    }
    .news-headline img {
        border-radius: 3px;
        z-index: 1;
        float: right;
        width: 120px;
        margin-top: 24px;
        margin-right: -5px;
    }
    .fav-shops .fav-shops-wrapper .fav-shop .image-wrapper {
        /*padding-top: 2px !important;*/
        /*height: 52px !important;*/
    }
}

@media (max-width: 767px) {
    .compare li {
        float: left;
        width: 31%;
        margin-left: 4px;
        margin-right: 8px;
        margin-bottom: 11px;
    }
    .edit-favorites-wrapper .image-wrapper.image-wrapper-link {
        height: 73px !important;
        line-height: 33px;
    }
    #footer {
        margin-bottom: -40px;
    }
    .compare li a.extraPadding {
        padding: 20px;
    }
}

@media (max-width: 479px) {
    .compare li {
        float: left;
        width: 46%;
        margin-left: 4px;
        margin-right: 8px;
        margin-bottom: 11px;
    }
    .compare li a.extraPadding {
        padding: 32px 20px;
    }
    .compare-iframe h1 {
        margin-bottom: 60px;
    }
    .compare-iframe p {
        display: none;
    }
    .compare a.opstalverzekering {
        padding: 20px 32px;
    }
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount.square
    span.ippies-amount {
    font-size: 50px !important;
}

#shop-details .shop-information .shop-logo .ippies-per-amount.square > div {
    padding: 13px 0 0 !important;
}

/* PANEL */
#content.content-error-page .http-message.http401 {
    background: transparent;
}

.nav > li > a {
    padding: 10px 15px;
}

#scroll-to-top {
    right: inherit;
    left: 10px;
}

#shop-details .shop-information {
    margin-bottom: 20px;
}

#shop-details .shop-information .shop-logo .ippies-per-amount {
    background-color: #056bab;
    color: #ffffff;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#shop-details .shop-information .shop-logo .ippies-per-amount.max > div {
    padding: 15px 0 0;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount
    span.ippies-amount-desc {
    font-size: 16px;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount
    span.ippies-amount {
    font-size: 70px;
    line-height: 1.2;
    display: block;
}

#shop-details .shop-information .shop-desc .ippies-shop-link {
    margin-top: 30px;
}

#shop-details .shop-information .shop-desc .notification {
    margin-top: 0px;
}

div.shop-information {
    position: relative;
    /*height: 440px*/
}

#shop-details .shop-information .shop-desc .to-bottom {
    margin-top: 30px;
    /*position: absolute;*/
    bottom: 0;
    left: 10px;
    right: 10px;
}

#shop-details .shop-information .shop-desc {
    /*height: 100%;*/
}

#shop-details .shop-information .shop-desc .ippies-shop-link .btn {
    font-weight: bolder;
}

a.no-underline:hover {
    text-decoration: none;
}

#user-dock .log-me-in > .btn-link.btn.navbar-btn.messages {
    position: relative;
    /*     padding: 10px 20px 10px 0px; */
}

.small-message-box.large-count .message-count {
    width: 22px;
    height: 22px;
    line-height: 22px;
    left: 10px;
    top: 1px;
}

.message-box-small {
    width: 400px;
    overflow-y: hidden;
}

.message-box-small .item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding-bottom: 9px;
}
.message-box-small .item.end {
    height: auto;
    border: 0;
    padding: 0;
}

.message-box-small .item.end .text {
    float: right;
}

.message-box-small .item.unread {
    background: #e0f4fa;
}

.message-box-small .item .logo {
    /*     width: 70px; */
}

.message-box-small .item .text {
    /*     width: 150px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.message-box-small .item .logo,
.message-box-small .item .text {
    padding: 10px;
    float: left;
}

.message-box-small .item .logo img {
    width: 58px;
}

.message-box-small .item .text h3,
.message-box-small .item .text h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
    line-height: 18px;
    max-width: 230px;
}

.message-box-small .item .text h4 {
    color: #999999;
}

.message-action-links {
    font-size: 12px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 29px;
    left: 88px;
    right: 0;
    height: 30px;
    width: auto;
}

.message-action-links a {
    margin-right: 10px;
    line-height: 1;
}
.message-action-links a i.fa {
    line-height: inherit;
}

.message-action-links .btn.btn-wider {
    padding: 3px 30px;
    font-size: 15px;
}

.message-box-message .date {
    position: absolute;
    top: 20px;
    right: 10px;
}

.message-box-message {
    position: relative;
}

.message-box-message:hover .message-action-links {
    display: block;
}

.message-box-small .unread .mark-as-unread {
    display: none;
}

.message-box-small .unread .mark-as-read {
    display: inline-block;
}

.message-box-small .mark-as-unread {
    display: inline-block;
}

.message-box-small .mark-as-read {
    display: none;
}

.message-box-message:hover h4 {
    display: none;
}

#messages .record {
    background: #e0f4fa;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

#messages .record.read {
    background: transparent;
}

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

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

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

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

.panel-loading-block {
    background: #ef4323;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}

.panel-loading-block h1 {
    color: #fff;
}

.popover-footer a i {
    float: right;
}

#scroll-menu .small-message-box {
    padding: 0;
    float: right;
    margin: -5px 20px -5px 0;
    padding-top: 10px;
}

/* #user-dock .log-me-in > .btn-link:focus */
.small-message-box,
.small-message-box,
.small-message-box:focus,
.small-message-box:active,
.small-message-box i.fa:focus,
.small-message-box i.fa:active {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    border: 0;
    color: #fff;
}

.small-message-box .fa-envelope {
    color: #fff;
}

/* END PANEL */
#content.content-error-page .http-message.http401 {
    background: transparent;
}

#scroll-menu {
    padding-bottom: 15px;
}

.nav > li > a {
    padding: 10px 15px;
}

.shop-logo-actions {
    display: block;
    background-color: #f6f6f6;
    padding: 7px 0;
    overflow: auto;
    margin-bottom: 15px;
}

.shop-logo-actions .item {
    float: left;
    padding: 0 15px 0 0;
}

#logged-in-welcome h2 img.start-with-search {
    top: -10px;
}

.webshop-grid-snippet-healthcare-desc.text-expandable {
    height: 100px;
}

@media (max-width: 767px) {
    .ruler-sharrer-shop {
        display: block !important;
    }
    #shop-details .shop-information .shop-logo .ippies-per-amount {
        margin-bottom: 15px;
    }
    #shop-details
        .shop-information
        .shop-logo
        .shop-logo-wrapper
        .image-wrapper {
        height: auto;
        padding: 0;
    }
    #shop-details .shop-information .shop-cat {
        display: none;
    }
}

.giftcard-snippet.low-opacity {
    opacity: 0.6 !important;
}

.giftcard-snippet.low-opacity .btn-default {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: #999;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.53846154;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.giftcard-snippet.low-opacity .btn-default:hover {
    background-color: #999 !important;
}

#shop-details .shop-information {
    margin-bottom: 20px;
}

#shop-details .shop-information .shop-logo .ippies-per-amount.square {
    border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    height: 150px;
    padding: 0;
    margin-top: 65px;
}

#shop-details .shop-information .shop-logo .ippies-per-amount.max > div {
    padding: 15px 0 0;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount
    span.ippies-amount-desc.extra-padding {
    padding: 10px !important;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount
    span.ippies-amount-desc {
    font-size: 16px;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount
    span.ippies-amount {
    font-size: 70px;
    line-height: 1.2;
    display: block;
}

#shop-details .shop-information .shop-desc .ippies-shop-link {
    margin-bottom: 30px;
}

#shop-details .shop-information .shop-desc .notification {
    margin-top: 0px;
}

div.shop-information {
    position: relative;
}

#shop-details .shop-information .shop-desc .ippies-shop-link .btn {
    font-weight: bolder;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount.square
    .ippies-amount {
    line-height: 1;
    letter-spacing: -5px;
}

#shop-details .shop-information .shop-logo .ippies-per-amount.square > div {
    padding: 25px 0 0;
    position: absolute;
    background-color: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount.square
    > div:before,
#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount.square
    > div:after {
    display: block;
    position: absolute;
    top: 12.5%;
    height: 75%;
    width: 65%;
    content: " ";
    background-color: inherit;
    z-index: -1;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount.square
    > div:before {
    left: -20%;
    border-radius: 50% 0 0 50%;
}

#shop-details
    .shop-information
    .shop-logo
    .ippies-per-amount.square
    > div:after {
    right: -20%;
    border-radius: 0 50% 50% 0;
}

a.no-underline:hover {
    text-decoration: none;
}

.webshop-grid-snippet .amount-of-ippies {
    height: 56px;
}

#logged-in-welcome h2 img.start-with-search {
    top: -20px;
    right: -140px;
}

.shop-article-snippet.highlight-banner {
    position: relative;
}

.shop-article-snippet.highlight-banner:before {
    border: 10px solid #22b14c;
    position: absolute;
    width: auto;
    height: auto;
    content: " ";
    display: block;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    transition: all 150ms;
}

.shop-article-snippet.highlight-banner:hover:before {
    border-width: 12px;
    left: -12px;
    bottom: -12px;
    top: -12px;
    right: -12px;
}

#pollform .radio {
    display: block;
    height: 25px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
}

#pollform .radio .voted {
    display: block;
    margin-top: -24px;
    padding-left: 5px;
    z-index: 3;
    display: inline-block;
    position: absolute;
    left: 2px;
}

#pollform .radio .votes {
    height: 25px;
    position: relative;
    background-color: #c2e8f5;
    z-index: 2;
    overflow: hidden;
}

.contact-questions {
    font-size: 22px;
    /*line-height: 1.7em;*/
}

.image-wrapper.has-iframe {
    min-height: 0 !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) {
    .image-wrapper.has-iframe {
        min-height: 0 !important;
    }
}

/*.message-box-small .btn-default:hover{*/
/*color:  #b71c1c;*/
/*}*/
.wrapper-massage-btn-box .item.end .text {
    float: none;
    font-size: 16px;
    font-weight: 500;
}

.wrapper-massage-btn-box {
    /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
    text-align: center;
}

#user-dropdown-menu,
#message-dropdown-menu {
    z-index: 1000;
    width: 100%;
    background-color: #35a7e2;
    border: 0;
    left: auto;
    right: 0;
    float: right;
    padding: 10px 0 0;
    text-align: left;
    background-clip: padding-box;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
#user-dropdown-menu .dropdown-menu,
#message-dropdown-menu .dropdown-menu {
    padding-top: 40px;
}
#user-dropdown-menu ul,
#message-dropdown-menu ul {
    margin-top: 40px;
}
#user-dropdown-menu > li > a,
#message-dropdown-menu > li > a {
    transition: color 0.1s ease-in-out;
    color: #fff;
    padding: 9px 5px;
    font-size: 16px;
    display: block;
}
#user-dropdown-menu > li > span,
#message-dropdown-menu > li > span {
    padding: 5px 15px;
    font-size: 16px;
    display: block;
    cursor: default;
    color: #056bab;
}
#user-dropdown-menu > li > a:focus,
#user-dropdown-menu > li > a:hover,
#message-dropdown-menu > li > a:focus,
#message-dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #056bab;
}
#user-dropdown-menu li a,
#message-dropdown-menu li a {
    font-size: 15px;
    padding: 5px 15px;
}
#user-dropdown-menu li a.logout-wrapper-nav,
#message-dropdown-menu li a.logout-wrapper-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}
#user-dropdown-menu li p,
#message-dropdown-menu li p {
    color: #056bab;
    font-size: 15px;
    padding: 10px 15px;
    margin: 0;
}

.message-box-wrapper-nav .is-logged-in .dropdown-toggle.btn-default {
    background-color: pink;
}

@media (max-width: 767px) {
    body:not(.open) {
        -webkit-animation: slide-out-body 0.25s;
        -o-animation: slide-out-body 0.25s;
        animation: slide-out-body 0.25s;
    }
    body.open:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
        background: #000;
        opacity: 0.8;
        -webkit-animation: fade-in-body 0.25s;
        -o-animation: fade-in-body 0.25s;
        animation: fade-in-body 0.25s;
    }
    body.open #top-bar .user-dock-toggle {
        z-index: 1002;
        background-color: transparent;
        border-color: transparent;
    }
    body.open {
        overflow: hidden;
        position: fixed;
        left: -80%;
        width: 100%;
        overflow-y: scroll;
        right: 80%;
        -webkit-animation: slide-in-body 0.25s;
        -o-animation: slide-in-body 0.25s;
        animation: slide-in-body 0.25s;
    }
    body #user-dropdown-menu {
        display: none;
    }
    body.open #user-dropdown-menu {
        display: block;
        border: 0;
        overflow: scroll;
        -webkit-animation: slide-in 0.25s;
        -o-animation: slide-in 0.25s;
        animation: slide-in 0.25s;
    }
    body.open #user-dock .fa-navicon:before,
    body.open #user-dock .fa-reorder:before,
    body.open #user-dock .fa-bars:before {
        content: "\f00d";
    }
    #user-dropdown-menu {
        position: fixed;
        /*background: pink;*/
        width: 80%;
        left: 20%;
        right: 0;
        bottom: 0;
        top: 0;
        margin: 0;
        padding: 0;
    }
    ul#user-dock > li {
        float: right;
    }
    .wrapper-name-subnav {
        display: block !important;
        color: #000;
        margin-bottom: 10px;
    }
    #user-dropdown-menu li p,
    #user-dropdown-menu li > span {
        padding: 15px;
        font-size: 16px;
        border-bottom: 1px solid #1a7db0;
        margin: 0;
    }
    #user-dropdown-menu li a {
        padding: 15px;
        font-size: 16px;
        border-bottom: 1px solid #1a7db0;
        margin: 0;
    }
    #user-dropdown-menu li a.logout-wrapper-nav {
        padding: 15px;
        font-size: 16px;
        border-bottom: 1px solid #1a7db0;
        margin: 0;
    }
    #header #user-dock .hidden-up-xs {
        display: block;
    }
}

.newsletter-card-toggle {
    display: block;
}
.newsletter-card-toggle:hover,
.newsletter-card-toggle:focus {
    text-decoration: none;
}
.newsletter-card-toggle .fa-chevron-down {
    display: none;
}
.newsletter-card-toggle.collapsed .fa-close {
    display: none;
}
.newsletter-card-toggle.collapsed .fa-chevron-down {
    display: initial;
}

#page-debug-block {
    position: fixed;
    left: 0;
    top: 200px;
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px 10px 10px;
    z-index: 100000;
}
@media (max-width: 767px) {
    #page-debug-block {
        display: none;
    }
}

.text-lg {
    font-size: 1.2em;
}

#manage-favorites-wrapper {
    padding-bottom: 40px;
}
#manage-favorites-wrapper svg .st0 {
    fill: currentColor;
}
#manage-top-5-webshops .top-webshop-snippet .broken-heart {
    width: 19px;
    position: absolute;
    bottom: -3px;
    right: 5px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease;
}

#manage-top-5-webshops .top-webshop-snippet .broken-heart:hover {
    color: #ef4323;
}
@media (max-width: 767px) {
    #manage-top-5-webshops .quintuplet {
        margin-bottom: 15px;
    }
}
#manage-favorites-wrapper #manage-top-5-webshops .top-webshop-snippet {
    /* height: 107px; */
}
#manage-favorites-wrapper #manage-top-5-webshops .top-webshop-snippet .brand {
    /* min-height: 107px; */
    /* margin-bottom: 15px; */
}
#manage-favorites-wrapper .tab-box-webshops {
    margin-bottom: 20px;
}
#manage-favorites-wrapper .tab-box-webshops a.addToFavorite {
    position: relative;
    display: block;
    background-size: contain;
    padding-top: 75%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.2s ease;
}
#manage-favorites-wrapper .tab-box-webshops a.addToFavorite i.fa {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ccc;
}

#manage-favorites-wrapper .tab-box-webshops a.addToFavorite i.fa {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ccc;
    transition: color 0.2s ease;
}

#manage-favorites-wrapper .tab-box-webshops a.addToFavorite.active {
    opacity: 0.2;
}
#manage-favorites-wrapper .tab-box-webshops a.addToFavorite.active:hover {
    opacity: 1;
}
#manage-favorites-wrapper .tab-box-webshops a.addToFavorite.active i.fa,
#manage-favorites-wrapper .tab-box-webshops a.addToFavorite:hover i.fa {
    color: #ef4323;
}
#search-form-specific {
    position: relative;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    #search-form-specific {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
#manage-favorites-wrapper #search-results-specific {
    top: 75px;
    text-align: left;
}
#manage-favorites-wrapper #manage-top-5-webshops {
    padding: 25px 25px 15px;
    border: 1px solid #aaa;
    border-radius: 15px;
    position: relative;
    /* margin-top: 50px; */
}
#manage-favorites-wrapper #manage-top-5-webshops h2 {
    position: absolute;
    top: -43px;
    width: 350px;
    background-color: #fff;
    left: 50%;
    margin-left: -175px;
    font-size: 28px;
    text-align: center;
}

#manage-favorites-wrapper
    #manage-top-5-webshops
    .top-webshop-snippet
    .broken-heart:hover {
    color: #ef4323;
}

#manage-top-5-webshops p {
    text-align: center;
}

@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em;
    }

    .ath-ios.ath-phone {
        margin-left: -12em;
    }

    .ath-ios6:after {
        left: 39%;
    }

    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: 0.4em;
        top: 1.8em;
    }

    .ath-ios8.ath-phone:after {
        bottom: auto;
        top: -0.9em;
        left: 68%;
        z-index: 2147483641;
        box-shadow: none;
    }
}

.poll-snippet #pollform .radio {
    overflow: visible;
}
.btn-giftcard {
    /*   margin-top: 7px; */ /* clear: both; */ /* background: #56cf00; */
}
.btn-giftcard:hover {
    /* background: #4ebc02; */
}
.btn-giftcard:active,
.btn-giftcard:focus {
    /* background: #3f7f1f; */
}
.less-margin {
    margin-bottom: 15px !important;
}
.btn-wider.same-width {
    padding-left: 5px;
    padding-right: 5px;
    width: 300px;
    text-align: center;
    margin-bottom: 12px;
    margin-right: 7px;
}
/*# sourceMappingURL=template.css.map */

.temp-deal {
    color: #ef4323;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.temp-deal-tooltip {
    margin-bottom: 8px !important;
}
.temp-deal-overview h4 {
    color: #ef4323 !important;
    display: inline-block;
    font-weight: 600 !important;
}
.temp-deal-overview p {
    color: #ef4323 !important;
    display: inline-block;
    font-weight: 600 !important;
}
.mr-2 {
    margin-right: 0.4rem;
}
.ippies-orange {
    color: #ef4323 !important;
}
