﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../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: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        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.42857;
    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: 20px;
    margin-bottom: 20px;
    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: inherit;
}

    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: 20px;
    margin-bottom: 10px;
}

    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: 10px;
    margin-bottom: 10px;
}

    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: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .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: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.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: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.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: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    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: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

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: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    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.42857;
        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: 20px;
    font-style: normal;
    line-height: 1.42857;
}

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: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    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: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .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: 15px;
    padding-right: 15px;
}

.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: 1200px) {
    .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: 20px;
}

    .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.42857;
        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: 15px;
        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: 20px;
    font-size: 21px;
    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;
}

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: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        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: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    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: 30px;
    line-height: 30px;
}

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    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: 46px;
    padding: 10px 16px;
    font-size: 18px;
    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: 46px;
    line-height: 46px;
}

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    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: 46px;
    height: 46px;
    line-height: 46px;
}

.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: 30px;
    height: 30px;
    line-height: 30px;
}

.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: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -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: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.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: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .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: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.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: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    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: #333;
        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: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .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: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .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: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .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: #204d74;
            border-color: #122b40;
        }

    .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: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .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: #398439;
            border-color: #255625;
        }

    .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: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .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: #269abc;
            border-color: #1b6d85;
        }

    .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: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .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: #d58512;
            border-color: #985f0d;
        }

    .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: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .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: #ac2925;
            border-color: #761c19;
        }

    .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: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    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: #23527c;
                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: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    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: 14px;
    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: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        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: #337ab7;
    }

    .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: 12px;
    line-height: 1.42857;
    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: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    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: 5px 10px;
        font-size: 12px;
        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: 18px;
        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: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 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.42857;
            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: #337ab7;
    }

.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: 20px;
    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: 15px;
    padding-left: 15px;
    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: -15px;
    margin-left: -15px;
}

@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: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    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: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    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: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@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: 20px;
        }

            .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: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    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: 8px;
    margin-bottom: 8px;
}

@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: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .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: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #337ab7;
            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: #23527c;
            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: #337ab7;
        border-color: #337ab7;
        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: 18px;
    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: 5px 10px;
    font-size: 12px;
    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: 20px 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: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .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: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    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: #337ab7;
    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: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.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: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    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: #337ab7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    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: #a94442;
}

    .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: 20px;
    margin-bottom: 20px;
    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: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -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: #5cb85c;
}

.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: #5bc0de;
}

.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: #f0ad4e;
}

.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: #d9534f;
}

.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: #337ab7;
    border-color: #337ab7;
}

    .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: #c7ddef;
    }

.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: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    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: #a94442;
        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: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    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: 16px;
    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: 20px;
}

    .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: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.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: #a94442;
        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: #a94442;
        }

    .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: 21px;
    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.42857;
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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: 12px;
    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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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;
    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: 14px;
    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: transparent;
}

    .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: transparent;
    }

    .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: 1199px) {
    .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: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .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: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .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: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .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;
    }
}

/* Configs */
/* mixins generic */
/* Configs */
/* Border-Box (http:/paulirish.com/2012/box-sizing-border-box-ftw) */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    height: auto;
}

body {
    background: #fff;
    font-family: "Gotham A", "Gotham B";
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #2f3b42;
    height: auto;
}

/**Imported fonts*/
/* ====== Bootstrap media query breakpoints ======= */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* Functions */
/* mixins generic */
h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
}

/* text base */
p {
    line-height: 1.4;
    font-family: "Gotham A", "Gotham B";
    font-size: 14px;
}

@media (min-width: 640px) {
    p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    p {
        font-size: 22px;
    }
}

.sr-only {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.h-title {
    color: #2f3b42;
    text-transform: uppercase;
    font-weight: 300;
}

    .h-title._1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

@media (min-width: 640px) {
    .h-title._1 {
        font-size: 34px;
        margin-bottom: 34px;
    }
}

@media (min-width: 992px) {
    .h-title._1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

.h-title._2 {
    font-size: 18px;
    margin-bottom: 18px;
}

@media (min-width: 640px) {
    .h-title._2 {
        font-size: 34px;
        margin-bottom: 34px;
    }
}

@media (min-width: 992px) {
    .h-title._2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

.h-title._emp {
    position: relative;
    margin-bottom: 45px;
}

@media (max-width: 639px) {
    .h-title._emp {
        margin-bottom: 30px;
    }
}

.h-title._emp:after {
    content: "";
    width: 150px;
    height: 4px;
    background: #E91D24;
    position: absolute;
    bottom: -20px;
    left: 0;
}

@media (max-width: 639px) {
    .h-title._emp:after {
        width: 80px;
        bottom: -14px;
        height: 2px;
    }
}

.h-title._ht {
    position: relative;
}

    .h-title._ht:after {
        content: "";
        width: 130px;
        height: 6px;
        background: #E91D24;
        position: absolute;
        bottom: -6px;
        left: 0;
    }

@media (max-width: 639px) {
    .h-title._ht:after {
        width: 80px;
        bottom: -4px;
        height: 4px;
    }
}

.t-highlight {
    display: inline-block;
    background: #2f3b42;
    color: #fff;
    padding: 10px 15px 8px;
}

.t-link {
    font-size: 12px;
    text-decoration: underline;
}

    .t-link:hover {
        text-decoration: none;
        color: inherit;
    }

@media (min-width: 640px) {
    .t-link {
        font-size: 22px;
    }
}

/* links base */
a {
    color: #333;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

    a:hover {
        color: #0074D9;
    }

/* list base */
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Definition Lists */
dl {
    overflow: hidden;
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* table base */
/* media base */
/* Flexible Media */
img, video, object {
    max-width: 100%;
    height: auto;
}

/* forms base */
form {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.cs-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    color: #000;
    padding: 0 100px;
    text-align: center;
}

    .cs-loader-inner label {
        font-size: 20px;
        opacity: 0;
        display: inline-block;
    }

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

/* forms base */
.form, form {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
}

    .form .hidden-field, form .hidden-field {
        display: none !important;
    }

.form__title h2, form__title h2 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.form .form-group, form .form-group {
    margin-bottom: 30px;
}

    .form .form-group label, form .form-group label {
        font-weight: 300;
        font-size: 15px;
    }

    .form .form-group input:not([type=radio]):not([type=checkbox]), .form .form-group select, form .form-group input:not([type=radio]):not([type=checkbox]), form .form-group select {
        height: 54px;
        margin-bottom: 20px;
        border: 1px solid #2F3B42;
        display: block;
        width: 100%;
        border-radius: 5px;
        line-height: 54px;
        padding: 0 10px;
        -webkit-box-shadow: inset 0px 7px 5px -4px #e8e8e8;
        -moz-box-shadow: inset 0px 7px 5px -4px #e8e8e8;
        box-shadow: inset 0px 7px 5px -4px #e8e8e8;
    }

    .form .form-group textarea, form .form-group textarea {
        margin-bottom: 20px;
        border: 1px solid #2F3B42;
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 0 10px;
        -webkit-box-shadow: inset 0px 7px 5px -4px #e8e8e8;
        -moz-box-shadow: inset 0px 7px 5px -4px #e8e8e8;
        box-shadow: inset 0px 7px 5px -4px #e8e8e8;
    }

.form .validation-error, form .validation-error {
    color: Red;
    font-size: 13px;
    margin-top: -10px;
    display: block;
}

.form.newsletter-signup a, .form .disclaimer a, form.newsletter-signup a, form .disclaimer a {
    font-size: 15px;
    text-decoration: underline;
    color: #ed1c24;
}

    .form.newsletter-signup a:hover, .form .disclaimer a:hover, form.newsletter-signup a:hover, form .disclaimer a:hover {
        text-decoration: none;
    }

.form-introduction {
    font-size: 18px;
}

    .form-introduction a {
        text-decoration: underline;
        color: #ed1c24;
    }

        .form-introduction a:hover {
            text-decoration: none;
        }

.form-images {
    margin-bottom: 20px;
}

    .form-images img {
        width: 45%;
    }

        .form-images img.right {
            float: right;
        }

/* forms base */
.img-option {
    position: relative;
    cursor: pointer;
}

    .img-option.checked .img-option__obj:after {
        content: '\e91d';
        font-family: icomoon;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -16px;
        font-size: 32px;
    }

    .img-option.checked .img-option__obj:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        bottom: 8px;
        left: 50%;
        background: #FFF;
        margin-left: -6px;
    }

.img-option__obj {
    position: relative;
    padding-bottom: 10px;
}

    .img-option__obj img {
        width: 100%;
    }

    .img-option__obj input {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }

.img-option__lbl {
    display: block;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    color: #2F3B42;
}

.img-option.inverse.checked .img-option__obj:after {
    content: '\e903';
    font-family: icomoon;
    position: absolute;
    bottom: 16%;
    left: 50%;
    margin-left: -10px;
    font-size: 20px;
}

.img-option.inverse.checked .img-option__obj:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 20%;
    left: 50%;
    background: #FFF;
    margin-left: -14px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.warranties-form, .enquiries-form {
    padding-top: 40px;
    padding-bottom: 40px;
}

.general-form .expert__title {
    margin-bottom: 10px !important;
}

.general-form .expert__title--sub {
    font-size: 15px !important;
    margin-bottom: 55px;
}

.m-btn {
    display: inline-block;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

    .m-btn:hover, .m-btn:active, .m-btn:focus {
        text-decoration: none;
    }

.btn-color--clear-lt {
    background: none;
    color: #fff;
    border: 0 none;
}

    .btn-color--clear-lt:hover, .btn-color--clear-lt:active, .btn-color--clear-lt:focus {
        color: #fff;
    }

.btn-color--light {
    background: #fdfdfd;
    color: #2f3b42;
    outline: 0 none;
}

    .btn-color--light:hover, .btn-color--light:active, .btn-color--light:focus, .btn-color--light.active, .btn-color--light.active:hover, .btn-color--light.active:active, .btn-color--light.active:focus {
        background: #2f3b42;
        color: #fff;
        outline: 0 none;
    }

.btn-color--red {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
}

    .btn-color--red:hover, .btn-color--red:active, .btn-color--red:focus {
        background: #cf000c;
        color: #fff;
    }

.btn-color--line-dk {
    color: #2f3b42;
    border: 1px solid #2f3b42;
    text-decoration: none;
}

    .btn-color--line-dk:hover, .btn-color--line-dk:active, .btn-color--line-dk:focus {
        color: #2f3b42;
        text-decoration: none;
    }

.btn-color--line-lt {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

    .btn-color--line-lt:hover, .btn-color--line-lt:active, .btn-color--line-lt:focus {
        color: #fff;
        text-decoration: none;
    }

.btn-color--solid-dk {
    color: #fff;
    border: 1px solid #2f3b42;
    text-decoration: none;
    background: #2f3b42;
}

    .btn-color--solid-dk:hover, .btn-color--solid-dk:active, .btn-color--solid-dk:focus {
        color: #fff;
        text-decoration: none;
        background: #273137;
    }

.btn-trans--upc {
    text-transform: uppercase;
}

.btn-size--sm {
    font-size: 12px;
    padding: 8px 18px;
}

.btn-size--md {
    font-size: 12px;
    padding: 10px 20px;
}

.btn-size--lg {
    font-size: 14px;
    padding: 20px;
}

.btn-type--go {
    position: relative;
    padding-right: 40px;
}

    .btn-type--go:after {
        display: block;
        content: "\e90a";
        font-family: icomoon;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
    }

    .btn-type--go.go--red {
        padding-right: 75px;
    }

        .btn-type--go.go--red .micon {
            visibility: hidden;
        }

        .btn-type--go.go--red:after {
            margin-top: 0;
            width: 40px;
            height: 40px;
            text-align: center;
            background: #e71d24;
            line-height: 40px;
            top: calc(50% - 20px);
            font-size: 18px !important;
            color: white;
        }

        .btn-type--go.go--red:hover {
            text-decoration: none;
        }

            .btn-type--go.go--red:hover:after {
                color: #2f3b42;
            }

.btn-type--rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-hover--undl:hover {
    text-decoration: underline;
}

.m-btn-default {
    padding: 14px 20px 12px;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    color: #2f3b42;
    border: 1px solid #2f3b42;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
}

@media (min-width: 640px) {
    .m-btn-default {
        font-size: 16px;
        padding: 10px 24px 8px;
    }
}

@media (min-width: 992px) {
    .m-btn-default {
        font-size: 20px;
    }
}

.m-btn-default:hover, .m-btn-default:active, .m-btn-default:focus {
    text-decoration: none;
    background-color: #2f3b42;
    color: white;
}

.rich-icon {
    white-space: nowrap;
}

    .rich-icon:hover .rich-icon__text, .rich-icon:focus .rich-icon__text, .rich-icon:visited .rich-icon__text {
        background: #21292d;
    }

    .rich-icon:hover .rich-icon__icon, .rich-icon:focus .rich-icon__icon, .rich-icon:visited .rich-icon__icon {
        background: #E91D24;
    }

.rich-icon__text {
    display: inline-block;
    font-size: 14px;
    min-width: 215px;
    padding-left: 10px;
    padding-right: 20px;
    height: 42px;
    line-height: 43px;
    color: #fff;
    float: left;
    background: #2f3b42;
    text-align: left;
}

.rich-icon__icon {
    display: inline-block;
    color: #fff;
    background: #E91D24;
    height: 42px;
    width: 42px;
}

    .rich-icon__icon .micon {
        display: inline-block;
        font-size: 20px;
        margin-top: 11px;
    }

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
    border: 2px solid #2f3b42;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 1140px;
}

    .ac-container > label {
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        min-height: 60px;
        margin-bottom: 0;
        display: table;
    }

@media (min-width: 992px) {
    .ac-container > label {
        font-size: 22px;
    }
}

.ac-container > label:before {
    width: 60px;
    display: table-cell;
    text-align: center;
    content: "\002b";
    border-right: 2px solid #2f3b42;
    margin-right: 30px;
    vertical-align: middle;
    font-size: 37px;
    font-weight: 300;
}

.ac-container > label > span {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
}

.ac-container > input[type="checkbox"] {
    display: none;
}

.ac-container article {
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    position: relative;
    -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

    .ac-container article .ac-content {
        padding: 30px 90px 0 90px;
        border-top: 2px solid #2f3b42;
        font-size: 11px;
    }

        .ac-container article .ac-content a {
            text-decoration: underline;
        }

            .ac-container article .ac-content a:hover {
                text-decoration: none;
            }

@media (min-width: 992px) {
    .ac-container article .ac-content {
        font-size: 16px;
    }
}

.ac-container > input[type="checkbox"]:checked ~ label:before {
    content: "\2212";
}

.ac-container > input[type="checkbox"]:checked ~ article {
    max-height: 1600px;
    opacity: 1;
    padding-bottom: 30px;
    -webkit-transition: max-height 0.7s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: max-height 0.7s ease-in-out, opacity 0.5s ease-in-out;
    -ms-transition: max-height 0.7s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: max-height 0.7s ease-in-out, opacity 0.5s ease-in-out;
    transition: max-height 0.7s ease-in-out, opacity 0.5s ease-in-out;
}

.ac-content p {
    font-size: 16px;
}

@media (max-width: 992px) {
    .ac-content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .ac-container {
        border-left: none;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .ac-container article .ac-content {
            padding: 25px;
        }
}

.ac-bel {
    position: relative;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .ac-bel {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.ac-bel__header {
    position: relative;
    z-index: 9;
    background: #fff;
    border: 2px solid #2f3b42;
    padding: 10px 20px 10px 70px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .ac-bel__header:after {
        font-family: "icomoon";
        position: absolute;
        content: "\e906";
        left: 8px;
        font-size: 32px;
        height: 34px;
        line-height: 33px;
        display: block;
        top: 50%;
        margin-top: -17px;
    }

    .ac-bel__header:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #2f3b42;
        left: 50px;
    }

    .ac-bel__header h3 {
        margin: 0;
    }

@media (max-width: 767px) {
    .ac-bel__header h3 {
        font-size: 14px;
    }
}

.ac-bel__body {
    border: 2px solid #2f3b42;
    border-top: 0 none;
    max-height: 0;
    overflow: hidden;
    margin-top: -5px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ac-bel__content {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .ac-bel__content {
        padding: 30px 75px;
    }
}

.ac-bel__content p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .ac-bel__content p {
        font-size: 14px;
    }
}

.ac-bel.open .ac-bel__body {
    margin-top: 0;
    max-height: 2000px;
}

.ac-bel.open .ac-bel__header {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

    .ac-bel.open .ac-bel__header:after {
        content: "\e905";
    }

@media (max-width: 767px) {
    .ac-bel.open .ac-bel__header,
    .ac-bel.open .ac-bel__body,
    .ac-bel .ac-bel__header,
    .ac-bel .ac-bel__body {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-left: 0 none;
        border-right: 0 none;
    }
}

.pallet-icon {
    display: inline-block;
    position: relative;
    height: 24px;
}

    .pallet-icon._active .pallet-icon__clr:after {
        content: "\e903";
        font-family: "icomoon";
        text-align: center;
        color: #fff;
        font-size: 16px;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
    }

@media (max-width: 991px) {
    .pallet-icon._active .pallet-icon__clr:after {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
}

.pallet-icon._active .pallet-icon__lbl {
    display: inline-block;
}

.pallet-icon__clr {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .pallet-icon__clr {
        height: 32px;
        width: 32px;
    }
}

.pallet-icon__lbl {
    display: none;
    position: absolute;
    right: 30px;
    top: -8px;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    padding: 10px 10px 8px;
    color: #2f3b42;
    background: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px #eaeaea;
    -moz-box-shadow: 0 2px 2px #eaeaea;
    box-shadow: 0 2px 2px #eaeaea;
}

@media (max-width: 991px) {
    .pallet-icon__lbl {
        right: auto;
        top: 38px;
        left: -46px;
        width: 120px;
    }
}

.pallet-tile {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
}

@media (min-width: 640px) {
    .pallet-tile {
        width: 192px;
        height: 192px;
        -webkit-border-radius: 138px;
        -moz-border-radius: 138px;
        border-radius: 138px;
    }
}

@media (min-width: 992px) {
    .pallet-tile {
        width: 250.8px;
        height: 250.8px;
        -webkit-border-radius: 168px;
        -moz-border-radius: 168px;
        border-radius: 168px;
    }
}

.pallet-tile__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

    .pallet-tile__img:hover {
        opacity: 0.85;
    }

.pallet-tile.__lg {
    width: 192px;
    height: 192px;
    -webkit-border-radius: 138px;
    -moz-border-radius: 138px;
    border-radius: 138px;
}

@media (min-width: 768px) {
    .pallet-tile.__lg {
        width: 250.8px;
        height: 250.8px;
        -webkit-border-radius: 168px;
        -moz-border-radius: 168px;
        border-radius: 168px;
    }
}

.vt-pallet {
    border: 2px solid #fff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

    .vt-pallet img {
        width: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

.form-page-banner {
    position: relative;
    width: 100%;
    background: left center repeat #E8EBED;
    height: 36vw;
    max-height: 365px;
    margin-bottom: 50px;
}

    .form-page-banner h1 {
        font-family: 'Work Sans';
        font-size: 55px;
        font-weight: bold;
        position: absolute;
        font-weight: 300;
        bottom: 60px;
        left: 60px;
        width: 20vw;
        text-transform: uppercase;
        color: #2f3b42;
    }

        .form-page-banner h1 .line {
            width: 90px;
            border-top: 6px solid #E91D24;
            display: block;
            margin-bottom: 30px;
        }

    .form-page-banner .bg-2 {
        width: 60%;
        float: right;
        height: 38vw;
        max-height: 400px;
        background: left center repeat #E8EBED;
        -ms-background-size: cover;
        background-size: cover;
    }

@media (max-width: 1040px) {
    .form-page-banner h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .form-page-banner {
        background: none;
        margin-top: 55vw;
        height: 44vw;
        max-height: none;
        margin-bottom: 0;
    }

        .form-page-banner h1 {
            width: 90%;
            background: left center repeat #E8EBED;
            height: 44vw;
            left: 0;
            bottom: 0;
            font-size: 30px;
            padding-top: calc(36vw - 70px);
            padding-left: 25px;
        }

            .form-page-banner h1 br {
                display: none;
            }

            .form-page-banner h1 .line {
                border-width: 2px;
                margin-bottom: 10px;
                width: 40px;
            }

        .form-page-banner .bg-2 {
            width: 90%;
            top: -36vw;
            position: relative;
        }
}

.modal-container .status-message {
    padding: 20px 0;
    background: url("/Content/Monier/images/gears.gif") no-repeat center center #fff;
    display: inline-block;
    position: fixed;
    top: -220px;
    width: 200px;
    height: 200px;
    text-align: center;
    left: calc(50% - 100px);
    border-radius: 0 0 10px 10px;
    line-height: 200px;
    z-index: 1001;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 25px;
    transition: all 0.5s ease-in-out;
}

.modal-container.working .status-message {
    top: 0;
}

.modal-container .ajax-modal {
    background: #333;
    opacity: 0;
    transition: all 1s ease-in-out;
    display: none;
    z-index: 1000;
    height: 100vh;
    top: 0;
    position: fixed;
    width: 100vw;
    overflow: hidden;
}

.modal-container.working .ajax-modal {
    opacity: 0.8;
    display: block;
}

.modal {
    background: white;
}

@media (min-width: 992px) {
    .modal {
        background: rgba(255, 255, 255, 0.95);
    }
}

@media (min-width: 992px) {
    .modal.in {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal__title {
    text-align: center;
    font-size: 30px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    color: #2f3b42;
    margin: 0 0 40px;
}

@media (max-width: 991px) {
    .modal__title {
        margin-top: 40px;
    }
}

.monier-modal {
    width: 100%;
    position: relative;
    background: #fff;
}

@media (min-width: 992px) {
    .monier-modal {
        width: 840px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    }
}

.monier-modal__close {
    z-index: 9999;
    position: absolute;
    top: 20px;
    right: -50px;
    width: 50px;
    height: 50px;
    background: #fff;
    font-size: 30px;
    cursor: pointer;
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .monier-modal__close:hover, .monier-modal__close:active, .monier-modal__close:focus {
        background: #f7f7f7;
    }

@media (max-width: 991px) {
    .monier-modal__close {
        right: -1px;
        top: -1px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .monier-modal__close {
        right: 19px;
    }
}

.monier-modal__content {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .monier-modal__content {
        margin: 20px;
    }
}

#modal-visual-tool.in {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: rgba(154, 154, 154, 0.5);
    z-index: 9999;
}

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    #modal-visual-tool.in {
        display: none !important;
    }
}

.monier-modal--visual-tool {
    width: 565px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .monier-modal--visual-tool {
        width: 94%;
    }
}

@media (max-width: 991px) {
    .monier-modal--visual-tool .monier-modal__close {
        background: #2f3b42;
        color: #fff;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .monier-modal--visual-tool .monier-modal__close {
        width: 30px;
        height: 30px;
    }
}

.iframe-obj__ratio {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.iframe-obj iframe {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.downloads .dl-row {
    padding: 20px 0;
    border-top: 2px solid #D9DCDD;
}

    .downloads .dl-row > div {
        height: 31px;
        line-height: 31px;
    }

    .downloads .dl-row:last-child {
        border-bottom: 2px solid #D9DCDD;
    }

    .downloads .dl-row .dl-name--link:hover {
        color: #E91D24;
    }

.downloads .dl-details {
    color: #80868B;
    white-space: nowrap;
}

    .downloads .dl-details a {
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url("/Content/Monier/images/dl-icon.png") no-repeat bottom left transparent;
        top: 7px;
        position: relative;
        margin-left: 15px;
    }

@media only screen and (max-width: 767px) {
    .downloads {
        padding: 40px 0 60px 0;
    }

        .downloads .dl-row {
            font-size: 11px;
            padding: 15px 0;
        }

            .downloads .dl-row .dl-details {
                color: #80868B;
                white-space: nowrap;
            }

                .downloads .dl-row .dl-details a {
                    width: 18px;
                    height: 18px;
                    -ms-background-size: cover;
                    background-size: cover;
                    margin-left: 10px;
                    top: 5px;
                }
}

.videolist {
    max-width: 730px;
    width: 100%;
    margin: 0 auto 80px;
}

.videolist__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 18px;
}

    .videolist__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videolist__btnnext {
    position: absolute;
    background-color: #EFF1F2;
    border: none;
    color: #2F3B42;
    width: 50px;
    height: 50px;
    display: inline-block;
    top: 182px;
    background-position: center center;
    background-repeat: no-repeat;
    left: 730px;
    background-image: url("/Content/Monier/images/videolist/btn-next.png");
}

    .videolist__btnnext:hover, .videolist__btnnext:focus {
        background-color: #D8D8D8;
    }

@media (max-width: 991px) {
    .videolist__btnnext {
        width: 35px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.75);
        top: calc(50% - (35px / 2));
        background-size: 6px 11px;
    }
}

@media (max-width: 1199px) {
    .videolist__btnnext {
        left: calc(100% - 50px);
    }
}

@media (max-width: 991px) {
    .videolist__btnnext {
        left: calc(100% - 35px + 1px);
    }
}

.videolist__btnprev {
    position: absolute;
    background-color: #EFF1F2;
    border: none;
    color: #2F3B42;
    width: 50px;
    height: 50px;
    display: inline-block;
    top: 182px;
    background-position: center center;
    background-repeat: no-repeat;
    left: -50px;
    background-image: url("/Content/Monier/images/videolist/btn-prev.png");
}

    .videolist__btnprev:hover, .videolist__btnprev:focus {
        background-color: #D8D8D8;
    }

@media (max-width: 991px) {
    .videolist__btnprev {
        width: 35px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.75);
        top: calc(50% - (35px / 2));
        background-size: 6px 11px;
    }
}

@media (max-width: 1199px) {
    .videolist__btnprev {
        left: 0;
    }
}

.videolist__items {
    float: left;
    width: 100%;
    padding-bottom: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .videolist__items {
        padding-left: 57px;
        padding-right: 57px;
    }
}

.videolist__item {
    float: left;
    margin-left: 20px;
    border-bottom: 3px solid transparent;
    margin-bottom: 15px;
    height: 193px;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 991px) {
    .videolist__item:nth-child(2n + 1) {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .videolist__item {
        float: none;
        max-width: 230px;
        margin-left: auto !important;
        margin-right: auto !important;
        clear: both;
    }
}

.videolist__item--active {
    border-bottom-color: #ED1C24;
}

@media (min-width: 992px) {
    .videolist__item:nth-child(3n + 1) {
        margin-left: 0;
    }
}

.videolist__item:hover {
    border-bottom-color: transparent;
}

    .videolist__item:hover .videolist__front {
        display: none;
    }

    .videolist__item:hover .videolist__back {
        display: block;
    }

.videolist__img {
    width: 100%;
    height: 130px;
}

.videolist__title--front {
    height: 60px;
}

.videolist__title--back {
    color: #2F3B42;
    font-weight: 700;
    font-size: 12px;
    display: table-row;
    width: 100%;
}

.videolist__title--front {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #2F3B42;
}

.videolist__title__inner--back {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 7px;
}

.videolist__title__inner--front {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    background-color: #F4F4F4;
    padding-left: 15px;
    padding-right: 15px;
}

.videolist__description {
    color: #2F3B42;
    font-size: 12px;
    display: table-row;
    width: 100%;
}

.videolist__description__inner {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding-top: 7px;
}

.videolist__front {
    height: 190px;
    width: 230px;
}

.videolist__back {
    height: 190px;
    width: 230px;
    display: none;
}

.videolist__back__inner {
    height: 150px;
    padding: 15px;
    background-color: #F4F4F4;
    text-align: center;
    display: table;
    width: 100%;
}

.videolist__btnplay {
    border: none;
    width: 100%;
    background-color: #2F3B42;
    color: white;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 15px;
    text-align: left;
}

    .videolist__btnplay:hover .rich-icon__icon {
        background-color: #cf000c;
    }

.spotlight {
    position: relative;
    padding: 50px 0;
}

.spotlight--wide {
    background-color: rgba(230, 226, 218, 0.65);
}

.spotlight--wide__left-text {
    padding: 50px 0;
}

    .spotlight--wide__left-text .pb-cta__txt {
        padding: 0 43% 30px 80px;
    }

@media (max-width: 1200px) {
    .spotlight--wide__left-text .pb-cta__txt {
        padding: 0 50% 30px 80px;
    }
}

@media (max-width: 768px) {
    .spotlight--wide__left-text .pb-cta__txt {
        padding: 0 2px 30px;
    }
}

.spotlight--wide__left-text .pb-cta__btn {
    padding-left: 80px;
}

@media (max-width: 768px) {
    .spotlight--wide__left-text .pb-cta__btn {
        padding: 0;
    }
}

.spotlight--wide__left-text .std-btn__txt {
    width: auto;
    padding-right: 75px;
}

@media (max-width: 380px) {
    .spotlight--wide__left-text .std-btn__txt {
        width: 240px;
    }
}

.spotlight--wide__image {
    position: absolute;
    right: 0;
    top: -100px;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 768px) {
    .spotlight--wide__image {
        display: none;
    }
}

@media (max-width: 992px) {
    .spotlight--wide__image .home-etc__years {
        width: 370px;
    }
}

.solar_sl {
    padding: 100px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .solar_sl {
        padding: 50px 0;
    }
}

.solar_sl .std-btn__txt {
    width: auto;
}

.video__item {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .video__item {
        padding: 50px 0;
    }
}

.video__item .video__container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video__item .video__container iframe, .video__item .video__container object, .video__item .video__container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video__item .video__title {
    margin-bottom: 60px;
    position: relative;
}

    .video__item .video__title:after {
        content: '';
        display: block;
        height: 2px;
        width: 87px;
        position: absolute;
        background: #E31D24;
        bottom: -31px;
        left: 0;
    }

.video__item .video__desc {
    margin-bottom: 0;
    font-size: 15px;
}

.solar__rb {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .solar__rb {
        padding: 50px 0;
    }
}

.rb__header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .rb__header {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

.rb__items {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .rb__items {
        display: block;
    }
}

.rb__item {
    margin-right: 100px;
    width: calc((100% - 300px) / 4);
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .rb__item {
        margin-right: 50px;
        width: calc((100% - 150px) / 4);
    }
}

@media (max-width: 767px) {
    .rb__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .rb__item:nth-child(4n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .rb__item:nth-last-child(-n + 4) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .rb__item:last-child {
        margin-bottom: 0;
    }
}

.rb__item .item__img {
    text-align: center;
    margin-bottom: 30px;
}

    .rb__item .item__img img {
        max-width: 70px;
    }

.rb__item .item__name {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .rb__item .item__name {
        margin-bottom: 10px;
    }
}

.rb__item .item__desc {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.solar__ro {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .solar__ro {
        padding: 50px 0;
    }
}

.ro__header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .ro__header {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

.ro__items {
    display: flex;
}

@media (min-width: 768px) {
    .ro__items {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .ro__items {
        display: block;
    }
}

.ro__item {
    margin-right: 65px;
    width: calc((100% - 130px) / 3);
}

@media (max-width: 991px) {
    .ro__item {
        margin-right: 33px;
        width: calc((100% - 66px) / 3);
    }
}

@media (max-width: 767px) {
    .ro__item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
}

.ro__item:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .ro__item:last-child {
        margin-bottom: 0;
    }
}

.ro__item .item__name {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1;
}

@media (max-width: 767px) {
    .ro__item .item__name {
        font-size: 16px;
    }
}

.ro__item .item__name:after {
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    position: absolute;
    background: #E31D24;
    bottom: -20px;
    left: calc(50% - 25px);
}

.ro__item .item__desc {
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .ro__item .item__desc {
        margin-bottom: 20px;
    }
}

.ro__item .item__cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .ro__item .item__cta .pb-cta__btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ro__item .item__cta .pb-cta__btn {
        width: 257px;
    }
}

.ro__item .item__cta .rich-icon__icon {
    text-align: center;
}

@media (max-width: 991px) {
    .ro__item .item__cta .rich-icon__text {
        min-width: 0;
        width: calc(100% - 42px);
    }
}

.solar__pkg {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .solar__pkg {
        padding: 50px 0;
    }
}

.solar__pkg + .solar_sl {
    padding-top: 0;
}

.solar__pkg .pkg__header {
    margin-top: 0;
    text-align: center;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .solar__pkg .pkg__header {
        margin-bottom: calc(50vw + 40px);
    }
}

.solar__pkg .pkg__item {
    display: flex;
    background: #fff;
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .solar__pkg .pkg__item {
        display: block;
        margin-bottom: calc(50vw + 30px);
    }
}

.solar__pkg .pkg__item:last-child {
    margin-bottom: 0;
}

.solar__pkg .item__img {
    width: calc(33% + 60px);
    position: relative;
}

@media (max-width: 991px) {
    .solar__pkg .item__img {
        width: calc(33% + 30px);
    }
}

.solar__pkg .item__img > div {
    position: absolute;
    width: calc(100% - 60px);
    height: 110%;
    top: -5%;
    left: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 991px) {
    .solar__pkg .item__img > div {
        width: calc(100% - 30px);
        left: 15px;
    }
}

.solar__pkg .item__img-mobile {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    top: -50vw;
    margin-bottom: -50vw;
}

    .solar__pkg .item__img-mobile img {
        width: 100%;
    }

.solar__pkg .item__content {
    width: calc(100% - (33% + 60px));
    padding: 80px 40px;
}

@media (max-width: 991px) {
    .solar__pkg .item__content {
        width: calc(100% - (33% + 30px));
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .solar__pkg .item__content {
        width: 100%;
        padding: 30px 35px;
    }
}

@media (max-width: 767px) {
    .solar__pkg .item__name {
        margin-top: 30px;
    }
}

.solar__pkg .item__name, .solar__pkg .item__name-price, .solar__pkg .item__desc-price {
    font-size: 20px;
    line-height: 1.1;
}

.solar__pkg .item__name-price, .solar__pkg .item__desc-price {
    color: #E31D24;
    font-weight: bold;
}

.solar__pkg .item__desc ul {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 17px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .solar__pkg .item__desc ul {
        margin-top: 25px;
    }
}

.solar__pkg .item__desc-price {
    margin-top: 30px;
}

.solar__pkg .item__cta {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .solar__pkg .item__cta {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .solar__pkg .item__cta .std-btn {
        width: 100%;
    }
}

.solar__pkg .item__cta .std-btn__txt {
    width: auto;
}

@media (max-width: 767px) {
    .solar__pkg .item__cta .std-btn__txt {
        width: calc(100% - 40px);
    }
}

.solar__rs {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .solar__rs {
        padding: 50px 0;
    }
}

.solar__rs .rs__header, .solar__rs .rs__desc {
    text-align: center;
}

.solar__rs .rs__imgs {
    display: flex;
    margin-top: 80px;
}

@media (max-width: 767px) {
    .solar__rs .rs__imgs {
        width: 100%;
        display: block;
        margin-top: 40px;
    }
}

.solar__rs .rs__img {
    width: calc(50% - 50px);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .solar__rs .rs__img {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .solar__rs .rs__img {
        width: 100%;
        display: block;
    }
}

.solar__rs .rs__header {
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .solar__rs .rs__header {
        margin-bottom: 20px;
    }
}

.solar__rs .rs__desc {
    font-size: 15px;
    margin-bottom: 0;
}

.solar__rs .rs__cta {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

    .solar__rs .rs__cta .cta__item {
        width: 50%;
        display: flex;
        justify-content: center;
    }

.solar__rs .rs__mobile-cta {
    margin-top: 30px;
}

    .solar__rs .rs__mobile-cta .std-btn {
        width: 100%;
    }

    .solar__rs .rs__mobile-cta .rich-icon__text {
        width: calc(100% - 42px);
    }

    .solar__rs .rs__mobile-cta .cta__item + .cta__item {
        margin-top: 10px;
    }

.solar__rs .rs__img-separator {
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .solar__rs .rs__img-separator {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .solar__rs .rs__img-separator {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }
}

.solar__rs .rs__img-separator .img-separator {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #E51D24;
    position: relative;
    top: -40px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .solar__rs .rs__img-separator .img-separator {
        width: 40px;
        height: 40px;
        top: -20px;
    }
}

@media (max-width: 767px) {
    .solar__rs .rs__img-separator .img-separator {
        top: 0;
        width: 60px;
        height: 60px;
        top: -30px;
    }
}

.solar__rs .rs__img-separator .img-separator:after {
    content: '+';
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .solar__rs .rs__img-separator .img-separator:after {
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .solar__rs .rs__img-separator .img-separator:after {
        width: 60px;
        height: 60px;
        font-size: 50px;
        line-height: 60px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}

    .header > .container {
        width: auto;
        max-width: 1400px;
    }

@media (max-width: 1199px) {
    .header > .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .header {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

.monier-body {
    position: relative;
    z-index: 9;
    margin-top: 99px;
}

@media (min-width: 1200px) {
    .monier-body {
        margin-top: 105px;
    }
}

@media (max-width: 1199px) {
    .menu-open .hdr-navs {
        display: block;
    }
}

@media (max-width: 1199px) {
    .menu-open .hdr__ctas {
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
    }
}

.menu-open .hdr__toggle:after {
    content: "\e90d";
    -webkit-animation: toggle 0.5s ease;
    -moz-animation: toggle 0.5s ease;
    animation: toggle 0.5s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
}

@media (max-width: 1199px) {
    .menu-close .hdr__ctas {
        bottom: auto;
    }
}

.menu-close .hdr__toggle:after {
    -webkit-animation: toggleback 0.5s ease;
    -moz-animation: toggleback 0.5s ease;
    animation: toggleback 0.5s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
}

@-webkit-keyframes toggle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-moz-keyframes toggle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-o-keyframes toggle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes toggle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes toggleback {
    0% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes toggleback {
    0% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes toggleback {
    0% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes toggleback {
    0% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (min-width: 1200px) {
    .hdr__flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1199px) {
    .hdr__flex {
        position: relative;
        margin: 0 -15px;
    }
}

.hdr__logo {
    display: block;
    position: relative;
}

    .hdr__logo:hover {
        color: #333;
    }

@media (max-width: 1199px) {
    .hdr__logo {
        width: 70px;
        height: 60px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-left: 15px;
    }
}

.hdr__logo .glyphicon-home {
    margin-top: 39px;
    position: absolute;
    margin-left: 110px;
}

.hdr__ctas {
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    .hdr__ctas {
        max-width: 100%;
        width: auto;
    }

        .hdr__ctas:after {
            content: "";
            position: absolute;
            right: 0;
            left: -120px;
            top: 50%;
            height: 1px;
            margin-top: -1px;
            background: white;
            background: white;
            background: -moz-linear-gradient(left, white 0%, #ebebeb 17%, #ebebeb 100%);
            background: -webkit-linear-gradient(left, white 0%, #ebebeb 17%, #ebebeb 100%);
            background: linear-gradient(to right, white 0%, #ebebeb 17%, #ebebeb 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=1 );
        }
}

@media (max-width: 1199px) {
    .hdr__ctas {
        position: fixed;
        top: 60px;
        overflow: hidden;
        z-index: 9999;
    }
}

.hdr__toggle {
    display: none;
}

@media (max-width: 1199px) {
    .hdr__toggle {
        display: block;
        padding: 0;
        margin: 0;
        border: 0 none;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        border-left: 1px solid #e6e8e8;
    }

        .hdr__toggle span {
            display: block;
            text-indent: -9999px;
        }

        .hdr__toggle:after {
            display: block;
            content: "\e90c";
            font-family: icomoon;
            position: absolute;
            right: 12px;
            top: 3px;
            font-size: 34px;
            color: #2f3b42;
        }

        .hdr__toggle:active, .hdr__toggle:focus {
            background: #e6e8e8;
            outline: 0 none;
        }

        .hdr__toggle.active:after {
            content: "\e90d";
        }
}

.hdr-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}

@media (min-width: 1200px) {
    .hdr-action__item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        height: 55px;
        padding: 0 20px;
        border-right: 1px solid #ebebeb;
        background: #f7f7f7;
        font-size: 12px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .hdr-action__item:first-child {
            border-left: 1px solid #ebebeb;
        }

        .hdr-action__item:hover, .hdr-action__item:focus, .hdr-action__item:active {
            background: #2f3b42;
            color: #fff;
            text-decoration: none;
        }

            .hdr-action__item:hover .micon, .hdr-action__item:focus .micon, .hdr-action__item:active .micon {
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                color: #fff;
            }

        .hdr-action__item .micon {
            color: #ed1c24;
            font-size: 16px;
            margin-right: 10px;
        }

        .hdr-action__item strong .micon {
            font-weight: bold;
            font-size: 22px;
        }

        .hdr-action__item.__ht {
            background: #ed1c24;
            color: #fff;
            border-right: 1px solid #ce141e;
        }

            .hdr-action__item.__ht:hover, .hdr-action__item.__ht:focus, .hdr-action__item.__ht:active {
                background: #cf000c;
            }

            .hdr-action__item.__ht .micon {
                color: #fff;
            }
}

@media (max-width: 1199px) {
    .hdr-action__item {
        padding: 10px 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        height: 40px;
    }

        .hdr-action__item.__ht {
            width: 50%;
            background: #ed1c24;
            color: #fff;
            border-right: 1px solid #ce141e;
            font-size: 12px;
        }

            .hdr-action__item.__ht:hover, .hdr-action__item.__ht:focus, .hdr-action__item.__ht:active {
                background: #cf000c;
                text-decoration: none;
            }

            .hdr-action__item.__ht .micon {
                color: #fff;
                margin-right: 5px;
            }

            .hdr-action__item.__ht:last-child {
                order: 1;
            }

            .hdr-action__item.__ht:nth-last-child(2) {
                order: 2;
            }
}

@media (max-width: 1199px) {
    .hdr-action__item.mo-out {
        display: none;
    }
}

.home-icon:hover {
    color: Red;
}

@media (max-width: 1199px) {
    .hdr-navs {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hdr-navs__list {
        max-width: 360px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hdr-navs__list {
        max-width: 460px;
    }
}

@media (min-width: 1200px) {
    .hdr-navs__list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1199px) {
    .hdr-navs__list {
        padding: 10px 0;
        background: #fff;
        position: absolute;
        bottom: 0;
        top: 40px;
        left: 0;
        right: 0;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    .hdr-navs__item {
        position: relative;
    }

        .hdr-navs__item:hover .hrd-subnav, .hdr-navs__item:focus .hrd-subnav, .hdr-navs__item:active .hrd-subnav {
            display: block;
        }
}

@media (max-width: 1199px) {
    .hdr-navs__item.open .hrd-subnav {
        max-height: 1000px;
    }
}

@media (max-width: 1199px) {
    .hdr-navs__item.open .hdr-navs__lvl-1:after {
        content: "\e908";
    }

    .hdr-navs__item.open .hdr-navs__lvl-1:before {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -10px;
        z-index: 9;
        left: 25px;
    }
}

.hdr-navs__lvl-1 {
    position: relative;
    color: #2f3b42;
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .hdr-navs__lvl-1:hover, .hdr-navs__lvl-1:focus, .hdr-navs__lvl-1:active {
        color: #2f3b42;
        text-decoration: none;
    }

    .hdr-navs__lvl-1:after {
        content: "\e90b";
        position: absolute;
        font-family: icomoon;
    }

    .hdr-navs__lvl-1.__clear:after {
        display: none;
    }

@media (min-width: 1200px) {
    .hdr-navs__lvl-1.__clear {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .hdr-navs__lvl-1 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        height: 55px;
        font-size: 14px;
        padding: 0 40px 0 20px;
    }

        .hdr-navs__lvl-1:after {
            right: 16px;
            top: 50%;
            margin-top: -11px;
            font-size: 14px;
        }
}

@media (max-width: 1199px) {
    .hdr-navs__lvl-1 {
        padding: 10px 15px;
        display: block;
    }

        .hdr-navs__lvl-1:after {
            margin-left: 20px;
        }
}

@media (min-width: 1200px) {
    .hrd-subnav {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        z-index: 999;
        top: 100%;
        left: 0;
    }

    .dd-color .hrd-subnav {
        right: -190px;
        left: auto;
    }

    .dd-right .hrd-subnav {
        right: 0;
        left: auto;
    }
}

@media (max-width: 1199px) {
    .hrd-subnav {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
}

.nav-content {
    position: relative;
}

@media (min-width: 1200px) {
    .nav-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: nowrap;
        background: #fff;
    }

        .nav-content:after {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, white 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, white 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, white 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#ffffff',GradientType=0 );
        }
}

@media (max-width: 1199px) {
    .nav-content {
        background: #2f3b42;
        -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 1200px) {
    .nav-content__area {
        min-width: 300px;
    }
}

@media (max-width: 1199px) {
    .nav-content__area {
        display: block;
    }
}

@media (min-width: 1200px) {
    .hdrsub-list {
        margin: 50px 0;
        border-right: 1px solid #e6e8e8;
    }
}

@media (max-width: 1199px) {
    .hdrsub-list {
        padding: 20px 10px;
    }
}

@media (min-width: 1200px) {
    .hdrsub-list__link {
        display: block;
        padding: 20px 50px;
        font-size: 14px;
        line-height: 1.2;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .hdrsub-list__link:hover, .hdrsub-list__link:active, .hdrsub-list__link:focus {
            background: #2f3b42;
            color: #fff;
            text-decoration: none;
        }
}

@media (max-width: 1199px) {
    .hdrsub-list__link {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 15px 20px;
    }

        .hdrsub-list__link:hover, .hdrsub-list__link:active, .hdrsub-list__link:focus {
            background: #1e262b;
            color: #fff;
            text-decoration: none;
        }
}

.hdrsub-ctas {
    padding: 30px;
}

@media (min-width: 1200px) {
    .hdrsub-ctas {
        padding: 60px 30px;
        min-width: 310px;
    }
}

.hdrsub-ctas li {
    margin-bottom: 15px;
}

    .hdrsub-ctas li:last-child {
        margin-bottom: 0;
    }

.hdrsub-ctas .m-btn {
    display: block;
}

.header-bar {
    background: #4e4f4e;
    height: 28px;
    color: #fff;
    font-size: 12px;
}

    .header-bar > .container {
        width: auto;
        max-width: 1400px;
    }

@media (max-width: 1199px) {
    .header-bar {
        display: none;
    }
}

.hb-brands {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 28px;
    float: left;
}

    .hb-brands:hover .hb-brands__links {
        display: block;
    }

    .hb-brands:hover .hb-brands__l1 {
        background: #a6a7a6;
    }

.hb-brands__l1 {
    position: relative;
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    border-left: 1px solid #a6a7a6;
    border-right: 1px solid #a6a7a6;
    cursor: pointer;
    color: #fff;
}

    .hb-brands__l1:hover {
        background: #a6a7a6;
        color: #fff;
        text-decoration: none;
    }

    .hb-brands__l1.__dd {
        padding: 0 30px 0 10px;
    }

        .hb-brands__l1.__dd:after {
            content: "\e90b";
            font-family: icomoon;
            position: absolute;
            right: 10px;
            font-size: 12px;
        }

.hb-brands__links {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 9;
    min-width: 250px;
}

.hb-brands__link-item {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

    .hb-brands__link-item:last-child {
        border-bottom: 0 none;
    }

    .hb-brands__link-item:hover .hb-brands__subs {
        display: block;
    }

    .hb-brands__link-item:hover .hb-brands__link-url {
        background: #a6a7a6;
        color: #fff;
    }

.hb-brands__link-url {
    position: relative;
    display: block;
    padding: 5px 10px;
    background: #4e4f4e;
    color: #fff;
}

    .hb-brands__link-url:hover, .hb-brands__link-url:active, .hb-brands__link-url:focus {
        color: #fff;
        text-decoration: none;
        background: #a6a7a6;
    }

    .hb-brands__link-url.__dd:after {
        content: "\e90a";
        font-family: icomoon;
        position: absolute;
        right: 5px;
        font-size: 12px;
        top: 6px;
    }

.hb-brands__subs {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    min-width: 250px;
}

.hb-brands__sub-item:first-child .hb-brands__sub-url {
    border-top: 1px solid #dfdfdf;
}

.hb-brands__sub-url {
    display: block;
    padding: 5px 10px;
    background: #4e4f4e;
    color: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

    .hb-brands__sub-url:hover, .hb-brands__sub-url:active, .hb-brands__sub-url:focus {
        color: #fff;
        text-decoration: none;
        background: #a6a7a6;
    }

.hb-login {
    position: absolute;
    right: 13px;
    top: 0;
}

.hb-login__csr img {
    display: inline-block;
    margin: -2px 0 0 -2px;
}

/* footer layout */
footer {
    padding-top: 0;
}

.footer {
    background: #f1f2f3;
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .ft-mob {
        display: none;
    }
}

.ft-mob .m-btn {
    margin-bottom: 15px;
    display: block;
}

.ft-mob .ft-mob__monier {
    display: block;
    margin: 40px auto;
    text-align: center;
}

.ft-mob--center .m-btn {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ft-mob--center .m-btn .micon {
        margin-right: 10px;
        font-size: 18px;
    }

.ft-desk {
    padding: 60px 0;
}

@media (max-width: 1199px) {
    .ft-desk {
        display: none;
    }
}

.ft-desk__cta .m-btn {
    font-size: 12px;
    display: block;
}

.ft-desk__links {
    margin: 60px 0;
}

    .ft-desk__links h3 {
        position: relative;
        font-size: 16px;
        padding: 10px 0;
        margin-bottom: 20px;
    }

        .ft-desk__links h3:after {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            bottom: 0;
            border-bottom: 2px solid #ed1c24;
        }

    .ft-desk__links li {
        margin-bottom: 20px;
    }

    .ft-desk__links a {
        font-size: 12px;
        line-height: 1.3;
        display: inline-block;
    }

        .ft-desk__links a:hover, .ft-desk__links a:active, .ft-desk__links a:focus {
            text-decoration: none;
            color: #ed1c24;
        }

.ft-post__media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.ft-post__icon {
    font-size: 56px;
    text-decoration: none;
    margin: 0 6px;
}

    .ft-post__icon:hover, .ft-post__icon:active, .ft-post__icon:focus {
        text-decoration: none;
    }

    .ft-post__icon.__tw {
        color: #78cbef;
    }

        .ft-post__icon.__tw:hover, .ft-post__icon.__tw:active, .ft-post__icon.__tw:focus {
            color: #5bb0d5;
        }

    .ft-post__icon.__fb {
        color: #547bbc;
    }

        .ft-post__icon.__fb:hover, .ft-post__icon.__fb:active, .ft-post__icon.__fb:focus {
            color: #3e63a1;
        }

    .ft-post__icon.__yt {
        color: #e9644a;
    }

        .ft-post__icon.__yt:hover, .ft-post__icon.__yt:active, .ft-post__icon.__yt:focus {
            color: #e0492c;
        }

    .ft-post__icon.__in {
        color: #777777;
    }

        .ft-post__icon.__in:hover, .ft-post__icon.__in:active, .ft-post__icon.__in:focus {
            color: #555;
        }

    .ft-post__icon.__pi {
        color: #C63E52;
    }

        .ft-post__icon.__pi:hover, .ft-post__icon.__pi:active, .ft-post__icon.__pi:focus {
            color: #A5384D;
        }

.ft-post__bar {
    padding: 20px 0;
    background: #fff;
}

.ft-post__urls {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .ft-post__urls {
        text-align: center;
    }
}

.ft-post__urls p {
    font-size: 11px;
    margin: 3px 0;
    line-height: 1.4;
}

    .ft-post__urls p a {
        margin: 0 5px;
        color: #cf000c;
    }

@media (min-width: 768px) {
    .ft-post__urls p a {
        margin-right: 10px;
        margin-left: 0;
    }
}

.ft-post__csr {
    text-align: center;
    margin: 10px 0 0 220px;
}

@media (min-width: 768px) {
    .ft-post__csr {
        text-align: right;
        margin: 0;
    }
}

.page-banner {
    position: relative;
}

.pb-main .home-banner {
    padding-top: 40px;
}

.pb-main__img {
    background-color: #ccc;
    background-position: center center;
    background-size: cover;
    height: 39vw;
    max-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 640px) {
    .pb-main__img {
        height: 75vw;
    }
}

.pb-main__img.main__img--short {
    max-height: 450px;
}

.pb-main__title {
    font-family: "Gotham A", "Gotham B";
    font-size: 55px;
    font-weight: 300;
    color: #2f3b42;
    text-transform: uppercase;
}

@media (max-width: 639px) {
    .pb-main__title {
        font-size: 10vw;
        text-align: center;
    }
}

.pb-actions {
    text-align: center;
}

.pbm-img--contile {
    width: 100%;
}

@media (min-width: 640px) {
    .pb-object {
        float: left;
    }
}

@media (max-width: 639px) {
    .pb-object__img {
        display: none;
    }
}

@media (min-width: 640px) {
    .pb-object__img {
        margin-top: -60px;
    }
}

.pb-cta {
    background: #fff;
    display: inline-block;
    margin: -40px auto 0;
    padding: 20px;
}

@media (min-width: 640px) {
    .pb-cta {
        float: right;
        margin-top: -70px;
        display: inline-block;
    }
}

.pb-cta__btn {
    margin-top: 10px;
}

    .pb-cta__btn:first-child {
        margin-top: 0;
    }

    .pb-cta__btn a:hover .rich-icon__icon {
        background: #cf000c;
    }

.pb-molnar__flex {
    position: relative;
}

.pb-molnar__cols:first-child {
    float: right;
}

.pb-molnar__cols:last-child {
    float: left;
}

@media (max-width: 991px) {
    .pb-molnar__cols {
        width: 102%;
    }

        .pb-molnar__cols:first-child {
            z-index: 9;
            margin-right: -15px;
            margin-left: -15px;
        }

        .pb-molnar__cols:last-child {
            margin-top: -40px;
            margin-left: -15px;
            margin-right: -15px;
        }
}

@media (min-width: 992px) {
    .pb-molnar__cols:first-child {
        z-index: 9;
        width: 65%;
    }

    .pb-molnar__cols:last-child {
        width: 35%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 30px;
    }
}

.pb-molnar__ratio {
    width: 100%;
}

.pb-molnar__img {
    position: relative;
    z-index: 9;
}

.pb-molnar__title {
    position: relative;
}

@media (max-width: 991px) {
    .pb-molnar__title {
        padding: 80px 20px 20px;
    }
}

@media (min-width: 992px) {
    .pb-molnar__title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.pb-molnar__det {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .pb-molnar__det {
        position: absolute;
        bottom: 40px;
        left: 25px;
        right: 25px;
    }
}

@media (min-width: 1200px) {
    .pb-molnar__det {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }
}

.pb-molnar__det h1 {
    position: relative;
    margin: 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 30px;
}

@media (min-width: 1200px) {
    .pb-molnar__det h1 {
        font-size: 40px;
    }
}

.pb-molnar__det h1:after {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: 0;
    width: 32px;
    height: 4px;
    background: #e81c24;
}

.pb-molnar__imgurl {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-finder {
    margin: 0;
}

    .block-finder * {
        font-family: "Gotham A", "Gotham B";
        font-size: 13px;
    }

    .block-finder .container {
        padding-top: 60px;
    }

@media (max-width: 767px) {
    .block-finder .container {
        padding-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.block-finder .empty {
    padding: 15px;
}

@media (max-width: 767px) {
    .block-finder__flex {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    .block-finder__flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .block-finder__col:first-child {
        order: 2;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .block-finder__col:last-child {
        width: 25%;
    }
}

.block-finder__search-box, .block-finder__centre {
    position: relative;
    z-index: 9;
}

.block-finder .bf-srchbox {
    text-align: center;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox {
        width: 350px;
        margin-top: 50px;
    }
}

.block-finder .bf-srchbox__head {
    background-color: #f9f8f7;
    padding: 30px 20px;
    color: #2f3b42;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__head {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__head {
        background-color: #2f3b42;
        color: #fff;
    }
}

.block-finder .bf-srchbox__head h2 {
    font-size: 29px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    margin: 0 0 10px;
}

.block-finder .bf-srchbox__head p {
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    padding: 0 40px;
    margin: 0;
    margin: 0;
}

.block-finder .bf-srchbox__area {
    background: #f9f8f7;
    padding: 30px;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__area {
        padding-top: 20px;
    }
}

.block-finder .bf-srchbox__area p {
    font-size: 12px;
    color: #2f3b42;
    font-weight: bold;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__area p {
        display: none;
    }
}

.block-finder .bf-srchbox__inp {
    position: relative;
    display: block;
    border: 2px solid #2f3b42;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__inp {
        margin-top: 30px;
    }
}

.block-finder .bf-srchbox__inp .twitter-typeahead {
    width: 100%;
}

.block-finder .bf-srchbox__inp .tt-menu {
    display: block;
    background: #2f3b42;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.block-finder .bf-srchbox__inp .tt-suggestion {
    padding: 10px 20px;
    border-bottom: 1px solid #6d757a;
    border-top: 1px solid #6d757a;
    cursor: pointer;
}

    .block-finder .bf-srchbox__inp .tt-cursor, .block-finder .bf-srchbox__inp .tt-suggestion:hover {
        background: #0889ff;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

        .block-finder .bf-srchbox__inp .tt-cursor:last-child, .block-finder .bf-srchbox__inp .tt-suggestion:hover:last-child {
            border-bottom: 0 none;
        }

.block-finder .bf-srchbox__inp input[type=text] {
    width: 100%;
    border: 0 none;
    height: 48px;
    padding: 0 76px 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .block-finder .bf-srchbox__inp input[type=text]:active, .block-finder .bf-srchbox__inp input[type=text]:focus, .block-finder .bf-srchbox__inp input[type=text]:hover {
        outline: 0 none;
    }

.block-finder .bf-srchbox__inp button {
    position: absolute;
    background: #2f3b42;
    top: 0;
    right: 0;
    border: 0 none;
    padding: 0;
    width: 56px;
    height: 48px;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__inp button {
        background: #e81c24;
        width: 50px;
        height: 42px;
        top: 3px;
        right: 3px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
}

.block-finder .bf-srchbox__inp button:after {
    display: block;
    font-size: 14px;
    color: #fff;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__inp button:after {
        content: 'Go';
    }
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__inp button:after {
        content: '\e907';
        font-size: 22px;
        font-family: icomoon;
    }
}

.block-finder .bf-srchbox__inp button:active, .block-finder .bf-srchbox__inp button:focus, .block-finder .bf-srchbox__inp button:hover {
    outline: 0 none;
}

.block-finder .bf-srchbox__list {
    text-align: left;
    background: #f9f8f7;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__list {
        min-height: 330px;
    }
}

.block-finder .bf-srchbox__list li {
    position: relative;
}

    .block-finder .bf-srchbox__list li:after {
        content: "\e90a";
        font-family: icomoon;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -16px;
        font-size: 20px;
    }

    .block-finder .bf-srchbox__list li a {
        display: block;
        padding: 10px 40px 10px 20px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .block-finder .bf-srchbox__list li a:first-child {
            border-top: 1px solid #ccc;
        }

        .block-finder .bf-srchbox__list li a:last-child {
            border-bottom: 0 none;
        }

        .block-finder .bf-srchbox__list li a:hover, .block-finder .bf-srchbox__list li a:active, .block-finder .bf-srchbox__list li a:focus, .block-finder .bf-srchbox__list li a.active {
            color: #000;
            text-decoration: none;
            -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.26);
            -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.26);
            box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.26);
        }

.block-finder .bf-srchbox__list h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.block-finder .bf-srchbox__list p {
    font-size: 12px;
}

.block-finder .bf-mapbox {
    height: 300px;
    background: #ccc;
}

@media (min-width: 768px) {
    .block-finder .bf-mapbox {
        height: 750px;
    }
}

@media (min-width: 768px) {
    .block-finder .bf-centre {
        width: 350px;
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .block-finder .bf-centre__head {
        height: 140px;
        background: url("/Content/Monier/images/display-locator/dh-item-bg.png") center;
        background-size: cover;
        padding-top: 40px;
        position: relative;
        z-index: 9;
    }
}

.block-finder .bf-centre__goback {
    position: relative;
    display: block;
    background: #f9f8f7;
    padding: 6px 20px 6px 35px;
    cursor: pointer;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
}

    .block-finder .bf-centre__goback:after {
        content: "\e909";
        font-family: icomoon;
        position: absolute;
        left: 10px;
        top: 7px;
    }

@media (max-width: 767px) {
    .block-finder .bf-centre__goback {
        padding: 10px 20px 10px 35px;
        font-weight: bold;
        font-family: "Gotham A", "Gotham B";
    }

        .block-finder .bf-centre__goback:after {
            top: 11px;
        }
}

@media (min-width: 768px) {
    .block-finder .bf-centre__goback {
        width: 65%;
    }
}

.block-finder .bf-centre__title {
    background: #2f3b42;
    padding: 25px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 90px;
}

@media (min-width: 768px) {
    .block-finder .bf-centre__title {
        width: 85%;
    }
}

.block-finder .bf-centre__title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
}

.block-finder .bf-centre__body {
    background: #f9f8f7;
    padding: 25px;
}

@media (min-width: 768px) {
    .block-finder .bf-centre__body {
        padding-top: 40px;
    }
}

.block-finder .bf-centre__body .m-btn {
    font-size: 16px;
}

@media (max-width: 767px) {
    .block-finder .bf-centre__body .m-btn {
        display: block;
        margin: 20px 0;
    }
}

.block-finder .bf-centre__content {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9dcdd;
}

    .block-finder .bf-centre__content > span {
        font-size: 13px;
        font-family: "Gotham A", "Gotham B";
        display: block;
    }

    .block-finder .bf-centre__content > h4 {
        font-size: 13px;
        font-family: "Gotham A", "Gotham B";
    }

.block-finder .bf-centre__tag {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 15px;
    background: #e8e8e8;
    font-size: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.block-finder .bf-centre__table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
}

@media (max-width: 767px) {
    .block-finder .bf-centre__table td:last-child {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .block-finder .bf-centre__table {
        width: 80%;
    }
}

.block-finder .bf-centre__action {
    text-align: center;
}

    .block-finder .bf-centre__action .m-btn {
        font-family: "Gotham A", "Gotham B";
        font-size: 13px;
        border-width: 2px;
    }

@media (max-width: 767px) {
    .block-finder .bf-centre__action .btn {
        padding: 12px;
    }

        .block-finder .bf-centre__action .btn:last-child {
            border: 1px solid #2f3b42;
            border-left: 1px solid #35892e;
        }

        .block-finder .bf-centre__action .btn:first-child {
            border: 1px solid #35892e;
            border-right: 0 none;
        }
}

.block-finder .map-info-window {
    padding: 15px;
}

    .block-finder .map-info-window > * {
        font-family: "Gotham A", "Gotham B";
        font-weight: 300;
    }

    .block-finder .map-info-window h2 {
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 15px 0;
        padding: 0;
        font-family: "Gotham A", "Gotham B";
    }

    .block-finder .map-info-window p {
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .block-finder .map-info-window label {
        font-size: 9px;
        font-weight: normal;
        padding: 7px;
        background: #F7F7F7;
        display: inline-block;
        text-transform: uppercase;
        -webkit-border-radius: 2;
        -moz-border-radius: 2;
        border-radius: 2;
        -webkit-box-shadow: 2px 2px 4px 0px rgba(184, 184, 184, 0.5);
        -moz-box-shadow: 2px 2px 4px 0px rgba(184, 184, 184, 0.5);
        box-shadow: 2px 2px 4px 0px rgba(184, 184, 184, 0.5);
        margin: 10px 0;
    }

    .block-finder .map-info-window a.more-info {
        display: block;
        text-align: center;
        text-decoration: underline;
        font-size: 12px;
    }

.block-freq {
    margin: 90px 0;
    overflow-x: hidden;
}

@media (min-width: 640px) {
    .block-freq__flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 640px) {
    .block-freq__col:first-child {
        min-width: 70%;
        max-width: 70%;
    }
}

.block-freq__col > .block-freq__obj {
    max-width: none;
}

@media (max-width: 639px) {
    .block-freq__col > .block-freq__obj {
        display: none;
    }
}

@media (max-width: 639px) {
    .block-freq__ctrl {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .block-freq__ctrl .h-title {
            margin-top: 0;
            min-width: 70%;
        }

        .block-freq__ctrl .block-freq__obj {
            max-height: 150px;
            margin-bottom: 40px;
        }
}

@media (min-width: 640px) {
    .block-freq__ctrl .block-freq__obj {
        display: none;
    }
}

@media (min-width: 640px) {
    .block-freq .h-title {
        margin-top: 60px;
        width: 510px;
    }
}

@media (min-width: 640px) {
    .block-freq__text {
        width: 70%;
        margin-left: 10%;
        margin-top: 90px;
    }

        .block-freq__text p {
            font-size: 22px;
            margin-bottom: 70px;
        }

        .block-freq__text.__clear-left {
            margin-left: 0;
            margin-top: 70px;
        }
}

.block-oves {
    position: relative;
    margin: 90px 0;
}

@media (max-width: 767px) {
    .block-oves {
        margin: 40px 0;
    }
}

.block-oves__itm {
    position: relative;
}

@media (max-width: 639px) {
    .block-oves__itm {
        width: 90%;
    }
}

@media (max-width: 639px) {
    .block-oves__itm._img {
        z-index: 1;
        float: right;
    }
}

@media (min-width: 640px) {
    .block-oves__itm._img {
        max-width: 55%;
    }
}

.block-oves__itm._1 {
    background: #f7ecdf;
}

@media (max-width: 639px) {
    .block-oves__itm._1 {
        z-index: 0;
        margin-top: -20px;
        float: left;
        padding-bottom: 20px;
    }
}

@media (min-width: 640px) {
    .block-oves__itm._1 {
        margin-right: 100px;
        margin-bottom: 40px;
    }
}

.block-oves__itm._2 {
    background: #dfebef;
}

@media (max-width: 639px) {
    .block-oves__itm._2 {
        z-index: 0;
        margin-top: -20px;
        float: right;
    }
}

@media (min-width: 640px) {
    .block-oves__itm._2 {
        margin-left: 100px;
    }
}

@media (min-width: 640px) {
    .block-oves__dets {
        position: absolute;
        width: 65%;
        top: 80px;
        right: 15px;
    }
}

.block-oves__cmt {
    padding: 20px;
}

.block-oves__hdr {
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 19px;
    color: #2f3b42;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .block-oves__hdr {
        margin-top: 0;
    }
}

.block-oves__txt, .block-oves p, .block-oves span {
    font-size: 13px !important;
    font-family: "Gotham A", "Gotham B" !important;
    color: #2f3b42 !important;
    margin-bottom: 0;
}

.block-oves .pb-cta__btn {
    margin-left: 270px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .block-oves .pb-cta__btn {
        margin-left: 100px;
    }
}

@media (max-width: 767px) {
    .block-oves .pb-cta__btn {
        margin-left: 0;
        float: left;
    }
}

.block-oves .pb-cta__btn span {
    color: white !important;
}

.block-mavis {
    margin: 120px 0;
}

@media (max-width: 767px) {
    .block-mavis {
        margin: 40px 0;
    }
}

@media (min-width: 982px) {
    .block-mavis .swiper-container {
        overflow-x: hidden;
        overflow-y: visible;
        padding-bottom: 300px !important;
        margin-bottom: -300px;
    }
}

.block-mavis ul {
    padding-left: 20px;
}

    .block-mavis ul li {
        list-style: circle;
        margin-top: 10px;
    }

.block-bixa {
    margin: 90px 0;
    position: relative;
}

@media (max-width: 767px) {
    .block-bixa {
        padding-bottom: 8%;
    }
}

.block-bixa__bg {
    position: absolute;
    content: "";
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #935742;
    z-index: 0;
}

@media (min-width: 768px) {
    .block-bixa__bg {
        top: 10%;
        bottom: 10%;
    }
}

@media (min-width: 768px) {
    .block-bixa__flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
}

.block-bixa.invert .block-bixa__cols:first-child {
    order: 2;
}

.block-bixa.invert .block-bixa__cols:last-child {
    order: 1;
}

@media (min-width: 768px) {
    .block-bixa__cols {
        width: 50%;
    }
}

.block-bixa__dets {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .block-bixa__dets {
        width: 70%;
    }
}

.block-bixa .m-btn.rich-icon {
    margin-top: 30px;
}

p.scribble-block {
    background: #F2EEEC;
    padding: 40px;
    display: block;
    width: auto;
    font-size: 20px;
    text-align: left;
}

    p.scribble-block .scribble {
        background: url("/Content/Monier/images/sk-scribble.png") no-repeat bottom left;
        display: block;
        width: 181px;
        height: 17px;
    }

.block-anise {
    padding: 90px 0;
}

@media (max-width: 991px) {
    .block-anise {
        overflow: hidden;
    }
}

.block-anise__flex {
    position: relative;
}

.block-anise__cols {
    position: relative;
}

@media (max-width: 991px) {
    .block-anise__cols {
        width: 80%;
    }

        .block-anise__cols:first-child {
            margin-left: 15px;
            z-index: 9;
        }

        .block-anise__cols:last-child {
            float: right;
            margin-right: 15px;
            margin-top: -30px;
        }

            .block-anise__cols:last-child .block-anise__box {
                padding-top: 45px;
            }

            .block-anise__cols:last-child .block-anise__boxc {
                padding-top: 45px;
            }
}

@media (min-width: 992px) {
    .block-anise__cols {
        width: 54%;
    }

        .block-anise__cols:first-child {
            position: relative;
            z-index: 9;
        }

            .block-anise__cols:first-child .block-anise__boxc {
                padding: 40px;
            }

        .block-anise__cols:last-child {
            position: absolute;
            right: 0;
            top: -40px;
        }

            .block-anise__cols:last-child .block-anise__boxc {
                padding-left: 20%;
                padding-top: 6%;
            }
}

.block-anise__box {
    position: relative;
}

@media (max-width: 991px) {
    .block-anise__box {
        padding: 20px 0;
    }
}

.block-anise__box.inverse .block-anise__title,
.block-anise__box.inverse .block-anise__text {
    color: #fff;
}

.block-anise__aratio {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.block-anise__boxc {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 25px;
}

.block-anise__obj {
    position: absolute;
    background-size: cover;
}

    .block-anise__obj img {
        width: 100%;
    }

    .block-anise__obj.__xs {
        width: 50%;
    }

    .block-anise__obj.__sm {
        width: 60%;
    }

    .block-anise__obj.__lg {
        width: 70%;
    }

@media (max-width: 991px) {
    .block-anise__obj.__obj-stroke {
        right: -15%;
        top: -16%;
        -webkit-transform: rotate(190deg);
        -moz-transform: rotate(190deg);
        transform: rotate(190deg);
    }
}

@media (min-width: 992px) {
    .block-anise__obj.__obj-stroke {
        top: -52%;
        right: -20%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media (max-width: 991px) {
    .block-anise__obj.__obj-item {
        bottom: -8%;
        left: -8%;
    }
}

@media (min-width: 992px) {
    .block-anise__obj.__obj-item {
        bottom: -10%;
        right: -12%;
    }
}

@media (max-width: 991px) {
    .block-anise__obj.__obj-sub {
        bottom: -10%;
        right: -10%;
    }
}

@media (min-width: 992px) {
    .block-anise__obj.__obj-sub {
        bottom: -14%;
        right: -25px;
    }
}

@media (min-width: 1200px) {
    .block-anise__obj.__obj-sub {
        bottom: -12%;
        right: -10%;
    }
}

.block-anise__title {
    font-family: "clarendon-urw", sans-serif;
    font-weight: 600;
    margin: 0;
    padding-right: 35%;
}

@media (max-width: 767px) {
    .block-anise__title {
        font-size: 4vw;
        line-height: 5vw;
    }
}

@media (min-width: 992px) {
    .block-anise__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .block-anise__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .block-anise__text {
        font-size: 3.5vw;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .block-anise__text {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .block-anise__text {
        font-size: 22px;
        line-height: 1.2;
        margin-top: 15px;
    }
}

.block-anise__action {
    text-align: center;
}

@media (max-width: 639px) {
    .block-anise__action {
        margin-top: 40px;
    }

        .block-anise__action .m-btn {
            width: 100%;
        }
}

@media (min-width: 640px) {
    .block-anise__action {
        margin-top: 40px;
    }

        .block-anise__action .m-btn {
            width: 368px;
        }
}

@media (min-width: 992px) {
    .block-anise__action {
        margin-top: 0;
        margin-right: 40px;
        text-align: right;
    }
}

.block-jars {
    margin: 20px 0;
}

@media (min-width: 640px) {
    .block-jars {
        margin: 90px 0;
    }
}

.block-jars .pallet-tile {
    display: block;
    margin: 0 auto 20px;
}

.block-jars__itm {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 640px) {
    .block-jars__itm {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .block-jars__itm {
        margin-bottom: 80px;
    }
}

.block-jars__itm .std-btn__txt {
    width: 195px;
    text-align: left;
}

@media (max-width: 767px) {
    .block-jars__itm .std-btn__txt {
        width: 105px;
    }
}

.block-jars__header {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .block-jars__header {
        margin-bottom: 60px;
    }
}

.block-jars .t-link {
    float: right;
}

@media (min-width: 768px) {
    .block-jars .t-link {
        margin-top: -100px;
    }
}

.block-aici {
    margin-top: 100px;
    text-align: center;
    position: relative;
}

    .block-aici:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 100px;
        background: #fbf9f9;
        z-index: -1;
    }

.block-aici__item {
    display: block;
    margin: 20px auto;
    max-width: 300px;
}

.block-aici .pallet-tile {
    display: block;
    margin: 0 auto;
}

.block-aici .m-btn {
    margin: 20px 0;
    width: 100%;
}

.block-vaguer {
    padding: 90px 0;
}

.block-imgcta__obj {
    position: relative;
    display: block;
}

    .block-imgcta__obj:hover .block-imgcta__btn, .block-imgcta__obj:active .block-imgcta__btn, .block-imgcta__obj:focus .block-imgcta__btn {
        text-decoration: none;
        background: #cf000c;
        color: #fff;
    }

.block-imgcta__ratio {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.block-imgcta__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-imgcta__title {
    color: #fff;
    font-size: 34px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.block-imgcta__btn {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background: #e91d24;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.block-imgcta__det {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    .block-imgcta__det span {
        font-size: 16px;
        line-height: 1.2;
    }

    .block-imgcta__det:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 8px;
        border: 1px solid #d2d5d6;
        border-top: 0 none;
    }

.get-started {
    margin: 50px 0;
}

.get-started__title {
    text-align: center;
    margin: 50px;
    font-weight: 300;
    text-transform: uppercase;
}

.get-started__thumb {
    position: relative;
    padding-left: 140px;
    display: inline-block;
}

    .get-started__thumb:hover .get-started__btn, .get-started__thumb:active .get-started__btn, .get-started__thumb:focus .get-started__btn {
        text-decoration: none;
        background: #cf000c;
        color: #fff;
    }

    .get-started__thumb:hover .btn-type--go.go--red:after, .get-started__thumb:active .btn-type--go.go--red:after, .get-started__thumb:focus .btn-type--go.go--red:after {
        color: #2f3b42;
    }

    .get-started__thumb .btn-type--go.go--red {
        padding-right: 118px;
        margin-top: -10px;
    }

@media (min-width: 768px) {
    .get-started__thumb {
        padding-left: 90px;
        padding-top: 70px;
    }
}

.get-started__thumb > .micon {
    position: absolute;
    left: 0;
    top: 0;
    color: #e91d24;
    font-size: 130px;
}

    .get-started__thumb > .micon.micon--sg-block-set-2 {
        left: -30px;
        top: -20px;
        font-size: 145px;
    }

@media (min-width: 992px) {
    .get-started__thumb > .micon.micon--sg-block-set-2 {
        font-size: 160px;
    }
}

.get-started__thumb > .micon.micon--block-1 {
    font-size: 145px;
}

.get-started__thumb > .micon.micon--bubble-sharp {
    font-size: 160px;
    top: -10px;
}

.get-started__col {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .get-started__col {
        text-align: center;
    }
}

.get-started__block {
    position: relative;
    width: 120px;
    height: 120px;
    background: #2f3b42;
}

    .get-started__block span {
        font-size: 12px;
        color: #fff;
        position: absolute;
        bottom: 10px;
        left: 15px;
        right: 15px;
        text-align: left;
        text-transform: uppercase;
    }

.get-started__btn {
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #e91d24;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.block-heading__group {
    text-align: center;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .block-heading__group {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .block-heading__group {
        padding: 80px 0;
    }
}

.block-heading__title {
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .block-heading__title {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .block-heading__title {
        font-size: 55px;
        margin: 0 0 40px;
    }
}

.block-heading__subtitle {
    font-family: "Gotham A", "Gotham B";
    margin: 0 auto;
    line-height: 1.6;
    font-size: 12px;
}

@media (min-width: 768px) {
    .block-heading__subtitle {
        font-size: 16px;
        width: 80%;
    }
}

@media (min-width: 768px) {
    .block-heading__subtitle.__lg {
        font-size: 22px;
        width: 61.57142857142857%;
    }
}

.block-table .block-table__lg {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: solid 1px #2f3b42;
}

    .block-table .block-table__lg td {
        border-right: solid 1px #cdd0d1;
        border-bottom: solid 1px #cdd0d1;
        vertical-align: top;
    }

        .block-table .block-table__lg td:last-child {
            border-right: none;
        }

    .block-table .block-table__lg tr:last-child td {
        border-bottom: none;
    }

.block-table .block-table__sm {
    display: none;
    list-style: none;
    padding-left: 0;
}

.block-table li {
    font-size: 13px;
}

@media (max-width: 991px) {
    .block-table li {
        padding: 15px;
        font-size: 9px;
    }
}

.block-table td, .block-table th {
    font-size: 13px;
    padding: 25px;
}

@media (max-width: 991px) {
    .block-table td, .block-table th {
        padding: 15px;
        font-size: 9px;
    }
}

.block-table .block-table__hdr {
    background-color: #2f3b42;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    vertical-align: top;
}

@media (max-width: 767px) {
    .block-table .block-table__hdr {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .block-table .block-table__hdr {
        padding: 15px 0;
        font-size: 11px;
    }
}

.block-table .block-table__title {
    font-family: "Gotham A", "Gotham B";
    background-color: #f5f7f7;
}

@media (max-width: 991px) {
    .block-table .block-table__lg {
        display: none;
    }

    .block-table .block-table__sm {
        display: inherit;
        border: solid 1px #cdd0d1;
        border-top: none;
        border-radius: 10px;
    }

    .block-table .block-table__hdr {
        text-align: center;
    }

        .block-table .block-table__hdr:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .block-table .block-table__title {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .slider-dien {
        padding: 0 0 0 80px;
    }
}

.slider-dien__slide {
    text-align: center;
}

.slider-dien__header {
    font-size: 25px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    text-transform: uppercase;
}

.slider-dien__prext {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

    .slider-dien__prext button {
        padding: 0;
        margin: 0;
        border: 0 none;
        background: none;
        font-size: 42px;
        color: #e8e2df;
        position: relative;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        transition: color 0.1s ease;
        z-index: 300;
    }

        .slider-dien__prext button:after {
            content: "";
            width: 20px;
            height: 20px;
            background: #2f3b42;
            position: absolute;
            top: 18px;
            left: 12px;
            z-index: 8;
        }

        .slider-dien__prext button .micon {
            position: relative;
            z-index: 999;
        }

        .slider-dien__prext button:hover, .slider-dien__prext button:focus, .slider-dien__prext button:active {
            color: #ddd9d7;
        }

@media (min-width: 992px) {
    .slider-dien__prext button.left {
        margin-left: 80px;
    }
}

@media (min-width: 992px) {
    .slider-dien__prext button.right {
        margin-right: 2px;
    }
}

.slider-dien__prodfooter {
    text-align: center;
    margin-top: 20px;
}

.slider-dien__proddeets:not(.active) {
    display: none;
}

.slider-dien__pagi {
    text-align: center;
}

    .slider-dien__pagi .swiper-pagination-bullet {
        width: 12px;
        height: 18px;
        background: none;
        position: relative;
    }

        .slider-dien__pagi .swiper-pagination-bullet:after {
            position: absolute;
            top: 0;
            left: 0;
            font-family: icomoon;
            content: "\e904";
            font-size: 12px;
            font-weight: bold;
        }

.slider-dien .slider-inmost {
    margin-top: 50px;
}

.slider-link {
    line-height: 32px;
    display: inline-block;
    border: 1px solid #2f3b42;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
}

    .slider-link:hover {
        text-decoration: none;
        color: white;
        background-color: #2f3b42;
    }

@media (min-width: 991px) {
    .slider-link {
        padding: 0 25px;
        font-size: 20px;
        line-height: 54px;
    }
}

.slider-inmost {
    position: relative;
}

.slider-inmost__thumbs {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 9;
}

@media (max-width: 991px) {
    .slider-inmost__thumbs {
        display: none;
    }
}

.slider-inmost__thumbs-mobile {
    padding: 0 30px 50px;
}

@media (min-width: 991px) {
    .slider-inmost__thumbs-mobile {
        display: none;
    }
}

.slider-inmost__thumbs-mobile .pallet-icon__lbl {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .slider-inmost__thumbs-mobile .pallet-icon__lbl {
        top: 20px;
    }
}

@media (max-width: 991px) {
    .slider-inmost__pallet {
        display: inline-block;
        padding-bottom: 10px;
    }
}

.slider-inmost__obj {
    text-align: center;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .profile-content {
        margin-bottom: 30px;
    }
}

.product-colours-slider__img-lrg {
    position: absolute;
    top: 0;
    left: 0;
}

.product-colours-slider__slide:not(.active) {
    display: none;
}

.product-colours-slider__img-sml {
    position: absolute;
    top: 119px;
    left: 0;
    height: 150px;
    width: 150px;
}

@media (max-width: 767px) {
    .product-colours-slider__img-sml {
        position: absolute;
        top: 46px;
        left: 0;
        height: 80px;
        width: 80px;
    }
}

.product-colours-slider__container {
    height: 305px;
    position: relative;
    margin: 0 65px;
}

@media (max-width: 767px) {
    .product-colours-slider__container {
        height: 160px;
    }
}

.product-colours-slider__container img {
    max-width: 100%;
    display: inline-block;
}

.samples-form {
    margin-bottom: 50px;
}

    .samples-form form {
        max-width: none;
    }

    .samples-form #SampleFormStep1 .product-category h2 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }

    .samples-form #SampleFormStep1, .samples-form #SampleFormStep2 {
        display: none;
    }

        .samples-form #SampleFormStep1.active, .samples-form #SampleFormStep2.active {
            display: block;
        }

    .samples-form .button-holder {
        margin-top: 90px;
        text-align: center;
    }

@media (max-width: 767px) {
    .samples-form .button-holder {
        margin-top: 30px;
    }
}

.samples-form .section-introduction {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.samples-form .section-title {
    text-align: center;
}

    .samples-form .section-title h1 {
        font-size: 29px;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 0;
    }

    .samples-form .section-title h2 {
        font-size: 13px;
        text-transform: uppercase;
    }

.colour-selector {
    border: 1px solid #E6E8E8;
    border-radius: 7px;
}

@media (max-width: 767px) {
    .colour-selector {
        border: none;
        border-radius: 0;
    }
}

.colour-selector__colour {
    height: 50px;
    border-top: 1px solid #E6E8E8;
    display: table;
    width: 100%;
}

.colour-selector__colour__swatch, .colour-selector__colour__name, .colour-selector__colour__quantity {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}

.colour-selector__colour__quantity {
    text-align: right;
    padding-right: 30px;
}

.colour-selector__colour__swatch {
    width: 32px;
}

@media (min-width: 1160px) {
    .colour-selector__colour__swatch {
        width: 65px;
    }
}

.colour-selector__colour__name {
    width: 125px;
    padding: 0 10px;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    font-size: 15px;
}

@media (max-width: 767px) {
    .colour-selector__colour__quantity {
        text-align: right;
        padding-right: 20px;
    }
}

.colour-selector__colour__quantity span {
    font-size: 12px;
}

.colour-selector__colour__quantity a {
    display: inline-block;
    line-height: 22px;
    width: 22px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: #2f3b42;
}

    .colour-selector__colour__quantity a:hover, .colour-selector__colour__quantity a:focus, .colour-selector__colour__quantity a:active {
        text-decoration: none;
        outline: none;
    }

    .colour-selector__colour__quantity a:not(.quantity--dismiss) {
        border-radius: 11px;
        border: 1px solid #E6E8E8;
    }

        .colour-selector__colour__quantity a:not(.quantity--dismiss).active {
            background-color: #2f3b42;
            color: white;
            border-color: #2f3b42;
        }

        .colour-selector__colour__quantity a:not(.quantity--dismiss):hover {
            border-color: #2f3b42;
        }

@media (min-width: 768px) {
    .colour-selector__colour:first-child .colour-selector__colour__swatch {
        border-top-left-radius: 7px;
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .colour-selector__colour:last-child {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .colour-selector__colour:last-child .colour-selector__colour__swatch {
        border-bottom-left-radius: 7px;
    }
}

.product-category__summary {
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .product-category__summary {
        display: none;
    }
}

.product-category__title-desktop {
    font-weight: bold;
    font-size: 22px;
    font-family: "Gotham A", "Gotham B";
}

@media (max-width: 767px) {
    .product-category {
        padding: 0;
    }

    .product-category__title-desktop {
        display: none;
    }

    .product-category .ac-container {
        margin-bottom: 25px;
        border-width: 1px;
        margin-top: 0;
    }

        .product-category .ac-container > label {
            min-height: 0;
        }

            .product-category .ac-container > label:before {
                width: 42px;
                font-size: 26px;
                border-width: 1px;
            }

        .product-category .ac-container article {
            padding-bottom: 0 !important;
        }

        .product-category .ac-container .ac-content {
            padding: 0;
            border-width: 1px;
        }
}

@media (min-width: 768px) {
    .product-category .ac-container {
        border: none;
    }

        .product-category .ac-container > label {
            display: none;
        }

        .product-category .ac-container article {
            padding-bottom: 0 !important;
            max-height: none;
            opacity: 100;
        }

        .product-category .ac-container .ac-content {
            padding: 0;
            border-top: none;
        }
}

@media (max-width: 767px) {
    .product-selected__title {
        font-size: 17px !important;
    }
}

.product-selected__title-category {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .product-selected__title-category {
        display: block;
        text-transform: none;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .product-selected .ac-container {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .product-selected .ac-container article {
        max-height: none;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .product-selected .pb-cta__btn .std-btn__txt {
        padding: 0 10px;
        width: auto;
    }
}

.order-summary {
    padding: 0 15px;
}

.order-summary__title {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
}

.order-summary__back-link {
    text-align: center;
}

    .order-summary__back-link a {
        font-size: 13px;
        text-decoration: underline;
    }

        .order-summary__back-link a:hover {
            color: #2f3b42;
            text-decoration: none;
        }

.order-summary__form {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .order-summary__form {
        margin-top: 20px;
    }
}

.order-summary__form__button-holder {
    margin-top: 10px;
}

.order-summary__table {
    width: 100%;
    margin: 0 auto;
    background-color: #ECECEC;
    display: table;
    max-width: 730px;
    background: linear-gradient(90deg, #ECECEC 40%, #F5F5F6 40%);
    padding: 30px 0 10px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .order-summary__table {
        padding: 20px 0 20px 0;
        font-size: 13px;
    }
}

.order-summary__table__divider hr {
    border-top: 1px solid #DDE0E1;
    margin: 0 50px;
}

@media (max-width: 767px) {
    .order-summary__table__divider hr {
        margin: 0 20px;
    }
}

.order-summary__table__product {
    display: table;
    width: 100%;
}

.order-summary__table__product__name {
    display: table-cell;
    width: 40%;
    padding: 20px 20px 20px 50px;
}

@media (max-width: 767px) {
    .order-summary__table__product__name {
        padding: 20px 20px 20px 20px;
    }
}

.order-summary__table__product__name span {
    font-weight: 400;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
}

.order-summary__table__product__quanities {
    display: table-cell;
    padding: 20px 50px 20px 20px;
}

@media (max-width: 767px) {
    .order-summary__table__product__quanities {
        padding: 20px 20px 20px 20px;
    }
}

.order-summary__table__product__quanities__qunatity {
    display: table;
    width: 100%;
}

.order-summary__table__product__quanities__qunatity__name, .order-summary__table__product__quanities__qunatity__count {
    display: table-cell;
}

.order-summary__table__product__quanities__qunatity__count {
    text-align: right;
}

.std-btn {
    background: none;
    border: none;
    display: inline-block;
}

.std-btn__txt {
    display: inline-block;
    line-height: 40px;
    color: white;
    float: left;
    background-color: #2f3b42;
    padding: 0 20px;
    width: 300px;
}

@media (max-width: 767px) {
    .std-btn__txt {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width: 380px) {
    .std-btn__txt {
        width: 280px;
    }
}

.std-btn__icn {
    background-color: #E91D24;
    color: white;
    display: inline-block;
    float: left;
    line-height: 40px;
    width: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .std-btn__icn {
        font-size: 14px;
    }
}

.std-btn:hover .std-btn__icn {
    background: #cf000c;
}

.blocks-it {
    position: relative;
}

@media (min-width: 768px) {
    .blocks-it {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    .blocks-it .grid {
        margin: 15px;
    }
}

.imgPinWrap {
    position: relative;
    display: inline-block;
}

    .imgPinWrap .pin {
        opacity: 0;
        position: absolute;
        display: block;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .imgPinWrap .pin img {
            display: block;
        }

    .imgPinWrap:hover .pin {
        opacity: 1;
    }

    .imgPinWrap .left {
        left: 15px;
    }

    .imgPinWrap .right {
        right: 15px;
    }

    .imgPinWrap .bottom {
        bottom: 15px;
    }

    .imgPinWrap .top {
        top: 15px;
    }

    .imgPinWrap .center {
        left: 50%;
        top: 50%;
    }

/* main layout */
.m-top__0 {
    margin-top: 0;
}

.m-bottom__0 {
    margin-bottom: 0;
}

.m-left__0 {
    margin-left: 0;
}

.m-right__0 {
    margin-right: 0;
}

.m__0 {
    margin: 0;
}

.p-top__0 {
    padding-top: 0;
}

.p-bottom__0 {
    padding-bottom: 0;
}

.p-left__0 {
    padding-left: 0;
}

.p-right__0 {
    padding-right: 0;
}

.p__0 {
    padding: 0;
}

.t-align__center {
    text-align: center;
}

.t-align__left {
    text-align: left;
}

.t-align__right {
    text-align: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.list__disc {
    padding-left: 20px;
}

    .list__disc li {
        list-style: disc;
    }

.features .swiper-wrapper .item-content .content-container ul {
    padding-left: 20px;
}

    .features .swiper-wrapper .item-content .content-container ul li {
        list-style: disc;
    }

/* mixins generic */
/* Configs */
.pd {
    /*General*/
    /*page Banner*/
    /*colour picker*/
    /*Features and Benefits*/
    /*Specifications*/
    /*Basix*/
    /*Sarking*/
    /*Downloads*/
    /*Tile Availability*/
    /*========= Responsive views ==========*/
    /* Medium Devices, Desktops */
    /* Small Devices, Tablets */
    /* Extra Small Devices, Phones */
}

    .pd .pd-description {
        padding-left: 90px;
        padding-top: 40px;
    }

    .pd section {
        margin-bottom: 50px;
    }

@media (max-width: 767px) {
    .pd section {
        margin-bottom: 20px;
        padding: 40px 0;
    }
}

.pd h1, .pd h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.pd h5 {
    font-size: 13px;
    text-transform: uppercase;
}

.pd .page-banner {
    position: relative;
}

    .pd .page-banner .heading {
        text-align: center;
        color: #fff;
        position: relative;
    }

        .pd .page-banner .heading .h {
            font-size: 55px;
            color: #fff;
            font-weight: 300;
            font-family: "Gotham A", "Gotham B";
        }

        .pd .page-banner .heading .sub-heading, .pd .page-banner .heading .back-drop {
            font-size: 20px;
            padding: 14px;
            text-transform: uppercase;
        }

        .pd .page-banner .heading .back-drop {
            background: rgba(0, 0, 0, 0.5);
            display: inline-block;
            color: #000;
        }

            .pd .page-banner .heading .back-drop p {
                color: white;
                margin-bottom: 0;
                font-weight: 300;
            }

        .pd .page-banner .heading .sub-heading {
            position: relative;
            top: -60px;
        }

    .pd .page-banner .pb-main__img {
        background-color: #ccc;
        background-position: center center;
        -ms-background-size: cover;
        background-size: cover;
        height: 39vw;
        max-height: 650px;
    }

    .pd .page-banner .pbm-img--contile {
        width: 100%;
    }

    .pd .page-banner .pb-object {
        float: left;
    }

    .pd .page-banner .pb-object__img {
        margin-top: -70px;
        width: 175px;
        height: 175px;
        border: 3px solid #fff;
        background: #ccc no-repeat center center;
        display: block !important;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 4px 4px 10px 0px #c7c7c7;
        -moz-box-shadow: 4px 4px 10px 0px #c7c7c7;
        box-shadow: 4px 4px 10px 0px #c7c7c7;
    }

    .pd .page-banner .pb-cta {
        float: right;
        margin-top: -70px;
        background: #fff;
        padding: 20px;
        display: inline-block;
    }

    .pd .page-banner .pb-cta__btn {
        margin-top: 10px;
    }

        .pd .page-banner .pb-cta__btn:first-child {
            margin-top: 0;
        }

.pd .colour-picker {
    position: relative;
    left: 60px;
    margin-top: 24px;
    width: 45vw;
    text-align: left;
}

    .pd .colour-picker .profile-image {
        float: left;
    }

    .pd .colour-picker .swatches {
        float: left;
        margin-left: 50px;
    }

    .pd .colour-picker .colour {
        float: left;
        height: 40px;
        margin-right: 10px;
    }

        .pd .colour-picker .colour .description, .pd .colour-picker .colour .description-small {
            display: none;
        }

    .pd .colour-picker .swatch {
        width: 24px;
        height: 24px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        background: #ccc no-repeat center center;
        -ms-background-size: cover;
        background-size: cover;
        cursor: pointer;
        opacity: 0.9;
    }

        .pd .colour-picker .swatch:hover, .pd .colour-picker .colour.active .swatch {
            opacity: 1;
        }

    .pd .colour-picker i {
        display: none;
    }

    .pd .colour-picker .colour.active {
        border-bottom: 3px solid #E91D24;
    }

        .pd .colour-picker .colour.active i {
            color: #fff;
            font-size: 12px;
            font-weight: normal;
            top: 0;
            left: 6px;
            display: inline-block;
        }

        .pd .colour-picker .colour.active .description {
            display: inline-block;
        }

    .pd .colour-picker h6 {
        margin-left: 5px;
        font-size: 13px;
    }

    .pd .colour-picker .description {
        position: absolute;
        padding: 5px 10px;
        margin-left: -75px;
        margin-top: 16px;
        background: #F4F4F4;
        z-index: 100;
        -webkit-box-shadow: "4px 4px 10px 0px rgba(199,199,199,1)";
        -moz-box-shadow: "4px 4px 10px 0px rgba(199,199,199,1)";
        box-shadow: "4px 4px 10px 0px rgba(199,199,199,1)";
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.pd .features {
    padding: 40px;
    background-color: rgba(230, 226, 218, 0.65);
}

    .pd .features .container {
        overflow: hidden;
    }

    .pd .features h2 {
        margin-top: 40px;
        margin-bottom: 60px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .pd .features .feature-swiper {
        position: relative;
    }

    .pd .features .carousel-inner, .pd .features .swiper-wrapper {
        overflow: visible;
        margin: 100px 0;
    }

        .pd .features .carousel-inner .item-content, .pd .features .swiper-wrapper .item-content {
            background: white;
            width: 100%;
            margin: 0 auto;
            -webkit-box-shadow: 10px 10px 38px -16px rgba(0, 0, 0, 0.67);
            -moz-box-shadow: 10px 10px 38px -16px rgba(0, 0, 0, 0.67);
            box-shadow: 10px 10px 38px -16px rgba(0, 0, 0, 0.67);
        }

            .pd .features .carousel-inner .item-content .images, .pd .features .swiper-wrapper .item-content .images {
                position: relative;
                text-align: center;
            }

                .pd .features .carousel-inner .item-content .images .image1, .pd .features .swiper-wrapper .item-content .images .image1 {
                    position: absolute;
                    left: 7%;
                    top: -25px;
                    z-index: 202;
                    width: 65%;
                }

                .pd .features .carousel-inner .item-content .images .image2, .pd .features .swiper-wrapper .item-content .images .image2 {
                    position: absolute;
                    right: 7%;
                    bottom: -25px;
                    z-index: 203;
                    width: 65%;
                }

                .pd .features .carousel-inner .item-content .images .image3, .pd .features .swiper-wrapper .item-content .images .image3 {
                    z-index: 201;
                    margin: 8% auto;
                    width: 80%;
                }

            .pd .features .carousel-inner .item-content .content-container, .pd .features .swiper-wrapper .item-content .content-container {
                display: table-cell;
                vertical-align: middle;
                padding: 15%;
            }

                .pd .features .carousel-inner .item-content .content-container h3.title, .pd .features .swiper-wrapper .item-content .content-container h3.title {
                    font-size: 21px;
                    font-family: "Gotham A", "Gotham B";
                    font-weight: 300;
                    margin-bottom: 20px;
                    text-transform: uppercase;
                }

                .pd .features .carousel-inner .item-content .content-container p.content, .pd .features .swiper-wrapper .item-content .content-container p.content {
                    margin: 0;
                    padding: 0;
                    font-size: 13px;
                    line-height: 21px;
                }

    .pd .features .carousel-control {
        width: 40px;
        height: 40px;
        top: -115px;
        opacity: 1;
        cursor: pointer;
    }

        .pd .features .carousel-control.left {
            background: url("/Content/Monier/images/carousel/c-prev.png") no-repeat center center;
            left: 0;
        }

        .pd .features .carousel-control.right {
            background: url("/Content/Monier/images/carousel/c-next.png") no-repeat center center;
            right: 0;
        }

    .pd .features .feature-titles {
        position: absolute;
        margin: 0 auto;
        top: -115px;
        bottom: auto;
        width: calc(100% - 80px);
        left: 40px;
        text-align: center;
        margin: 0;
        display: table;
        table-layout: fixed;
        line-height: 15px;
        overflow: hidden;
        cursor: pointer;
    }

        .pd .features .feature-titles li {
            border: none;
            border-radius: 0;
            width: auto;
            height: auto;
            text-indent: 0;
            margin: 0;
            display: table-cell;
            font-size: 15px;
            font-family: "Gotham A", "Gotham B";
            font-weight: bold;
            padding: 0 15px;
        }

            .pd .features .feature-titles li span {
                line-height: 21px;
            }

            .pd .features .feature-titles li._active b {
                display: block;
                width: 75%;
                margin: 10px auto;
                border-bottom: 3px solid #2f3b42;
            }

    .pd .features .carousel-indicators {
        position: absolute;
        bottom: -80px;
        margin: 0 auto;
    }

        .pd .features .carousel-indicators span {
            background: transparent;
            border: 3px solid #2f3b42;
            width: 12px;
            height: 12px;
        }

            .pd .features .carousel-indicators span.active {
                background: #2f3b42;
                margin: 1px;
                background: transparent;
            }

.pd .solartile {
    margin-top: 120px;
    position: relative;
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .pd .solartile {
        margin-top: 40px;
        margin-bottom: 5px;
    }
}

.pd .solartile .image-tile {
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.pd .solartile .s-1 {
    position: absolute;
    left: 0;
    top: 15px;
    max-width: 285px;
    max-height: 315px;
    top: 20px;
    width: 60%;
    z-index: 101;
    padding-bottom: 75%;
}

.pd .solartile .s-2 {
    position: absolute;
    right: -60px;
    top: 0;
    max-width: 350px;
    max-height: 380px;
    width: 80%;
    z-index: 100;
    padding-bottom: 85%;
}

.pd .solartile article {
    position: relative;
    z-index: 102;
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 30px;
}

    .pd .solartile article h3 {
        font-size: 18px;
        font-family: "Gotham A", "Gotham B";
        font-weight: 300;
        margin: 0 0 5px 0;
        text-transform: uppercase;
    }

    .pd .solartile article p {
        margin: 0;
        padding: 0;
        font-size: 13px;
    }

    .pd .solartile article.item1 {
        left: -20%;
        margin-top: 20px;
    }

    .pd .solartile article.item2 {
        background: #D6ECED;
    }

.pd .specs h4 {
    margin-bottom: 20px;
}

.pd .specs h5 {
    color: #80868B;
    text-align: center;
    margin-top: 15px;
}

.pd .specs .image-col {
    padding-right: 30px;
}

    .pd .specs .image-col .related-products {
        text-align: center;
    }

        .pd .specs .image-col .related-products ul, .pd .specs .image-col .related-products ul li {
            list-style: none;
            padding-left: 0;
        }

        .pd .specs .image-col .related-products a {
            text-decoration: underline;
        }

.pd .specs .specs-table {
    border-left: 30px solid #f2f2f2;
    border-right: 30px solid #f9f9f9;
}

    .pd .specs .specs-table .row:first-child .spec-name, .pd .specs .specs-table .row:first-child .spec-val {
        padding-top: 30px;
    }

    .pd .specs .specs-table .row {
        border-bottom: 2px solid #D9DCDD;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .pd .specs .specs-table .row .spec-name, .pd .specs .specs-table .row .spec-val {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .pd .specs .specs-table .row .spec-name {
            background: #f2f2f2;
            padding-left: 20px;
            font-weight: bold;
            font-size: 15px;
            text-transform: uppercase;
        }

        .pd .specs .specs-table .row .spec-val {
            background: #f9f9f9;
            font-size: 15px;
            padding-left: 50px;
        }

        .pd .specs .specs-table .row:last-child {
            border-bottom: none;
        }

            .pd .specs .specs-table .row:last-child .spec-name, .pd .specs .specs-table .row:last-child .spec-val {
                padding-bottom: 30px;
            }

.pd .basix h4 {
    font-weight: bold;
    font-size: 22px;
}

.pd .basix h5 {
    font-weight: bold;
}

.pd .basix p {
    font-size: 15px;
}

.pd .basix .basix-box {
    background: #F9F9F9;
    padding: 35px 50px 0 50px;
    margin-top: 25px;
}

    .pd .basix .basix-box .basix-header {
        padding-left: 30px;
    }

    .pd .basix .basix-box .basix-legend {
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 2px solid #D9DCDD;
    }

@media (max-width: 767px) {
    .pd .basix .basix-box .basix-legend {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pd .basix .basix-box .basix-legend .basix-label {
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.pd .basix .bx_ {
    display: inline-block;
}

    .pd .basix .bx_ .bx {
        background: transparent;
        border: 3px solid #2f3b42;
        width: 12px;
        height: 12px;
        display: inline-block;
        top: 1px;
        position: relative;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .pd .basix .bx_._1 .bx-1 {
        background: #2f3b42;
    }

    .pd .basix .bx_._2 .bx-1, .pd .basix .bx_._2 .bx-2 {
        background: #2f3b42;
    }

    .pd .basix .bx_._3 .bx {
        background: #2f3b42;
    }

.pd .basix .basix-colours .basix-colour {
    margin-bottom: 40px;
}

    .pd .basix .basix-colours .basix-colour > img {
        width: 45px;
        height: 45px;
        margin-right: 5px;
    }

    .pd .basix .basix-colours .basix-colour label {
        font-weight: normal;
        font-size: 15px;
        padding-right: 5px;
    }

.pd .sarking {
    margin-top: 40px;
    position: relative;
    margin-bottom: 70px;
    text-align: right;
}

    .pd .sarking > * {
        position: absolute;
    }

    .pd .sarking p.scribble-block {
        bottom: -12%;
        left: 12vw;
        z-index: 102;
        max-width: 380px;
    }

    .pd .sarking .img {
        width: 635px;
        background: no-repeat bottom left;
        right: 10vw;
        z-index: 101;
        position: relative;
        max-width: 630px;
    }

    .pd .sarking .sample {
        width: 200px;
        bottom: -30%;
        z-index: 103;
        max-width: 210px;
        right: 2vw;
    }

    .pd .sarking .learn-more {
        z-index: 104;
        left: 25vw;
        bottom: -20%;
        text-align: left;
    }

        .pd .sarking .learn-more .rich-icon__text {
            width: auto;
            padding-right: 30px;
        }

    .pd .sarking .rich-icon__icon .micon {
        margin-left: -8px;
    }

.pd .downloads {
    background: url("/Content/Monier/images/product/dl-bg.png") left bottom no-repeat #F6F7F9;
    padding: 80px 0;
}

    .pd .downloads h2 {
        font-size: 22px;
        margin-bottom: 60px;
        font-weight: bold;
    }

.pd .availability {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .pd .availability {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .pd .availability {
        padding-bottom: 30px;
    }
}

.pd .availability .availability__profile {
    margin-bottom: 60px;
    position: relative;
}

    .pd .availability .availability__profile:last-child {
        margin-bottom: 0;
    }

    .pd .availability .availability__profile .profile__header {
        color: #82898E;
        text-transform: uppercase;
    }

@media (max-width: 991px) {
    .pd .availability .availability__profile .profile__header {
        margin-left: 0;
    }
}

@media (max-width: 375px) {
    .pd .availability .availability__profile .profile__header {
        font-size: 1.60em;
    }
}

.pd .availability .availability__profile .availability__anchor {
    position: absolute;
    top: -148px;
}

@media (max-width: 1199px) {
    .pd .availability .availability__profile .availability__anchor {
        top: -120px;
    }
}

.pd .availability .availability__profile .availability__popover {
    display: none;
    position: absolute;
    width: 92px;
    left: calc(51% - 46px);
    top: -30px;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    padding: 10px 10px 8px;
    color: #2f3b42;
    background: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px #eaeaea;
    -moz-box-shadow: 0 2px 2px #eaeaea;
    box-shadow: 0 2px 2px #eaeaea;
    font-weight: normal;
}

@media (max-width: 767px) {
    .pd .availability .availability__profile .availability__popover {
        font-weight: bold;
    }
}

.pd .availability .availability__profile .profile__colours thead th {
    border-bottom: solid 1px #E2E2E2;
}

    .pd .availability .availability__profile .profile__colours thead th:first-child {
        border-right: solid 1px #E2E2E2;
    }

.pd .availability .availability__profile .profile__colours thead .availability__colour {
    text-align: center;
    position: relative;
}

    .pd .availability .availability__profile .profile__colours thead .availability__colour .availability__swatch {
        width: 25px;
        height: 25px;
        border-radius: 50px;
        display: inline-block;
    }

        .pd .availability .availability__profile .profile__colours thead .availability__colour .availability__swatch:hover + .availability__popover {
            display: inline-block;
        }

.pd .availability .availability__profile .profile__colours tbody tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.pd .availability .availability__profile .profile__colours tbody td {
    text-align: center;
    border-bottom: solid 1px #E2E2E2;
}

    .pd .availability .availability__profile .profile__colours tbody td:first-child {
        border-right: solid 1px #E2E2E2;
    }

.pd .availability .availability__profile .profile__colours .profile__label {
    padding: 20px 30px 20px 10px;
    text-align: left;
}

@media (max-width: 991px) {
    .pd .availability .availability__profile .profile__colours .profile__label {
        padding: 10px 15px 10px 10px;
    }
}

@media (max-width: 767px) {
    .pd .availability .availability__profile .profile__colours .profile__label {
        padding: 5px 10px 5px 5px;
    }
}

.pd .availability .availability__profile .profile__colours .profile__item {
    padding: 10px;
    /* SHOULD BE MOBILE VIEW */
}

@media (max-width: 991px) {
    .pd .availability .availability__profile .profile__colours .profile__item {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .pd .availability .availability__profile .profile__colours .profile__item {
        padding: 0;
    }
}

.pd .availability .availability__profile .profile__colours .profile__item img {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.pd .availability .availability__profile .profile__colours .profile__item.item--unchecked div {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #DBDBDB;
    position: relative;
    top: 3px;
}

.pd .availability .availability__profile .profile__colours--mobile {
    width: 100%;
}

    .pd .availability .availability__profile .profile__colours--mobile th, .pd .availability .availability__profile .profile__colours--mobile td {
        width: 20%;
    }

    .pd .availability .availability__profile .profile__colours--mobile th {
        text-align: center !important;
    }

    .pd .availability .availability__profile .profile__colours--mobile tr td:first-child {
        padding: 10px 5px;
        text-align: center;
        position: relative;
    }

@media (max-width: 600px) {
    .pd .availability .availability__profile .profile__colours--mobile tr td:first-child {
        padding: 10px 3px;
    }
}

.pd .availability .availability__profile .profile__colours--mobile tr td:first-child .availability__swatch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    position: relative;
    top: 3px;
}

    .pd .availability .availability__profile .profile__colours--mobile tr td:first-child .availability__swatch.swatch--active + .availability__popover, .pd .availability .availability__profile .profile__colours--mobile tr td:first-child .availability__swatch:hover + .availability__popover {
        display: block;
    }

    .pd .availability .availability__profile .profile__colours--mobile tr td:first-child .availability__swatch:hover {
        cursor: pointer;
    }

.pd .availability .availability__profile .profile__colours--mobile tr td:first-child span {
    font-size: 13px;
}

@media (max-width: 600px) {
    .pd .availability .availability__profile .profile__colours--mobile tr td:first-child span {
        font-size: 12px !important;
    }
}

.pd .availability .availability__profile .profile__colours--mobile td {
    padding: 5px 0;
}

@media (max-width: 441px) {
    .pd .availability .availability__profile .profile__colours--mobile th, .pd .availability .availability__profile .profile__colours--mobile td {
        font-size: .750em;
    }
}

@media only screen and (max-width: 991px) {
    .pd .page-banner .pb-cta {
        margin-top: -114px;
    }

    .pd .basix .basix-box .basix-header {
        padding-left: 0;
        padding-right: 0;
    }

    .pd .sarking p {
        font-size: 16px;
        left: 4vw;
    }

    .pd .sarking .img {
        width: 80vw;
        right: 5vw;
        margin-bottom: 50px;
    }

    .pd .sarking .sample {
        width: 18vw;
        bottom: -2vw;
    }

    .pd .sarking .learn-more {
        left: 19vw;
    }
}

@media only screen and (max-width: 767px) {
    .pd .pd-description {
        padding-left: 0;
        padding-top: 0;
        font-size: 14px;
    }

    .pd h1, .pd h2 {
        margin-left: 15px;
    }

    .pd .page-banner .pb-main__img {
        height: 75vw;
    }

    .pd .page-banner .heading .h {
        font-size: 30px;
    }

    .pd .page-banner .heading .sub-heading, .pd .page-banner .heading .back-drop {
        font-size: 9px;
        padding: 5px;
    }

    .pd .page-banner .heading .sub-heading {
        top: -24px;
    }

    .pd .page-banner .pb-cta {
        margin: -70px auto 30px auto;
        display: table;
        float: none;
    }

    .pd .page-banner .pb-object {
        clear: both;
        float: none;
        text-align: center;
    }

        .pd .page-banner .pb-object .pb-object__img {
            margin: 0 auto;
        }

    .pd .colour-picker {
        text-align: center;
        margin: 0 15px;
        left: auto;
        width: auto;
    }

        .pd .colour-picker .profile-image {
            float: none;
        }

        .pd .colour-picker .swatches {
            float: none;
            margin-left: 0;
        }

        .pd .colour-picker .swatch {
            height: 32px;
            width: 32px;
        }

        .pd .colour-picker .colour {
            float: none;
            display: inline-block;
        }

            .pd .colour-picker .colour .description {
                display: none;
            }

            .pd .colour-picker .colour.active {
                border-bottom: none;
                position: relative;
            }

                .pd .colour-picker .colour.active i {
                    position: absolute;
                    font-size: 16px;
                    line-height: 32px;
                    left: 7px;
                }

                .pd .colour-picker .colour.active .description {
                    display: none;
                }

                .pd .colour-picker .colour.active .description-small {
                    display: inline-block;
                    font-size: 9px;
                    position: absolute;
                    margin-left: -35px;
                    margin-top: 2px;
                    width: 70px;
                }

    .pd .features {
        overflow: hidden;
    }

        .pd .features .carousel, .pd .features .feature-swiper {
            margin-top: 50px;
        }

            .pd .features .carousel .item, .pd .features .feature-swiper .item {
                padding: 0;
                -ms-background-size: cover;
                background-size: cover;
            }

                .pd .features .carousel .item .item-content, .pd .features .feature-swiper .item .item-content {
                    width: 100%;
                    padding: 0;
                }

                    .pd .features .carousel .item .item-content .content-container, .pd .features .feature-swiper .item .item-content .content-container {
                        padding: 20% 10% 10% 10%;
                    }

                        .pd .features .carousel .item .item-content .content-container h3.title, .pd .features .feature-swiper .item .item-content .content-container h3.title {
                            font-size: 14px;
                            text-align: left;
                            margin-left: 0;
                        }

                        .pd .features .carousel .item .item-content .content-container p.content, .pd .features .feature-swiper .item .item-content .content-container p.content {
                            font-size: 11px;
                            padding: 0 30px 0 0;
                        }

                    .pd .features .carousel .item .item-content .images, .pd .features .feature-swiper .item .item-content .images {
                        position: relative;
                        text-align: center;
                    }

                        .pd .features .carousel .item .item-content .images .image1, .pd .features .feature-swiper .item .item-content .images .image1 {
                            position: absolute;
                            left: 0;
                            top: -25px;
                            z-index: 202;
                            width: 65%;
                        }

                        .pd .features .carousel .item .item-content .images .image2, .pd .features .feature-swiper .item .item-content .images .image2 {
                            position: absolute;
                            right: 0;
                            bottom: -25px;
                            z-index: 203;
                            width: 65%;
                        }

                        .pd .features .carousel .item .item-content .images .image3, .pd .features .feature-swiper .item .item-content .images .image3 {
                            z-index: 201;
                            margin: 0;
                            width: 100%;
                        }

            .pd .features .carousel .carousel-control.left, .pd .features .feature-swiper .carousel-control.left {
                left: 0;
            }

            .pd .features .carousel .carousel-control.right, .pd .features .feature-swiper .carousel-control.right {
                right: 0;
            }

            .pd .features .carousel .feature-titles, .pd .features .feature-swiper .feature-titles {
                display: inline-block;
                top: -115px;
            }

                .pd .features .carousel .feature-titles li, .pd .features .feature-swiper .feature-titles li {
                    border: none;
                    display: none;
                }

                    .pd .features .carousel .feature-titles li._active, .pd .features .feature-swiper .feature-titles li._active {
                        display: inline-block;
                        width: 100%;
                    }

                    .pd .features .carousel .feature-titles li b, .pd .features .feature-swiper .feature-titles li b {
                        display: none;
                    }

                    .pd .features .carousel .feature-titles li span, .pd .features .feature-swiper .feature-titles li span {
                        background: none;
                    }

            .pd .features .carousel .carousel-indicators, .pd .features .feature-swiper .carousel-indicators {
                position: absolute;
                bottom: -40px;
            }

                .pd .features .carousel .carousel-indicators li, .pd .features .feature-swiper .carousel-indicators li {
                    border: 3px solid #2f3b42;
                    width: 12px;
                    height: 12px;
                }

                    .pd .features .carousel .carousel-indicators li.active, .pd .features .feature-swiper .carousel-indicators li.active {
                        background: #2f3b42;
                        margin: 1px;
                    }

    .pd .solartile .image-tile {
        padding: 0;
        height: auto;
        min-height: 240px;
        max-width: none;
        max-height: none;
        position: relative;
        padding-bottom: 75%;
        width: 65%;
        margin-bottom: 30px;
    }

        .pd .solartile .image-tile.s-2 {
            position: absolute;
            float: right;
            right: 0;
            top: 20%;
        }

    .pd .solartile article.item1 {
        left: 0;
        width: 90%;
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .pd .solartile article.item2 {
        width: 90%;
        float: right;
        top: -30px;
        right: -15px;
        margin-bottom: 5px;
    }

    .pd .specs h5 {
        font-size: 9px;
    }

    .pd .specs .image-col {
        padding-bottom: 20px;
    }

        .pd .specs .image-col img {
            width: 25%;
            min-width: 80px;
            float: left;
        }

        .pd .specs .image-col .related-products {
            padding-left: 80px;
        }

            .pd .specs .image-col .related-products li {
                display: inline-block;
                padding: 0 0 8px 8px;
            }

                .pd .specs .image-col .related-products li a {
                    text-decoration: none;
                    display: inline-block;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    border: 2px solid #2f3b42;
                    font-size: 11px;
                    padding: 8px 15px;
                }

    .pd .specs .specs-table {
        border-left-width: 10px;
        border-right-width: 10px;
        width: 90%;
        margin-left: 15px;
    }

        .pd .specs .specs-table .row .spec-name, .pd .specs .specs-table .row .spec-val {
            font-size: 11px;
        }

        .pd .specs .specs-table .row .spec-name {
            padding-left: 5px;
        }

        .pd .specs .specs-table .row .spec-val {
            padding-left: 20px;
        }

    .pd .basix .basix-box .basix-header .basix-label {
        display: block;
        padding-bottom: 5px;
    }

        .pd .basix .basix-box .basix-header .basix-label .bx-3 {
            margin-right: 10px;
        }

    .pd .basix .basix-colours .basix-colour {
        margin-bottom: 15px;
    }

        .pd .basix .basix-colours .basix-colour label {
            font-size: 11px;
        }

    .pd .sarking p {
        font-size: 14px;
        padding: 30px;
    }

    .pd .downloads {
        padding: 40px 0 60px 0;
    }

        .pd .downloads h2 {
            font-size: 14px;
            margin-bottom: 40px;
        }
}

@media only screen and (max-width: 480px) {
    .pd .features .carousel .item h3 {
        font-size: 19px;
        margin: 0 10px;
    }

    .pd .sarking {
        margin-bottom: 0;
    }

        .pd .sarking > * {
            position: relative;
        }

        .pd .sarking p {
            padding: 25px 40px 50px 25px;
            width: 80vw;
            bottom: 0;
            left: 15px;
            z-index: 102;
            font-size: 13px;
            max-width: none;
        }

        .pd .sarking .img {
            width: 80vw;
            right: 15px;
            z-index: 105;
            top: -40px;
            margin-bottom: 0;
        }

        .pd .sarking .sample {
            bottom: calc(41vw + 65px);
            z-index: 106;
            width: 18vw;
            position: absolute;
            right: 4vw;
        }

        .pd .sarking .learn-more {
            z-index: 104;
            left: 0;
            bottom: 25px;
            text-align: left;
        }
}

@media only screen and (max-width: 480px) and (max-width: 767px) {
    .pd .sarking .learn-more {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .pd .sarking .learn-more .m-btn {
        margin-left: 15px;
    }

    .pd .sarking .learn-more .rich-icon__text {
        font-size: 12px;
    }
}

.home-etc__wtc.elemental {
    background-image: url("../scss/~/media/Project/Monier/Articles/Elemental/ElementalVideo");
}

    .home-etc__wtc.elemental a:hover {
        cursor: pointer;
    }

/* mixins generic */
/* Configs */
.ci {
    font-family: "Gotham A", "Gotham B";
    background: #F4F6F7;
    /* Small Devices, Tablets */
}

    .ci > header {
        text-align: center;
        margin-bottom: 80px;
        padding-top: 80px;
    }

        .ci > header h1 {
            font-size: 55px;
            margin-bottom: 20px;
        }

@media (max-width: 767px) {
    .ci > header h1 {
        font-size: 30px;
    }
}

.ci > header p {
    font-size: 15px;
}

.ci .scheme-tiles {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

    .ci .scheme-tiles .tile {
        text-decoration: none;
    }

        .ci .scheme-tiles .tile div {
            -webkit-box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.38);
            -moz-box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.38);
            box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.38);
            width: 100%;
            margin-bottom: 30px;
            -ms-background-size: cover;
            background-size: cover;
            height: 150px;
            text-align: center;
            font-family: "Gotham A", "Gotham B";
            font-weight: 300;
            font-size: 26px;
            color: #2f3b42;
            padding-top: 50px;
        }

            .ci .scheme-tiles .tile div i {
                display: block;
                position: relative;
                bottom: -25px;
            }

            .ci .scheme-tiles .tile div:hover {
                filter: brightness(65%);
            }

            .ci .scheme-tiles .tile div.light {
                color: white;
            }

.ci .schemes .scheme {
    -webkit-box-shadow: 2px 2px 38px 1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 2px 2px 38px 1px rgba(0, 0, 0, 0.38);
    box-shadow: 2px 2px 38px 1px rgba(0, 0, 0, 0.38);
    padding: 0;
    margin-bottom: 80px;
}

    .ci .schemes .scheme .scheme-content {
        -ms-background-size: cover;
        background-size: cover;
        padding: 6vw;
    }

        .ci .schemes .scheme .scheme-content .light {
            color: white;
        }

        .ci .schemes .scheme .scheme-content .rich-icon__icon .micon {
            margin-left: 10px;
        }

        .ci .schemes .scheme .scheme-content header {
            margin-bottom: 30px;
        }

            .ci .schemes .scheme .scheme-content header h1 {
                font-weight: 300;
                text-transform: uppercase;
                font-size: 22px;
                margin-bottom: 0;
                font-family: "Gotham A", "Gotham B";
                font-weight: 300;
            }

            .ci .schemes .scheme .scheme-content header p {
                font-size: 22px;
                margin-bottom: 0;
                font-weight: 300;
                text-transform: uppercase;
                font-family: "Gotham A", "Gotham B";
                font-weight: 300;
            }

        .ci .schemes .scheme .scheme-content p {
            font-size: 13px;
            margin-bottom: 30px;
        }

    .ci .schemes .scheme .scheme-footer {
        background: white;
        padding: 2.5vw;
    }

        .ci .schemes .scheme .scheme-footer .swatch-group {
            margin-left: 3vw;
            display: inline-block;
        }

            .ci .schemes .scheme .scheme-footer .swatch-group span {
                display: table-cell;
                font-size: 13px;
                font-weight: bold;
                font-family: "Gotham A", "Gotham B";
                vertical-align: middle;
            }

            .ci .schemes .scheme .scheme-footer .swatch-group .swatches {
                display: table-cell;
            }

                .ci .schemes .scheme .scheme-footer .swatch-group .swatches .swatch:first-child {
                    margin-left: 1vw;
                }

                .ci .schemes .scheme .scheme-footer .swatch-group .swatches .swatch {
                    display: inline-block;
                    width: 3vw;
                    height: 3vw;
                    max-width: 45px;
                    max-height: 45px;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                    margin-left: 0.3vw;
                }

    .ci .schemes .scheme.Plateau img {
        position: relative;
        top: -45px;
    }

@media only screen and (max-width: 767px) {
    .ci > header {
        padding-top: 40px;
        margin-bottom: 0;
    }

    .ci .scheme-tiles {
        margin-bottom: 0;
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .ci .scheme-tiles .tile div {
            margin-bottom: 20px;
            font-size: 22px;
        }

    .ci .schemes .scheme {
        margin: 40px 20px;
    }

        .ci .schemes .scheme .scheme-content {
            padding: 20px;
        }

            .ci .schemes .scheme .scheme-content .rich-icon__text {
                min-width: none;
                font-size: 13px;
            }

        .ci .schemes .scheme .scheme-footer {
            padding: 20px;
        }

            .ci .schemes .scheme .scheme-footer .swatch-group {
                display: block;
                text-align: center;
            }

                .ci .schemes .scheme .scheme-footer .swatch-group span {
                    display: block;
                    margin-bottom: 10px;
                }

                .ci .schemes .scheme .scheme-footer .swatch-group .swatches {
                    display: block;
                    margin-bottom: 20px;
                }

                    .ci .schemes .scheme .scheme-footer .swatch-group .swatches .swatch {
                        height: 22px;
                        width: 22px;
                        margin-left: 10px;
                    }

        .ci .schemes .scheme.Plateau img {
            position: relative;
            top: 0px;
        }
}

/* mixins generic */
/* Configs */
.HelpMeChoose {
    /*General page stuff*/
    /*page banner*/
}

    .HelpMeChoose section {
        padding-top: 100px;
        background: url("/Content/Monier/images/help-me-choose/step-content-bg.png") top left no-repeat;
    }

    .HelpMeChoose .header {
        text-align: center;
    }

        .HelpMeChoose .header .step {
            text-align: center;
            width: 52px;
            height: 52px;
            line-height: 52px;
            margin: 0 auto 20px auto;
            background: url("/Content/Monier/images/help-me-choose/step-bg.png") no-repeat center center;
            font-family: 'Clarendon URW Medium';
            font-size: 29px;
            font-weight: bold;
            color: #fff;
        }

    .HelpMeChoose .page-banner {
        position: relative;
        width: 100%;
        background: url("/Content/Monier/images/help-me-choose/banner-bg1.png") left center repeat #E8EBED;
        height: 36vw;
        max-height: 535px;
    }

        .HelpMeChoose .page-banner h1 {
            font-family: 'Work Sans';
            font-size: 55px;
            font-weight: bold;
            position: absolute;
            bottom: 60px;
            left: 60px;
        }

            .HelpMeChoose .page-banner h1 .line {
                width: 90px;
                border-top: 6px solid #E91D24;
                display: block;
                margin-bottom: 30px;
            }

        .HelpMeChoose .page-banner .bg-2 {
            width: 60%;
            float: right;
            height: 38vw;
            max-height: 565px;
            background: url("/Content/Monier/images/help-me-choose/banner-bg2.png") left center repeat #E8EBED;
            -ms-background-size: cover;
            background-size: cover;
        }

@media only screen and (max-width: 767px) {
    .HelpMeChoose .page-banner {
        background: none;
        margin-top: 36vw;
        height: 38vw;
        max-height: none;
    }

        .HelpMeChoose .page-banner h1 {
            width: 90%;
            background: url("/Content/Monier/images/help-me-choose/banner-bg1.png") left center repeat #E8EBED;
            height: 36vw;
            left: 0;
            bottom: 0;
            font-size: 30px;
            padding-top: calc(36vw - 70px);
            padding-left: 25px;
        }

            .HelpMeChoose .page-banner h1 br {
                display: none;
            }

            .HelpMeChoose .page-banner h1 .line {
                border-width: 2px;
                margin-bottom: 10px;
                width: 40px;
            }

        .HelpMeChoose .page-banner .bg-2 {
            width: 90%;
            top: -36vw;
            position: relative;
        }
}

/* mixins generic */
/* Configs */
.rl.rl-nz .search h2 {
    margin-bottom: 0px;
}

.rl {
    /*page banner*/
}

    .rl .page-banner {
        position: relative;
        width: 100%;
        background: #F1F3F5;
        height: 36vw;
        max-height: 535px;
    }

        .rl .page-banner h1 {
            font-family: 'Work Sans';
            font-size: 55px;
            font-weight: 300;
            position: absolute;
            bottom: 60px;
            left: 60px;
            width: 20vw;
            text-transform: uppercase;
        }

            .rl .page-banner h1 .line {
                width: 90px;
                border-top: 6px solid #E91D24;
                display: block;
                margin-bottom: 30px;
            }

        .rl .page-banner .bg-2 {
            width: 60%;
            float: right;
            height: 38vw;
            max-height: 565px;
            background: left center repeat #E8EBED;
            -ms-background-size: cover;
            background-size: cover;
        }

    .rl .search {
        margin-top: 120px;
        text-align: center;
        margin-bottom: 60px;
    }

        .rl .search h2 {
            font-size: 29px;
            font-weight: 300;
            margin-bottom: 140px;
            text-transform: uppercase;
        }

        .rl .search label {
            font-family: 'Work Sans';
            font-size: 22px;
            font-weight: normal;
            padding-right: 30px;
        }

        .rl .search .rl-search {
            width: 310px;
            border-radius: 7px !important;
            height: 60px;
            border: 2px solid #2f3b42;
            font-size: 22px;
            font-family: 'Work Sans';
        }

        .rl .search .tt-query {
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        }

        .rl .search .tt-hint {
            color: #999;
        }

        .rl .search .tt-menu {
            width: 310px;
            margin-top: 11px;
            padding: 8px 0;
            background-color: #2F3B42;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            text-align: left;
            z-index: 999;
            overflow-y: scroll;
            max-height: 193px;
            min-width: 310px;
            width: auto;
            display: none;
        }

            .rl .search .tt-menu:before {
                content: "\e253";
                color: transparent;
                width: 1px;
                height: 1px;
                display: inline-block;
                border: 10px solid transparent;
                border-bottom-color: #2F3B42;
                position: absolute;
                top: -20px;
                left: calc(50% - 10px);
            }

            .rl .search .tt-menu .empty {
                padding: 3px 20px;
                line-height: 24px;
                color: #fff;
            }

            .rl .search .tt-menu .tt-suggestion {
                padding: 3px 20px;
                line-height: 24px;
                font-size: 15px;
                color: #fff;
                cursor: pointer;
                border-bottom: 1px solid #6D7479;
            }

                .rl .search .tt-menu .tt-suggestion:last-child {
                    border-bottom: none;
                }

                .rl .search .tt-menu .tt-suggestion.tt-cursor, .rl .search .tt-menu .tt-suggestion:hover {
                    background-color: #0889FF;
                }

                .rl .search .tt-menu .tt-suggestion p {
                    margin: 0;
                }

    .rl .results .result-count {
        text-align: center;
        width: 75%;
        background: #2f3b42;
        color: #fff;
        padding: 40px;
        margin-left: auto;
        margin-right: auto;
        font-size: 29px;
        bottom: -60px;
        position: relative;
        z-index: 100;
        margin-bottom: 0;
    }

        .rl .results .result-count a {
            display: block;
            color: #fff;
            font-size: 15px;
            font-weight: normal;
            text-decoration: underline;
            cursor: pointer;
        }

            .rl .results .result-count a:hover {
                text-decoration: none;
            }

    .rl .results .map-container {
        position: relative;
    }

        .rl .results .map-container img {
            height: 380px;
            width: 100%;
            object-fit: cover;
        }

        .rl .results .map-container .map-radius {
            width: 160px;
            height: 160px;
            position: absolute;
            border: 1px solid red;
            background: pink;
            opacity: 0.5;
            border-radius: 1000px;
            left: calc(50% - 80px);
            top: calc(50% - 80px);
        }

    .rl .results .start-again {
        padding: 90px 0;
    }

@media (max-width: 767px) {
    .rl .results .start-again {
        padding: 40px 0;
    }
}

.rl .results .start-again p {
    font-size: 22px;
    text-align: center;
}

@media (max-width: 767px) {
    .rl .results .start-again p {
        font-size: 13px;
    }
}

.rl .results .start-again p a {
    text-decoration: underline;
}

    .rl .results .start-again p a:hover {
        color: inherit;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .rl .results .start-again p a {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #2f3b42;
        line-height: 40px;
        padding: 0 40px;
        margin-top: 20px;
        border-radius: 5px;
    }

        .rl .results .start-again p a:hover {
            background-color: #2f3b42;
            color: white;
        }
}

.rl .results .roofers .result-number {
    background: url("/Content/Monier/images/roofer-locator/rl-index-bg.png") no-repeat center center;
    width: 51px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'Clarendon URW Medium';
    color: #2f3b42;
    display: inline-block;
    font-weight: bold;
    line-height: 50px;
    margin-top: 30px;
}

.rl .results .roofers .roofer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

    .rl .results .roofers .roofer h3 {
        font-family: "Gotham A", "Gotham B";
        font-weight: 300;
        text-transform: uppercase;
        font-size: 22px;
        margin: 0 0 15px 0;
    }

    .rl .results .roofers .roofer .address {
        font-size: 13px;
    }

    .rl .results .roofers .roofer img {
        max-width: 160px;
        max-height: 65px;
    }

    .rl .results .roofers .roofer .btn {
        width: 40%;
        border-width: 2px;
        border-color: #2f3b42;
    }

        .rl .results .roofers .roofer .btn.btn-success {
            border-color: #388841;
        }

    .rl .results .roofers .roofer .ac-container {
        border: none;
        margin: 0;
    }

        .rl .results .roofers .roofer .ac-container > label {
            font-size: 13px;
            font-family: 'Work Sans';
            height: auto;
            line-height: 13px;
            width: auto;
            display: inline-block;
            min-height: 0;
        }

            .rl .results .roofers .roofer .ac-container > label span {
                text-decoration: underline;
                padding: 0;
                display: inline;
            }

            .rl .results .roofers .roofer .ac-container > label:before {
                display: none;
            }

            .rl .results .roofers .roofer .ac-container > label:after {
                content: "\e114";
                margin-left: 10px;
                font-family: 'Glyphicons Halflings';
                top: 3px;
                position: relative;
            }

        .rl .results .roofers .roofer .ac-container > input:checked + label:after {
            content: "\e113";
            font-family: 'Glyphicons Halflings';
        }

        .rl .results .roofers .roofer .ac-container article {
            padding-bottom: 0;
        }

            .rl .results .roofers .roofer .ac-container article .ac-content {
                margin-top: 40px;
                border-left: 30px solid #f2f2f2;
                border-right: 30px solid #F9F9F9;
                border-top: none;
                padding: 0;
            }

                .rl .results .roofers .roofer .ac-container article .ac-content .row {
                    display: flex;
                    border-bottom: 2px solid #D9DCDD;
                    margin: 0;
                }

                    .rl .results .roofers .roofer .ac-container article .ac-content .row .field, .rl .results .roofers .roofer .ac-container article .ac-content .row .content {
                        font-size: 15px;
                        padding: 20px 40px;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        border-radius: 0;
                    }

                    .rl .results .roofers .roofer .ac-container article .ac-content .row .field {
                        font-weight: bold;
                        background: #f2f2f2;
                        text-transform: uppercase;
                    }

                    .rl .results .roofers .roofer .ac-container article .ac-content .row .content {
                        background: #F9F9F9;
                    }

                        .rl .results .roofers .roofer .ac-container article .ac-content .row .content a.website {
                            color: #ED1C24;
                        }

                    .rl .results .roofers .roofer .ac-container article .ac-content .row:first-child .field, .rl .results .roofers .roofer .ac-container article .ac-content .row:first-child .content {
                        padding-top: 30px;
                    }

                    .rl .results .roofers .roofer .ac-container article .ac-content .row:last-child {
                        border-bottom: none;
                    }

                        .rl .results .roofers .roofer .ac-container article .ac-content .row:last-child .field, .rl .results .roofers .roofer .ac-container article .ac-content .row:last-child .content {
                            padding-bottom: 30px;
                        }

@media only screen and (max-width: 767px) {
    .rl .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rl .page-banner {
        background: none;
        margin-top: 36vw;
        height: 38vw;
        max-height: none;
    }

        .rl .page-banner h1 {
            width: 90%;
            background: left center repeat #E8EBED;
            height: 36vw;
            left: 0;
            bottom: 0;
            font-size: 30px;
            padding-top: calc(36vw - 70px);
            padding-left: 25px;
        }

            .rl .page-banner h1 br {
                display: none;
            }

            .rl .page-banner h1 .line {
                border-width: 2px;
                margin-bottom: 10px;
                width: 40px;
            }

        .rl .page-banner .bg-2 {
            width: 90%;
            top: -36vw;
            position: relative;
        }

    .rl .search {
        margin-top: 40px;
        margin-bottom: 50px;
    }

        .rl .search h2 {
            margin-bottom: 40px;
            font-size: 24px;
        }

        .rl .search label {
            font-size: 17px;
            padding: 0;
        }

        .rl .search .input-group {
            border: 2px solid #2f3b42;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            width: 100%;
        }

            .rl .search .input-group .twitter-typeahead {
                width: calc(100% - 44px);
                float: left;
            }

            .rl .search .input-group input {
                width: 100%;
                border: none;
                height: 44px;
                outline: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                font-size: 14px;
            }

            .rl .search .input-group button {
                width: 40px;
                height: 40px;
                line-height: 40px;
                background: url("/Content/Monier/images/roofer-locator/rl-search-icon.png") no-repeat center center #ED1C24;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                margin: 2px;
            }

        .rl .search .tt-menu {
            margin-top: 0;
            width: calc(100% + 40px + 4px + 4px);
            left: -2px !important;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

            .rl .search .tt-menu:before {
                display: none;
            }

            .rl .search .tt-menu .tt-suggestion {
                padding: 5px 15px;
            }

    .rl .results .result-count {
        width: 100%;
        bottom: auto;
        font-size: 18px;
        position: static;
    }

        .rl .results .result-count a {
            margin-top: 40px;
        }

    .rl .results .map-container img {
        height: 180px;
    }

    .rl .results .map-container .map-radius {
        width: 120px;
        height: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 60px);
    }

    .rl .results .roofers .roofer .result-number {
        margin-top: 0;
        background-size: cover;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }

    .rl .results .roofers .roofer h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .rl .results .roofers .roofer img {
        margin-bottom: 20px;
    }

    .rl .results .roofers .roofer .btn-group {
        width: 100%;
    }

        .rl .results .roofers .roofer .btn-group .btn {
            width: 50%;
        }

    .rl .results .roofers .roofer .ac-container {
        margin-top: 15px;
        text-align: center;
    }

        .rl .results .roofers .roofer .ac-container > label:after {
            margin-left: 5px;
        }

        .rl .results .roofers .roofer .ac-container article {
            padding-bottom: 0;
        }

            .rl .results .roofers .roofer .ac-container article .ac-content {
                margin-top: 15px;
                border-left: 10px solid #f2f2f2;
                border-right: 10px solid #F9F9F9;
            }

                .rl .results .roofers .roofer .ac-container article .ac-content .row .field, .rl .results .roofers .roofer .ac-container article .ac-content .row .content {
                    font-size: 11px;
                    padding: 20px 10px;
                    text-align: left;
                }
}

.line-here {
    position: relative;
    margin: 0;
    padding-top: 30px;
}

@media (min-width: 1024px) {
    .line-here {
        margin: 50px;
        padding-top: 70px;
    }
}

.line-here:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #2f3b42;
    z-index: 1;
}

@media (min-width: 1024px) {
    .line-here:after {
        bottom: -30px;
    }
}

.myths {
    padding-bottom: 1px;
}

.myth-title-block {
    text-align: center;
}

@media (min-width: 767px) {
    .myth-title-block {
        padding-top: 100px;
    }
}

.myth-title-block h1 {
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
}

@media (max-width: 767px) {
    .myth-title-block h1 {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .myth-title-block h1 {
        font-size: 46px;
    }
}

.myth-title-block h3 {
    font-size: 13px;
}

@media (max-width: 767px) {
    .myth-title-block h3 {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .myth-title-block h3 {
        font-size: 16px;
    }
}

.myth-colors {
    margin-top: 20px;
}

    .myth-colors span {
        display: inline-block;
        height: 24px;
        width: 24px;
        border-radius: 12px;
        margin-right: 10px;
    }

.myth-container__title {
    text-align: center;
    position: relative;
    top: 20px;
    z-index: 4;
}

@media (min-width: 1024px) {
    .myth-container__title {
        top: 68px;
    }
}

.myth-container__title span {
    display: inline-block;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    background-color: #2f3b42;
    font-weight: 300;
    font-size: 15px;
}

.myth-container .flex-container {
    z-index: 2;
    positioN: relative;
}

@media (max-width: 767px) {
    .myth-container .flex-container {
        margin-bottom: -25px;
    }
}

@media (min-width: 1024px) {
    .myth-container .flex-container {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .myth-container .flex-container .flex-item {
        width: 50%;
    }
}

.myth-container .flex-container .flex-item.flex-item--image {
    z-index: 3;
    text-align: center;
}

.myth-container .flex-container .flex-item.flex-item--content {
    z-index: 9;
}

    .myth-container .flex-container .flex-item.flex-item--content .overlap-content {
        margin: 20px;
        position: relative;
        top: -55px;
    }

@media (max-width: 767px) {
    .myth-container .flex-container .flex-item.flex-item--content .overlap-content {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .myth-container .flex-container .flex-item.flex-item--content .overlap-content {
        position: relative;
        margin: 0;
        margin-left: -50px;
        top: 0;
    }
}

@media (min-width: 1024px) {
    .myth-container .flex-container .flex-item.flex-item--content.flex-item--pull-left .overlap-content {
        margin-left: 0;
        margin-right: -50px;
    }
}

@media (min-width: 1024px) {
    .myth-container .flex-container .flex-item.flex-item--pull-right {
        order: 1;
    }
}

@media (min-width: 768px) {
    .myth-container .myth {
        margin-bottom: 50px;
    }
}

.myth-container .myth__content {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 2px #8F8F8F;
}

@media (min-width: 1024px) {
    .myth-container .myth__content {
        padding: 75px;
    }
}

.myth-container .myth__content__title {
    font-size: 11px;
    color: #82898E;
}

@media (min-width: 1024px) {
    .myth-container .myth__content__title {
        font-size: 15px;
    }
}

.myth-container .myth__content__introduction {
    text-transform: uppercase;
    font-size: 11px;
}

@media (min-width: 1024px) {
    .myth-container .myth__content__introduction {
        font-size: 15px;
    }
}

.myth-container .myth__content__answer {
    font-size: 11px;
    font-weight: 700;
}

    .myth-container .myth__content__answer p {
        font-size: 11px;
        font-weight: 400;
    }

@media (min-width: 1024px) {
    .myth-container .myth__content__answer {
        font-size: 15px;
    }

        .myth-container .myth__content__answer p {
            font-size: 15px;
        }
}

.myth-footer {
    padding: 40px 0;
    margin: 30px 0;
    background-color: #ECECEC;
}

@media (min-width: 768px) {
    .myth-footer {
        padding: 123px 0;
        margin: 80px 0;
    }
}

.myth-footer .myth-footer__mobile-link {
    display: block;
    padding: 13px 0;
    border: 1px solid #2f3b42;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 20px;
}

.myth-footer__content {
    text-align: center;
}

    .myth-footer__content p, .myth-footer__content a {
        font-size: 15px;
    }

@media (min-width: 768px) {
    .myth-footer__content p, .myth-footer__content a {
        font-size: 22px;
        color: #2f3b42;
    }
}

.myth-footer__content a {
    text-decoration: underline;
}

    .myth-footer__content a:hover {
        text-decoration: none;
    }

/* mixins generic */
/* Configs */
.block-finder {
    margin: 0;
    margin-bottom: 90px;
}

    .block-finder * {
        font-family: "Gotham A", "Gotham B";
        font-size: 13px;
    }

    .block-finder .container {
        padding-top: 60px;
    }

@media (max-width: 767px) {
    .block-finder .container {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.block-finder .empty {
    padding: 15px;
}

@media (max-width: 767px) {
    .block-finder__flex {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    .block-finder__flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .block-finder__col:first-child {
        order: 2;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .block-finder__col:last-child {
        width: 25%;
    }
}

.block-finder__search-box, .block-finder__centre {
    position: relative;
    z-index: 9;
}

.block-finder .bf-srchbox {
    text-align: center;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox {
        width: 350px;
        margin-top: 50px;
    }
}

.block-finder .bf-srchbox__head {
    background-color: #F9F8F7;
    padding: 30px 20px;
    color: #2f3b42;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__head {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__head {
        background-color: #2f3b42;
        color: #fff;
    }
}

.block-finder .bf-srchbox__head h2 {
    font-size: 29px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__head h2 {
        font-size: 15px;
    }
}

.block-finder .bf-srchbox__head p {
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    padding: 0 40px;
    margin: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__head p {
        font-size: 11px;
    }
}

.block-finder .bf-srchbox__area {
    background: #F9F8F7;
    padding: 30px;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__area {
        padding: 20px 40px 30px 40px;
    }
}

.block-finder .bf-srchbox__area p {
    font-size: 12px;
    color: #2f3b42;
    font-weight: bold;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__area p {
        display: none;
    }
}

.block-finder .bf-srchbox__inp {
    position: relative;
    display: block;
    border: 2px solid #2f3b42;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__inp {
        margin-top: 30px;
    }
}

.block-finder .bf-srchbox__inp .twitter-typeahead {
    width: 100%;
}

.block-finder .bf-srchbox__inp .tt-menu {
    display: block;
    background: #2f3b42;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-y: scroll;
    max-height: 193px;
    min-width: 310px;
    width: auto;
}

.block-finder .bf-srchbox__inp .tt-suggestion {
    padding: 10px 20px;
    border-bottom: 1px solid #6d757a;
    border-top: 1px solid #6d757a;
    cursor: pointer;
}

    .block-finder .bf-srchbox__inp .tt-cursor, .block-finder .bf-srchbox__inp .tt-suggestion:hover {
        background: #0889ff;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

        .block-finder .bf-srchbox__inp .tt-cursor:last-child, .block-finder .bf-srchbox__inp .tt-suggestion:hover:last-child {
            border-bottom: 0 none;
        }

.block-finder .bf-srchbox__inp input[type=text] {
    width: 100%;
    border: 0 none;
    height: 48px;
    padding: 0 76px 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .block-finder .bf-srchbox__inp input[type=text]:active, .block-finder .bf-srchbox__inp input[type=text]:focus, .block-finder .bf-srchbox__inp input[type=text]:hover {
        outline: 0 none;
    }

.block-finder .bf-srchbox__inp button {
    position: absolute;
    background: #2f3b42;
    top: 0;
    right: 0;
    border: 0 none;
    padding: 0;
    width: 56px;
    height: 48px;
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__inp button {
        background: #e81c24;
        width: 50px;
        height: 42px;
        top: 3px;
        right: 3px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
}

.block-finder .bf-srchbox__inp button:after {
    display: block;
    font-size: 14px;
    color: #fff;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__inp button:after {
        content: 'Go';
    }
}

@media (max-width: 767px) {
    .block-finder .bf-srchbox__inp button:after {
        content: '\e907';
        font-size: 22px;
        font-family: icomoon;
    }
}

.block-finder .bf-srchbox__inp button:active, .block-finder .bf-srchbox__inp button:focus, .block-finder .bf-srchbox__inp button:hover {
    outline: 0 none;
}

.block-finder .bf-srchbox__filter {
    overflow: hidden;
    position: relative;
}

    .block-finder .bf-srchbox__filter input[type=checkbox] {
        width: 22px;
        height: 22px;
        border: none;
        box-radius: 5px;
        display: none;
    }

        .block-finder .bf-srchbox__filter input[type=checkbox]:checked + label:before {
            background-image: url(/Content/images/white-check.png);
            background-position: center;
            background-size: 18px;
        }

    .block-finder .bf-srchbox__filter .filter__dh, .block-finder .bf-srchbox__filter .filter__sc {
        float: left;
        width: 50%;
        margin-top: 15px;
        text-align: left;
    }

@media (max-width: 991px) {
    .block-finder .bf-srchbox__filter .filter__dh, .block-finder .bf-srchbox__filter .filter__sc {
        text-align: center;
    }
}

.block-finder .bf-srchbox__filter .filter__dh label, .block-finder .bf-srchbox__filter .filter__sc label {
    cursor: pointer;
}

    .block-finder .bf-srchbox__filter .filter__dh label:before, .block-finder .bf-srchbox__filter .filter__sc label:before {
        content: '';
        width: 22px;
        height: 22px;
        border-radius: 4px;
        margin-right: 5px;
        display: inline-block;
        position: relative;
        top: 5px;
    }

    .block-finder .bf-srchbox__filter .filter__dh label:before {
        background-color: #2F3B42;
    }

    .block-finder .bf-srchbox__filter .filter__sc label:before {
        background-color: #ED1C24;
    }

.block-finder .bf-srchbox__list {
    text-align: left;
    background: #f9f8f7;
}

@media (min-width: 768px) {
    .block-finder .bf-srchbox__list {
        min-height: 330px;
    }
}

.block-finder .bf-srchbox__list li {
    position: relative;
}

    .block-finder .bf-srchbox__list li:after {
        content: "\e90a";
        font-family: icomoon;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -16px;
        font-size: 20px;
    }

    .block-finder .bf-srchbox__list li a {
        display: block;
        padding: 10px 40px 10px 20px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        background: url("/Content/Monier/images/display-locator/marker.png") left 10px no-repeat;
        background-size: 20px;
        padding-left: 30px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

@media (max-width: 767px) {
    .block-finder .bf-srchbox__list li a {
        padding: 20px 40px 10px 40px;
    }
}

.block-finder .bf-srchbox__list li a:first-child {
    border-top: 1px solid #ccc;
}

.block-finder .bf-srchbox__list li a:last-child {
    border-bottom: 0 none;
}

.block-finder .bf-srchbox__list li a:hover, .block-finder .bf-srchbox__list li a:active, .block-finder .bf-srchbox__list li a:focus, .block-finder .bf-srchbox__list li a.active {
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.26);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.26);
}

.block-finder .bf-srchbox__list li a.display-center {
    background-image: url("/Content/Monier/images/display-locator/marker-red.png");
}

    .block-finder .bf-srchbox__list li a.display-center h4 {
        color: #ed1c24;
    }

.block-finder .bf-srchbox__list h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.block-finder .bf-srchbox__list p {
    font-size: 12px;
}

.block-finder .bf-mapbox {
    height: 45vw;
    min-height: 160px;
    background: #ccc;
}

@media (min-width: 768px) {
    .block-finder .bf-mapbox {
        height: 680px;
    }
}

@media (min-width: 768px) {
    .block-finder .bf-centre {
        width: 350px;
        margin-top: 50px;
    }
}

.block-finder .bf-centre__head {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .block-finder .bf-centre__head {
        height: 140px;
        background: url("/Content/Monier/images/display-locator/dh-item-bg.png") center;
        background-size: cover;
        padding-top: 40px;
        position: relative;
        z-index: 9;
        padding-left: inherit;
        padding-right: inherit;
    }
}

.block-finder .bf-centre__goback {
    position: relative;
    display: block;
    background: #f9f8f7;
    padding: 6px 20px 6px 35px;
    cursor: pointer;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
}

    .block-finder .bf-centre__goback:after {
        content: "\e909";
        font-family: icomoon;
        position: absolute;
        left: 10px;
        top: 7px;
    }

@media (max-width: 767px) {
    .block-finder .bf-centre__goback {
        padding: 10px 20px 10px 35px;
        font-weight: bold;
        font-family: "Gotham A", "Gotham B";
    }

        .block-finder .bf-centre__goback:after {
            top: 11px;
        }
}

@media (min-width: 768px) {
    .block-finder .bf-centre__goback {
        width: 65%;
    }
}

.block-finder .bf-centre__title {
    background: #2f3b42;
    padding: 25px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 90px;
}

@media (min-width: 768px) {
    .block-finder .bf-centre__title {
        width: 85%;
    }
}

.block-finder .bf-centre__title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
}

.block-finder .bf-centre__body {
    background: #f9f8f7;
    padding: 25px 40px;
}

@media (min-width: 768px) {
    .block-finder .bf-centre__body {
        padding: 25px inherit;
        padding-top: 40px;
    }
}

.block-finder .bf-centre__body .m-btn {
    font-size: 16px;
}

@media (max-width: 767px) {
    .block-finder .bf-centre__body .m-btn {
        display: block;
        margin: 20px 0;
    }
}

.block-finder .bf-centre__content {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9dcdd;
}

    .block-finder .bf-centre__content > span {
        font-size: 13px;
        font-family: "Gotham A", "Gotham B";
        display: block;
    }

    .block-finder .bf-centre__content > h4 {
        font-size: 13px;
        font-family: "Gotham A", "Gotham B";
    }

.block-finder .bf-centre__tag {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 15px;
    background: #e8e8e8;
    font-size: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.block-finder .bf-centre__table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
}

@media (max-width: 767px) {
    .block-finder .bf-centre__table td:last-child {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .block-finder .bf-centre__table {
        width: 80%;
    }
}

.block-finder .bf-centre__action {
    text-align: center;
}

    .block-finder .bf-centre__action .m-btn {
        font-family: "Gotham A", "Gotham B";
        font-size: 13px;
        border-width: 2px;
    }

@media (max-width: 767px) {
    .block-finder .bf-centre__action .btn {
        padding: 12px;
    }

        .block-finder .bf-centre__action .btn:last-child {
            border: 1px solid #2f3b42;
            border-left: 1px solid #35892e;
        }

        .block-finder .bf-centre__action .btn:first-child {
            border: 1px solid #35892e;
            border-right: 0 none;
        }
}

.block-finder .map-info-window {
    padding: 15px;
}

    .block-finder .map-info-window > * {
        font-family: "Gotham A", "Gotham B";
        font-weight: 300;
    }

    .block-finder .map-info-window h2 {
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 15px 0;
        padding: 0;
        font-family: "Gotham A", "Gotham B";
    }

    .block-finder .map-info-window p {
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .block-finder .map-info-window label {
        font-size: 9px;
        font-weight: normal;
        padding: 7px;
        background: #F7F7F7;
        display: inline-block;
        text-transform: uppercase;
        -webkit-border-radius: 2;
        -moz-border-radius: 2;
        border-radius: 2;
        -webkit-box-shadow: 2px 2px 4px 0px rgba(184, 184, 184, 0.5);
        -moz-box-shadow: 2px 2px 4px 0px rgba(184, 184, 184, 0.5);
        box-shadow: 2px 2px 4px 0px rgba(184, 184, 184, 0.5);
        margin: 10px 0;
    }

    .block-finder .map-info-window a.more-info {
        display: block;
        text-align: center;
        text-decoration: underline;
        font-size: 12px;
    }

/* mixins generic */
/* Configs */
.pro {
    background: #F3F5F6;
    font-family: "Gotham A", "Gotham B";
    font-size: 15px;
    color: #2f3b42;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .pro header {
        margin-bottom: 70px;
        text-align: center;
    }

        .pro header h1 {
            font-family: "Gotham A", "Gotham B";
            font-weight: 300;
            font-size: 55px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .pro header p {
            font-family: "Gotham A", "Gotham B";
            font-size: 15px;
        }

    .pro label {
        font-family: "Gotham A", "Gotham B";
        font-size: 15px;
    }

    .pro select {
        border: 1px solid #2f3b42;
        border-radius: 5px;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        width: 100%;
        background: white;
        /* Old browsers */
        background: -moz-linear-gradient(top, white 0%, #f4f6f7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, white 0%, #f4f6f7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, white 0%, #f4f6f7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
        /* IE6-9 */
        background-image: url("/Content/Monier/images/drop.png");
        background-position: right 10px center;
        background-repeat: no-repeat;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        appearance: none;
        /* Safari and Chrome */
    }

        .pro select:focus, .pro select:active {
            outline: none;
        }

    .pro .cat_selector {
        text-align: center;
        margin-bottom: 70px;
    }

        .pro .cat_selector label {
            display: block;
        }

        .pro .cat_selector .btn-group {
            margin: 0 auto;
        }

    .pro .items .btn {
        border-left: 2px solid #CDD0D1;
        border-right: 2px solid #CDD0D1;
        border-top: none;
        border-bottom: none;
    }

        .pro .items .btn:first-child {
            border-top: 2px solid #CDD0D1;
        }

        .pro .items .btn:last-child {
            border-bottom: 2px solid #CDD0D1;
        }

        .pro .items .btn.btn-primary {
            border-color: #2f3b42;
        }

    .pro .items label {
        padding-left: 20px;
    }

    .pro .btn {
        width: 24vw;
        max-width: 245px;
        min-width: 195px;
        text-align: center;
        padding: 15px;
        border: 1px solid #2f3b42;
        border-radius: 5px;
        background: transparent;
    }

        .pro .btn.btn-primary {
            background: #2f3b42;
        }

    .pro .item_content_container {
        text-align: left;
    }

        .pro .item_content_container .item_content {
            transition: height 0s, display 0s, opacity 0.7s ease-in-out;
            display: none;
            height: 0;
            opacity: 0;
        }

            .pro .item_content_container .item_content.active {
                height: auto;
                display: block;
                opacity: 1;
            }

    .pro .dl-items {
        overflow: hidden;
    }

        .pro .dl-items * {
            transition: none;
        }

    .pro .thumb-view {
        position: relative;
    }

        .pro .thumb-view .thumb {
            margin-bottom: 25px;
        }

            .pro .thumb-view .thumb .dl-img img {
                width: 100%;
                height: auto;
                margin-bottom: 15px;
            }

            .pro .thumb-view .thumb .dl-name-details-row {
                height: 30px;
            }

                .pro .thumb-view .thumb .dl-name-details-row .dl-name {
                    font-family: "Gotham A", "Gotham B";
                    font-size: 13px;
                    line-height: 13px;
                    font-weight: normal;
                    padding-left: 25px;
                    margin-right: 0;
                    padding-right: 0;
                    margin-top: 0;
                    text-transform: capitalize;
                }

                .pro .thumb-view .thumb .dl-name-details-row .dl-details a {
                    margin-left: 0;
                    padding-left: 0;
                    position: relative;
                    right: 5px;
                    top: 0;
                }

            .pro .thumb-view .thumb .bb {
                height: 5px;
                border: 2px solid #CDD0D1;
                border-top: none;
                margin-top: 5px;
            }

    .pro .dl-row .dl-name {
        padding-top: 7px;
        display: inline-block;
    }

    .pro .dl-item {
        position: absolute;
        top: -1000px;
        right: 0;
        opacity: 1;
    }

        .pro .dl-item.visible {
            top: 0;
            right: 0;
            position: relative;
            opacity: 1;
            transition: top 1.2s ease-in-out, right 1.2s ease-in-out, opacity 0.6s ease-in-out;
        }

            .pro .dl-item.visible:nth-child(1) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(2) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(3) {
                transition-delay: 0.17s;
            }

            .pro .dl-item.visible:nth-child(4) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(5) {
                transition-delay: 0.22s;
            }

            .pro .dl-item.visible:nth-child(6) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(7) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(8) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(9) {
                transition-delay: 0.25s;
            }

            .pro .dl-item.visible:nth-child(10) {
                transition-delay: 0.24s;
            }

            .pro .dl-item.visible:nth-child(11) {
                transition-delay: 0.29s;
            }

            .pro .dl-item.visible:nth-child(12) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(13) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(14) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(15) {
                transition-delay: 0.09s;
            }

            .pro .dl-item.visible:nth-child(16) {
                transition-delay: 0.08s;
            }

            .pro .dl-item.visible:nth-child(17) {
                transition-delay: 0.26s;
            }

            .pro .dl-item.visible:nth-child(18) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(19) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(20) {
                transition-delay: 0.27s;
            }

            .pro .dl-item.visible:nth-child(21) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(22) {
                transition-delay: 0.14s;
            }

            .pro .dl-item.visible:nth-child(23) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(24) {
                transition-delay: 0.23s;
            }

            .pro .dl-item.visible:nth-child(25) {
                transition-delay: 0.08s;
            }

            .pro .dl-item.visible:nth-child(26) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(27) {
                transition-delay: 0.2s;
            }

            .pro .dl-item.visible:nth-child(28) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(29) {
                transition-delay: 0.26s;
            }

            .pro .dl-item.visible:nth-child(30) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(31) {
                transition-delay: 0.1s;
            }

            .pro .dl-item.visible:nth-child(32) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(33) {
                transition-delay: 0.17s;
            }

            .pro .dl-item.visible:nth-child(34) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(35) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(36) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(37) {
                transition-delay: 0.17s;
            }

            .pro .dl-item.visible:nth-child(38) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(39) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(40) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(41) {
                transition-delay: 0.14s;
            }

            .pro .dl-item.visible:nth-child(42) {
                transition-delay: 0.26s;
            }

            .pro .dl-item.visible:nth-child(43) {
                transition-delay: 0.17s;
            }

            .pro .dl-item.visible:nth-child(44) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(45) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(46) {
                transition-delay: 0.13s;
            }

            .pro .dl-item.visible:nth-child(47) {
                transition-delay: 0.14s;
            }

            .pro .dl-item.visible:nth-child(48) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(49) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(50) {
                transition-delay: 0.09s;
            }

            .pro .dl-item.visible:nth-child(51) {
                transition-delay: 0.11s;
            }

            .pro .dl-item.visible:nth-child(52) {
                transition-delay: 0.24s;
            }

            .pro .dl-item.visible:nth-child(53) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(54) {
                transition-delay: 0.08s;
            }

            .pro .dl-item.visible:nth-child(55) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(56) {
                transition-delay: 0.18s;
            }

            .pro .dl-item.visible:nth-child(57) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(58) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(59) {
                transition-delay: 0.3s;
            }

            .pro .dl-item.visible:nth-child(60) {
                transition-delay: 0.17s;
            }

            .pro .dl-item.visible:nth-child(61) {
                transition-delay: 0.08s;
            }

            .pro .dl-item.visible:nth-child(62) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(63) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(64) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(65) {
                transition-delay: 0.13s;
            }

            .pro .dl-item.visible:nth-child(66) {
                transition-delay: 0.1s;
            }

            .pro .dl-item.visible:nth-child(67) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(68) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(69) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(70) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(71) {
                transition-delay: 0.27s;
            }

            .pro .dl-item.visible:nth-child(72) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(73) {
                transition-delay: 0.23s;
            }

            .pro .dl-item.visible:nth-child(74) {
                transition-delay: 0.18s;
            }

            .pro .dl-item.visible:nth-child(75) {
                transition-delay: 0.18s;
            }

            .pro .dl-item.visible:nth-child(76) {
                transition-delay: 0.3s;
            }

            .pro .dl-item.visible:nth-child(77) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(78) {
                transition-delay: 0.23s;
            }

            .pro .dl-item.visible:nth-child(79) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(80) {
                transition-delay: 0.29s;
            }

            .pro .dl-item.visible:nth-child(81) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(82) {
                transition-delay: 0.27s;
            }

            .pro .dl-item.visible:nth-child(83) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(84) {
                transition-delay: 0.08s;
            }

            .pro .dl-item.visible:nth-child(85) {
                transition-delay: 0.13s;
            }

            .pro .dl-item.visible:nth-child(86) {
                transition-delay: 0.04s;
            }

            .pro .dl-item.visible:nth-child(87) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(88) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(89) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(90) {
                transition-delay: 0.13s;
            }

            .pro .dl-item.visible:nth-child(91) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(92) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(93) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(94) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(95) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(96) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(97) {
                transition-delay: 0.3s;
            }

            .pro .dl-item.visible:nth-child(98) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(99) {
                transition-delay: 0.18s;
            }

            .pro .dl-item.visible:nth-child(100) {
                transition-delay: 0.13s;
            }

            .pro .dl-item.visible:nth-child(101) {
                transition-delay: 0.04s;
            }

            .pro .dl-item.visible:nth-child(102) {
                transition-delay: 0.14s;
            }

            .pro .dl-item.visible:nth-child(103) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(104) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(105) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(106) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(107) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(108) {
                transition-delay: 0.09s;
            }

            .pro .dl-item.visible:nth-child(109) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(110) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(111) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(112) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(113) {
                transition-delay: 0.26s;
            }

            .pro .dl-item.visible:nth-child(114) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(115) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(116) {
                transition-delay: 0.1s;
            }

            .pro .dl-item.visible:nth-child(117) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(118) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(119) {
                transition-delay: 0.29s;
            }

            .pro .dl-item.visible:nth-child(120) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(121) {
                transition-delay: 0.08s;
            }

            .pro .dl-item.visible:nth-child(122) {
                transition-delay: 0.15s;
            }

            .pro .dl-item.visible:nth-child(123) {
                transition-delay: 0.24s;
            }

            .pro .dl-item.visible:nth-child(124) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(125) {
                transition-delay: 0.25s;
            }

            .pro .dl-item.visible:nth-child(126) {
                transition-delay: 0.29s;
            }

            .pro .dl-item.visible:nth-child(127) {
                transition-delay: 0.14s;
            }

            .pro .dl-item.visible:nth-child(128) {
                transition-delay: 0.18s;
            }

            .pro .dl-item.visible:nth-child(129) {
                transition-delay: 0.23s;
            }

            .pro .dl-item.visible:nth-child(130) {
                transition-delay: 0.08s;
            }

            .pro .dl-item.visible:nth-child(131) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(132) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(133) {
                transition-delay: 0.11s;
            }

            .pro .dl-item.visible:nth-child(134) {
                transition-delay: 0.29s;
            }

            .pro .dl-item.visible:nth-child(135) {
                transition-delay: 0.18s;
            }

            .pro .dl-item.visible:nth-child(136) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(137) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(138) {
                transition-delay: 0.25s;
            }

            .pro .dl-item.visible:nth-child(139) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(140) {
                transition-delay: 0.2s;
            }

            .pro .dl-item.visible:nth-child(141) {
                transition-delay: 0.23s;
            }

            .pro .dl-item.visible:nth-child(142) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(143) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(144) {
                transition-delay: 0.25s;
            }

            .pro .dl-item.visible:nth-child(145) {
                transition-delay: 0.2s;
            }

            .pro .dl-item.visible:nth-child(146) {
                transition-delay: 0.11s;
            }

            .pro .dl-item.visible:nth-child(147) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(148) {
                transition-delay: 0.04s;
            }

            .pro .dl-item.visible:nth-child(149) {
                transition-delay: 0.09s;
            }

            .pro .dl-item.visible:nth-child(150) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(151) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(152) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(153) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(154) {
                transition-delay: 0.2s;
            }

            .pro .dl-item.visible:nth-child(155) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(156) {
                transition-delay: 0.25s;
            }

            .pro .dl-item.visible:nth-child(157) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(158) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(159) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(160) {
                transition-delay: 0.23s;
            }

            .pro .dl-item.visible:nth-child(161) {
                transition-delay: 0.11s;
            }

            .pro .dl-item.visible:nth-child(162) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(163) {
                transition-delay: 0.11s;
            }

            .pro .dl-item.visible:nth-child(164) {
                transition-delay: 0.22s;
            }

            .pro .dl-item.visible:nth-child(165) {
                transition-delay: 0.06s;
            }

            .pro .dl-item.visible:nth-child(166) {
                transition-delay: 0.3s;
            }

            .pro .dl-item.visible:nth-child(167) {
                transition-delay: 0.1s;
            }

            .pro .dl-item.visible:nth-child(168) {
                transition-delay: 0.12s;
            }

            .pro .dl-item.visible:nth-child(169) {
                transition-delay: 0.13s;
            }

            .pro .dl-item.visible:nth-child(170) {
                transition-delay: 0.14s;
            }

            .pro .dl-item.visible:nth-child(171) {
                transition-delay: 0.3s;
            }

            .pro .dl-item.visible:nth-child(172) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(173) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(174) {
                transition-delay: 0.04s;
            }

            .pro .dl-item.visible:nth-child(175) {
                transition-delay: 0.23s;
            }

            .pro .dl-item.visible:nth-child(176) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(177) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(178) {
                transition-delay: 0.19s;
            }

            .pro .dl-item.visible:nth-child(179) {
                transition-delay: 0.07s;
            }

            .pro .dl-item.visible:nth-child(180) {
                transition-delay: 0.24s;
            }

            .pro .dl-item.visible:nth-child(181) {
                transition-delay: 0.24s;
            }

            .pro .dl-item.visible:nth-child(182) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(183) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(184) {
                transition-delay: 0.22s;
            }

            .pro .dl-item.visible:nth-child(185) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(186) {
                transition-delay: 0.01s;
            }

            .pro .dl-item.visible:nth-child(187) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(188) {
                transition-delay: 0.03s;
            }

            .pro .dl-item.visible:nth-child(189) {
                transition-delay: 0.02s;
            }

            .pro .dl-item.visible:nth-child(190) {
                transition-delay: 0.21s;
            }

            .pro .dl-item.visible:nth-child(191) {
                transition-delay: 0.25s;
            }

            .pro .dl-item.visible:nth-child(192) {
                transition-delay: 0.22s;
            }

            .pro .dl-item.visible:nth-child(193) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(194) {
                transition-delay: 0.25s;
            }

            .pro .dl-item.visible:nth-child(195) {
                transition-delay: 0.28s;
            }

            .pro .dl-item.visible:nth-child(196) {
                transition-delay: 0.11s;
            }

            .pro .dl-item.visible:nth-child(197) {
                transition-delay: 0.16s;
            }

            .pro .dl-item.visible:nth-child(198) {
                transition-delay: 0.13s;
            }

            .pro .dl-item.visible:nth-child(199) {
                transition-delay: 0.05s;
            }

            .pro .dl-item.visible:nth-child(200) {
                transition-delay: 0.13s;
            }

    .pro .thumb {
        right: -1000px;
    }

@media only screen and (max-width: 767px) {
    .pro {
        font-size: 13px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .pro label {
            font-size: 15px;
        }

        .pro header {
            margin-bottom: 30px;
        }

            .pro header h1 {
                font-size: 30px;
                margin-bottom: 30px;
            }

            .pro header p {
                font-size: 13px;
            }

        .pro .btn {
            background: white;
            /* Old browsers */
            background: -moz-linear-gradient(top, white 0%, #f4f6f7 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, white 0%, #f4f6f7 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, white 0%, #f4f6f7 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
            /* IE6-9 */
        }

        .pro .cat_selector {
            margin-bottom: 30px;
        }

            .pro .cat_selector .btn-group {
                width: 100%;
            }

                .pro .cat_selector .btn-group .btn {
                    width: 50%;
                    padding: 0 10px;
                    min-width: 0;
                    max-width: none;
                    font-size: 13px;
                    white-space: normal;
                    height: 48px;
                    display: table;
                }

                    .pro .cat_selector .btn-group .btn span {
                        display: table-cell;
                        vertical-align: middle;
                    }

        .pro .items {
            padding-bottom: 60px;
        }
}

.pro-item {
    /*Data Sheets*/
}

    .pro-item.drawings .dl-details {
        font-size: 11px;
    }

    .pro-item .downloads h2 {
        text-transform: uppercase;
        margin-top: 0;
        margin-left: -15px;
    }

    .pro-item .downloads .filters {
        text-align: right;
        margin-bottom: 20px;
    }

        .pro-item .downloads .filters label {
            display: inline-block;
            margin-right: 20px;
            font-weight: normal;
        }

        .pro-item .downloads .filters select {
            max-width: 225px;
            min-width: 175px;
            width: 15vw;
        }

    .pro-item .downloads .dl-row {
        padding: 0;
    }

        .pro-item .downloads .dl-row div {
            padding: 10px;
            height: auto;
            line-height: normal;
        }

    .pro-item .downloads select.file-types {
        max-width: 65px;
        min-width: 65px;
        width: 65px;
        font-size: 11px;
        padding: 0 5px;
        height: 32px;
        line-height: 28px;
        background: white;
        /* Old browsers */
        background: -moz-linear-gradient(top, white 0%, #f4f6f7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, white 0%, #f4f6f7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, white 0%, #f4f6f7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
        /* IE6-9 */
        background-image: url("/Content/Monier/images/drop.png");
        background-position: right 5px center;
        background-repeat: no-repeat;
        background-size: 7px 4px;
        margin-left: 1px;
    }

@media only screen and (max-width: 767px) {
    .pro-item .downloads h2 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 22px;
    }

    .pro-item .downloads .filters {
        text-align: center;
    }

        .pro-item .downloads .filters label {
            display: block;
            font-size: 13px;
        }
}

.pro-item p {
    font-size: 15px;
    padding: 15px 0;
}

@media only screen and (max-width: 767px) {
    .pro-item p {
        font-size: 13px;
    }
}

.pro-item .pd .basix .basix-box {
    background: none;
    padding: 0;
}

    .pro-item .pd .basix .basix-box .basix-header {
        padding: 0;
    }

@media (max-width: 767px) {
    .pro-item .pd .basix .basix-box .basix-header {
        padding: 0 15px;
    }
}

.pro-item .pd .basix .basix-box .basix-colours .basix-colour {
    width: 100%;
    margin-bottom: 0;
}

    .pro-item .pd .basix .basix-box .basix-colours .basix-colour label {
        margin-bottom: 0;
        font-family: "Gotham A", "Gotham B";
        font-size: 15px;
        font-weight: normal;
    }

.pro-item .pd .basix .basix-box .basix-colours .material {
    padding: 0;
}

.pro-item .pd .basix .basix-box .basix-colours ul li {
    border-left: 2px solid #CDD0D1;
    border-right: 2px solid #CDD0D1;
    border-bottom: 2px solid #CDD0D1;
    padding: 15px;
}

    .pro-item .pd .basix .basix-box .basix-colours ul li:first-child {
        border-color: #2f3b42;
        background: #2f3b42;
        color: white;
        text-align: center;
        border-radius: 5px 5px 0 0;
        font-family: "Gotham A", "Gotham B";
        font-weight: 300;
        font-size: 15px;
        text-transform: uppercase;
    }

    .pro-item .pd .basix .basix-box .basix-colours ul li:last-child {
        border-radius: 0 0 5px 5px;
    }

.homepage-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

    .homepage-swiper .home-carousel-control {
        position: absolute;
        top: 50%;
        z-index: 100;
        height: 24px;
        width: 24px;
        cursor: pointer;
    }

        .homepage-swiper .home-carousel-control.left {
            left: 0;
            margin-left: 15px;
        }

            .homepage-swiper .home-carousel-control.left::after {
                position: absolute;
                opacity: 1;
                top: 0;
                left: 0;
                font-family: icomoon;
                content: "\e909";
                font-size: 24px;
                font-weight: bold;
                color: white;
                -webkit-text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
                -moz-text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
                text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
            }

        .homepage-swiper .home-carousel-control.right {
            right: 0;
            text-align: right;
            margin-right: 15px;
        }

            .homepage-swiper .home-carousel-control.right::after {
                position: absolute;
                opacity: 1;
                top: 0;
                left: 0;
                font-family: icomoon;
                content: "\e90a";
                font-size: 24px;
                font-weight: bold;
                color: white;
                -webkit-text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
                -moz-text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
                text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
            }

    .homepage-swiper .home-carousel-indicators {
        position: absolute;
        bottom: 75px;
        text-align: center;
        z-index: 100;
    }

@media (max-width: 767px) {
    .homepage-swiper .home-carousel-indicators {
        bottom: 10px;
    }
}

.homepage-swiper .home-carousel-indicators span {
    position: relative;
    height: 15px;
    width: 15px;
    background: none;
    opacity: 1;
}

    .homepage-swiper .home-carousel-indicators span.swiper-pagination-bullet-active {
        background: none;
    }

        .homepage-swiper .home-carousel-indicators span.swiper-pagination-bullet-active::after {
            content: "\e91f";
        }

    .homepage-swiper .home-carousel-indicators span::after {
        position: absolute;
        opacity: 1;
        top: 0;
        left: 0;
        font-family: icomoon;
        content: "\e904";
        font-size: 12px;
        font-weight: bold;
        color: white;
    }

.hb-hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 100%;
}

.hb-hero__ratio {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.hb-cta {
    position: relative;
    z-index: 9;
}

@media (min-width: 768px) {
    .hb-cta {
        margin-top: -56px;
    }
}

@media (max-width: 767px) {
    .hb-cta__list {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    .hb-cta__list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hb-cta__list {
        align-content: flex-start;
        flex-flow: row wrap;
    }
}

.hb-cta__item {
    display: block;
}

@media (max-width: 991px) {
    .hb-cta__item {
        -webkit-box-shadow: 0 0 1px 1px #e2e2e2;
        -moz-box-shadow: 0 0 1px 1px #e2e2e2;
        box-shadow: 0 0 1px 1px #e2e2e2;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hb-cta__item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .hb-cta__item {
        flex: 1;
        border-right: 1px solid #e2e2e2;
    }

        .hb-cta__item:last-child {
            border-right: 0 none;
        }
}

.hb-cta__url {
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 20px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 991px) {
    .hb-cta__url {
        justify-content: center;
    }
}

.hb-cta__url:focus, .hb-cta__url:active, .hb-cta__url:hover {
    text-decoration: none;
    color: #2f3b42;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.hb-cta__url .micon {
    font-size: 32px;
    font-weight: bold;
    margin-right: 20px;
    color: #ed1c24;
}

@media (max-width: 767px) {
    .home-gd .grid {
        left: auto !important;
    }
}

@media (min-width: 767px) {
    .home-gd .grid.grid-break {
        padding-top: 170px;
    }
}

@media (min-width: 768px) {
    .home-gd {
        margin-top: 50px;
    }
}

.home-gd__title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

@media (min-width: 768px) {
    .home-gd__title h2 {
        font-size: 40px;
    }
}

.home-gd__title p {
    width: 80%;
    font-size: 16px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .home-gd__title p {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .home-gd__title {
        margin-bottom: 30px;
    }
}

.home-gd__cta {
    margin-top: 30px;
    border: 5px solid #e91d24;
    min-height: 280px;
    padding: 25px;
    display: block;
}

    .home-gd__cta h2 {
        color: #82898e;
        width: 50%;
        margin: 0;
        position: absolute;
        text-transform: uppercase;
        font-weight: 300;
    }

    .home-gd__cta p {
        position: absolute;
        top: 170px;
        padding-right: 60px;
        color: #2f3b42;
    }

    .home-gd__cta:hover .block-imgcta__btn, .home-gd__cta:active .block-imgcta__btn, .home-gd__cta:focus .block-imgcta__btn {
        text-decoration: none;
        background: #cf000c;
        color: #fff;
    }

.home-etc {
    margin: 50px 0;
}

.home-etc__abt, .home-etc__wtc {
    height: 380px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
    .home-etc__abt, .home-etc__wtc {
        height: 300px;
    }
}

.home-etc__abt__foot, .home-etc__wtc__foot {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .home-etc__abt__foot, .home-etc__wtc__foot {
        font-size: 13px;
        text-align: left;
        margin-bottom: 25px;
    }
}

.home-etc__abt {
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .home-etc__abt {
        margin-bottom: 20px;
    }
}

.home-etc__abt .m-btn {
    position: absolute;
    bottom: 0;
    left: 20px;
}

@media (max-width: 992px) {
    .home-etc__abt .m-btn {
        display: block;
        width: 100%;
        left: 0;
    }
}

.home-etc__years {
    margin: 20px;
}

@media (max-width: 992px) {
    .home-etc__years {
        width: 170px;
    }
}

.home-etc__wtc {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

    .home-etc__wtc h2 {
        margin: 35px 0 0;
        text-transform: uppercase;
        font-weight: 300;
        width: 100%;
        color: #fff;
        font-size: 45px;
    }

@media (min-width: 992px) {
    .home-etc__wtc h2 {
        margin: 90px 0 0;
    }
}

.home-etc__wtc .m-btn {
    display: inline-block;
    align-self: flex-end;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .home-etc__wtc .m-btn {
        display: block;
        width: 100%;
        text-align: left;
        background: #2f3b42;
    }

        .home-etc__wtc .m-btn:hover, .home-etc__wtc .m-btn:active, .home-etc__wtc .m-btn:focus {
            background: #252e33;
        }
}

.home-banner {
    position: relative;
    background: #ed1c24;
    color: #fff;
    padding: 20px 20px 60px;
    margin-top: 30px;
    z-index: 100;
}

@media (max-width: 639px) {
    .home-banner {
        margin: 0 -15px;
    }
}

@media (min-width: 640px) {
    .home-banner {
        max-width: 350px;
        position: absolute;
        right: 0;
        top: 1px;
    }
}

.home-banner:before, .home-banner:after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: -1px;
    content: "";
    height: 50px;
    z-index: 2;
    right: -1px;
    background: #ed1c24;
    -webkit-transform: rotate(5deg) skewX(5deg);
    -moz-transform: rotate(5deg) skewX(5deg);
    transform: rotate(5deg) skewX(5deg);
}

.home-banner:before {
    z-index: 1;
    background: #2f3b42;
    bottom: -20px;
    width: 90%;
}

.home-banner__cnt {
    position: relative;
    z-index: 3;
}

    .home-banner__cnt h1.main_heading {
        font-size: 34px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .home-banner__cnt h2 {
        font-size: 34px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .home-banner__cnt p {
        font-size: 16px;
        margin: 20px 0;
    }

@media (min-width: 768px) {
    .home-banner__cnt p {
        font-size: 20px;
    }
}

.home-banner__cnt a {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
}

    .home-banner__cnt a:hover {
        color: #2f3b42;
    }

@media (min-width: 768px) {
    .home-banner__cnt a {
        font-size: 16px;
    }
}

.home-banner__cnt a .micon {
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
}

/* MSC */
.hb-highlights {
    background: #fff;
    color: #e01c24;
    padding: 0px 10px;
    line-height: 1.4em;
}

.article {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eff1f2;
}

@media (max-width: 991px) {
    .article {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.article .block-heading__group {
    padding-top: 0;
    padding-bottom: 0;
}

    .article .block-heading__group .block-heading__subtitle {
        margin-bottom: 50px;
    }

@media (max-width: 767px) {
    .article .article-img {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.article .article-content, .article .article-footer {
    width: 83.83275713752414%;
}

@media (max-width: 991px) {
    .article .article-content, .article .article-footer {
        width: 90%;
    }
}

.article .article-content {
    background: #fff;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .article .article-content {
        padding-top: 30px;
    }
}

.article .article-content.image-offset {
    top: -100px;
    margin-bottom: -100px;
}

@media (max-width: 991px) {
    .article .article-content.image-offset {
        top: -30px;
        margin-bottom: -30px;
    }
}

.article .article-content .content__intro {
    padding: 100px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 36px;
    text-align: center;
}

@media (max-width: 991px) {
    .article .article-content .content__intro {
        padding: 30px;
        font-size: 15px;
    }
}

.article .article-content .content__callout {
    background-color: #2f3b42;
    color: #fff;
    font-family: "Gotham A", "Gotham B";
    font-size: 22px;
    width: 110%;
    position: relative;
    left: -5%;
    padding: 85px 120px;
    margin-top: 50px;
}

    /*css sent by Egli to add*/
    .article .article-content .content__callout a {
        color: #fff;
        text-decoration: underline;
    }
/*----------------*/

@media (max-width: 991px) {
    .article .article-content .content__callout {
        padding: 30px 40px;
        font-size: 11px;
    }
}

.article .article-content .content__body {
    margin: 50px 100px;
}

@media (max-width: 991px) {
    .article .article-content .content__body {
        margin: 30px;
    }
}

.article .article-content .content__body ul {
    padding-left: 40px;
    font-size: inherit;
}

@media (max-width: 767px) {
    .article .article-content .content__body ul {
        padding-left: 0;
    }

        .article .article-content .content__body ul ul {
            padding-left: 20px;
        }
}

.article .article-content .content__body ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: inherit;
}

@media (max-width: 767px) {
    .article .article-content .content__body ul li {
        list-style: none;
    }

        .article .article-content .content__body ul li li {
            list-style: disc;
        }
}

.article .article-content .content__body.lgpd {
    margin: 100px 190px;
}

@media (max-width: 991px) {
    .article .article-content .content__body.lgpd {
        margin: 35px 30px;
    }
}

.article .article-content .content__body:last-child {
    padding-bottom: 100px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .article .article-content .content__body:last-child {
        padding-bottom: 35px;
    }
}

.article .article-content .content__body__text {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .article .article-content .content__body__text {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.article .article-content .content__body a {
    text-decoration: underline;
}

    .article .article-content .content__body a:hover {
        text-decoration: none;
    }

.article .article-content .content__body p, .article .article-content .content__body div, .article .article-content .content__body span, .article .article-content .content__body h4, .article .article-content .content__body .content__list li, .article .article-content .content__body ul li {
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .article .article-content .content__body p, .article .article-content .content__body div, .article .article-content .content__body span, .article .article-content .content__body h4, .article .article-content .content__body .content__list li, .article .article-content .content__body ul li {
        font-size: 11px;
    }
}

.article .article-content .content__body > * {
    margin-bottom: 20px;
}

    .article .article-content .content__body > *:last-child {
        margin-bottom: 0;
    }

.article .article-content .content__body h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .article .article-content .content__body h3 {
        font-size: 13px;
    }
}

.article .article-content .content__body h4 {
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 10px;
}

.article .article-content .content__body .content__list {
    list-style: disc;
    padding-left: 16px;
}

    .article .article-content .content__body .content__list li {
        margin-bottom: 20px;
    }

        .article .article-content .content__body .content__list li:last-child {
            margin-bottom: 0;
        }

.article .article-content .general-form .container {
    width: 120%;
    position: relative;
    left: -10%;
    top: 0;
}

@media (min-width: 560px) {
    .article .article-content .general-form .container {
        width: 110%;
        left: -5%;
    }
}

.article .article-footer {
    background-color: #2f3b42;
    color: #fff;
    padding: 100px;
}

@media (max-width: 991px) {
    .article .article-footer {
        padding: 35px 30px;
    }
}

.article .article-footer .block-heading__group {
    padding-bottom: 0;
}

    .article .article-footer .block-heading__group .block-heading__title {
        font-size: 15px;
    }

@media (min-width: 992px) {
    .article .article-footer .block-heading__group .block-heading__title {
        font-size: 36px;
    }
}

.article .article-footer .block-heading__group .block-heading__subtitle {
    width: 100%;
    text-align: left;
    font-size: 11px;
}

@media (min-width: 992px) {
    .article .article-footer .block-heading__group .block-heading__subtitle {
        font-size: 15px;
        width: 68.69565217391304%;
    }
}

.article .article-footer .footer-links {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .article .article-footer .footer-links {
        margin-top: 30px;
    }
}

.article .article-footer .footer-links li {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .article .article-footer .footer-links li {
        margin-bottom: 20px;
    }
}

.article .article-footer .footer-links li:last-child {
    margin-bottom: 0;
}

.article .article-footer .footer-links li a {
    color: #fff;
    display: block;
    border: solid 1px #fff;
    font-size: 22px;
}

@media (max-width: 991px) {
    .article .article-footer .footer-links li a {
        font-size: 11px;
    }
}

.article .article-footer .footer-links li a:hover {
    background-color: #fdfdfd;
    color: #2f3b42;
    border: 1px solid #e6e8e8;
}

.article .article-related-links {
    width: 83.83275713752414%;
    padding-top: 100px;
}

@media (max-width: 991px) {
    .article .article-related-links {
        width: 100%;
        padding-top: 35px;
    }
}

@media (min-width: 992px) {
    .article .article-related-links > div {
        margin-bottom: 0;
    }
}

.article .article-related-links > div:last-child {
    margin-bottom: 0;
}

.article .article-related-links .get-started__thumb {
    padding-left: 90px;
    padding-top: 70px;
}

.article .article-related-links img {
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
}

.article .content__nopd {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .article .content__img {
        display: flex;
    }
}

@media (max-width: 991px) {
    .article .content__img .c__img {
        margin-top: 30px !important;
    }
}

.article .content__img > div {
    margin-bottom: 0 !important;
    width: calc((100% - 30px) / 2);
}

@media (max-width: 992px) {
    .article .content__img > div {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .article .content__img.img__lft .c__img {
        margin-right: 15px;
    }

    .article .content__img.img__lft .c__txt {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .article .content__img.img__rgt .c__img {
        margin-left: 15px;
    }

    .article .content__img.img__rgt .c__txt {
        margin-right: 15px;
    }
}

.article .content__tiles .tile__items {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .article .content__tiles .tile__items {
        display: block;
    }
}

.article .content__tiles .tile__item {
    margin-right: 100px;
    width: calc((100% - 200px) / 3);
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .article .content__tiles .tile__item {
        margin-right: 50px;
        width: calc((100% - 100px) / 3);
    }
}

@media (max-width: 767px) {
    .article .content__tiles .tile__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .article .content__tiles .tile__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .article .content__tiles .tile__item:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .article .content__tiles .tile__item:last-child {
        margin-bottom: 0;
    }
}

.article .content__tiles .tile__item .item__img {
    text-align: center;
    margin-bottom: 30px;
}

    .article .content__tiles .tile__item .item__img img {
        max-width: 70px;
    }

.article .content__tiles .tile__item .item__name {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .article .content__tiles .tile__item .item__name {
        margin-bottom: 10px;
    }
}

.article .content__tiles .tile__item .item__desc {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.solar-image-breakout-container {
    overflow: hidden;
    display: block;
}

/* mixins generic */
/* Configs */
.gallery-bg {
    background: #f3f5f6;
}

.glry-grid {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .glry-grid__flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
}

.glry-grid__filter {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .glry-grid__filter {
        width: 38%;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .glry-grid__filter {
        width: 32%;
    }
}

@media (min-width: 1200px) {
    .glry-grid__filter {
        width: 28%;
    }
}

@media (min-width: 768px) {
    .glry-grid__images {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .glry-grid__images {
        width: 66%;
    }
}

@media (min-width: 1200px) {
    .glry-grid__images {
        width: 70%;
    }
}

.glry-matrix {
    position: relative;
    margin: -20px -10px;
}

.glry-matrix__grid {
    margin: 10px;
}

.glry-image {
    text-decoration: none;
    color: #82898E;
    cursor: pointer;
}

    .glry-image:hover, .glry-image:active, .glry-image:focus {
        text-decoration: none;
        color: #82898E;
    }

.glry-image__obj {
    width: 100%;
}

.glry-image__det {
    display: block;
    background: #fff;
    font-size: 12px;
    padding: 15px 12px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.glry-filter {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.glry-filter__toggle {
    background: #2f3b42;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .glry-filter__toggle.active {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

@media (min-width: 768px) {
    .glry-filter__toggle {
        display: none;
    }
}

.glry-filter__toggle .glyphicon {
    font-weight: 100;
    line-height: 26px;
}

.glry-filter__header {
    background: #2f3b42;
    color: #fff;
    padding: 30px;
    text-align: center;
}

    .glry-filter__header h3 {
        font-family: "Gotham A", "Gotham B";
        font-weight: 300;
        margin: 0;
        font-size: 26px;
    }

@media (max-width: 767px) {
    .glry-filter__header {
        display: none;
    }
}

@media (max-width: 767px) {
    .glry-filter__body {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.6s ease-in-out;
        -moz-transition: max-height 0.6s ease-in-out;
        -ms-transition: max-height 0.6s ease-in-out;
        -o-transition: max-height 0.6s ease-in-out;
        transition: max-height 0.6s ease-in-out;
    }

        .glry-filter__body.active {
            max-height: 2000px;
        }
}

.glry-filter__cont {
    background: #fff;
    padding: 20px;
}

.glry-optn {
    position: relative;
}

.glry-optn__house {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .glry-optn__house .glry-optn__col {
        width: 50%;
    }

.glry-optn .img-option {
    cursor: pointer;
}

.glry-optn__roof {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

    .glry-optn__roof .img-option {
        width: 30%;
    }

        .glry-optn__roof .img-option:first-child {
            padding-right: 5px;
        }

        .glry-optn__roof .img-option:last-child {
            padding-left: 5px;
        }

.glry-optn .glry-optn__col:first-child .img-option {
    padding-right: 5px;
}

.glry-optn .glry-optn__col:last-child .img-option {
    padding-left: 5px;
}

.glry-optn__title {
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
}

.glry-optn__group {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .glry-optn__group.apply .m-btn {
        font-size: 15px;
        font-family: "Gotham A", "Gotham B";
        font-weight: 300;
        padding-left: 15px;
        height: 42px;
        background: #2f3b42;
        color: #fff;
        width: 100%;
        line-height: 42px;
    }

        .glry-optn__group.apply .m-btn:after {
            content: "\e90a";
            height: 42px;
            width: 42px;
            line-height: 40px;
            position: relative;
            display: inline-block;
            font-family: 'icomoon' !important;
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            background: #E91D24;
            float: right;
            text-align: center;
        }

    .glry-optn__group:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        display: block;
        background: white;
        background: -moz-linear-gradient(left, white 0%, #ebebeb 30%, #ebebeb 72%, #ebebeb 72%, white 100%);
        background: -webkit-linear-gradient(left, white 0%, #ebebeb 30%, #ebebeb 72%, #ebebeb 72%, white 100%);
        background: linear-gradient(to right, white 0%, #ebebeb 30%, #ebebeb 72%, #ebebeb 72%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    }

    .glry-optn__group:last-child {
        margin: 0;
    }

        .glry-optn__group:last-child:after {
            display: none;
        }

.glry-optn__checkgroup {
    width: 75%;
    margin: 0 auto;
}

.glry-optn__check {
    display: inline-block;
    min-width: 45%;
    padding-bottom: 5px;
    cursor: pointer;
}

    .glry-optn__check input:before {
        display: none;
    }

    .glry-optn__check label {
        font-size: 12px;
        font-weight: normal;
        line-height: 12px;
        top: 2px;
        position: relative;
    }

.glry-slide__img {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.glry-slide__ratio {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.glry-slide__det {
    padding: 50px 25px 25px;
}

@media (min-width: 992px) {
    .glry-slide__det {
        padding: 25px;
    }
}

.glry-slide__det h3 {
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.glry-slide__det p {
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .glry-slide__det p {
        width: 60%;
    }
}

.glry-slide__det .description {
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 767px) {
    .glry-slide__det {
        padding: 25px;
    }

        .glry-slide__det .description {
            line-height: 12px;
            font-size: 11px;
        }

        .glry-slide__det .m-btn {
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
        }

        .glry-slide__det .share {
            font-size: 13px;
            text-align: center;
        }

            .glry-slide__det .share a {
                font-size: 36px;
            }

                .glry-slide__det .share a:hover {
                    text-decoration: none !important;
                }
}

.glry-slide__ss {
    font-size: 36px;
    position: absolute;
    bottom: -34px;
    right: 15px;
    text-align: center;
}

    .glry-slide__ss a {
        position: relative;
        display: block;
        text-decoration: none;
        float: left;
        margin: 0 5px;
    }

        .glry-slide__ss a:hover, .glry-slide__ss a:active, .glry-slide__ss a:focus {
            text-decoration: none;
        }

    .glry-slide__ss span {
        font-size: 12px;
        display: block;
        color: #82898e;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
    }

    .glry-slide__ss .micon {
        position: relative;
        border: 2px solid #fff;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

        .glry-slide__ss .micon:after {
            content: "";
            width: 20px;
            height: 20px;
            background: #fff;
            display: block;
            position: absolute;
            top: 8px;
            right: 8px;
            z-index: 1;
        }

        .glry-slide__ss .micon:before {
            position: relative;
            z-index: 2;
        }

.glry-slide__prev, .glry-slide__next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    color: #0f1619;
    font-size: 28px;
}

    .glry-slide__prev:after, .glry-slide__next:after {
        font-family: icomoon;
    }

.glry-slide__prev {
    left: -85px;
}

    .glry-slide__prev:after {
        content: "\e909";
    }

.glry-slide__next {
    right: -85px;
}

    .glry-slide__next:after {
        content: "\e90a";
    }

.palette-group__item {
    height: 30px;
    width: 14.28%;
    float: left;
    cursor: pointer;
}

    .palette-group__item.all {
        text-align: center;
        line-height: 30px;
    }

        .palette-group__item.all.checked {
            border: 1px solid black;
        }

            .palette-group__item.all.checked:after {
                display: none;
            }

    .palette-group__item.checked {
        border: 1px solid white;
    }

        .palette-group__item.checked:after {
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            content: "\e013";
            color: white;
            font-size: 9px;
            font-weight: normal;
            left: 15px;
            position: relative;
        }

.gallery .glry-grid__images {
    overflow: hidden;
}

    .gallery .glry-grid__images *, .gallery .glry-grid__images *:before, .gallery .glry-grid__images *:after {
        box-sizing: border-box !important;
    }

    .gallery .glry-grid__images .row {
        -moz-column-width: 25em;
        -webkit-column-width: 25em;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
    }

    .gallery .glry-grid__images .glry-matrix__grid {
        display: inline-block;
        margin: 20px;
        padding: 0;
        width: 98%;
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
    }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(1) {
            transition: top 0.6s 0.12s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(2) {
            transition: top 0.6s 0.11s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(3) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(4) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(5) {
            transition: top 0.6s 0.09s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(6) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(7) {
            transition: top 0.6s 0.14s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(8) {
            transition: top 0.6s 0.09s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(9) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(10) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(11) {
            transition: top 0.6s 0.01s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(12) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(13) {
            transition: top 0.6s 0.14s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(14) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(15) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(16) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(17) {
            transition: top 0.6s 0.15s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(18) {
            transition: top 0.6s 0.12s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(19) {
            transition: top 0.6s 0.04s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(20) {
            transition: top 0.6s 0.02s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(21) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(22) {
            transition: top 0.6s 0.02s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(23) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(24) {
            transition: top 0.6s 0.14s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(25) {
            transition: top 0.6s 0.15s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(26) {
            transition: top 0.6s 0.04s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(27) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(28) {
            transition: top 0.6s 0.08s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(29) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(30) {
            transition: top 0.6s 0.11s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(31) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(32) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(33) {
            transition: top 0.6s 0.02s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(34) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(35) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(36) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(37) {
            transition: top 0.6s 0.01s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(38) {
            transition: top 0.6s 0.15s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(39) {
            transition: top 0.6s 0.14s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(40) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(41) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(42) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(43) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(44) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(45) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(46) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(47) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(48) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(49) {
            transition: top 0.6s 0.01s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(50) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(51) {
            transition: top 0.6s 0.08s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(52) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(53) {
            transition: top 0.6s 0.1s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(54) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(55) {
            transition: top 0.6s 0.1s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(56) {
            transition: top 0.6s 0.09s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(57) {
            transition: top 0.6s 0.08s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(58) {
            transition: top 0.6s 0.14s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(59) {
            transition: top 0.6s 0.01s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(60) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(61) {
            transition: top 0.6s 0.11s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(62) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(63) {
            transition: top 0.6s 0.09s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(64) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(65) {
            transition: top 0.6s 0.09s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(66) {
            transition: top 0.6s 0.12s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(67) {
            transition: top 0.6s 0.1s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(68) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(69) {
            transition: top 0.6s 0.02s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(70) {
            transition: top 0.6s 0.08s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(71) {
            transition: top 0.6s 0.09s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(72) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(73) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(74) {
            transition: top 0.6s 0.01s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(75) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(76) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(77) {
            transition: top 0.6s 0.04s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(78) {
            transition: top 0.6s 0.08s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(79) {
            transition: top 0.6s 0.08s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(80) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(81) {
            transition: top 0.6s 0.07s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(82) {
            transition: top 0.6s 0.14s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(83) {
            transition: top 0.6s 0.02s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(84) {
            transition: top 0.6s 0.02s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(85) {
            transition: top 0.6s 0.14s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(86) {
            transition: top 0.6s 0.13s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(87) {
            transition: top 0.6s 0.05s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(88) {
            transition: top 0.6s 0.15s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(89) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(90) {
            transition: top 0.6s 0.15s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(91) {
            transition: top 0.6s 0.01s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(92) {
            transition: top 0.6s 0.02s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(93) {
            transition: top 0.6s 0.03s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(94) {
            transition: top 0.6s 0.04s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(95) {
            transition: top 0.6s 0.12s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(96) {
            transition: top 0.6s 0.1s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(97) {
            transition: top 0.6s 0.04s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(98) {
            transition: top 0.6s 0.09s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(99) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid:nth-child(100) {
            transition: top 0.6s 0.06s ease-in-out, opacity 1s linear;
        }

        .gallery .glry-grid__images .glry-matrix__grid .glry-image {
            background: black;
            position: relative;
        }

            .gallery .glry-grid__images .glry-matrix__grid .glry-image img {
                opacity: 1;
                transition: opacity 0.2s ease-in-out;
            }

            .gallery .glry-grid__images .glry-matrix__grid .glry-image .gallery-hov {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0;
                text-align: center;
                color: white;
            }

                .gallery .glry-grid__images .glry-matrix__grid .glry-image .gallery-hov span {
                    margin-top: 40%;
                    display: inline-block;
                }

                .gallery .glry-grid__images .glry-matrix__grid .glry-image .gallery-hov:hover {
                    opacity: 0.55;
                }

        .gallery .glry-grid__images .glry-matrix__grid.filtered {
            opacity: 0;
            top: -1000px;
            position: absolute;
            transition: none;
        }

@media (max-width: 767px) {
    #modal-id-gallery {
        padding-right: 0 !important;
    }
}

.no-results h3 {
    margin-top: 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
}

.no-results b, .no-results li {
    font-family: "Gotham A", "Gotham B";
    font-size: 15px;
}

.no-results ul {
    list-style: square;
}

    .no-results ul li {
        margin-left: 20px;
    }

        .no-results ul li a {
            text-decoration: underline;
            color: #0074D9;
        }

.thank-you {
    text-align: center;
}

    .thank-you h2 {
        margin-bottom: 15px;
    }

    .thank-you p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .thank-you a {
        text-decoration: underline;
    }

        .thank-you a:hover {
            text-decoration: none;
        }

.visual-tool {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    height: calc(100vh - 99px);
}

@media (min-width: 1200px) {
    .visual-tool {
        height: calc(100vh - 138px);
    }
}

.visual-tool__builder {
    position: relative;
    background: #fff;
    width: 35%;
    height: 100%;
    padding: 0 0;
    overflow: auto;
}

@media (min-width: 640px) {
    .visual-tool__builder {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .visual-tool__builder {
        width: 20%;
    }
}

.visual-tool__builder .swiper-container {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .visual-tool__builder .swiper-container {
        overflow: auto;
    }
}

.visual-tool__builder .swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}

.visual-tool__builder .vt-scroll-content {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.visual-tool__stage {
    height: calc(100vh - 99px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: #edeff0 url("/Content/Monier/images/visual-tool/bg.jpg") repeat center -20px;
    width: 65%;
}

@media (min-width: 1200px) {
    .visual-tool__stage {
        height: calc(100vh - 138px);
    }
}

@media (min-width: 640px) {
    .visual-tool__stage {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .visual-tool__stage {
        width: 80%;
    }
}

.visual-tool__stage .btn-email {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    right: 20px;
}

@media (min-width: 992px) {
    .visual-tool__stage .btn-email {
        bottom: 40px;
        right: 40px;
    }
}

.visual-tool .btn.btn-color--light {
    border: 1px solid #2f3b42;
}

@media only screen and (max-device-width: 767px) and (orientation: portrait) {
    .visual-tool {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .visual-tool__stage, .visual-tool__builder,
        .visual-tool .vt-presets {
            width: 100%;
        }

    .visual-tool__stage {
        order: 1;
        height: calc((100vh - 99px) - 40vh);
    }

    .visual-tool__builder {
        order: 2;
        height: calc((100vh - 99px) - 46vh);
        width: 100%;
    }

    .visual-tool .vt-presets {
        order: 3;
        position: relative;
        display: block;
        right: auto;
        top: auto;
        max-width: none;
    }

    .visual-tool .vt-presets__toggle {
        width: 100%;
        height: auto;
        padding: 20px;
    }

        .visual-tool .vt-presets__toggle:after {
            position: absolute;
            bottom: 2px;
            left: 50%;
            margin-left: -12px;
        }

        .visual-tool .vt-presets__toggle p {
            display: block;
            font-size: 12px;
        }

    .visual-tool .vt-presets__choice {
        position: relative;
        right: auto;
        top: auto;
    }

    .visual-tool .vt-presets.active .vt-presets__label {
        display: block;
    }

    .visual-tool .vt-presets.active .vt-presets__toggle {
        background: #ed1c24;
    }

        .visual-tool .vt-presets.active .vt-presets__toggle > p {
            display: none;
        }

    .visual-tool .vt-presets.open .vt-psets {
        left: 0;
    }

    .visual-tool .vt-presets__label {
        background: #ed1c24;
        text-align: center;
        padding-top: 0;
        font-size: 12px;
    }

    .visual-tool .vt-psets__item {
        width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation: portrait) {
    .visual-tool {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .visual-tool__stage {
        order: 1;
        height: calc((100vh - 99px) - 40vh);
        width: 100%;
    }

    .visual-tool__builder {
        order: 2;
        height: calc((100vh - 99px) - 50vh);
        width: 100%;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .visual-tool__builder #housetype, .visual-tool__builder #facadecolor, .visual-tool__builder #roofmaterial, .visual-tool__builder #roofprofile, .visual-tool__builder #roofcolor {
            width: 50%;
            margin: 0 auto;
        }
}

.vt-portrait {
    display: none;
    position: fixed;
    top: 99px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 99px);
    z-index: 9;
}

@media (min-width: 1200px) {
    .vt-portrait {
        top: 138px;
    }
}

@media screen and (max-device-width: 768px) and (orientation: portrait) {
    .vt-portrait {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        background: #edeff0 url("/Content/Monier/images/visual-tool/bg.jpg") repeat center -20px;
    }
}

@media screen and (max-device-width: 620px) and (orientation: portrait) {
    .vt-portrait {
        background: #edeff0 url("/Content/Monier/images/visual-tool/bg.jpg") repeat center -20px;
    }
}

.vt-load {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #edeff0 url("/Content/Monier/images/visual-tool/bg.jpg") repeat center -20px;
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .vt-load {
        font-size: 12px;
    }
}

.vt-load h2 {
    margin: 0 0 5px;
}

@media (max-width: 768px) {
    .vt-load h2 {
        font-size: 18px;
    }
}

.vt-load__stage {
    position: relative;
    border: 2px solid #cbced0;
    padding: 30px;
    width: 80%;
    background: #edeff0;
}

.vt-load__ink, .vt-load__inktop {
    display: block;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #cbced0;
    overflow: hidden;
}

.vt-load__inktop {
    background: #000;
    -webkit-transition: width 0.1s ease;
    -moz-transition: width 0.1s ease;
    -ms-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    transition: width 0.1s ease;
}

.vt-start {
    width: 90%;
    border: 2px solid #cbced0;
    padding: 30px;
    display: inline-block;
    text-align: center;
    background: #edeff0;
    color: #80878c;
    font-family: "Gotham A", "Gotham B";
}

@media (max-width: 767px) {
    .vt-start {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .vt-start {
        width: auto;
    }
}

.vt-start__tle {
    font-size: 24px;
    margin: 0 0 10px;
    font-family: "Gotham A", "Gotham B";
}

@media (max-width: 767px) {
    .vt-start__tle {
        font-size: 16px;
    }
}

.vt-start__txt {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 767px) {
    .vt-start__txt {
        font-size: 12px;
    }
}

.vt-start__txt.mo {
    display: none;
}

@media only screen and (max-device-width: 767px) and (orientation: portrait) {
    .vt-start__txt.dt {
        display: none;
    }

    .vt-start__txt.mo {
        display: block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation: portrait) {
    .vt-start__txt.dt {
        display: none;
    }

    .vt-start__txt.mo {
        display: block;
    }
}

.vt-stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
}

.vt-stage__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #edeef0;
}

.vt-stage__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: -2px;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.vt-widget {
    display: none;
    padding: 10px 20px;
    text-align: center;
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}

.vt-widget--line {
    position: relative;
}

    .vt-widget--line:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 2px;
        background: white;
        background: -moz-linear-gradient(left, white 0%, #b6b6b6 50%, #b6b6b6 50%, white 100%);
        background: -webkit-linear-gradient(left, white 0%, #b6b6b6 50%, #b6b6b6 50%, white 100%);
        background: linear-gradient(to right, white 0%, #b6b6b6 50%, #b6b6b6 50%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    }

.vt-widget h3 {
    font-family: "Gotham A", "Gotham B";
    font-size: 18px;
    margin: 20px 0 18px;
}

.vt-widget h4 {
    font-family: "Gotham A", "Gotham B";
    font-size: 14px;
    margin: 0 0 12px;
}

.vt-widget--header {
    padding: 25px 20px;
}

@media (max-width: 992px) {
    .vt-widget--header {
        display: block;
        background: #2f3b42;
    }

        .vt-widget--header .vt-widget__head {
            color: #fff;
        }
}

.vt-widget__head {
    font-size: 18px;
    font-family: "Gotham A", "Gotham B";
    line-height: 1.2;
    color: #2f3b42;
    margin: 0;
}

@media (min-width: 768px) {
    .vt-widget__head {
        font-size: 30px;
    }
}

.vt-widget__pallets {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .vt-widget__pallets .img-option {
        margin-bottom: 10px;
    }

    .vt-widget__pallets .img-option__obj {
        padding-bottom: 5px;
    }

    .vt-widget__pallets .img-option__lbl {
        font-size: 12px;
    }

    .vt-widget__pallets.col-3 .img-option {
        width: 31%;
    }

    .vt-widget__pallets.col-3 .img-option__obj {
        padding-bottom: 5px;
    }

    .vt-widget__pallets.col-3 .img-option__lbl {
        font-size: 12px;
    }

    .vt-widget__pallets.col-3:after {
        content: '';
        width: 31%;
    }

    .vt-widget__pallets.col-4 .img-option {
        width: 22%;
    }

    .vt-widget__pallets.col-4 .col-4--step {
        display: block;
        width: 22%;
    }

    .vt-widget__pallets.col-4:after {
        content: '';
        width: 22%;
    }

.vt-widget__cur {
    font-size: 11px;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B";
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.vt-presets {
    max-width: 170px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
}

@media (max-width: 767px) {
    .vt-presets {
        right: 8px;
        top: 8px;
    }
}

.vt-presets__toggle {
    cursor: pointer;
    position: relative;
    background: #2f3b42;
    color: #fff;
    padding: 20px 20px 40px;
}

@media (max-width: 767px) {
    .vt-presets__toggle {
        padding: 0;
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
}

.vt-presets__toggle:after {
    content: "\e90b";
    position: absolute;
    font-family: "icomoon";
    bottom: 8px;
    left: 50%;
    margin-left: -12px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .vt-presets__toggle:after {
        position: relative;
        display: block;
        bottom: auto;
        left: auto;
        margin-left: 0;
    }
}

.vt-presets__toggle p {
    font-size: 14px;
    margin: 0 0 6px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) {
    .vt-presets__toggle p {
        display: none;
    }
}

.vt-presets__choice {
    position: absolute;
    top: 100%;
    right: 0;
}

.vt-presets__label {
    display: none;
}

.vt-presets.open .vt-psets {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0;
}

.vt-presets.open .vt-presets__toggle:after {
    content: "\e908";
}

.vt-psets {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.vt-psets__item {
    padding: 0 12px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 340px;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .vt-psets__item {
        height: 45px;
        width: 350px;
    }
}

.vt-psets__text {
    font-family: "Gotham A", "Gotham B";
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

    .vt-psets__text strong {
        font-weight: 600;
        font-family: "Gotham A", "Gotham B";
    }

.vt-psets__opts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

    .vt-psets__opts button {
        background: none;
        padding: 0;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        margin: 0 3px;
        color: #fff;
        text-align: center;
    }

        .vt-psets__opts button.active {
            -webkit-box-shadow: 0 0 0 1px #fff;
            -moz-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
            outline: 0 none;
        }

.vt-email {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .vt-email {
        padding: 40px;
        width: 84%;
    }
}

.vt-email h3 {
    font-size: 38px;
}

@media (max-width: 767px) {
    .vt-email h3 {
        font-size: 24px;
    }
}

.vt-email p {
    font-size: 18px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .vt-email p {
        font-size: 14px;
    }
}

.vt-email .vt-name-validation, .vt-email .vt-email-validation {
    color: red;
}

.vt-email .form-group {
    text-align: left;
}

    .vt-email .form-group label {
        font-weight: normal;
        font-size: 16px;
    }

@media (max-width: 767px) {
    .vt-email .form-group label {
        font-size: 14px;
    }
}

.vt-email .form-group input {
    padding: 20px 10px;
    border: 1px solid #2f3b42;
    height: auto;
}

    .vt-email .form-group input:focus, .vt-email .form-group input:active {
        padding: 20px 10px;
    }

@media (max-width: 767px) {
    .vt-email .form-group input {
        padding: 20px 10px;
    }
}

@media (max-width: 767px) {
    .vt-email .m-btn {
        padding: 10px 26px;
    }
}

.landingPageMetal {
    font-family: "Gotham A", "Gotham B";
    background-color: #EAEBEC;
}

    .landingPageMetal .gotham__light {
        font-family: "Gotham A", "Gotham B";
    }

    .landingPageMetal .gotham__book {
        font-family: "Gotham A", "Gotham B";
    }

    .landingPageMetal .txt-center {
        text-align: center;
    }

    .landingPageMetal .dinline {
        display: inline-block;
    }

@media (max-width: 767px) {
    .landingPageMetal .w-mob-size {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .landingPageMetal .img-100 {
        width: 100%;
    }
}

.landingPageMetal .landing-page__intro {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 75px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .landingPageMetal .landing-page__intro {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.landingPageMetal .btn__wrapper {
    text-align: left;
}

@media (min-width: 768px) {
    .landingPageMetal .btn__wrapper {
        text-align: center;
    }
}

.landingPageMetal .btn__wrapper a.btn__link {
    background: #2F3B42;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .landingPageMetal .btn__wrapper a.btn__link {
        height: 64px;
    }
}

@media (min-width: 992px) {
    .landingPageMetal .btn__wrapper a.btn__link {
        max-width: 48%;
    }
}

.landingPageMetal .btn__wrapper a.btn__link .micon {
    position: absolute;
    right: 0;
    top: 0;
    background: #e91d24;
    padding: 25px;
    float: right;
}

@media (min-width: 768px) {
    .landingPageMetal .btn__wrapper a.btn__link .micon {
        padding: 14px 14px 13px;
    }
}

.landingPageMetal .btn__wrapper a.btn__link span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 60px 10px 0;
}

.landingPageMetal .btn__wrapper a.btn__link:hover .micon {
    color: #2f3b42;
}

.landingPageMetal .btn__wrapper.btn_onecol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

    .landingPageMetal .btn__wrapper.btn_onecol a.btn__link {
        max-width: 100%;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
        -moz-justify-content: initial;
        justify-content: initial;
    }

@media (min-width: 768px) {
    .landingPageMetal .btn__wrapper.btn_onecol a.btn__link {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .landingPageMetal .btn__wrapper.btn_onecol a.btn__link {
        width: auto;
    }
}

@media (max-width: 767px) {
    .landingPageMetal .btn__wrapper.btn_twocol a.btn__link {
        width: 100%;
    }
}

.landingPageMetal a.callfind {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

    .landingPageMetal a.callfind:hover {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }

    .landingPageMetal a.callfind.call {
        border: 2px solid #fff;
    }

        .landingPageMetal a.callfind.call:hover {
            color: white;
        }

    .landingPageMetal a.callfind.find {
        border: 2px solid #2F3B42;
        background: #2F3B42;
    }

        .landingPageMetal a.callfind.find:hover {
            color: #E91D24;
        }

    .landingPageMetal a.callfind .micon {
        margin-left: 0;
        margin-right: 4px;
        font-size: 26px;
        font-weight: 100;
    }

.landingPageMetal .bannerBlock .toptxt {
    font-size: 19px;
}

.landingPageMetal .bannerBlock .home-banner {
    padding: 47px 36px 60px;
}

@media (min-width: 640px) {
    .landingPageMetal .bannerBlock .home-banner {
        left: 0;
        right: auto;
        padding: 47px 15px 60px;
    }
}

@media (min-width: 640px) {
    .landingPageMetal .bannerBlock .hb-hero {
        min-height: 550px;
    }
}

@media (min-width: 1200px) {
    .landingPageMetal .bannerBlock .hb-hero {
        min-height: 300px;
    }
}

.landingPageMetal .bannerBlock .home-banner__cnt h1.main_heading {
    margin-top: 0;
    font-size: 37px;
}

    .landingPageMetal .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 46px;
    }

.landingPageMetal .bannerBlock .home-banner__cnt h2 {
    margin-top: 0;
    font-size: 37px;
}

    .landingPageMetal .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 46px;
    }

.landingPageMetal .bannerBlock .headingtxt {
    background: #fff;
    color: #E31D24;
    font-size: 16px;
    padding: 7px 12px;
    position: relative;
    top: -10px;
}

.landingPageMetal .contentBlock {
    margin-top: 0;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock {
        margin-top: -80px;
    }
}

.landingPageMetal .contentBlock .heading__bg {
    position: relative;
    background: #2F3B42;
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .heading__bg {
        margin: 0 -16px;
    }
}

@media (min-width: 992px) {
    .landingPageMetal .contentBlock .heading__bg {
        margin: 0 -17px;
    }
}

@media (min-width: 1200px) {
    .landingPageMetal .contentBlock .heading__bg {
        margin: 0 -35px;
    }
}

.landingPageMetal .contentBlock .heading__bg h2 {
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    padding: 40px 15px;
    margin: 0;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .heading__bg h2 {
        font-size: 22px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper {
    background: white;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px #6b666b;
    -moz-box-shadow: 0px 0px 10px 0px #6b666b;
    box-shadow: 0px 0px 10px 0px #6b666b;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper {
        padding: 80px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper.block1 {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper.block1 {
        padding-top: 30px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper.block2 {
    padding-top: 10px;
    max-width: 919px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper.block2 {
        padding-top: 30px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .heading__main h2 {
    font-family: "Gotham A", "Gotham B";
    font-size: 15px;
    margin-bottom: 30px;
    color: #2F3B42;
    text-align: center;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .heading__main h2 {
        font-size: 36px;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .heading__main h2 span {
        display: block;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block {
    padding-bottom: 40px;
}

    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block:last-child {
        padding-bottom: 0;
    }

    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block p {
        margin-bottom: 15px;
    }

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block p {
        margin-bottom: 30px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block p.p_img {
    margin: 10px 0 0;
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block p.p_mrgn {
    margin-bottom: 0;
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block h2.heading__sub {
    background: #EAEBEC;
    padding: 30px 20px;
    margin: 0;
    color: #2F3B42;
    font-size: 13px;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block h2.heading__sub {
        font-size: 26px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block h2.heading__sub span {
    display: block;
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block h2.heading__sub.subh2 {
    font-size: 13px;
    font-family: "Gotham A", "Gotham B";
    background: none;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block h2.heading__sub.subh2 {
        margin-top: 20px;
        font-size: 17px;
        font-family: "Gotham A", "Gotham B";
        color: #2F3B42;
        background: #EAEBEC;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block h2.heading__sub.subh2 span {
    display: block;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block h2.heading__sub.subh2 span {
        display: inline;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .heading__area {
    padding: 0;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .heading__area {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .heading__area h2 {
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .heading__area h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .heading__area p {
    font-size: 11px;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .heading__area p {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content {
        background: #EAEBEC;
        padding: 60px 20px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .txtTiles {
    font-size: 11px;
    color: #2F3B42;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
    max-width: 520px;
    margin: auto;
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content h3 {
    color: #2F3B42;
    font-family: "Gotham A", "Gotham B";
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content h3 {
        font-size: 17px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content h3 span {
    font-size: 8px;
    display: block;
    font-family: "Gotham A", "Gotham B";
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content h3 span {
        font-size: 12px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .tiles__block {
    max-width: 540px;
    margin: auto;
}

@media (min-width: 992px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .tiles__block {
        position: relative;
        left: 70px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent {
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
        -moz-justify-content: initial;
        justify-content: initial;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__image img {
    margin: 0 3px;
    width: 47%;
    display: inline-block;
}

    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__image img:last-child {
        float: right;
    }

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__image img:last-child {
        float: none;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__image img {
        width: 160px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent {
    margin-left: 0;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent {
        margin-top: 0;
        margin-left: 10px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent > div {
    text-align: center;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent > div {
        text-align: left;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box {
    position: relative;
    background: #2F3B42;
    border: none;
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    color: #fff;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box {
        font-size: 15px;
        font-family: "Gotham A", "Gotham B";
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box span {
    padding: 5px 15px;
    display: block;
    margin-top: 0;
}

@media (max-width: 767px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box span {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box span:before {
        background: url("/Content/Monier/images/landing-metal/arrow_mob.jpg") no-repeat 0 0;
        width: 11px;
        height: 6px;
        content: " ";
        display: block;
        position: absolute;
        right: 22%;
        top: -6px;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box:after, .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box:after {
        border-color: rgba(47, 59, 66, 0);
        border-right-color: #2F3B42;
        border-width: 7px;
        margin-top: -7px;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box:before {
        border-color: rgba(47, 59, 66, 0);
        border-right-color: #2F3B42;
        border-width: 7px;
        margin-top: -7px;
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red {
    position: relative;
    background: #E31D24;
    border: none;
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    color: #fff;
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red {
        font-size: 15px;
        font-family: "Gotham A", "Gotham B";
    }
}

.landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red span {
    padding: 5px 15px;
    display: block;
    margin-top: 0;
}

@media (max-width: 767px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red span {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red span:before {
        background: url("/Content/Monier/images/landing-metal/arrow_mob2.jpg") no-repeat 0 0;
        width: 11px;
        height: 6px;
        content: " ";
        display: block;
        position: absolute;
        right: 22%;
        top: -6px;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red:after, .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red:after {
        border-color: rgba(227, 29, 36, 0);
        border-right-color: #E31D24;
        border-width: 7px;
        margin-top: -7px;
    }
}

@media (min-width: 768px) {
    .landingPageMetal .contentBlock .contentBlock__wrapper .inner__block .tiles__content .div_img_percent .div__percent .arrow_box__red:before {
        border-color: rgba(227, 29, 36, 0);
        border-right-color: #E31D24;
        border-width: 7px;
        margin-top: -7px;
    }
}

.landingPageMetal .speakExpert h2.expert__title {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
}

@media (min-width: 768px) {
    .landingPageMetal .speakExpert h2.expert__title {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

.landingPageMetal .speakExpert a.callfind {
    font-size: 12px;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    transition: none;
}

@media (min-width: 768px) {
    .landingPageMetal .speakExpert a.callfind {
        font-size: 22px;
    }
}

.landingPageMetal .speakExpert a.callfind.call {
    border: 2px solid #E01D24;
    background: #E01D24;
}

    .landingPageMetal .speakExpert a.callfind.call:hover {
        color: white;
    }

.landingPageMetal .speakExpert a.callfind.find {
    border: 2px solid #fff;
    background: #2F3B42;
}

.landingPageMetal .speakExpert a.callfind .micon {
    font-size: 21px;
}

@media (min-width: 768px) {
    .landingPageMetal .speakExpert a.callfind .micon {
        font-size: 32px;
    }
}

.landingPageMetal .speakExpert .speakExpert__wrapper {
    background: #2F3B42;
    color: white;
    padding: 30px 15px;
    max-width: 919px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .landingPageMetal .speakExpert .speakExpert__wrapper {
        padding: 80px;
    }
}

.landingPageMetal .speakExpert .speakExpert__wrapper p {
    font-size: 11px;
    padding: 0 0 20px;
    font-family: "Gotham A", "Gotham B";
}

@media (min-width: 768px) {
    .landingPageMetal .speakExpert .speakExpert__wrapper p {
        font-size: 15px;
        padding: 0 50px 40px;
    }
}

.landingPageMetal .speakExpert .speakExpert__wrapper .se__content {
    margin: auto;
}

.landingPageMetal .tilesBlock {
    display: block;
}

    .landingPageMetal .tilesBlock .tilesBlock__wrapper {
        display: block;
        padding: 30px 0;
    }

@media (min-width: 768px) {
    .landingPageMetal .tilesBlock .tilesBlock__wrapper {
        padding: 80px 0;
    }
}

.landingPageMetal .tilesBlock .tilesBlock__wrapper .tilesBlock__content {
    margin: auto;
}

    .landingPageMetal .tilesBlock .tilesBlock__wrapper .tilesBlock__content .get-started__block {
        width: 155px;
        height: 120px;
    }

        .landingPageMetal .tilesBlock .tilesBlock__wrapper .tilesBlock__content .get-started__block span {
            font-size: 18px;
            font-family: "Gotham A", "Gotham B";
        }

    .landingPageMetal .tilesBlock .tilesBlock__wrapper .tilesBlock__content .tiles__list {
        margin-bottom: 40px;
        text-align: center;
    }

        .landingPageMetal .tilesBlock .tilesBlock__wrapper .tilesBlock__content .tiles__list .get-started__thumb {
            padding-top: 60px;
            padding-left: 100px;
        }

.landingPageMetal .article-related-links {
    width: 83.83275713752414%;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .landingPageMetal .article-related-links {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .landingPageMetal .article-related-links > div {
        margin-bottom: 0;
    }
}

.landingPageMetal .article-related-links > div:last-child {
    margin-bottom: 0;
}

.landingPageMetal .article-related-links .get-started__thumb {
    padding-left: 90px;
    padding-top: 70px;
}

.landingPageMetal .article-related-links img {
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
}

/*.combo1 {

    &__title {

    }

    &__img-row-wrap {

    }
    &__img-col {
        
    }
    &__cta {

    }
}

.img {
    &__obj {

    }
    &__title {

    }
}

.button {
    
}*/
.landing-page {
    font-family: "Gotham A", "Gotham B";
    /* Small Devices, Tablets */
    /* Extra Small Devices, Phones */
}

    .landing-page .gotham__light {
        font-family: "Gotham A", "Gotham B";
    }

    .landing-page .gotham__book {
        font-family: "Gotham A", "Gotham B";
    }

    .landing-page .txt-center {
        text-align: center;
    }

    .landing-page .dinline {
        display: inline-block;
    }

@media (max-width: 768px) {
    .landing-page .w-mob-size {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .landing-page .img-100 {
        width: 100%;
    }
}

.landing-page .landing-page__intro {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 75px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .landing-page .landing-page__intro {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.landing-page .h-title {
    margin-top: 0;
}

@media (max-width: 768px) {
    .landing-page .h-title._1 {
        font-size: 18px;
    }
}

.landing-page .btn__wrapper {
    text-align: left;
}

@media (min-width: 768px) {
    .landing-page .btn__wrapper {
        text-align: center;
    }
}

.landing-page .btn__wrapper a.btn__link {
    background: #2F3B42;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .landing-page .btn__wrapper a.btn__link {
        height: 64px;
    }
}

@media (min-width: 992px) {
    .landing-page .btn__wrapper a.btn__link {
        max-width: 48%;
    }
}

.landing-page .btn__wrapper a.btn__link .micon {
    position: absolute;
    right: 0;
    top: 0;
    background: #e91d24;
    padding: 25px;
    float: right;
}

@media (min-width: 768px) {
    .landing-page .btn__wrapper a.btn__link .micon {
        padding: 14px 14px 13px;
    }
}

.landing-page .btn__wrapper a.btn__link span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 60px 10px 0;
}

.landing-page .btn__wrapper a.btn__link:hover .micon {
    color: #2f3b42;
}

.landing-page .btn__wrapper.btn_onecol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

    .landing-page .btn__wrapper.btn_onecol a.btn__link {
        max-width: 100%;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
        -moz-justify-content: initial;
        justify-content: initial;
    }

@media (min-width: 768px) {
    .landing-page .btn__wrapper.btn_onecol a.btn__link {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .landing-page .btn__wrapper.btn_onecol a.btn__link {
        width: auto;
    }
}

@media (max-width: 768px) {
    .landing-page .btn__wrapper.btn_twocol a.btn__link {
        width: 100%;
    }
}

.landing-page .content-with-image {
    margin-top: 120px;
    margin-bottom: 160px;
}

@media (max-width: 768px) {
    .landing-page .content-with-image {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .landing-page .content-with-image img {
        margin-bottom: 20px;
    }
}

.landing-page .content-with-image .std-btn {
    font-size: 14px;
    margin-top: 20px;
}

.landing-page .profiles-and-colours {
    margin: 0;
}

.landing-page .swiper-container {
    min-height: 525px;
}

.landing-page .profile-content .btn-holder {
    margin-top: 42px;
}

    .landing-page .profile-content .btn-holder .std-btn__txt {
        min-width: 250px;
    }

@media (min-width: 1025px) {
    .landing-page .profile-content .btn-holder .std-btn__txt {
        min-width: 367px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .landing-page .profile-content {
        font-size: 14px;
    }
}

.landing-page .std-btn__txt {
    font-size: 14px;
}

.landing-page a.callfind, .landing-page a.quote {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

    .landing-page a.callfind:hover, .landing-page a.quote:hover {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }

    .landing-page a.callfind.call, .landing-page a.quote.call {
        border: 2px solid #fff;
    }

        .landing-page a.callfind.call:hover, .landing-page a.quote.call:hover {
            color: white;
        }

    .landing-page a.callfind.find, .landing-page a.quote.find {
        border: 2px solid #2F3B42;
        background: #2F3B42;
    }

        .landing-page a.callfind.find:hover, .landing-page a.quote.find:hover {
            color: white;
        }

    .landing-page a.callfind .micon, .landing-page a.quote .micon {
        margin-left: 0;
        margin-right: 4px;
        font-size: 26px;
        font-weight: 100;
    }

.landing-page a.quote {
    margin-top: 40px;
}

    .landing-page a.quote .micon {
        margin-right: 10px;
        font-size: 14px;
    }

.landing-page .bannerBlock .toptxt {
    font-size: 19px;
}

.landing-page .bannerBlock .home-banner {
    padding: 47px 36px 60px;
}

@media (min-width: 640px) {
    .landing-page .bannerBlock .home-banner {
        left: 0;
        right: auto;
        padding: 45px;
    }
}

.landing-page .bannerBlock .home-banner:after, .landing-page .bannerBlock .home-banner:before {
    transform: rotate(-5deg) skewX(-5deg);
}

.landing-page .bannerBlock .home-banner:before {
    left: auto;
    right: 0;
    transform: rotate(-7deg) skewX(-5deg);
}

.landing-page .bannerBlock .hb-hero {
    background-image: url("/Content/Monier/images/hamptons/hamptons_herobanner_2x.jpg");
}

@media (min-width: 640px) {
    .landing-page .bannerBlock .hb-hero {
        min-height: 550px;
    }
}

@media (min-width: 1200px) {
    .landing-page .bannerBlock .hb-hero {
        min-height: 300px;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .landing-page .bannerBlock .hb-hero {
        background-image: url("/Content/Monier/images/hamptons/hamptons_herobanner_mobile_2x.jpg");
    }
}

.landing-page .bannerBlock .home-banner__cnt h1.main_heading {
    margin-top: 0;
    font-size: 28px;
}

    .landing-page .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 45px;
    }

.landing-page .bannerBlock .home-banner__cnt h2 {
    margin-top: 0;
    font-size: 28px;
}

    .landing-page .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 45px;
    }

.landing-page .bannerBlock .headingtxt {
    background: #fff;
    color: #E31D24;
    font-size: 16px;
    padding: 5px 12px;
    position: relative;
    top: -7px;
    left: 7px;
    font-size: 22px;
}

.landing-page .bannerBlock .headingsubtxt {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 10px;
}

.landing-page .video-holder {
    margin-top: 40px;
}

    .landing-page .video-holder .home-etc__wtc {
        background-image: url("/Content/Monier/images/hamptons/video-thumbnail.jpg");
    }

@media (max-width: 768px) {
    .landing-page .video-holder {
        margin-top: 30px;
    }
}

.landing-page .video-holder h2 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .landing-page .video-holder h2 {
        font-size: 18px;
    }
}

.landing-page .video-holder .home-etc__wtc {
    max-width: 731px;
    margin: 0 auto;
}

.landing-page .block-bixa__bg {
    background-color: #F8F3EE;
    top: 0;
}

@media (min-width: 768px) {
    .landing-page .block-bixa__bg {
        top: 6%;
        bottom: 6%;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .landing-page .block-bixa img {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .landing-page .block-bixa__dets {
        width: 90%;
    }
}

.landing-page .block-bixa__dets .h-title {
    font-size: 38px;
}

@media (max-width: 768px) {
    .landing-page .block-bixa__dets .h-title {
        font-size: 22px;
        margin-top: 20px;
    }
}

.landing-page .block-bixa__dets p {
    font-size: 16px;
}

@media (max-width: 768px) {
    .landing-page .block-bixa__dets p {
        font-size: 14px;
    }
}

.landing-page .block-bixa__dets .pb-cta__btn {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .landing-page .pb-cta__btn {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .landing-page .overlay-content {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .landing-page .overlay-content h2 {
        font-size: 18px;
    }
}

.landing-page .overlay-content .overlay-text {
    margin-top: 40px;
    position: relative;
    margin-bottom: 70px;
    text-align: right;
}

    .landing-page .overlay-content .overlay-text > * {
        position: absolute;
    }

    .landing-page .overlay-content .overlay-text p.scribble-block {
        bottom: -25%;
        left: 4vw;
        font-size: 15px;
        z-index: 102;
        max-width: 380px;
        line-height: 2;
    }

    .landing-page .overlay-content .overlay-text .img {
        width: 635px;
        background: no-repeat bottom left;
        right: 10vw;
        z-index: 101;
        position: relative;
        max-width: 630px;
    }

@media (max-width: 768px) {
    .landing-page .overlay-content .overlay-text .img {
        max-width: 100%;
    }
}

.landing-page .overlay-content .overlay-text .sample {
    width: 200px;
    bottom: -30%;
    z-index: 103;
    max-width: 210px;
    right: 6vw;
}

.landing-page .overlay-content .overlay-text .learn-more {
    z-index: 104;
    left: 12vw;
    bottom: -100px;
    text-align: left;
}

    .landing-page .overlay-content .overlay-text .learn-more .rich-icon__text {
        width: auto;
        padding-right: 30px;
    }

.landing-page .overlay-content .overlay-text .rich-icon__icon .micon {
    margin-left: -8px;
}

@media only screen and (max-width: 991px) {
    .landing-page .overlay-content .overlay-text p.scribble-block {
        font-size: 16px;
        left: 4vw;
    }

    .landing-page .overlay-content .overlay-text .img {
        width: 80vw;
        right: 5vw;
        margin-bottom: 50px;
    }

    .landing-page .overlay-content .overlay-text .sample {
        width: 18vw;
        bottom: -2vw;
    }

    .landing-page .overlay-content .overlay-text .learn-more {
        left: 19vw;
    }
}

@media only screen and (max-width: 768px) {
    .landing-page .overlay-content .overlay-text p.scribble-block {
        font-size: 14px;
        padding: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .landing-page .overlay-content {
        margin-bottom: 0;
    }

        .landing-page .overlay-content > * {
            position: relative;
        }

        .landing-page .overlay-content .overlay-text {
            margin-bottom: 230px;
        }

            .landing-page .overlay-content .overlay-text p.scribble-block {
                padding: 25px 40px 50px 25px;
                width: 80vw;
                bottom: -100px;
                left: 15px;
                z-index: 102;
                font-size: 13px;
                max-width: none;
            }

            .landing-page .overlay-content .overlay-text .img {
                width: 80vw;
                right: 15px;
                z-index: 105;
                top: 190px;
                margin-bottom: 0;
            }

            .landing-page .overlay-content .overlay-text .sample {
                bottom: -62px;
                z-index: 106;
                width: 18vw;
                position: absolute;
                right: 4vw;
            }

            .landing-page .overlay-content .overlay-text .learn-more {
                z-index: 104;
                left: 50%;
                margin-left: -85px;
                bottom: -283px;
                text-align: left;
            }
}

@media only screen and (max-width: 480px) and (max-width: 768px) {
    .landing-page .overlay-content .overlay-text .learn-more {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .landing-page .overlay-content .overlay-text .learn-more .m-btn {
        margin-left: 15px;
    }

    .landing-page .overlay-content .overlay-text .learn-more .rich-icon__text {
        font-size: 12px;
    }
}

.landing-page .speakExpert {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .landing-page .speakExpert {
        margin-bottom: 131px;
    }
}

.landing-page .speakExpert h2.expert__title {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .landing-page .speakExpert h2.expert__title {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

.landing-page .speakExpert h2.expert__title.inner_form_title p {
    padding: 25px 0 0 0;
    text-transform: none;
}

@media (min-width: 768px) {
    .landing-page .speakExpert h2.expert__title.inner_form_title p {
        font-size: 19px;
    }
}

.landing-page .speakExpert a.callfind {
    font-size: 12px;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    transition: none;
    max-width: 731px;
    display: inline-block;
}

@media (min-width: 768px) {
    .landing-page .speakExpert a.callfind {
        font-size: 22px;
    }
}

.landing-page .speakExpert a.callfind.call {
    border: 2px solid #E01D24;
    background: #E01D24;
}

    .landing-page .speakExpert a.callfind.call:hover {
        color: white;
    }

.landing-page .speakExpert a.callfind.find {
    border: 2px solid #fff;
    background: #2F3B42;
}

.landing-page .speakExpert a.callfind .micon {
    font-size: 21px;
}

@media (min-width: 768px) {
    .landing-page .speakExpert a.callfind .micon {
        font-size: 32px;
    }
}

.landing-page .speakExpert .speakExpert__wrapper {
    background: #2F3B42;
    color: white;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .landing-page .speakExpert .speakExpert__wrapper {
        padding: 80px;
    }
}

.landing-page .speakExpert .speakExpert__wrapper p {
    font-size: 11px;
    padding: 0 0 20px;
    font-family: "Gotham A", "Gotham B";
}

@media (min-width: 768px) {
    .landing-page .speakExpert .speakExpert__wrapper p {
        font-size: 15px;
        padding: 0 50px 40px;
    }
}

.landing-page .speakExpert .speakExpert__wrapper .se__content {
    margin: auto;
    text-align: center;
}

.landing-page .metricon {
    margin-bottom: 80px;
}

    .landing-page .metricon p {
        color: #2F3B42;
        text-align: center;
        font-size: 15px;
    }

        .landing-page .metricon p a {
            text-decoration: underline;
        }

@media (min-width: 640px) {
    .landing-page.campaign-page .bannerBlock .home-banner {
        max-width: 360px;
        padding: 47px 36px 60px;
    }
}

.landing-page.campaign-page .bannerBlock .home-banner__cnt h1.main_heading {
    margin-top: 0;
    font-size: 22px;
}

    .landing-page.campaign-page .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 64px;
    }

@media (max-width: 768px) {
    .landing-page.campaign-page .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 55px;
    }
}

.landing-page.campaign-page .bannerBlock .home-banner__cnt h2 {
    margin-top: 0;
    font-size: 22px;
}

    .landing-page.campaign-page .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 64px;
    }

@media (max-width: 768px) {
    .landing-page.campaign-page .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 55px;
    }
}

.landing-page.campaign-page .bannerBlock .headingtxt {
    background: #fff;
    color: #E31D24;
    padding: 5px 12px;
    position: static;
    top: 0;
    left: 0;
    font-size: 34px;
    margin-top: 10px;
    display: block;
}

@media (max-width: 768px) {
    .landing-page.campaign-page .bannerBlock .headingtxt {
        font-size: 29px;
    }
}

.landing-page.campaign-page .bannerBlock .headingsubtxt {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.landing-page.campaign-page .block-bixa__cont ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .landing-page.campaign-page .block-bixa__cont ul {
        font-size: 16px;
    }
}

.landing-page.campaign-page .content-with-image__content ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .landing-page.campaign-page .content-with-image__content ul {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    .landing-page.campaign-page .content-with-image__content {
        padding-left: 75px;
        padding-top: 20px;
    }
}

.landing-page.campaign-page .pd {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .landing-page.campaign-page .pd {
        margin-bottom: 120px;
    }
}

.landing-page.campaign-page .pd .downloads h2 {
    text-transform: none;
    font-weight: 400;
    font-size: 22px;
}

@media (max-width: 768px) {
    .landing-page.campaign-page.landing-page .speakExpert h2.expert__title {
        font-size: 25px;
    }
}

.landing-page.campaign-page .feature-swiper .item .item-content .images .image2 {
    top: 60px;
}

@media (max-width: 768px) {
    .landing-page.campaign-page .feature-swiper .item .item-content .images .image2 {
        bottom: -50px;
    }
}

.landing-page.campaign-page .form form {
    padding: 0;
}

.landing-page.campaign-page .form--error {
    display: block;
    position: relative;
}

    .landing-page.campaign-page .form--error span {
        color: #E01D24;
        position: static;
    }

.landing-page.campaign-page .form .btn-submit {
    border: 2px solid #E01D24;
    background: #E01D24;
    color: white;
    display: block;
    border-radius: 0;
    font-size: 22px;
    width: 100%;
    line-height: 54px;
    margin-bottom: 90px;
}

@media (max-width: 768px) {
    .landing-page.campaign-page .form .btn-submit {
        font-size: 22px;
        line-height: 37px;
    }
}

.landing-page.campaign-page .form .form-controls {
    text-align: left;
    margin-bottom: 40px;
}

    .landing-page.campaign-page .form .form-controls label {
        display: block;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .landing-page.campaign-page .form .form-controls input[type=text] {
        width: 100%;
        background-color: transparent;
        border: 1px solid white;
        border-radius: 5px;
        height: 54px;
        padding: 0 10px;
    }

    .landing-page.campaign-page .form .form-controls input[type=textarea] {
        width: 100%;
        color: white !important;
        background-color: transparent !important;
        border: 1px solid white;
        border-radius: 5px;
        padding: 0 10px;
    }

.landing-page.campaign-page .form .form-group label {
    float: left;
}

.landing-page.campaign-page .form .form-group select {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

    .landing-page.campaign-page .form .form-group select option {
        color: #2F3B42;
    }

.landing-page.campaign-page .form .form-thank-you {
    display: none;
}

.landing-page.campaign-page .form p {
    padding-bottom: 0;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 22px;
}

.landing-page.campaign-page .std-btn__txt {
    width: auto;
}

@media (min-width: 1200px) {
    .landing-page.campaign-page .std-btn__txt {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .multiple_btn_holder {
        text-align: center;
    }
}

.multiple_btn_holder .multiple_btn {
    margin: 5px 0;
}

    .multiple_btn_holder .multiple_btn .std-btn {
        background: none;
        border: none;
        display: inline-block;
        margin: 0;
    }

    .multiple_btn_holder .multiple_btn .std-btn__txt {
        display: inline-block;
        line-height: 40px;
        color: white;
        float: left;
        background-color: #2f3b42;
        padding: 0 20px;
        text-align: left;
        width: 190px;
    }

@media (min-width: 768px) {
    .multiple_btn_holder .multiple_btn .std-btn__txt {
        width: 276px;
    }
}

@media (min-width: 992px) {
    .multiple_btn_holder .multiple_btn .std-btn__txt {
        width: 190px;
    }
}

@media (min-width: 1200px) {
    .multiple_btn_holder .multiple_btn .std-btn__txt {
        width: 276px;
    }
}

.blogPage {
    padding: 30px 0 0 0;
    background: #F3F5F6;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B";
    color: #2F3B42;
}

@media (min-width: 768px) {
    .blogPage {
        padding: 50px 0 0 0;
    }
}

@media (min-width: 992px) {
    .blogPage {
        padding: 80px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .blogPage {
        padding: 120px 0 0 0;
    }
}

.blogPage__subcontent {
    padding: 0;
}

.blogPage__subArticles {
    padding: 0;
}

    .blogPage__subArticles .lastChild {
        padding-bottom: 50px;
    }

.blogPage a:hover {
    text-decoration: none;
    color: #ed1c24;
}

.blogPage p.txtcontent {
    font-size: 15px;
}

.blogPage .block-heading__group {
    padding-top: 0 !important;
}

.blogPage .article-content {
    background: #fff;
    top: -30px;
    margin-bottom: -30px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .blogPage .article-content {
        top: -100px;
    }
}

.blogPage .headingWrapper h1.heading {
    font-size: 30px;
    color: #2F3B42;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .blogPage .headingWrapper h1.heading {
        font-size: 55px;
        margin: 0 0 30px 0;
    }
}

.blogPage .headingWrapper p {
    font-size: 15px;
}

.blogPage .headingWrapper h3.txtcontent {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #2F3B42;
    line-height: 1.4;
}

.blogPage .headingWrapper h3.block-heading__subtitle {
    font-size: 22px;
    font-weight: 300;
}

.blogPage .buttonWrapper .btn-blog {
    border: 2px solid #E01D24;
    background: #E01D24;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
    width: 250px;
}

.blogPage .articleWrapper .h-title {
    font-family: "Gotham A", "Gotham B";
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    color: #82898E;
    line-height: 1.2;
    padding: 0 0 15px;
}

    .blogPage .articleWrapper .h-title .hrline {
        width: 65px;
        height: 4px;
        background: #E91D24;
        display: block;
        margin: 25px auto 15px;
    }

@media (min-width: 768px) {
    .blogPage .articleWrapper .h-title .hrline {
        margin: 0 0 15px 0;
    }
}

@media (min-width: 768px) {
    .blogPage .articleWrapper .h-title {
        font-size: 25px;
        padding: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .blogPage .articleWrapper .h-title {
        font-size: 35px;
    }
}

.blogPage .articleWrapper .h-title a {
    color: #82898E;
}

    .blogPage .articleWrapper .h-title a:hover {
        color: #ed1c24;
    }

    .blogPage .articleWrapper .h-title a h2 {
        font-size: 20px;
        padding: 10px 0 0 0;
        margin: 0;
    }

@media (min-width: 768px) {
    .blogPage .articleWrapper .h-title a h2 {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .blogPage .articleWrapper .h-title a h2 {
        font-size: 35px;
    }
}

.blogPage .articleWrapper .flexBlock {
    margin-top: 50px;
    text-align: center;
}

.blogPage .articleWrapper .flexBlock__flexDescription p {
    font-size: 15px;
}

@media (min-width: 768px) {
    .blogPage .articleWrapper .flexBlock {
        text-align: left;
        margin-top: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .blogPage .articleWrapper .flexBlock__flexImg {
        width: 60%;
    }

    .blogPage .articleWrapper .flexBlock__flexDescription {
        width: 35%;
        margin-left: 5%;
    }

    .blogPage .articleWrapper .flexBlock:nth-child(even) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .blogPage .articleWrapper .flexBlock:nth-child(even) .flexBlock__flexImg {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-order: 2;
            -ms-flex-order: 2;
            order: 2;
            margin-left: 5%;
        }

        .blogPage .articleWrapper .flexBlock:nth-child(even) .flexBlock__flexDescription {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-order: 1;
            -ms-flex-order: 1;
            order: 1;
            margin-left: 0;
        }
}

@media (min-width: 992px) {
    .blogPage .articleWrapper .flexBlock {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .blogPage .articleWrapper .flexBlock__flexImg {
        width: 55%;
        margin-left: 10%;
    }

    .blogPage .articleWrapper .flexBlock__flexDescription {
        width: 30%;
        margin-left: 5%;
    }
}

.blogPage .articleWrapper .flexBlock .btnArticle {
    padding-top: 20px;
}

    .blogPage .articleWrapper .flexBlock .btnArticle .micon {
        font-size: 12px;
        font-weight: 700;
    }

    .blogPage .articleWrapper .flexBlock .btnArticle a {
        font-size: 15px;
        font-weight: 700;
        color: #2F3B42;
    }

        .blogPage .articleWrapper .flexBlock .btnArticle a:hover {
            color: #ed1c24;
        }

.blogPage .articleWrapper .paginationArticle {
    font-weight: 700;
    padding: 40px 0 30px;
    max-width: 540px;
    margin: auto;
    position: relative;
}

@media (min-width: 768px) {
    .blogPage .articleWrapper .paginationArticle {
        padding: 60px 0 60px;
    }
}

.blogPage .articleWrapper .paginationArticle .pagination-container {
    width: 100%;
}

.blogPage .articleWrapper .paginationArticle .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

    .blogPage .articleWrapper .paginationArticle .pagination li {
        padding: 0;
        margin: 0;
        border: 0 none;
        background: none;
        font-size: 42px;
        color: #e8e2df;
        position: relative;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        transition: color 0.1s ease;
        z-index: 300;
    }

@media (min-width: 768px) {
    .blogPage .articleWrapper .paginationArticle .pagination li {
        font-size: 52px;
    }
}

.blogPage .articleWrapper .paginationArticle .pagination li.disabled {
    display: none;
}

.blogPage .articleWrapper .paginationArticle .pagination li a {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    background: none;
    color: #F3F5F6;
    position: relative;
    z-index: 999;
}

@media (max-width: 767px) {
    .blogPage .articleWrapper .paginationArticle .pagination li a {
        padding: 0;
    }
}

.blogPage .articleWrapper .paginationArticle .pagination li a:hover {
    color: #ed1c24;
}

    .blogPage .articleWrapper .paginationArticle .pagination li a:hover span {
        color: #ed1c24;
    }

.blogPage .articleWrapper .paginationArticle .pagination li:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #2f3b42;
    position: absolute;
    top: 12px;
    z-index: 8;
}

@media (min-width: 768px) {
    .blogPage .articleWrapper .paginationArticle .pagination li:after {
        top: 22px;
    }
}

.blogPage .articleWrapper .paginationArticle .PagedList-skipToPrevious {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

    .blogPage .articleWrapper .paginationArticle .PagedList-skipToPrevious a:before {
        content: "\e902";
        color: #DFE3E5;
        float: right;
    }

    .blogPage .articleWrapper .paginationArticle .PagedList-skipToPrevious:after {
        right: 12px;
    }

@media (min-width: 768px) {
    .blogPage .articleWrapper .paginationArticle .PagedList-skipToPrevious:after {
        right: 24px;
    }
}

.blogPage .articleWrapper .paginationArticle .PagedList-skipToNext {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

    .blogPage .articleWrapper .paginationArticle .PagedList-skipToNext a:before {
        content: "\e901";
        color: #DFE3E5;
        float: left;
    }

    .blogPage .articleWrapper .paginationArticle .PagedList-skipToNext:after {
        left: 12px;
    }

@media (min-width: 768px) {
    .blogPage .articleWrapper .paginationArticle .PagedList-skipToNext:after {
        left: 24px;
    }
}

.blogPage .articleWrapper .paginationArticle span.classApp {
    display: inline-block;
    color: #2F3B42;
    font-weight: 700;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B";
    padding: 5px 25px;
    margin-top: 10px;
    float: left;
}

@media (min-width: 768px) {
    .blogPage .articleWrapper .paginationArticle span.classApp {
        margin-top: 15px;
    }
}

.blogPage .articleWrapper .hrline {
    height: 2px;
    background: #DFE3E5;
    width: 100%;
}

.blogPage .articleWrapper .prevNextText {
    position: absolute;
    top: 45%;
    width: 100%;
}

    .blogPage .articleWrapper .prevNextText a {
        font-size: 15px;
        font-weight: 700;
        color: #2F3B42;
    }

        .blogPage .articleWrapper .prevNextText a.prevTxt {
            float: left;
            margin-left: 20%;
        }

        .blogPage .articleWrapper .prevNextText a.nextTxt {
            float: right;
            margin-right: 20%;
        }

.blogPage .twitter-holder {
    padding: 40px 15px 0;
}

    .blogPage .twitter-holder #tweetDetails .twitter-tweet {
        margin: auto;
    }

    .blogPage .twitter-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

.blogPage .facebook-holder {
    padding: 40px 15px 0;
}

    .blogPage .facebook-holder .fb_iframe_widget_fluid span {
        width: 100% !important;
    }

    .blogPage .facebook-holder iframe {
        width: 100% !important;
    }

    .blogPage .facebook-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

.blogPage .youtube-holder {
    padding: 40px 15px 0;
}

    .blogPage .youtube-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

    .blogPage .youtube-holder .youtube-video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

        .blogPage .youtube-holder .youtube-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.blogPage .video-holder {
    padding: 40px 15px 0;
    display: block;
}

    .blogPage .video-holder .home-etc__wtc {
        max-width: 731px;
        margin: 0 auto;
    }

    .blogPage .video-holder .m-btn {
        background: rgba(47, 59, 66, 0.5);
    }

.blogPage .instagram-holder {
    padding: 40px 15px 0;
}

    .blogPage .instagram-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

    .blogPage .instagram-holder iframe {
        max-width: 100% !important;
    }

.blogPage .get-started {
    padding: 50px 0;
    margin: 0;
}

.campaign {
    font-family: "Gotham A", "Gotham B";
    /* Small Devices, Tablets */
    /* Extra Small Devices, Phones */
}

    .campaign .gotham__light {
        font-family: "Gotham A", "Gotham B";
    }

    .campaign .gotham__book {
        font-family: "Gotham A", "Gotham B";
    }

    .campaign .txt-center {
        text-align: center;
    }

    .campaign .dinline {
        display: inline-block;
    }

@media (max-width: 768px) {
    .campaign .w-mob-size {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .campaign .img-100 {
        width: 100%;
    }
}

.campaign .landing-page__intro {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 75px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .campaign .landing-page__intro {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.campaign .h-title {
    margin-top: 0;
}

@media (max-width: 768px) {
    .campaign .h-title._1 {
        font-size: 18px;
    }
}

.campaign .h-title._2 {
    font-size: 18px;
}

@media (min-width: 768px) {
    .campaign .h-title._2 {
        font-size: 25px;
    }
}

.campaign .btn__wrapper {
    text-align: left;
}

@media (min-width: 768px) {
    .campaign .btn__wrapper {
        text-align: center;
    }
}

.campaign .btn__wrapper a.btn__link {
    background: #2F3B42;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .campaign .btn__wrapper a.btn__link {
        height: 64px;
    }
}

@media (min-width: 992px) {
    .campaign .btn__wrapper a.btn__link {
        max-width: 48%;
    }
}

.campaign .btn__wrapper a.btn__link .micon {
    position: absolute;
    right: 0;
    top: 0;
    background: #e91d24;
    padding: 25px;
    float: right;
}

@media (min-width: 768px) {
    .campaign .btn__wrapper a.btn__link .micon {
        padding: 14px 14px 13px;
    }
}

.campaign .btn__wrapper a.btn__link span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 60px 10px 0;
}

.campaign .btn__wrapper a.btn__link:hover .micon {
    color: #2f3b42;
}

.campaign .btn__wrapper.btn_onecol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

    .campaign .btn__wrapper.btn_onecol a.btn__link {
        max-width: 100%;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
        -moz-justify-content: initial;
        justify-content: initial;
    }

@media (min-width: 768px) {
    .campaign .btn__wrapper.btn_onecol a.btn__link {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .campaign .btn__wrapper.btn_onecol a.btn__link {
        width: auto;
    }
}

@media (max-width: 768px) {
    .campaign .btn__wrapper.btn_twocol a.btn__link {
        width: 100%;
    }
}

.campaign .content-with-image {
    margin-top: 120px;
    margin-bottom: 140px;
}

@media (max-width: 768px) {
    .campaign .content-with-image {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .campaign .content-with-image img {
        margin-bottom: 20px;
    }
}

.campaign .content-with-image .std-btn {
    font-size: 14px;
    margin-top: 20px;
}

.campaign .features {
    padding: 40px;
    background-color: rgba(230, 226, 218, 0.65);
}

    .campaign .features .container {
        overflow: hidden;
    }

    .campaign .features h2 {
        margin-top: 40px;
        margin-bottom: 60px;
        text-transform: uppercase;
        font-weight: 300;
        max-width: 450px;
    }

    .campaign .features .feature-swiper {
        position: relative;
    }

    .campaign .features .carousel-inner, .campaign .features .swiper-wrapper {
        overflow: visible;
        margin: 100px 0;
    }

        .campaign .features .carousel-inner .item-content, .campaign .features .swiper-wrapper .item-content {
            background: white;
            width: 100%;
            margin: 0 auto;
            -webkit-box-shadow: 10px 10px 38px -16px rgba(0, 0, 0, 0.67);
            -moz-box-shadow: 10px 10px 38px -16px rgba(0, 0, 0, 0.67);
            box-shadow: 10px 10px 38px -16px rgba(0, 0, 0, 0.67);
        }

            .campaign .features .carousel-inner .item-content .images, .campaign .features .swiper-wrapper .item-content .images {
                position: relative;
                text-align: center;
            }

                .campaign .features .carousel-inner .item-content .images .image1, .campaign .features .swiper-wrapper .item-content .images .image1 {
                    position: absolute;
                    left: 7%;
                    top: -25px;
                    z-index: 202;
                    width: 65%;
                }

                .campaign .features .carousel-inner .item-content .images .image2, .campaign .features .swiper-wrapper .item-content .images .image2 {
                    position: absolute;
                    right: 7%;
                    bottom: -25px;
                    z-index: 203;
                    width: 65%;
                }

                .campaign .features .carousel-inner .item-content .images .image3, .campaign .features .swiper-wrapper .item-content .images .image3 {
                    z-index: 201;
                    margin: 8% auto;
                    width: 80%;
                }

            .campaign .features .carousel-inner .item-content .content-container, .campaign .features .swiper-wrapper .item-content .content-container {
                display: table-cell;
                vertical-align: middle;
                padding: 15%;
            }

                .campaign .features .carousel-inner .item-content .content-container h3.title, .campaign .features .swiper-wrapper .item-content .content-container h3.title {
                    font-size: 21px;
                    font-family: "Gotham A", "Gotham B";
                    font-weight: 300;
                    margin-bottom: 20px;
                    text-transform: uppercase;
                }

                .campaign .features .carousel-inner .item-content .content-container p.content, .campaign .features .swiper-wrapper .item-content .content-container p.content {
                    margin: 0;
                    padding: 0;
                    font-size: 13px;
                    line-height: 21px;
                }

                .campaign .features .carousel-inner .item-content .content-container ul, .campaign .features .swiper-wrapper .item-content .content-container ul {
                    list-style-type: disc;
                    padding-left: 20px;
                }

                    .campaign .features .carousel-inner .item-content .content-container ul li, .campaign .features .swiper-wrapper .item-content .content-container ul li {
                        list-style: disc;
                    }

    .campaign .features .carousel-control {
        width: 40px;
        height: 40px;
        top: -115px;
        opacity: 1;
        cursor: pointer;
        z-index: 9;
    }

        .campaign .features .carousel-control.left {
            background: url("/Content/Monier/images/carousel/c-prev.png") no-repeat center center;
            left: 0;
        }

        .campaign .features .carousel-control.right {
            background: url("/Content/Monier/images/carousel/c-next.png") no-repeat center center;
            right: 0;
        }

    .campaign .features .feature-titles {
        position: absolute;
        margin: 0 auto;
        top: -115px;
        bottom: auto;
        width: calc(100% - 80px);
        left: 40px;
        text-align: center;
        margin: 0;
        display: table;
        table-layout: fixed;
        line-height: 15px;
        overflow: hidden;
        cursor: pointer;
        z-index: 9;
    }

        .campaign .features .feature-titles li {
            border: none;
            border-radius: 0;
            width: auto;
            height: auto;
            text-indent: 0;
            margin: 0;
            display: table-cell;
            font-size: 15px;
            font-family: "Gotham A", "Gotham B";
            font-weight: bold;
            padding: 0 15px;
        }

            .campaign .features .feature-titles li span {
                line-height: 21px;
            }

            .campaign .features .feature-titles li._active b {
                display: block;
                width: 75%;
                margin: 10px auto;
                border-bottom: 3px solid #2f3b42;
            }

    .campaign .features .carousel-indicators {
        position: absolute;
        bottom: -80px;
        margin: 0 auto;
    }

        .campaign .features .carousel-indicators span {
            background: transparent;
            border: 3px solid #2f3b42;
            width: 12px;
            height: 12px;
        }

            .campaign .features .carousel-indicators span.active {
                background: #2f3b42;
                margin: 1px;
                background: transparent;
            }

    .campaign .features .pb-cta__btn {
        text-align: center;
    }

    .campaign .features .std-btn__txt {
        font-size: 14px;
    }

@media (max-width: 767px) {
    .campaign .features .std-btn__txt {
        font-size: 12px;
        width: 200px;
    }
}

.campaign .profiles-and-colours {
    margin: 0;
}

.campaign .swiper-container {
    min-height: 525px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.campaign .profile-content .btn-holder {
    margin-top: 42px;
}

    .campaign .profile-content .btn-holder .std-btn__txt {
        min-width: 230px;
    }

@media (min-width: 1025px) {
    .campaign .profile-content .btn-holder .std-btn__txt {
        min-width: 230px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .campaign .profile-content {
        font-size: 14px;
    }
}

.campaign .ptxtContent p {
    font-size: 14px;
}

@media (min-width: 768px) {
    .campaign .ptxtContent p {
        font-size: 16px;
    }
}

.campaign .std-btn__txt {
    font-size: 14px;
}

@media (max-width: 767px) {
    .campaign .std-btn__txt {
        font-size: 12px;
        width: 250px;
    }
}

.campaign a.callfind, .campaign a.quote {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

    .campaign a.callfind:hover, .campaign a.quote:hover {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }

    .campaign a.callfind.call, .campaign a.quote.call {
        border: 2px solid #fff;
    }

        .campaign a.callfind.call:hover, .campaign a.quote.call:hover {
            color: white;
        }

    .campaign a.callfind.find, .campaign a.quote.find {
        border: 2px solid #2F3B42;
        background: #2F3B42;
    }

        .campaign a.callfind.find:hover, .campaign a.quote.find:hover {
            color: white;
        }

    .campaign a.callfind .micon, .campaign a.quote .micon {
        margin-left: 0;
        margin-right: 4px;
        font-size: 26px;
        font-weight: 100;
    }

.campaign a.quote {
    margin-top: 40px;
}

    .campaign a.quote .micon {
        margin-right: 10px;
        font-size: 14px;
    }

.campaign .blogPage {
    background: #fff !important;
}

.campaign .bannerBlock .toptxt {
    font-size: 19px;
}

.campaign .bannerBlock .home-banner {
    padding: 47px 36px 60px;
}

@media (min-width: 640px) {
    .campaign .bannerBlock .home-banner {
        left: 0;
        right: auto;
        padding: 45px;
        max-width: 390px;
    }
}

.campaign .bannerBlock .home-banner:after, .campaign .bannerBlock .home-banner:before {
    transform: rotate(-5deg) skewX(-5deg);
}

.campaign .bannerBlock .home-banner:before {
    left: auto;
    right: 0;
    transform: rotate(-7deg) skewX(-5deg);
}

.campaign .bannerBlock .hb-hero {
    background-image: url("/Content/Monier/images/hamptons/WoW_hero_banner.jpg");
}

@media (min-width: 640px) {
    .campaign .bannerBlock .hb-hero {
        min-height: 550px;
    }
}

@media (min-width: 1200px) {
    .campaign .bannerBlock .hb-hero {
        min-height: 300px;
        margin-top: 20px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .campaign .bannerBlock .hb-hero {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Content/Monier/images/hamptons/WoW_hero_banner_2x.jpg");
        background-size: 1400px 632px;
    }
}

@media (max-width: 640px) {
    .campaign .bannerBlock .hb-hero {
        background-image: url("/Content/Monier/images/hamptons/WoW_hero_banner-mobile.jpg");
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .campaign .bannerBlock .hb-hero {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Content/Monier/images/hamptons/WoW_hero_banner-mobile_2x.jpg");
        background-size: 1280px 1184px;
    }
}

.campaign .bannerBlock .home-banner__cnt h1.main_heading {
    margin-top: 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

    .campaign .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 35px;
        background: #fff;
        color: #E41C24;
        padding: 5px 12px;
        display: inline;
    }

@media (min-width: 768px) {
    .campaign .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 45px;
    }
}

.campaign .bannerBlock .home-banner__cnt h2 {
    margin-top: 0;
    font-size: 28px;
}

    .campaign .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 35px;
        background: #fff;
        color: #E41C24;
        padding: 5px 12px;
        display: block;
    }

@media (min-width: 768px) {
    .campaign .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 45px;
    }
}

.campaign .bannerBlock .headingtxt {
    color: #fff;
    position: relative;
    top: -7px;
    left: 7px;
    font-size: 26px;
    display: block;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .campaign .bannerBlock .headingtxt {
        font-size: 33px;
    }
}

.campaign .bannerBlock .headingtxt .innerTxt {
    font-size: 24px;
    text-transform: none;
}

.campaign .bannerBlock .headingsubtxt {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 10px;
}

.campaign .video-holder {
    margin-top: 40px;
    /*.home-etc__wtc {
            background-image: url('/Content/images/hamptons/video-thumbnail.jpg');
        }*/
}

    .campaign .video-holder .video1 {
        background-image: url("/Content/Monier/images/hamptons/video1-2x.jpg");
    }

    .campaign .video-holder .video2 {
        background-image: url("/Content/Monier/images/hamptons/video2-2x.jpg");
    }

    .campaign .video-holder .video1, .campaign .video-holder .video2 {
        max-width: 731px;
        margin: 0 auto;
    }

@media (max-width: 768px) {
    .campaign .video-holder {
        margin-top: 30px;
    }
}

.campaign .video-holder h2 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .campaign .video-holder h2 {
        font-size: 18px;
    }
}

.campaign .video-holder .video__descr {
    padding: 0 100px 50px;
}

@media (max-width: 768px) {
    .campaign .video-holder .video__descr {
        padding: 0 10px 40px;
    }
}

.campaign .video-holder .home-etc__wtc {
    max-width: 731px;
    margin: 0 auto;
    position: relative;
    height: 438px;
}

@media (max-width: 992px) {
    .campaign .video-holder .home-etc__wtc {
        height: 315px;
    }
}

.campaign .video-holder .home-etc__wtc .text-on-video {
    position: absolute;
    right: 0;
    width: 280px;
    background: rgba(46, 59, 67, 0.9);
    padding: 15px 25px;
    text-align: left;
    color: #fff;
    margin-top: 25px;
    font-size: 1.2em;
    font-weight: 100;
    bottom: 60px;
}

@media (max-width: 767px) {
    .campaign .video-holder .home-etc__wtc .text-on-video {
        margin-top: 15px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .campaign .video-holder .home-etc__wtc .text-on-video {
        bottom: 130px;
    }
}

.campaign .video-holder._vh1 {
    margin-top: 0;
}

.campaign .video-holder .m-btn {
    background: #ed1c24;
}

    .campaign .video-holder .m-btn:hover, .campaign .video-holder .m-btn:active, .campaign .video-holder .m-btn:focus {
        color: #fff;
        background: #cf000c;
    }

.campaign .block-bixa {
    margin: 140px 0;
    padding: 0;
}

@media (max-width: 767px) {
    .campaign .block-bixa {
        padding-bottom: 8%;
    }
}

@media (max-width: 768px) {
    .campaign .block-bixa {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.campaign .block-bixa__bg {
    background-color: #F8F3EE;
    top: 0;
}

@media (min-width: 768px) {
    .campaign .block-bixa__bg {
        top: 6%;
        bottom: 6%;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .campaign .block-bixa img {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .campaign .block-bixa__dets {
        width: 90%;
    }
}

.campaign .block-bixa__dets .h-title {
    font-size: 40px;
}

@media (max-width: 768px) {
    .campaign .block-bixa__dets .h-title {
        font-size: 22px;
        margin-top: 20px;
    }
}

.campaign .block-bixa__dets p {
    font-size: 16px;
}

@media (max-width: 768px) {
    .campaign .block-bixa__dets p {
        font-size: 14px;
    }
}

.campaign .block-bixa__dets .pb-cta__btn {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .campaign .pb-cta__btn {
        text-align: center;
    }
}

.campaign .overlay-content {
    margin: 140px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .campaign .overlay-content {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .campaign .overlay-content h2 {
        font-size: 18px;
    }
}

.campaign .overlay-content .overlay-text {
    margin-top: 0;
    position: relative;
    margin-bottom: 70px;
    text-align: right;
}

    .campaign .overlay-content .overlay-text > * {
        position: absolute;
    }

    .campaign .overlay-content .overlay-text p.scribble-block {
        bottom: -25%;
        left: 4vw;
        font-size: 15px;
        z-index: 102;
        max-width: 380px;
        line-height: 2;
    }

    .campaign .overlay-content .overlay-text .img {
        width: 635px;
        background: no-repeat bottom left;
        right: 10vw;
        z-index: 101;
        position: relative;
        max-width: 630px;
    }

@media (max-width: 768px) {
    .campaign .overlay-content .overlay-text .img {
        max-width: 100%;
    }
}

.campaign .overlay-content .overlay-text .sample {
    width: 200px;
    bottom: -30%;
    z-index: 103;
    max-width: 210px;
    right: 6vw;
}

.campaign .overlay-content .overlay-text .learn-more {
    z-index: 104;
    left: 12vw;
    bottom: -100px;
    text-align: left;
}

    .campaign .overlay-content .overlay-text .learn-more .rich-icon__text {
        width: auto;
        padding-right: 30px;
    }

.campaign .overlay-content .overlay-text .rich-icon__icon .micon {
    margin-left: -8px;
}

.campaign .overlay-text2 {
    margin: 0 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        margin: auto;
        max-width: 900px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .campaign .overlay-text2 {
        max-width: 1000px;
    }
}

.campaign .overlay-text2 .leftContent {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 .leftContent {
        margin: 50px 0 0 0;
    }
}

.campaign .overlay-text2 .leftContent .contentBlock {
    background: #F2EEEC;
    padding: 20px 20px 14%;
    display: block;
    position: relative;
    z-index: 105;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .campaign .overlay-text2 .leftContent .contentBlock {
        margin-right: 10%;
    }
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 .leftContent .contentBlock {
        max-width: 380px;
        width: 380px;
        margin: 0 -80px 0 0;
        font-size: 16px;
        padding: 30px 30px 50px;
    }
}

.campaign .overlay-text2 .leftContent .contentBlock .learn-more {
    position: absolute;
    bottom: -25px;
    right: 20px;
}

.campaign .overlay-text2 .rightContent {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 .rightContent {
        left: -32%;
    }
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 .rightContent {
        left: -8%;
    }
}

@media only screen and (min-width: 1200px) {
    .campaign .overlay-text2 .rightContent {
        left: 0;
    }
}

.campaign .overlay-text2 .rightContent .contentBlock {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .campaign .overlay-text2 .rightContent .contentBlock {
        margin-top: -10%;
        z-index: 105;
    }
}

.campaign .overlay-text2 .rightContent .contentBlock .img {
    z-index: 101;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .campaign .overlay-text2 .rightContent .contentBlock .img {
        margin-left: 10%;
        width: 80vw;
    }
}

@media only screen and (min-width: 768px) {
    .campaign .overlay-text2 .rightContent .contentBlock .img {
        max-width: 630px;
        width: 635px;
    }
}

.campaign .overlay-text2 .rightContent .contentBlock .sample {
    position: absolute;
    bottom: auto;
    right: 0;
    width: 65px;
    max-width: 210px;
    z-index: 107;
    top: -18%;
}

@media only screen and (min-width: 768px) {
    .campaign .overlay-text2 .rightContent .contentBlock .sample {
        width: 152px;
        /*bottom: -20%;
                        top:auto;
                        right: -5%;*/
        top: -8%;
    }
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 .rightContent .contentBlock .sample {
        bottom: -25%;
        right: -5%;
        top: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .campaign .overlay-text2 .rightContent .contentBlock .sample {
        right: -10%;
    }
}

.campaign .overlay-text2 .btn-md {
    display: none;
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 .btn-md {
        display: block;
    }
}

.campaign .overlay-text2 .btn-xs, .campaign .overlay-text2 .btn-group-xs > .btn {
    display: block;
}

@media only screen and (min-width: 992px) {
    .campaign .overlay-text2 .btn-xs, .campaign .overlay-text2 .btn-group-xs > .btn {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .campaign .overlay-content .overlay-text p.scribble-block {
        font-size: 16px;
        left: 4vw;
    }

    .campaign .overlay-content .overlay-text .img {
        width: 80vw;
        right: 5vw;
        margin-bottom: 50px;
    }

    .campaign .overlay-content .overlay-text .sample {
        width: 18vw;
        bottom: -2vw;
    }

    .campaign .overlay-content .overlay-text .learn-more {
        left: 19vw;
    }
}

@media only screen and (max-width: 768px) {
    .campaign .overlay-content .overlay-text p.scribble-block {
        font-size: 14px;
        padding: 30px;
    }

    .campaign .features {
        overflow: hidden;
    }

        .campaign .features .carousel, .campaign .features .feature-swiper {
            margin-top: 50px;
        }

            .campaign .features .carousel .item, .campaign .features .feature-swiper .item {
                padding: 0;
                -ms-background-size: cover;
                background-size: cover;
            }

                .campaign .features .carousel .item .item-content, .campaign .features .feature-swiper .item .item-content {
                    width: 100%;
                    padding: 0;
                }

                    .campaign .features .carousel .item .item-content .content-container, .campaign .features .feature-swiper .item .item-content .content-container {
                        padding: 20% 10% 10% 10%;
                    }

                        .campaign .features .carousel .item .item-content .content-container h3.title, .campaign .features .feature-swiper .item .item-content .content-container h3.title {
                            font-size: 14px;
                            text-align: left;
                            margin-left: 0;
                        }

                        .campaign .features .carousel .item .item-content .content-container p.content, .campaign .features .feature-swiper .item .item-content .content-container p.content {
                            font-size: 11px;
                            padding: 0 30px 0 0;
                        }

                    .campaign .features .carousel .item .item-content .images, .campaign .features .feature-swiper .item .item-content .images {
                        position: relative;
                        text-align: center;
                    }

                        .campaign .features .carousel .item .item-content .images .image1, .campaign .features .feature-swiper .item .item-content .images .image1 {
                            position: absolute;
                            left: 0;
                            top: -25px;
                            z-index: 202;
                            width: 65%;
                        }

                        .campaign .features .carousel .item .item-content .images .image2, .campaign .features .feature-swiper .item .item-content .images .image2 {
                            position: absolute;
                            right: 0;
                            bottom: -25px;
                            z-index: 203;
                            width: 65%;
                        }

                        .campaign .features .carousel .item .item-content .images .image3, .campaign .features .feature-swiper .item .item-content .images .image3 {
                            z-index: 201;
                            margin: 0;
                            width: 100%;
                        }

            .campaign .features .carousel .carousel-control.left, .campaign .features .feature-swiper .carousel-control.left {
                left: 0;
            }

            .campaign .features .carousel .carousel-control.right, .campaign .features .feature-swiper .carousel-control.right {
                right: 0;
            }

            .campaign .features .carousel .feature-titles, .campaign .features .feature-swiper .feature-titles {
                display: inline-block;
                top: -115px;
            }

                .campaign .features .carousel .feature-titles li, .campaign .features .feature-swiper .feature-titles li {
                    border: none;
                    display: none;
                }

                    .campaign .features .carousel .feature-titles li._active, .campaign .features .feature-swiper .feature-titles li._active {
                        display: inline-block;
                        width: 100%;
                    }

                    .campaign .features .carousel .feature-titles li b, .campaign .features .feature-swiper .feature-titles li b {
                        display: none;
                    }

                    .campaign .features .carousel .feature-titles li span, .campaign .features .feature-swiper .feature-titles li span {
                        background: none;
                    }

            .campaign .features .carousel .carousel-indicators, .campaign .features .feature-swiper .carousel-indicators {
                position: absolute;
                bottom: -40px;
            }

                .campaign .features .carousel .carousel-indicators li, .campaign .features .feature-swiper .carousel-indicators li {
                    border: 3px solid #2f3b42;
                    width: 12px;
                    height: 12px;
                }

                    .campaign .features .carousel .carousel-indicators li.active, .campaign .features .feature-swiper .carousel-indicators li.active {
                        background: #2f3b42;
                        margin: 1px;
                    }
}

@media only screen and (max-width: 480px) {
    .campaign .overlay-content > * {
        position: relative;
    }

    .campaign .overlay-content .overlay-text {
        margin-bottom: 230px;
    }

        .campaign .overlay-content .overlay-text p.scribble-block {
            padding: 25px 40px 50px 25px;
            width: 80vw;
            bottom: -100px;
            left: 15px;
            z-index: 102;
            font-size: 13px;
            max-width: none;
        }

        .campaign .overlay-content .overlay-text .img {
            width: 80vw;
            right: 15px;
            z-index: 105;
            top: 190px;
            margin-bottom: 0;
        }

        .campaign .overlay-content .overlay-text .sample {
            bottom: -62px;
            z-index: 106;
            width: 18vw;
            position: absolute;
            right: 4vw;
        }

        .campaign .overlay-content .overlay-text .learn-more {
            z-index: 104;
            left: 50%;
            margin-left: -85px;
            bottom: -283px;
            text-align: left;
        }
}

@media only screen and (max-width: 480px) and (max-width: 768px) {
    .campaign .overlay-content .overlay-text .learn-more {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .campaign .overlay-content .overlay-text .learn-more .m-btn {
        margin-left: 15px;
    }

    .campaign .overlay-content .overlay-text .learn-more .rich-icon__text {
        font-size: 12px;
    }
}

.campaign .speakExpert {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .campaign .speakExpert {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .campaign .speakExpert {
        margin-bottom: 120px;
    }
}

.campaign .speakExpert h2.expert__title {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .campaign .speakExpert h2.expert__title {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

.campaign .speakExpert a.callfind {
    font-size: 12px;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    transition: none;
    max-width: 731px;
    display: inline-block;
}

@media (min-width: 768px) {
    .campaign .speakExpert a.callfind {
        font-size: 22px;
    }
}

.campaign .speakExpert a.callfind.call {
    border: 2px solid #E01D24;
    background: #E01D24;
}

    .campaign .speakExpert a.callfind.call:hover {
        color: white;
    }

.campaign .speakExpert a.callfind.find {
    border: 2px solid #fff;
    background: #2F3B42;
}

.campaign .speakExpert a.callfind .micon {
    font-size: 21px;
}

@media (min-width: 768px) {
    .campaign .speakExpert a.callfind .micon {
        font-size: 32px;
    }
}

.campaign .speakExpert .speakExpert__wrapper {
    background: #2F3B42;
    color: white;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .campaign .speakExpert .speakExpert__wrapper {
        padding: 80px;
    }
}

.campaign .speakExpert .speakExpert__wrapper p {
    font-size: 11px;
    padding: 0 0 10px;
    font-family: "Gotham A", "Gotham B";
}

@media (min-width: 768px) {
    .campaign .speakExpert .speakExpert__wrapper p {
        font-size: 15px;
        padding: 0 50px 20px;
    }
}

.campaign .speakExpert .speakExpert__wrapper p.spacetop {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .campaign .speakExpert .speakExpert__wrapper p.spacetop {
        padding-top: 50px;
    }
}

.campaign .speakExpert .speakExpert__wrapper .se__content {
    margin: auto;
    text-align: center;
}

.campaign .metricon {
    margin-bottom: 80px;
}

    .campaign .metricon p {
        color: #2F3B42;
        text-align: center;
        font-size: 15px;
    }

        .campaign .metricon p a {
            text-decoration: underline;
        }

@media (min-width: 640px) {
    .campaign .block-freq__text {
        margin-left: 0;
    }
}

.campaign .block-freq__text p {
    font-size: 16px;
}

@media (min-width: 640px) {
    .campaign .block-freq__text p {
        font-size: 20px;
    }
}

.campaign .monier-body > section {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .campaign .block-mavis.profiles-and-colours {
        margin-bottom: 50px;
    }
}

.campaign .content-cta {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .campaign .content-cta {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .campaign .content-cta .pb-cta__btn {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .campaign .content-cta .std-btn {
        width: 100%;
    }
}

.campaign .content-cta .std-btn__txt {
    width: auto;
}

@media (max-width: 767px) {
    .campaign .content-cta .std-btn__txt {
        width: calc(100% - 40px);
    }
}

.landing-page-white {
    font-family: "Gotham A", "Gotham B";
    /* Small Devices, Tablets */
    /* Extra Small Devices, Phones */
}

    .landing-page-white .gotham__light {
        font-family: "Gotham A", "Gotham B";
    }

    .landing-page-white .gotham__book {
        font-family: "Gotham A", "Gotham B";
    }

    .landing-page-white .txt-center {
        text-align: center;
    }

    .landing-page-white .dinline {
        display: inline-block;
    }

@media (max-width: 768px) {
    .landing-page-white .w-mob-size {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .landing-page-white .img-100 {
        width: 100%;
    }
}

.landing-page-white .landing-page__intro {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 75px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .landing-page-white .landing-page__intro {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.landing-page-white .h-title {
    margin-top: 0;
}

@media (max-width: 768px) {
    .landing-page-white .h-title._1 {
        font-size: 18px;
    }
}

.landing-page-white .h-title._2 {
    font-size: 18px;
}

@media (min-width: 768px) {
    .landing-page-white .h-title._2 {
        font-size: 25px;
    }
}

.landing-page-white .btn__wrapper {
    text-align: left;
}

@media (min-width: 768px) {
    .landing-page-white .btn__wrapper {
        text-align: center;
    }
}

.landing-page-white .btn__wrapper a.btn__link {
    background: #2F3B42;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .landing-page-white .btn__wrapper a.btn__link {
        height: 64px;
    }
}

@media (min-width: 992px) {
    .landing-page-white .btn__wrapper a.btn__link {
        max-width: 48%;
    }
}

.landing-page-white .btn__wrapper a.btn__link .micon {
    position: absolute;
    right: 0;
    top: 0;
    background: #e91d24;
    padding: 25px;
    float: right;
}

@media (min-width: 768px) {
    .landing-page-white .btn__wrapper a.btn__link .micon {
        padding: 14px 14px 13px;
    }
}

.landing-page-white .btn__wrapper a.btn__link span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 60px 10px 0;
}

.landing-page-white .btn__wrapper a.btn__link:hover .micon {
    color: #2f3b42;
}

.landing-page-white .btn__wrapper.btn_onecol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

    .landing-page-white .btn__wrapper.btn_onecol a.btn__link {
        max-width: 100%;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
        -moz-justify-content: initial;
        justify-content: initial;
    }

@media (min-width: 768px) {
    .landing-page-white .btn__wrapper.btn_onecol a.btn__link {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .landing-page-white .btn__wrapper.btn_onecol a.btn__link {
        width: auto;
    }
}

@media (max-width: 768px) {
    .landing-page-white .btn__wrapper.btn_twocol a.btn__link {
        width: 100%;
    }
}

.landing-page-white .content-with-image {
    margin-top: 120px;
    margin-bottom: 140px;
}

@media (max-width: 768px) {
    .landing-page-white .content-with-image {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .landing-page-white .content-with-image img {
        margin-bottom: 20px;
    }
}

.landing-page-white .content-with-image .std-btn {
    font-size: 14px;
    margin-top: 20px;
}

.landing-page-white .profiles-and-colours {
    margin: 0;
}

.landing-page-white .swiper-container {
    min-height: 525px;
}

.landing-page-white .profile-content .btn-holder {
    margin-top: 42px;
}

    .landing-page-white .profile-content .btn-holder .std-btn__txt {
        min-width: 230px;
    }

@media (min-width: 1025px) {
    .landing-page-white .profile-content .btn-holder .std-btn__txt {
        min-width: 230px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .landing-page-white .profile-content {
        font-size: 14px;
    }
}

.landing-page-white .ptxtContent p {
    font-size: 14px;
}

@media (min-width: 768px) {
    .landing-page-white .ptxtContent p {
        font-size: 16px;
    }
}

.landing-page-white .std-btn__txt {
    font-size: 14px;
}

.landing-page-white a.callfind, .landing-page-white a.quote {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

    .landing-page-white a.callfind:hover, .landing-page-white a.quote:hover {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }

    .landing-page-white a.callfind.call, .landing-page-white a.quote.call {
        border: 2px solid #fff;
    }

        .landing-page-white a.callfind.call:hover, .landing-page-white a.quote.call:hover {
            color: white;
        }

    .landing-page-white a.callfind.find, .landing-page-white a.quote.find {
        border: 2px solid #2F3B42;
        background: #2F3B42;
    }

        .landing-page-white a.callfind.find:hover, .landing-page-white a.quote.find:hover {
            color: white;
        }

    .landing-page-white a.callfind .micon, .landing-page-white a.quote .micon {
        margin-left: 0;
        margin-right: 4px;
        font-size: 26px;
        font-weight: 100;
    }

.landing-page-white a.quote {
    margin-top: 40px;
}

    .landing-page-white a.quote .micon {
        margin-right: 10px;
        font-size: 14px;
    }

.landing-page-white .bannerBlock .toptxt {
    font-size: 19px;
}

.landing-page-white .bannerBlock .home-banner {
    padding: 47px 36px 60px;
}

@media (min-width: 640px) {
    .landing-page-white .bannerBlock .home-banner {
        left: 0;
        right: auto;
        padding: 45px;
        max-width: 390px;
    }
}

.landing-page-white .bannerBlock .home-banner:after, .landing-page-white .bannerBlock .home-banner:before {
    transform: rotate(-5deg) skewX(-5deg);
}

.landing-page-white .bannerBlock .home-banner:before {
    left: auto;
    right: 0;
    transform: rotate(-7deg) skewX(-5deg);
}

.landing-page-white .bannerBlock .hb-hero {
    background-image: url("/Content/images/hamptons/WoW_hero_banner.jpg");
}

@media (min-width: 640px) {
    .landing-page-white .bannerBlock .hb-hero {
        min-height: 550px;
    }
}

@media (min-width: 1200px) {
    .landing-page-white .bannerBlock .hb-hero {
        min-height: 300px;
        margin-top: 20px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .landing-page-white .bannerBlock .hb-hero {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Content/Monier/images/hamptons/WoW_hero_banner_2x.jpg");
        background-size: 1400px 632px;
    }
}

@media (max-width: 640px) {
    .landing-page-white .bannerBlock .hb-hero {
        background-image: url("/Content/Monier/images/hamptons/WoW_hero_banner-mobile.jpg");
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .landing-page-white .bannerBlock .hb-hero {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/Content/Monier/images/hamptons/WoW_hero_banner-mobile_2x.jpg");
        background-size: 1280px 1184px;
    }
}

.landing-page-white .bannerBlock .home-banner__cnt h1.main_heading {
    margin-top: 0;
    font-size: 28px;
}

    .landing-page-white .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 35px;
        background: #fff;
        color: #E41C24;
        padding: 5px 12px;
        display: block;
    }

@media (min-width: 768px) {
    .landing-page-white .bannerBlock .home-banner__cnt h1.main_heading .toptxt__bigger {
        font-size: 45px;
    }
}

.landing-page-white .bannerBlock .home-banner__cnt h2 {
    margin-top: 0;
    font-size: 28px;
}

    .landing-page-white .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 35px;
        background: #fff;
        color: #E41C24;
        padding: 5px 12px;
        display: block;
    }

@media (min-width: 768px) {
    .landing-page-white .bannerBlock .home-banner__cnt h2 .toptxt__bigger {
        font-size: 45px;
    }
}

.landing-page-white .bannerBlock .headingtxt {
    color: #fff;
    position: relative;
    top: -7px;
    left: 7px;
    font-size: 26px;
    display: block;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .landing-page-white .bannerBlock .headingtxt {
        font-size: 33px;
    }
}

.landing-page-white .bannerBlock .headingtxt .innerTxt {
    font-size: 24px;
    text-transform: none;
}

.landing-page-white .bannerBlock .headingsubtxt {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 10px;
}

.landing-page-white .video-holder {
    margin-top: 40px;
    /*.home-etc__wtc {
            background-image: url('/Content/images/hamptons/video-thumbnail.jpg');
        }*/
}

    .landing-page-white .video-holder .video1 {
        background-image: url("/Content/Monier/images/hamptons/video1-2x.jpg");
    }

    .landing-page-white .video-holder .video2 {
        background-image: url("/Content/Monier/images/hamptons/video2-2x.jpg");
    }

    .landing-page-white .video-holder .video1, .landing-page-white .video-holder .video2 {
        max-width: 731px;
        margin: 0 auto;
    }

@media (max-width: 768px) {
    .landing-page-white .video-holder {
        margin-top: 30px;
    }
}

.landing-page-white .video-holder h2 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .landing-page-white .video-holder h2 {
        font-size: 18px;
    }
}

.landing-page-white .video-holder .home-etc__wtc {
    max-width: 731px;
    margin: 0 auto;
}

.landing-page-white .video-holder._vh1 {
    margin-top: 0;
}

.landing-page-white .block-bixa {
    margin: 140px 0;
    padding: 0;
}

@media (max-width: 767px) {
    .landing-page-white .block-bixa {
        padding-bottom: 8%;
    }
}

@media (max-width: 768px) {
    .landing-page-white .block-bixa {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.landing-page-white .block-bixa__bg {
    background-color: #F8F3EE;
    top: 0;
}

@media (min-width: 768px) {
    .landing-page-white .block-bixa__bg {
        top: 6%;
        bottom: 6%;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .landing-page-white .block-bixa img {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .landing-page-white .block-bixa__dets {
        width: 90%;
    }
}

.landing-page-white .block-bixa__dets .h-title {
    font-size: 40px;
}

@media (max-width: 768px) {
    .landing-page-white .block-bixa__dets .h-title {
        font-size: 22px;
        margin-top: 20px;
    }
}

.landing-page-white .block-bixa__dets p {
    font-size: 16px;
}

@media (max-width: 768px) {
    .landing-page-white .block-bixa__dets p {
        font-size: 14px;
    }
}

.landing-page-white .block-bixa__dets .pb-cta__btn {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .landing-page-white .pb-cta__btn {
        text-align: center;
    }
}

.landing-page-white .overlay-content {
    margin: 140px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .landing-page-white .overlay-content {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .landing-page-white .overlay-content h2 {
        font-size: 18px;
    }
}

.landing-page-white .overlay-content .overlay-text {
    margin-top: 0;
    position: relative;
    margin-bottom: 70px;
    text-align: right;
}

    .landing-page-white .overlay-content .overlay-text > * {
        position: absolute;
    }

    .landing-page-white .overlay-content .overlay-text p.scribble-block {
        bottom: -25%;
        left: 4vw;
        font-size: 15px;
        z-index: 102;
        max-width: 380px;
        line-height: 2;
    }

    .landing-page-white .overlay-content .overlay-text .img {
        width: 635px;
        background: no-repeat bottom left;
        right: 10vw;
        z-index: 101;
        position: relative;
        max-width: 630px;
    }

@media (max-width: 768px) {
    .landing-page-white .overlay-content .overlay-text .img {
        max-width: 100%;
    }
}

.landing-page-white .overlay-content .overlay-text .sample {
    width: 200px;
    bottom: -30%;
    z-index: 103;
    max-width: 210px;
    right: 6vw;
}

.landing-page-white .overlay-content .overlay-text .learn-more {
    z-index: 104;
    left: 12vw;
    bottom: -100px;
    text-align: left;
}

    .landing-page-white .overlay-content .overlay-text .learn-more .rich-icon__text {
        width: auto;
        padding-right: 30px;
    }

.landing-page-white .overlay-content .overlay-text .rich-icon__icon .micon {
    margin-left: -8px;
}

.landing-page-white .overlay-text2 {
    margin: 0 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        margin: auto;
        max-width: 900px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-page-white .overlay-text2 {
        max-width: 1000px;
    }
}

.landing-page-white .overlay-text2 .leftContent {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 .leftContent {
        margin: 50px 0 0 0;
    }
}

.landing-page-white .overlay-text2 .leftContent .contentBlock {
    background: #F2EEEC;
    padding: 20px 20px 14%;
    display: block;
    position: relative;
    z-index: 105;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .landing-page-white .overlay-text2 .leftContent .contentBlock {
        margin-right: 10%;
    }
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 .leftContent .contentBlock {
        max-width: 380px;
        width: 380px;
        margin: 0 -80px 0 0;
        font-size: 16px;
        padding: 30px 30px 50px;
    }
}

.landing-page-white .overlay-text2 .leftContent .contentBlock .learn-more {
    position: absolute;
    bottom: -25px;
    right: 20px;
}

.landing-page-white .overlay-text2 .rightContent {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 .rightContent {
        left: -32%;
    }
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 .rightContent {
        left: -8%;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-page-white .overlay-text2 .rightContent {
        left: 0;
    }
}

.landing-page-white .overlay-text2 .rightContent .contentBlock {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .landing-page-white .overlay-text2 .rightContent .contentBlock {
        margin-top: -10%;
        z-index: 105;
    }
}

.landing-page-white .overlay-text2 .rightContent .contentBlock .img {
    z-index: 101;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .landing-page-white .overlay-text2 .rightContent .contentBlock .img {
        margin-left: 10%;
        width: 80vw;
    }
}

@media only screen and (min-width: 768px) {
    .landing-page-white .overlay-text2 .rightContent .contentBlock .img {
        max-width: 630px;
        width: 635px;
    }
}

.landing-page-white .overlay-text2 .rightContent .contentBlock .sample {
    position: absolute;
    bottom: auto;
    right: 0;
    width: 65px;
    max-width: 210px;
    z-index: 107;
    top: -18%;
}

@media only screen and (min-width: 768px) {
    .landing-page-white .overlay-text2 .rightContent .contentBlock .sample {
        width: 152px;
        /*bottom: -20%;
                        top:auto;
                        right: -5%;*/
        top: -8%;
    }
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 .rightContent .contentBlock .sample {
        bottom: -25%;
        right: -5%;
        top: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-page-white .overlay-text2 .rightContent .contentBlock .sample {
        right: -10%;
    }
}

.landing-page-white .overlay-text2 .btn-md {
    display: none;
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 .btn-md {
        display: block;
    }
}

.landing-page-white .overlay-text2 .btn-xs, .landing-page-white .overlay-text2 .btn-group-xs > .btn {
    display: block;
}

@media only screen and (min-width: 992px) {
    .landing-page-white .overlay-text2 .btn-xs, .landing-page-white .overlay-text2 .btn-group-xs > .btn {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .landing-page-white .overlay-content .overlay-text p.scribble-block {
        font-size: 16px;
        left: 4vw;
    }

    .landing-page-white .overlay-content .overlay-text .img {
        width: 80vw;
        right: 5vw;
        margin-bottom: 50px;
    }

    .landing-page-white .overlay-content .overlay-text .sample {
        width: 18vw;
        bottom: -2vw;
    }

    .landing-page-white .overlay-content .overlay-text .learn-more {
        left: 19vw;
    }
}

@media only screen and (max-width: 768px) {
    .landing-page-white .overlay-content .overlay-text p.scribble-block {
        font-size: 14px;
        padding: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .landing-page-white .overlay-content > * {
        position: relative;
    }

    .landing-page-white .overlay-content .overlay-text {
        margin-bottom: 230px;
    }

        .landing-page-white .overlay-content .overlay-text p.scribble-block {
            padding: 25px 40px 50px 25px;
            width: 80vw;
            bottom: -100px;
            left: 15px;
            z-index: 102;
            font-size: 13px;
            max-width: none;
        }

        .landing-page-white .overlay-content .overlay-text .img {
            width: 80vw;
            right: 15px;
            z-index: 105;
            top: 190px;
            margin-bottom: 0;
        }

        .landing-page-white .overlay-content .overlay-text .sample {
            bottom: -62px;
            z-index: 106;
            width: 18vw;
            position: absolute;
            right: 4vw;
        }

        .landing-page-white .overlay-content .overlay-text .learn-more {
            z-index: 104;
            left: 50%;
            margin-left: -85px;
            bottom: -283px;
            text-align: left;
        }
}

@media only screen and (max-width: 480px) and (max-width: 768px) {
    .landing-page-white .overlay-content .overlay-text .learn-more {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .landing-page-white .overlay-content .overlay-text .learn-more .m-btn {
        margin-left: 15px;
    }

    .landing-page-white .overlay-content .overlay-text .learn-more .rich-icon__text {
        font-size: 12px;
    }
}

.landing-page-white .speakExpert {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .landing-page-white .speakExpert {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .landing-page-white .speakExpert {
        margin-bottom: 120px;
    }
}

.landing-page-white .speakExpert h2.expert__title {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .landing-page-white .speakExpert h2.expert__title {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

.landing-page-white .speakExpert a.callfind {
    font-size: 12px;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
    transition: none;
    max-width: 731px;
    display: inline-block;
}

@media (min-width: 768px) {
    .landing-page-white .speakExpert a.callfind {
        font-size: 22px;
    }
}

.landing-page-white .speakExpert a.callfind.call {
    border: 2px solid #E01D24;
    background: #E01D24;
}

    .landing-page-white .speakExpert a.callfind.call:hover {
        color: white;
    }

.landing-page-white .speakExpert a.callfind.find {
    border: 2px solid #fff;
    background: #2F3B42;
}

.landing-page-white .speakExpert a.callfind .micon {
    font-size: 21px;
}

@media (min-width: 768px) {
    .landing-page-white .speakExpert a.callfind .micon {
        font-size: 32px;
    }
}

.landing-page-white .speakExpert .speakExpert__wrapper {
    background: #2F3B42;
    color: white;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .landing-page-white .speakExpert .speakExpert__wrapper {
        padding: 80px;
    }
}

.landing-page-white .speakExpert .speakExpert__wrapper p {
    font-size: 11px;
    padding: 0 0 10px;
    font-family: "Gotham A", "Gotham B";
}

@media (min-width: 768px) {
    .landing-page-white .speakExpert .speakExpert__wrapper p {
        font-size: 15px;
        padding: 0 50px 20px;
    }
}

.landing-page-white .speakExpert .speakExpert__wrapper p.spacetop {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .landing-page-white .speakExpert .speakExpert__wrapper p.spacetop {
        padding-top: 50px;
    }
}

.landing-page-white .speakExpert .speakExpert__wrapper .se__content {
    margin: auto;
    text-align: center;
}

.landing-page-white .metricon {
    margin-bottom: 80px;
}

    .landing-page-white .metricon p {
        color: #2F3B42;
        text-align: center;
        font-size: 15px;
    }

        .landing-page-white .metricon p a {
            text-decoration: underline;
        }

.myth-busting {
    font-family: "Gotham A", "Gotham B";
    margin-top: 99px;
    /* Small Devices, Tablets */
    /* Extra Small Devices, Phones */
}

@media (min-width: 1200px) {
    .myth-busting {
        margin-top: 139px;
    }
}

.myth-busting .gotham__light {
    font-family: "Gotham A", "Gotham B";
}

.myth-busting .gotham__book {
    font-family: "Gotham A", "Gotham B";
}

.myth-busting .hb-hero {
    background-image: url("/Content/Monier/images/page-banner/mythbuster-hero-banner_2x.jpg");
}

.myth-busting .ptxt {
    font-size: 16px;
    margin-bottom: 20px;
}

    .myth-busting .ptxt li {
        margin-bottom: 20px;
    }

.myth-busting .ptxt__emp {
    color: #e01c24;
}

.myth-busting .ptxt a:hover, .myth-busting .ptxt a:active, .myth-busting .ptxt a:focus {
    color: #2f3b42;
}

.myth-busting ul.ptxt {
    list-style-type: disc;
    margin-left: 20px;
}

.myth-busting .home-banner {
    padding: 47px 36px 60px;
}

@media (min-width: 640px) {
    .myth-busting .home-banner {
        left: 0;
        right: auto;
        padding: 45px;
        max-width: 390px;
        margin-top: 0;
    }
}

.myth-busting .home-banner:after, .myth-busting .home-banner:before {
    transform: rotate(-5deg) skewX(-5deg);
}

.myth-busting .home-banner:before {
    left: auto;
    right: -1px;
    transform: rotate(-7deg) skewX(-5deg);
    bottom: -30px;
}

.myth-busting .home-banner__cnt .main_heading {
    font-size: 33.6px;
}

@media (min-width: 640px) {
    .myth-busting .home-banner__cnt .main_heading {
        font-size: 41px;
    }
}

.myth-busting .hb-highlights {
    font-size: 30.4px;
}

@media (min-width: 640px) {
    .myth-busting .hb-highlights {
        font-size: 37px;
    }
}

.myth-busting .headingsubtxt {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 10px;
}

@media (max-width: 639px) {
    .myth-busting .home-banner__cnt {
        max-width: 250px;
        margin: 0 auto;
    }
}

.myth-busting .home-banner__cnt .m-btn {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

    .myth-busting .home-banner__cnt .m-btn .micon {
        font-size: 18px;
        vertical-align: -3px;
    }

    .myth-busting .home-banner__cnt .m-btn:hover {
        color: #fff;
    }

@media (max-width: 767px) {
    .myth-busting .block-freq {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.myth-busting .block-freq .h-title {
    margin-top: 60px;
}

@media (min-width: 640px) {
    .myth-busting .block-freq .h-title {
        margin-top: 20px;
    }
}

.myth-busting .block-bixa {
    margin-bottom: 0;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .myth-busting .block-bixa {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .myth-busting .block-bixa {
        padding-bottom: 0;
    }
}

.myth-busting .block-bixa__bg {
    background: #dfdad5;
    bottom: 0;
    top: 30px;
}

@media (min-width: 992px) {
    .myth-busting .block-bixa__bg {
        top: -20px;
    }
}

@media (min-width: 1200px) {
    .myth-busting .block-bixa__bg {
        bottom: 60px;
    }
}

.myth-busting .block-bixa__img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (min-width: 992px) {
    .myth-busting .block-bixa__img {
        margin-top: -50px;
    }
}

@media (min-width: 768px) {
    .myth-busting .block-bixa__dets {
        width: auto;
    }
}

@media (min-width: 992px) {
    .myth-busting .block-bixa__dets {
        margin: 0 0 0 auto;
    }
}

.myth-busting .block-video {
    padding: 0 0 90px;
    background: #fff;
}

    .myth-busting .block-video .video {
        max-width: 730px;
        margin: 0 auto;
        background: #c1c1c1;
    }

.myth-busting .overlay-content {
    margin: 140px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .myth-busting .overlay-content {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .myth-busting .overlay-content h2 {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.myth-busting .overlay-content .overlay-text {
    margin-top: 0;
    position: relative;
    margin-bottom: 70px;
    text-align: right;
}

    .myth-busting .overlay-content .overlay-text > * {
        position: absolute;
    }

    .myth-busting .overlay-content .overlay-text p.scribble-block {
        bottom: -25%;
        left: 4vw;
        font-size: 15px;
        z-index: 102;
        max-width: 380px;
        line-height: 2;
    }

    .myth-busting .overlay-content .overlay-text .img {
        width: 635px;
        background: no-repeat bottom left;
        right: 10vw;
        z-index: 101;
        position: relative;
        max-width: 630px;
    }

@media (max-width: 768px) {
    .myth-busting .overlay-content .overlay-text .img {
        max-width: 100%;
    }
}

.myth-busting .overlay-content .overlay-text .sample {
    width: 200px;
    bottom: -30%;
    z-index: 103;
    max-width: 210px;
    right: 6vw;
}

.myth-busting .overlay-content .overlay-text .learn-more {
    z-index: 104;
    left: 12vw;
    bottom: -100px;
    text-align: left;
}

    .myth-busting .overlay-content .overlay-text .learn-more .rich-icon__text {
        width: auto;
        padding-right: 30px;
    }

.myth-busting .overlay-content .overlay-text .rich-icon__icon .micon {
    margin-left: -8px;
}

.myth-busting .overlay-text2 {
    margin: 0 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        margin: auto;
        max-width: 900px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .myth-busting .overlay-text2 {
        max-width: 1000px;
    }
}

.myth-busting .overlay-text2 .leftContent {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 .leftContent {
        margin: 50px 0 0 0;
    }
}

.myth-busting .overlay-text2 .leftContent .contentBlock {
    background: #F2EEEC;
    padding: 20px 20px 14%;
    display: block;
    position: relative;
    z-index: 105;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .myth-busting .overlay-text2 .leftContent .contentBlock {
        margin-right: 10%;
    }
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 .leftContent .contentBlock {
        max-width: 380px;
        width: 380px;
        margin: 0 -80px 0 0;
        font-size: 16px;
        padding: 30px 30px 50px;
    }
}

.myth-busting .overlay-text2 .leftContent .contentBlock .learn-more {
    position: absolute;
    bottom: -25px;
    right: 20px;
}

.myth-busting .overlay-text2 .rightContent {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 .rightContent {
        left: -32%;
    }
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 .rightContent {
        left: -8%;
    }
}

@media only screen and (min-width: 1200px) {
    .myth-busting .overlay-text2 .rightContent {
        left: 0;
    }
}

.myth-busting .overlay-text2 .rightContent .contentBlock {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .myth-busting .overlay-text2 .rightContent .contentBlock {
        margin-top: -10%;
        z-index: 105;
    }
}

.myth-busting .overlay-text2 .rightContent .contentBlock .img {
    z-index: 101;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .myth-busting .overlay-text2 .rightContent .contentBlock .img {
        margin-left: 10%;
        width: 80vw;
    }
}

@media only screen and (min-width: 768px) {
    .myth-busting .overlay-text2 .rightContent .contentBlock .img {
        max-width: 630px;
        width: 635px;
    }
}

.myth-busting .overlay-text2 .rightContent .contentBlock .sample {
    position: absolute;
    bottom: auto;
    right: 0;
    width: 65px;
    max-width: 210px;
    z-index: 107;
    top: -35%;
}

@media only screen and (min-width: 321px) {
    .myth-busting .overlay-text2 .rightContent .contentBlock .sample {
        width: 95px;
        top: -40%;
    }
}

@media only screen and (min-width: 768px) {
    .myth-busting .overlay-text2 .rightContent .contentBlock .sample {
        width: 152px;
        top: -30%;
    }
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 .rightContent .contentBlock .sample {
        bottom: -25%;
        right: -5%;
        top: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .myth-busting .overlay-text2 .rightContent .contentBlock .sample {
        right: -10%;
    }
}

.myth-busting .overlay-text2 .btn-md {
    display: none;
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 .btn-md {
        display: block;
    }
}

.myth-busting .overlay-text2 .btn-xs, .myth-busting .overlay-text2 .btn-group-xs > .btn {
    display: block;
}

@media only screen and (min-width: 992px) {
    .myth-busting .overlay-text2 .btn-xs, .myth-busting .overlay-text2 .btn-group-xs > .btn {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .myth-busting .overlay-content .overlay-text p.scribble-block {
        font-size: 16px;
        left: 4vw;
    }

    .myth-busting .overlay-content .overlay-text .img {
        width: 80vw;
        right: 5vw;
        margin-bottom: 50px;
    }

    .myth-busting .overlay-content .overlay-text .sample {
        width: 18vw;
        bottom: -2vw;
    }

    .myth-busting .overlay-content .overlay-text .learn-more {
        left: 19vw;
    }
}

@media only screen and (max-width: 768px) {
    .myth-busting .overlay-content .overlay-text p.scribble-block {
        font-size: 14px;
        padding: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .myth-busting .overlay-content > * {
        position: relative;
    }

    .myth-busting .overlay-content .overlay-text {
        margin-bottom: 230px;
    }

        .myth-busting .overlay-content .overlay-text p.scribble-block {
            padding: 25px 40px 50px 25px;
            width: 80vw;
            bottom: -100px;
            left: 15px;
            z-index: 102;
            font-size: 13px;
            max-width: none;
        }

        .myth-busting .overlay-content .overlay-text .img {
            width: 80vw;
            right: 15px;
            z-index: 105;
            top: 190px;
            margin-bottom: 0;
        }

        .myth-busting .overlay-content .overlay-text .sample {
            bottom: -62px;
            z-index: 106;
            width: 18vw;
            position: absolute;
            right: 4vw;
        }

        .myth-busting .overlay-content .overlay-text .learn-more {
            z-index: 104;
            left: 50%;
            margin-left: -85px;
            bottom: -283px;
            text-align: left;
        }
}

@media only screen and (max-width: 480px) and (max-width: 768px) {
    .myth-busting .overlay-content .overlay-text .learn-more {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .myth-busting .overlay-content .overlay-text .learn-more .m-btn {
        margin-left: 15px;
    }

    .myth-busting .overlay-content .overlay-text .learn-more .rich-icon__text {
        font-size: 12px;
    }
}

.myth-busting .speakExpert {
    position: relative;
}

.myth-busting #quote {
    position: absolute;
    top: -98px;
    width: 10px;
    height: 10px;
}

@media (min-width: 992px) {
    .myth-busting #quote {
        top: -138px;
    }
}

.ci-magazine {
    margin-top: 100px;
}

.ci-magazine__item {
    margin-bottom: 40px;
}

.ci-magazine .ci-year {
    color: #ed1c24;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ci-magazine .ci-year {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .ci-magazine .ci-year {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .ci-magazine .ci-year {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .ci-magazine .ci-year {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .ci-magazine {
        margin-top: 140px;
    }
}

.ci-magazine .block-heading__title {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .ci-magazine .block-heading__subtitle {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .ci-magazine .fsw {
        content: '';
        display: block;
        border-bottom: 1px solid #2f3b42;
    }
}

@media (max-width: 1999px) {
    .ci-magazine .fsw {
        margin-bottom: 20px;
    }
}

.ci-magazine .pb-cta__btn {
    margin: 10px auto;
    display: inline-block;
}

@media (max-width: 991px) {
    .ci-magazine .pb-cta__btn {
        width: 100%;
        display: block;
        position: relative;
    }
}

.ci-magazine .rich-icon__text {
    font-weight: 300;
}

@media (max-width: 991px) {
    .ci-magazine .rich-icon__text {
        width: 100%;
        min-width: 0;
    }
}

@media (min-width: 992px) {
    .ci-magazine .rich-icon__text {
        min-width: 114px;
        font-size: 18px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
    .ci-magazine .rich-icon__icon {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.ci-magazine .rich-icon__icon .micon {
    display: block;
    text-align: center;
}

.ci-magazine .cimg-block__item {
    display: inline-block;
}

@media (max-width: 991px) {
    .ci-magazine .mg-folly {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 30px;
    }
}

.ci-magazine .mg-folly__info {
    width: 45%;
    margin-left: 20px;
}

@media (min-width: 992px) {
    .ci-magazine .mg-folly__info {
        width: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ci-magazine .mg-folly__img {
    width: 45%;
}

@media (min-width: 992px) {
    .ci-magazine .mg-folly__img {
        width: auto;
        min-height: 315px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

.ci-magazine .mg-folly__img a {
    display: block;
    width: 100%;
}

.ci-magazine .mg-folly__img img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.ci-magazine .mg-folly__img .soon {
    position: relative;
    width: 100%;
}

    .ci-magazine .mg-folly__img .soon a:hover {
        color: #333;
    }

    .ci-magazine .mg-folly__img .soon img {
        opacity: 0;
        max-width: 100%;
    }

    .ci-magazine .mg-folly__img .soon figure {
        border: 1px solid #2f3b42;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

        .ci-magazine .mg-folly__img .soon figure h4 {
            text-transform: uppercase;
            text-align: center;
        }

@media (max-width: 768px) {
    .ci-magazine .mg-folly__img .soon figure h4 {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ci-magazine .mg-folly__img .soon figure h4 {
        font-size: 20px;
    }
}

.ci-magazine .mg-folly__text {
    width: 100%;
    order: 2;
    margin: 10px 0;
}

@media (max-width: 991px) {
    .ci-magazine .mg-folly__text {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .ci-magazine .mg-folly__text {
        margin-bottom: 18px;
        text-align: center;
    }
}

.ci-magazine .mg-folly__text h4 {
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .ci-magazine .mg-folly__text h4 {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .ci-magazine .mg-folly__text h4 {
        font-size: 22px;
    }
}

.ci-magazine .mg-folly__text p {
    font-size: 14px;
    color: rgba(47, 59, 66, 0.43);
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ci-magazine .mg-folly__text p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.ci-magazine .mg-folly__cta {
    width: 100%;
    text-align: center;
}

@media (min-width: 1200px) {
    .ci-magazine .mg-folly__cta {
        margin-top: 20px;
    }
}

.ci-seemore {
    position: relative;
    text-align: center;
}

    .ci-seemore:after {
        content: '';
        border-top: 1px solid #2f3b42;
        position: absolute;
        display: block;
        width: 100%;
        top: 50%;
        margin-top: -1px;
    }

    .ci-seemore button {
        background: #fff;
        position: relative;
        z-index: 9;
        border: 0 none;
        padding: 0 20px;
        outline: none;
    }

        .ci-seemore button img {
            width: 30px;
        }

.logo img {
    width: 100px;
}

.page-header {
    border-bottom: none;
    margin-top: 0;
}

.navbar-default {
    background-color: white;
}

#main-container > footer {
    background-color: #f1f2f3;
}

.modal-backdrop {
    display: none !important;
}

body.header-static {
    padding-right: 0 !important;
    background-color: transparent;
}

#main-container > footer {
    padding-top: 0;
}

article ul li, article ol li {
    list-style: disc;
}

.ui-datepicker {
    margin-top: -105px;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

/* Pulse */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
        -webkit-animation-name: hvr-pulse;
        animation-name: hvr-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
        -webkit-animation-name: hvr-pulse-grow;
        animation-name: hvr-pulse-grow;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
        -webkit-animation-name: hvr-pulse-shrink;
        animation-name: hvr-pulse-shrink;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

/* Push */
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
        -webkit-animation-name: hvr-push;
        animation-name: hvr-push;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Pop */
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
        -webkit-animation-name: hvr-pop;
        animation-name: hvr-pop;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Bounce In */
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

/* Bounce Out */
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

/* Rotate */
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

/* Grow Rotate */
.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
        -webkit-transform: scale(1.1) rotate(4deg);
        transform: scale(1.1) rotate(4deg);
    }

/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

/* Sink */
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
        -webkit-animation-name: hvr-hang-sink, hvr-hang;
        animation-name: hvr-hang-sink, hvr-hang;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

/* Skew */
.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

/* Skew Forward */
.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

    .hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

/* Skew Backward */
.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

    .hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
        -webkit-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
        -webkit-animation-name: hvr-wobble-to-bottom-right;
        animation-name: hvr-wobble-to-bottom-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
        -webkit-animation-name: hvr-wobble-to-top-right;
        animation-name: hvr-wobble-to-top-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

    .hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
        -webkit-animation-name: hvr-wobble-top;
        animation-name: hvr-wobble-top;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

    .hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
        -webkit-animation-name: hvr-wobble-bottom;
        animation-name: hvr-wobble-bottom;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
        -webkit-animation-name: hvr-wobble-skew;
        animation-name: hvr-wobble-skew;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Buzz */
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
        -webkit-animation-name: hvr-buzz;
        animation-name: hvr-buzz;
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
        -webkit-animation-name: hvr-buzz-out;
        animation-name: hvr-buzz-out;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
        background-color: #E91D24;
        color: white;
    }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    .hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
        -webkit-animation-name: hvr-back-pulse;
        animation-name: hvr-back-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: #E91D24;
        background-color: #2098d1;
        color: white;
    }

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
        color: white;
    }

        .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

/* Sweep To Left */
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
        color: white;
    }

        .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
        color: white;
    }

        .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
        color: white;
    }

        .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* Bounce To Left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
        color: white;
    }

        .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
        color: white;
    }

        .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* Bounce To Top */
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
        color: white;
    }

        .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
        color: white;
    }

        .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
            -webkit-transform: scale(2);
            transform: scale(2);
        }

/* Radial In */
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #E91D24;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-radial-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1e1e1;
        border-radius: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
        color: white;
    }

        .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

/* Rectangle In */
.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #E91D24;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-rectangle-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1e1e1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
        color: white;
    }

        .hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
        color: white;
    }

        .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #E91D24;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
        color: white;
    }

        .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-out-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #E91D24;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
        color: white;
    }

        .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #E91D24;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
        color: white;
    }

        .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-out-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #E91D24;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
        color: white;
    }

        .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */
}

    .hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
        box-shadow: inset 0 0 0 4px #E91D24, 0 0 1px transparent;
        /* Hack to improve aliasing on mobile/tablet devices */
    }

/* Hollow */
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */
}

    .hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
        background: none;
    }

/* Trim */
.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-trim:before {
        content: '';
        position: absolute;
        border: white solid 4px;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
        opacity: 1;
    }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-out:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 6px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
    }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-in:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    .hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
        -webkit-animation-name: hvr-ripple-in;
        animation-name: hvr-ripple-in;
    }

/* Outline Out */
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-outline-out:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }

    .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
    }

/* Outline In */
.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-outline-in:before {
        pointer-events: none;
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }

    .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        opacity: 1;
    }

/* Round Corners */
.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
}

    .hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
        border-radius: 1em;
    }

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
        right: 0;
    }

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
        left: 0;
        right: 0;
    }

/* Underline From Right */
.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
        left: 0;
    }

/* Overline From Left */
.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-overline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        top: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
        right: 0;
    }

/* Overline From Center */
.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-overline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        top: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
        left: 0;
        right: 0;
    }

/* Overline From Right */
.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-overline-from-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        top: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
        left: 0;
    }

/* Reveal */
.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-color: #E91D24;
        border-style: solid;
        border-width: 0;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-width: 4px;
    }

/* Underline Reveal */
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

/* Overline Reveal */
.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-overline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        background: #E91D24;
        height: 4px;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    }

/* Shadow */
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    }

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/* Box Shadow Outset */
.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    }

/* Box Shadow Inset */
.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */
}

    .hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
        box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
        /* Hack to improve aliasing on mobile/tablet devices */
    }

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

/* Shadow Radial */
.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-shadow-radial:before, .hvr-shadow-radial:after {
        pointer-events: none;
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-repeat: no-repeat;
        height: 5px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .hvr-shadow-radial:before {
        bottom: 100%;
        background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
        background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    }

    .hvr-shadow-radial:after {
        top: 100%;
        background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
        background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    }

    .hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
        opacity: 1;
    }

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-bubble-top:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        top: 0;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #e1e1e1 transparent;
    }

    .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

/* Bubble Right */
.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-bubble-right:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 10px);
        right: 0;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #e1e1e1;
    }

    .hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

/* Bubble Bottom */
.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-bubble-bottom:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        bottom: 0;
        border-width: 10px 10px 0 10px;
        border-color: #e1e1e1 transparent transparent transparent;
    }

    .hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

/* Bubble Left */
.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-bubble-left:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 10px);
        left: 0;
        border-width: 10px 10px 10px 0;
        border-color: transparent #e1e1e1 transparent transparent;
    }

    .hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

/* Bubble Float Top */
.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-bubble-float-top:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        top: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #e1e1e1 transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

        .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

/* Bubble Float Right */
.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-bubble-float-right:before {
        position: absolute;
        z-index: -1;
        top: calc(50% - 10px);
        right: 0;
        content: '';
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #e1e1e1;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

        .hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-bubble-float-bottom:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        bottom: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #e1e1e1 transparent transparent transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
        }

/* Bubble Float Left */
.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-bubble-float-left:before {
        position: absolute;
        z-index: -1;
        content: '';
        top: calc(50% - 10px);
        left: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #e1e1e1 transparent transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

        .hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }

/* ICONS */
/* Icon Back */
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .hvr-icon-back:before {
        content: "\f137";
        position: absolute;
        left: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

/* Icon Forward */
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .hvr-icon-forward:before {
        content: "\f138";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

/* Icon Down */
.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-down:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
        -webkit-animation-name: hvr-icon-down;
        animation-name: hvr-icon-down;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%, 75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/* Icon Up */
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-up:before {
        content: "\f01b";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
        -webkit-animation-name: hvr-icon-up;
        animation-name: hvr-icon-up;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Spin */
.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-spin:before {
        content: "\f021";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%, 100% {
        opacity: 1;
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%, 100% {
        opacity: 1;
    }
}

/* Icon Drop */
.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-drop:before {
        content: "\f041";
        position: absolute;
        right: 1em;
        opacity: 1;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-animation-name: hvr-icon-drop;
        animation-name: hvr-icon-drop;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

/* Icon Fade */
.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-fade:before {
        content: "\f00c";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: color;
        transition-property: color;
    }

    .hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
        color: #0F9E5E;
    }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

/* Icon Float Away */
.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-float-away:before, .hvr-icon-float-away:after {
        content: "\f055";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
    }

    .hvr-icon-float-away:after {
        opacity: 0;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
        -webkit-animation-name: hvr-icon-float-away;
        animation-name: hvr-icon-float-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
        content: "\f056";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-sink-away:after {
        opacity: 0;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
        -webkit-animation-name: hvr-icon-sink-away;
        animation-name: hvr-icon-sink-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

/* Icon Grow */
.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-grow:before {
        content: "\f118";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0);
    }

/* Icon Shrink */
.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-shrink:before {
        content: "\f119";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
        -webkit-animation-name: hvr-icon-pulse;
        animation-name: hvr-icon-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse-grow:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
        -webkit-animation-name: hvr-icon-pulse-grow;
        animation-name: hvr-icon-pulse-grow;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse-shrink:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
        -webkit-animation-name: hvr-icon-pulse-shrink;
        animation-name: hvr-icon-pulse-shrink;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-push:before {
        content: "\f006";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
        -webkit-animation-name: hvr-icon-push;
        animation-name: hvr-icon-push;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-pop:before {
        content: "\f005";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
        -webkit-animation-name: hvr-icon-pop;
        animation-name: hvr-icon-pop;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Bounce */
.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-bounce:before {
        content: "\f087";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

/* Icon Rotate */
.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-rotate:before {
        content: "\f0c6";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-grow-rotate:before {
        content: "\f095";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
        -webkit-transform: scale(1.5) rotate(12deg);
        transform: scale(1.5) rotate(12deg);
    }

/* Icon Float */
.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-float:before {
        content: "\f01b";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

/* Icon Sink */
.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-sink:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-bob:before {
        content: "\f077";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
        -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
        animation-name: hvr-icon-bob-float, hvr-icon-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-hang:before {
        content: "\f078";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
        -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
        animation-name: hvr-icon-hang-sink, hvr-icon-hang;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-wobble-horizontal:before {
        content: "\f061";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-wobble-vertical:before {
        content: "\f062";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
        -webkit-animation-name: hvr-icon-wobble-vertical;
        animation-name: hvr-icon-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-buzz:before {
        content: "\f017";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
        -webkit-animation-name: hvr-icon-buzz;
        animation-name: hvr-icon-buzz;
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-buzz-out:before {
        content: "\f023";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
        -webkit-animation-name: hvr-icon-buzz-out;
        animation-name: hvr-icon-buzz-out;
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-curl-top-left:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        top: 0;
        left: 0;
        background: white;
        /* IE9 */
        background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
        /*For IE7-8-9*/
        z-index: 1000;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width, height;
        transition-property: width, height;
    }

    .hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
        width: 25px;
        height: 25px;
    }

/* Curl Top Right */
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-curl-top-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        top: 0;
        right: 0;
        background: white;
        /* IE9 */
        background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width, height;
        transition-property: width, height;
    }

    .hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
        width: 25px;
        height: 25px;
    }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-curl-bottom-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        right: 0;
        background: white;
        /* IE9 */
        background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
        box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width, height;
        transition-property: width, height;
    }

    .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
        width: 25px;
        height: 25px;
    }

/* Curl Bottom Left */
.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-curl-bottom-left:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        left: 0;
        background: white;
        /* IE9 */
        background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
        box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: width, height;
        transition-property: width, height;
    }

    .hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
        width: 25px;
        height: 25px;
    }

/* ReCaptcha */
#reCaptchContainer {
    margin: 0 auto;
    width: 300px;
}

#recaptchaMessage {
    font-size: 15px;
    font-weight: 300;
    color: #ed1c24;
}

/* WFFM ReCaptcha */
.scfCaptcha {
    text-align: center;
}

    .scfCaptcha .g-recaptcha {
        display: inline-block;
    }

    .scfCaptcha label {
        display: none;
    }
/* END WFFM ReCaptcha */

/* Quote Calculator */
@-webkit-keyframes imageIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes imageIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#calculator-main-new {
    position: relative;
}

.calculator-new {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .calculator-new .calculator-button {
        width: 100%;
        max-width: 257px;
        margin: 0 auto;
        text-align: center;
    }

    .calculator-new .calculator-button-results {
        width: 100%;
        max-width: 257px;
        margin: 0 auto;
        text-align: center;
    }


    .calculator-new .calculator-button-top {
        padding-top: 100px;
    }

    .calculator-new .subheading {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
        text-align: center;
        /* padding-left: 140px; */
    }


    .calculator-new .calculator-button-text {
        display: inline-block;
        font-size: 14px;
        min-width: 215px;
        padding-left: 10px;
        padding-right: 20px;
        height: 42px;
        line-height: 43px;
        color: #fff;
        float: left;
        background: #2f3b42;
        text-align: center;
    }

    .calculator-new .check-box-label {
        float: left;
    }

    .calculator-new .check-box-wrapper {
        float: left;
        padding-left: 40px;
        margin-top: 5px;
    }

        .calculator-new .check-box-wrapper p {
            font-size: 15px;
            font-weight: 300;
            margin-top: -3px;
        }

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    background: #d3d3d3;
}

@media screen and (max-width: 71.1875em) {
    .calculator-new .calculator-button-top {
        padding-top: 70px;
        margin: 0 auto;
    }
}

.calculator-new #calculator-result .result-item > .row {
    min-height: 0px;
}

.calculator-new #calculator-result .button_smallprint.under .button {
    margin: 20px 0 0 0 !important;
}

.button_smallprint .smallprint {
    font-size: 11px;
    line-height: 12px;
    padding-top: 55px;
}

.calculator-new .tabs,
.calculator-new .results-container,
.calculator-new .footer-view,
.calculator-new .finance {
    clear: both;
    float: right;
    max-width: 580px;
    width: 100%;
}

@media (max-width: 900px) {
    .calculator-new .tabs,
    .calculator-new .results-container,
    .calculator-new .footer-view,
    .calculator-new .finance {
        float: none;
        margin: 0 auto;
    }
}

.calculator-new .tabs {
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .calculator-new .tabs .tab {
        background-color: #2f3b42;
        border: solid 1px #ededed;
        border-left: 0px;
        border-top: 0px;
        color: #fff;
        cursor: pointer;
        width: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .calculator-new .tabs .tab:last-child {
            border-right: 0px;
        }

        .calculator-new .tabs .tab.active {
            background-color: #E91D24;
        }

            .calculator-new .tabs .tab.active a {
                color: #fff;
                opacity: 1;
            }

        .calculator-new .tabs .tab a {
            color: #fff;
            display: inline-block;
            font-weight: 700;
            opacity: 0.3;
            padding: 20px 5px;
            width: 100%;
            text-decoration: none;
        }

.calculator-new .results-container {
    background-color: #fff;
    border: 1px solid #000;
}

    .calculator-new .results-container .results {
        display: none;
        padding: 40px 10px;
        position: relative;
    }

@media screen and (min-width: 40em) {
    .calculator-new .results-container .results {
        padding: 70px 70px 30px;
    }
}

.calculator-new .results-container .results h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 71.1875em) {
    .calculator-new .results-container .results h4 {
        font-size: 25px;
    }
}

.calculator-new .results-container .results big {
    display: inline-block;
    font-size: 35px;
    margin-top: 5px;
}

@media screen and (max-width: 71.1875em) {
    .calculator-new .results-container .results big {
        font-size: 30px;
    }
}

.calculator-new .results-container .results hr {
    margin: 20px 0;
}

.calculator-new .results-container .results img {
    left: 30px;
    position: absolute;
    top: -60px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
    -webkit-animation: imageOut 1s forwards;
    animation: imageOut 1s forwards;
}

@media (max-width: 900px) {
    .calculator-new .results-container .results img {
        display: none;
    }
}

.calculator-new .results-container .results.active {
    display: inline-block;
}

    .calculator-new .results-container .results.active img {
        -webkit-animation: imageIn 1s forwards;
        animation: imageIn 1s forwards;
    }

.calculator-new .results-container p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px !important;
}

    .calculator-new .results-container p span:not(.no-transform) {
        font-size: 20px;
    }

    .calculator-new .results-container p span {
        margin-left: 10px;
        white-space: nowrap;
    }

@media screen and (min-width: 40em) {
    .calculator-new .results-container p {
        font-size: 20px;
        line-height: 22px;
    }

        .calculator-new .results-container p span:not(.no-transform) {
            font-size: 30px;
        }

        .calculator-new .results-container p span {
            margin-left: 30px;
            font-weight: bold;
        }
}

.calculator-new .results-container table {
    background-color: transparent;
    border: 0px;
    margin: 0;
}

    .calculator-new .results-container table tbody, .calculator-new .results-container table tr, .calculator-new .results-container table td {
        background-color: transparent;
        border: 0px;
        padding: 0;
    }

    .calculator-new .results-container table td {
        padding-bottom: 10px;
        text-align: right;
    }

        .calculator-new .results-container table td:last-child {
            text-align: left;
        }

    .calculator-new .results-container table tr:last-child td {
        padding-bottom: 0px;
    }

.calculator-new .footer-view {
    background-color: #2f3b42;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 15px 20px;
    text-transform: uppercase;
}

.calculator-new #calculator-result {
    height: 0px;
    overflow: hidden;
}

    .calculator-new #calculator-result.open {
        height: auto;
    }

.calculator-new .error-message {
    color: Red;
    display: block;
    float: none;
    margin: 0 auto 23px;
    text-align: center;
}

/* Solar Article page */
.solar-article-page {
    padding: 30px 0 0 0;
    background: #F3F5F6;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B";
    color: #2F3B42;
}

@media (min-width: 768px) {
    .solar-article-page {
        padding: 50px 0 0 0;
    }
}

@media (min-width: 992px) {
    .solar-article-page {
        padding: 80px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .solar-article-page {
        padding: 120px 0 0 0;
    }
}

.solar-article-page__subcontent {
    padding: 0;
}

.solar-article-page__subArticles {
    padding: 0;
}

    .solar-article-page__subArticles .lastChild {
        padding-bottom: 50px;
    }

.solar-article-page a:hover {
    text-decoration: none;
    color: #ed1c24;
}

.solar-article-page p.txtcontent {
    font-size: 15px;
}

.solar-article-page .block-heading__group {
    padding-top: 0 !important;
}

.solar-article-page .article-content {
    background: #fff;
    top: -30px;
    margin-bottom: -30px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .solar-article-page .article-content {
        top: -100px;
    }
}

.solar-article-page .headingWrapper h1.heading {
    font-size: 30px;
    color: #2F3B42;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .solar-article-page .headingWrapper h1.heading {
        font-size: 55px;
        margin: 0 0 30px 0;
    }
}

.solar-article-page .headingWrapper p {
    font-size: 15px;
}

.solar-article-page .headingWrapper h3.txtcontent {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #2F3B42;
    line-height: 1.4;
}

.solar-article-page .headingWrapper h3.block-heading__subtitle {
    font-size: 22px;
    font-weight: 300;
}

.solar-article-page .articleWrapper .h-title {
    font-family: "Gotham A", "Gotham B";
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    color: #82898E;
    line-height: 1.2;
    padding: 0 0 15px;
}

    .solar-article-page .articleWrapper .h-title .hrline {
        width: 65px;
        height: 4px;
        background: #E91D24;
        display: block;
        margin: 25px auto 15px;
    }

@media (min-width: 768px) {
    .solar-article-page .articleWrapper .h-title .hrline {
        margin: 0 0 15px 0;
    }
}

@media (min-width: 768px) {
    .solar-article-page .articleWrapper .h-title {
        font-size: 25px;
        padding: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .solar-article-page .articleWrapper .h-title {
        font-size: 35px;
    }
}

.solar-article-page .articleWrapper .h-title a {
    color: #82898E;
}

    .solar-article-page .articleWrapper .h-title a:hover {
        color: #ed1c24;
    }

    .solar-article-page .articleWrapper .h-title a h2 {
        font-size: 20px;
        padding: 10px 0 0 0;
        margin: 0;
    }

@media (min-width: 768px) {
    .solar-article-page .articleWrapper .h-title a h2 {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .solar-article-page .articleWrapper .h-title a h2 {
        font-size: 35px;
    }
}

.solar-article-page .articleWrapper .flexBlock {
    margin-top: 50px;
    text-align: center;
}

.solar-article-page .articleWrapper .flexBlock__flexDescription p {
    font-size: 15px;
}

@media (min-width: 768px) {
    .solar-article-page .articleWrapper .flexBlock {
        text-align: left;
        margin-top: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .solar-article-page .articleWrapper .flexBlock__flexImg {
        width: 60%;
    }

    .solar-article-page .articleWrapper .flexBlock__flexDescription {
        width: 35%;
        margin-left: 5%;
    }

    .solar-article-page .articleWrapper .flexBlock:nth-child(even) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .solar-article-page .articleWrapper .flexBlock:nth-child(even) .flexBlock__flexImg {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-order: 2;
            -ms-flex-order: 2;
            order: 2;
            margin-left: 5%;
        }

        .solar-article-page .articleWrapper .flexBlock:nth-child(even) .flexBlock__flexDescription {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-order: 1;
            -ms-flex-order: 1;
            order: 1;
            margin-left: 0;
        }
}

@media (min-width: 992px) {
    .solar-article-page .articleWrapper .flexBlock {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .solar-article-page .articleWrapper .flexBlock__flexImg {
        width: 55%;
        margin-left: 10%;
    }

    .solar-article-page .articleWrapper .flexBlock__flexDescription {
        width: 30%;
        margin-left: 5%;
    }
}

.solar-article-page .articleWrapper .flexBlock .btnArticle {
    padding-top: 20px;
}

    .solar-article-page .articleWrapper .flexBlock .btnArticle .micon {
        font-size: 12px;
        font-weight: 700;
    }

    .solar-article-page .articleWrapper .flexBlock .btnArticle a {
        font-size: 15px;
        font-weight: 700;
        color: #2F3B42;
    }

        .solar-article-page .articleWrapper .flexBlock .btnArticle a:hover {
            color: #ed1c24;
        }


.solar-article-page .twitter-holder {
    padding: 40px 15px 0;
}

    .solar-article-page .twitter-holder #tweetDetails .twitter-tweet {
        margin: auto;
    }

    .solar-article-page .twitter-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

.solar-article-page .facebook-holder {
    padding: 40px 15px 0;
}

    .solar-article-page .facebook-holder .fb_iframe_widget_fluid span {
        width: 100% !important;
    }

    .solar-article-page .facebook-holder iframe {
        width: 100% !important;
    }

    .solar-article-page .facebook-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

.solar-article-page .youtube-holder {
    padding: 40px 15px 0;
}

    .solar-article-page .youtube-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

    .solar-article-page .youtube-holder .youtube-video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

        .solar-article-page .youtube-holder .youtube-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.solar-article-page .video-holder {
    padding: 40px 15px 0;
    display: block;
}

    .solar-article-page .video-holder .home-etc__wtc {
        max-width: 731px;
        margin: 0 auto;
    }

    .solar-article-page .video-holder .m-btn {
        background: rgba(47, 59, 66, 0.5);
    }

.solar-article-page .instagram-holder {
    padding: 40px 15px 0;
}

    .solar-article-page .instagram-holder .socialContent {
        max-width: 550px;
        margin: auto;
    }

    .solar-article-page .instagram-holder iframe {
        max-width: 100% !important;
    }

.solar-article-page .get-started {
    padding: 50px 0;
    margin: 0;
}


/* Farhan's changes' */
.brochure-form {
    max-width: 1170px;
}

    .brochure-form .inner-form-container {
        background-color: #eff1f2;
    }

    .brochure-form .inner-form {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        padding: 10px 0 20px;
        margin-bottom: 20px;
    }

    .brochure-form header {
        margin-bottom: 5rem;
    }

        .brochure-form header h1 {
            text-align: center;
        }

        .brochure-form header p {
            text-align: center;
            font-size: 12px;
        }

    .brochure-form .brochure-items {
        min-height: 650px;
    }

        .brochure-form .brochure-items .brochure-thumb {
            padding-top: 15px;
            width: 100%;
            position: relative;
            opacity: 1;
            display: block;
            backface-visibility: hidden;
        }

        .brochure-form .brochure-items .title {
            padding-top: 15px;
            font-size: 16px;
            text-align: center;
            min-height: 60px;
        }

@media (max-device-width: 480px) {
    .brochure-form .brochure-items .title {
        min-height: 40px;
    }
}

.brochure-form .brochure-items .short-description {
    text-align: center;
    font-size: 12px;
}

/* Image overlay */
.brochure-items .image-container {
    position: relative;
}

.brochure-items .select-container:hover .brochure-thumb {
    cursor: pointer;
}

/*  
.brochure-items .select-container:hover .thumbnail-overlay {    
  opacity: 1; 
  cursor: pointer;
}  */



.brochure-items .thumbnail-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.brochure-items .thumbnail-overlay-highlighted {
    opacity: 1;
    cursor: pointer;
}

.brochure-items .brochure-thumb-highlighted {
    opacity: 0.3 !important;
    cursor: pointer;
}

/* Monier Checkboxes */
.custom-checkbox-outer-container {
    margin: 0 auto;
    width: 140px;
    overflow: auto;
    padding: 2px 0 0 2px;
    border: 1px solid #2e3a42;
    margin-top: 20px;
}

.custom-checkbox-outer-container-hightlight {
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

.custom-checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    color: #000;
    margin: 5px 0 5px 0;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }



/* Create a custom checkbox */
.custom-checkbox-checkmark {
    position: absolute;
    top: -2px;
    left: 6px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    margin-right: 5px;
    border: 1px solid #000;
    border-radius: 100px;
}

/* On mouse-over, add a grey background color 
.custom-checkbox-container:hover input ~ .custom-checkbox-checkmark {
    background-color: #ed1c24;
}
*/


/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark {
    background-color: #ed1c24;
    border: 1px solid #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .custom-checkbox-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vl {
    position: absolute;
    left: 40px;
    border-right: 1px solid #2e3a42;
    height: 26px;
    margin-right: 20px;
    top: -3px;
}

.vl-highlight {
    border-right: 1px solid #fff;
}

.custom-checkbox-text {
    padding-left: 30px;
    font-size: 14px;
    font-weight: normal;
}

.custom-checkbox-text-highlight {
    color: #fff;
}

.btnRadio .custom-checkbox-text {
    padding-left: 0px !important;
}


.download-button-margin {
    margin-right: 10px;
}

@media (max-device-width: 990px) {
    .download-button-margin {
        margin-right: 0;
    }
}

.radio-validation-error {
    color: #ed1c24;
    font-weight: 300;
    font-size: 15px;
    padding-top: 25px;
    padding-left: 45px;
    display: none;
}

/* Ritesh: New menu changes */

/*****Search Big screen******/
.menu_v2 a.hdr-action__item.mo-out.hdr-search {
    background: #f7f7f7;
}

    .menu_v2 a.hdr-action__item.mo-out.hdr-search strong {
        position: absolute;
        top: 19px;
        left: 17px;
        font-weight: normal;
    }

    .menu_v2 a.hdr-action__item.mo-out.hdr-search .micon {
        font-weight: normal;
        font-size: 15px;
        color: #ed1c24;
    }

    .menu_v2 a.hdr-action__item.mo-out.hdr-search span {
        position: absolute;
        right: 22px;
        display: block;
        color: #333;
    }

.menu_v2 a.hdr-action__item.mo-out.hdr-search {
    position: relative;
}

    .menu_v2 a.hdr-action__item.mo-out.hdr-search input {
        width: 200px;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 60px;
        color: #acb1b3;
        font-size: 12px;
        border: 0;
        border-bottom: 1px solid #2f3b42;
        background: none;
    }

        .menu_v2 a.hdr-action__item.mo-out.hdr-search input:focus {
            outline: none;
        }

    .menu_v2 a.hdr-action__item.mo-out.hdr-search:hover {
        background: #f7f7f7;
    }

        .menu_v2 a.hdr-action__item.mo-out.hdr-search:hover .micon {
            color: #ed1c24;
        }

        .menu_v2 a.hdr-action__item.mo-out.hdr-search:hover span {
            color: #333;
        }

/**Search Mobile*/
.menu_v2 a.hdr-action__item.__ht.hdr-search {
    width: calc(100% - 60px);
    background: #ce141e;
}

    .menu_v2 a.hdr-action__item.__ht.hdr-search strong {
        position: absolute;
        top: 12px;
        left: 9px;
        font-weight: normal;
    }

    .menu_v2 a.hdr-action__item.__ht.hdr-search .micon {
        font-weight: normal;
        font-size: 15px;
    }

    .menu_v2 a.hdr-action__item.__ht.hdr-search span {
        position: absolute;
        right: 10px;
        display: block;
    }

.menu_v2 a.hdr-action__item.__ht.hdr-search {
    position: relative;
}

    .menu_v2 a.hdr-action__item.__ht.hdr-search input {
        width: 100%;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 60px;
        color: #fff;
        font-size: 12px;
        border: 0;
        border-bottom: 1px solid #fff;
        background: none;
    }

        .menu_v2 a.hdr-action__item.__ht.hdr-search input:focus {
            outline: none;
        }

        .menu_v2 a.hdr-action__item.__ht.hdr-search input::placeholder {
            color: #fff;
        }

.menu_v2 .mo-out-items {
    display: none;
}

.mediaSmall .menu_v2 .mo-out-items {
    display: block;
    padding: 25px;
    text-align: center;
}

    .mediaSmall .menu_v2 .mo-out-items .hdr-action__item.mo-out {
        display: block;
        border: 1px solid #ddd;
        border-bottom: 0;
    }

    .mediaSmall .menu_v2 .mo-out-items a.hdr-action__item.mo-out:hover {
        text-decoration: none;
        color: #2f3b42;
    }

    .mediaSmall .menu_v2 .mo-out-items .hdr-action__item.mo-out:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .mediaSmall .menu_v2 .mo-out-items .hdr-action__item.mo-out:last-child {
        border-bottom: 1px solid #ddd;
    }

    .mediaSmall .menu_v2 .mo-out-items .hdr-action__item.mo-out strong {
        display: none;
    }

/**Phone Expanded*/
.menu_v2 a.hdr-action__item.__ht.hdr-phone-boxed {
    min-width: 35px;
    min-height: 35px;
    width: 60px;
}

    .menu_v2 a.hdr-action__item.__ht.hdr-phone-boxed strong {
        display: block;
        min-width: 35px;
        min-height: 35px;
        text-align: center;
        border: 1px solid #fff;
        padding-top: 5px;
    }

    .menu_v2 a.hdr-action__item.__ht.hdr-phone-boxed span {
        display: none;
    }

.menu_v2 .hdr-action__item.__ht.hdr-phone-boxed .micon {
    color: #fff;
    margin-right: 0;
    font-size: 20px;
}

.menu_v2 .home-icon-text {
    display: none;
}

.menu_v2 .hdr__logo {
    margin-left: 25px;
}

.menu_v2 .hdr-conversion-items-container {
    display: none;
}

.menu_v2 .hdrsub-conversions {
    padding: 10px 0;
}

    .menu_v2 .hdrsub-conversions li .hdr-conversion-items {
        margin-bottom: 0;
        padding: 10px;
        text-align: center;
        font-size: 11px;
        text-transform: uppercase;
        display: block;
    }

.menu_v2 .hdr-action__item.__ht:nth-last-child(1) {
    order: unset;
}

.menu_v2 .hdr-action__item.__ht:nth-last-child(2) {
    order: unset;
}

.menu_v2 .hdr-navs__item {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .menu_v2 nav.hdr-navs, .menu_v1 nav.hdr-navs {
        float: right;
    }

    .menu_v2 nav.hdr-navs {
        padding-right: 15px;
    }

    .menu_v2 .hdr_fullwidth {
        padding-left: 0;
        padding-right: 0;
    }

    .menu_v2 .nav-content__area {
        min-width: 285px; /*570px;*/
    }

        .menu_v2 .nav-content__area.extended {
            min-width: 570px;
        }

    .menu_v2 .hdrsub-list {
        width: 285px;
        margin: 25px 0;
        border-right: none;
    }

        .menu_v2 .hdrsub-list.border-right {
            border-right: 1px solid #e6e8e8;
        }

        .menu_v2 .hdrsub-list.border-left {
            border-left: 1px solid #e6e8e8;
        }

    .menu_v2 ul.hdrsub-sub-menu {
        display: none;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

        .menu_v2 ul.hdrsub-sub-menu li {
            margin-top: 15px;
        }

            .menu_v2 ul.hdrsub-sub-menu li:first-child {
                margin-top: 0;
            }

    .menu_v2 li.hdrsub-list__item {
        margin-top: 15px;
    }

    .menu_v2 .hdrsub-list__link {
        padding: 15px 30px 15px 40px;
        font-size: 13px;
    }

    .menu_v2 li.hdrsub-list__item.has-children-nodes.hdr-list-active span {
        background: #2f3b42;
        color: #fff;
        text-decoration: none;
    }

    .menu_v2 li.hdrsub-list__item.has-children-nodes.hdr-list-active ul.hdrsub-sub-menu {
        display: block;
        position: absolute;
        top: 0;
        right: -285px;
        width: 285px;
        min-height: 100%;
        height: auto;
        padding: 25px 0;
        background: #fff;
    }

    .menu_v2 .hdr-navs__lvl-1 {
        font-size: 13px;
        padding: 0 15px 0 15px;
    }

        .menu_v2 .hdr-navs__lvl-1:after {
            right: -1px;
            font-size: 13px;
            margin-top: -9px;
        }

    .menu_v2 .hdr-navs__item {
        margin-left: 25px;
    }

    .menu_v2 li.hdr-navs__item:last-child {
        margin-right: 32.5px;
    }

    .menu_v2 li.hdr-navs__item.hidden {
        display: none;
    }

    .menu_v2 li.hdr-navs__item.open {
        display: block;
    }

    .menu_v2 .hdrsub-list__link.hdr-level2-links.btn-type--go:after {
        right: 25px;
    }
    /*.menu_v2 a.hdr-action__item.__ht:last-child {
		display: none;
	}*/
}

@media (max-width: 1199px) {
    .menu_v2 .home-icon {
        display: none;
    }

    .menu_v2 .home-icon-text {
        display: block;
    }

    .menu_v2 .hdr-navs__list {
        padding-top: 15px;
    }

    .menu_v2 .hdr-navs__lvl-1 {
        padding: 12.5px 25px 12.5px 25px;
    }

        .menu_v2 .hdr-navs__lvl-1.home-icon-text {
            padding-top: 15px;
            padding-bottom: 17.5px;
        }

        .menu_v2 .hdr-navs__lvl-1:after, .hdr-navs__item.open span.hdr-navs__lvl-1:after {
            margin-left: 0;
            right: 25px;
            content: "";
        }

    .menu_v2 span.hdr-navs__lvl-1:after {
        margin-left: 0;
        right: 25px;
        content: "\e90a";
    }

    .menu_v2 .nav-content {
        background: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .menu_v2 .hdrsub-list__link {
        color: #2f3b42;
        font-size: 16px;
        padding: 12.5px 25px;
    }

    .menu_v2 li.hdrsub-list__item.has-children-nodes .btn-type--go:after {
        display: none;
    }

    .menu_v2 .hdr-navs__item.open .hdr-navs__lvl-1:before {
        display: none;
    }

    .menu_v2 li.hdr-navs__item.open span.hdr-navs__lvl-1 {
        padding-left: 65px;
        padding-top: 15px;
        padding-bottom: 17.5px;
    }

        .menu_v2 li.hdr-navs__item.open span.hdr-navs__lvl-1:before {
            display: inline-block;
            content: "\e909";
            font-family: icomoon;
            position: absolute;
            left: 15px;
            top: 5px;
        }

    .menu_v2 .hdrsub-list {
        padding: 0;
    }

    .menu_v2 .hdrsub-list__link.hdr-level2-links {
        padding-top: 17.5px;
    }

    .menu_v2 ul.hdrsub-sub-menu {
        display: block;
    }

    .menu_v2 .hdrsub-sub-menu li .hdrsub-list__link {
        color: #82898e;
        font-size: 14px;
    }

    .menu_v2 .hdr-action__item.__ht:nth-last-child(1) {
        order: unset;
    }

    .menu_v2 .hdr-action__item.__ht:nth-last-child(2) {
        order: unset;
    }

    .mediaSmall .menu_v2 li.hdr-navs__item.open .hdr-conversion-items-container {
        display: block;
    }

    .mediaSmall .menu_v2 .hdrsub-conversions li .hdr-conversion-items {
        border: 1px solid;
        margin: 5px 25px;
    }

    .menu_v2 .hdrsub-conversions li a.hdr-conversion-items:hover {
        color: #2f3b42;
        text-decoration: none;
    }

    .mediaSmall .menu_v2 .mo-out-items .hdr-action__item.mo-out {
        height: auto;
        padding: 15px 10px;
    }
}

.samples-downloads {
    padding-top: 80px;
}

    .samples-downloads .showMobile {
        display: none;
    }

    .samples-downloads .hideMobile {
        display: block;
    }

    .samples-downloads .sd-main-section.content-section {
        padding-bottom: 80px;
    }

    .samples-downloads .sd-main-section .block-heading__group {
        padding: 0;
    }

    .samples-downloads .sd-sub-section.content-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .samples-downloads .sd-sub-section .block-heading__group {
        padding: 0 0 80px 0;
    }

        .samples-downloads .sd-sub-section .block-heading__group .block-heading__title {
            text-transform: none;
        }


    .samples-downloads img, video, object {
        width: 100%;
    }

    .samples-downloads .load-more {
        border-top: 1px solid #ddd;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .samples-downloads .load-more .load-more-action {
            position: absolute;
            top: -34px;
            left: -webkit-calc(58% - 150px);
            left: -moz-calc(58% - 150px);
            left: calc(58% - 150px);
            background: #fff;
            padding: 20px;
            cursor: pointer;
        }

            .samples-downloads .load-more .load-more-action .micon {
                border-radius: 50%;
                border: 1px solid;
                padding: 6px;
            }

@media (max-width: 991px) {
    .samples-downloads {
        width: calc(100% - 30px);
    }

        .samples-downloads .showMobile {
            display: block;
            text-align: left;
        }

        .samples-downloads .hideMobile {
            display: none;
        }
}

.flex__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
}

    .flex__container .flex__item-4 {
        padding-right: 25px;
        width: 25%;
        margin-bottom: 30px;
    }

        .flex__container .flex__item-4 .item__img_container {
            display: block;
            position: relative;
            overflow-y: hidden;
            box-shadow: 0 0 10px #aaa;
        }

            .flex__container .flex__item-4 .item__img_container.case-studies {
                height: 230px;
            }

            .flex__container .flex__item-4 .item__img_container.magazines {
                height: 415px;
            }

            .flex__container .flex__item-4 .item__img_container.resources {
                height: 230px;
            }

            .flex__container .flex__item-4 .item__img_container.videos {
                height: 195px;
            }

            .flex__container .flex__item-4 .item__img_container .item_img {
                /*position: absolute;*/
            }

        .flex__container .flex__item-4 .item__btn_container {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            justify-content: center;
        }

        .flex__container .flex__item-4 .item__btn {
            margin-top: 20px;
            padding: 0 20px;
        }

        .flex__container .flex__item-4 .item__btn__text {
            display: inline-block;
            font-size: 14px;
            width: auto;
            padding-left: 30px;
            padding-right: 30px;
            height: 42px;
            line-height: 43px;
            color: #fff;
            float: left;
            background: #2f3b42;
            text-align: center;
        }

        .flex__container .flex__item-4 .item__btn__icon {
            display: inline-block;
            color: #fff;
            background: #E91D24;
            height: 42px;
            width: 42px;
        }

            .flex__container .flex__item-4 .item__btn__icon i.micon.micon--chevron-thin-right {
                margin-top: 12px;
                margin-left: 12px;
                display: block;
            }

        .flex__container .flex__item-4 .item__name {
            width: 100%;
            margin-top: 20px;
            text-align: center;
        }

    .flex__container.magazine-mobile .flex__item-4 .item__img_container.magazines img.item_img {
        display: none;
    }

@media (min-width: 1201px) and (max-width: 1400px) {

    .flex__container .flex__item-4 .item__img_container.magazines {
        height: 280px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {

    .flex__container .flex__item-4 .item__img_container.magazines {
        height: 235px;
    }

    .flex__container .flex__item-4 .item__img_container.case-studies {
        height: 210px;
    }
}

@media (max-width: 1099px) and (min-width: 1025px) {
    .flex__container .flex__item-4 .item__img_container.magazines {
        height: 225px;
    }

    .flex__container .flex__item-4 .item__img_container.case-studies {
        height: 170px;
    }

    .flex__container .flex__item-4 .item__img_container.videos {
        height: 130px;
    }

    .flex__container .flex__item-4 .item__img_container.resources {
        height: 180px;
    }
}

@media (min-width: 1025px) and (max-width: 1224px) {

    .flex__container .flex__item-4 .item__btn__text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .flex__container .flex__item-4 {
        width: 50% !important;
    }

        .flex__container .flex__item-4:nth-child(2) {
            padding-right: 0 !important;
        }
}

@media (max-width: 767px) {
    .flex__item-4 {
        width: 100% !important;
        padding-right: unset !important;
    }

    .flex__container.magazine-mobile {
        -webkit-flex-flow: row wrap;
        justify-content: center;
    }

        .flex__container.magazine-mobile .flex__item-4 {
        }

            .flex__container.magazine-mobile .flex__item-4 .item__img_container.magazines {
                height: auto;
                width: calc(50% - 15px) !important;
                display: inline-block !important;
                float: left;
            }

                .flex__container.magazine-mobile .flex__item-4 .item__img_container.magazines img.item_img {
                    display: block;
                }

        .flex__container.magazine-mobile .item__btn_container {
            display: inline-block !important;
            width: 50% !important;
            float: left;
            padding-top: 45px !important;
        }

        .flex__container.magazine-mobile .flex__item-4 .item__btn {
            padding-right: 0 !important;
        }

        .flex__container.magazine-mobile .flex__item-4 .item__name {
            text-align: left;
        }

        .flex__container.magazine-mobile .flex__item-4 .item__btn__text {
            padding-left: 10px;
            padding-right: 10px;
        }

        .flex__container.magazine-mobile .flex__item-4 .item__btn__icon {
            width: 38px;
        }
}

@media (max-width: 420px) {
    .flex__container.magazine-mobile .flex__item-4 .item__img_container.magazines {
        height: auto;
        background-image: none !important;
    }

    .flex__container.magazine-mobile .item__btn_container {
        width: 54% !important;
        padding-top: 10px !important;
    }

    .flex__container.magazine-mobile .flex__item-4 .item__btn {
        padding: 0 0 0 10px;
    }

    .samples-downloads .sd-main-section.content-section {
        padding-bottom: 0;
    }
}



.search {
    margin-bottom: 75px;
}

    .search form {
        max-width: 100%;
        padding: 0;
    }

        .search form input {
            height: 54px;
            width: calc(100% - 102px);
            border: solid 2px #2f3b42;
            background-color: transparent;
            padding: 9px;
            box-shadow: none;
            font-size: 25px;
        }

            .search form input:focus {
                outline: 0;
                background: #f7f1f1;
                padding-left: 9px;
            }

        .search form button {
            display: inline-block;
            text-align: center;
            cursor: pointer;
            -webkit-appearance: none;
            -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
            transition: background-color 0.25s ease-out, color 0.25s ease-out;
            vertical-align: bottom;
            border: 1px solid transparent;
            border-radius: 0;
            background-color: #E91D24;
            width: 95px;
            height: 54px;
            color: #fff;
        }

            .search form button:hover {
                background: #cf000c;
            }

            .search form button span.text {
                font-size: 22px;
                display: none;
            }

            .search form button .rich-icon__icon {
                background: none;
            }

.search-results h1 {
    display: inline-block;
    margin-bottom: 45px;
    font-weight: 700;
    line-height: 45px;
    font-size: 44px;
}

.search-results i.text {
    display: inline-block;
    margin: 20px;
}

.search-results-items .search-result-item {
    padding: 30px 0;
    border-bottom: 1px solid #a0a0a0;
}

    .search-results-items .search-result-item:first-child {
        border-top: 1px solid #a0a0a0;
    }

    .search-results-items .search-result-item:last-child {
        border: none;
    }

.search-listing .search-result-item .search-item-title {
    font-size: 20px;
}

.search-item-title a h4 {
    font-weight: bold;
    font-size: 21px;
    margin: 20px 0 30px;
}

.search-item-title a > h4 {
    word-break: break-all;
    transition: all 0.3s;
}

.search-item-title a:visited, .search-item-title a:focus {
    text-decoration: none;
    color: #333;
}

.search-item-title a:hover {
    text-decoration: none;
    color: #ed1c24;
}

.loadMoreSearchResults {
    color: #ed1c24;
    border: 1px #ce141e;
    border-style: dotted;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    width: 150px;
    margin: 20px auto;
    font-weight: bold;
    cursor: pointer;
    transition: border-style 0.6s;
}

    .loadMoreSearchResults:hover {
        border-style: solid;
    }

div.search-bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 20px;
    border-right: 1px solid #ebebeb;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #f7f7f7;
    cursor: pointer;
}

    div.search-bar:hover, div.search-bar:focus, .div.search-bar:active {
        background: #2f3b42;
        color: #fff;
        text-decoration: none;
    }

    div.search-bar .micon {
        color: #ed1c24;
        font-weight: bold;
        font-size: 22px;
        margin-right: 10px;
    }

    div.search-bar:hover .micon, div.search-bar:focus .micon, div.search-bar:active .micon {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #fff;
    }

.search-bar-form-container {
    height: 55px;
    padding: 12px 20px 0 20px;
    background: #f7f7f7;
    border-right: 1px solid #ebebeb;
}

    .search-bar-form-container form.search-bar-form {
        width: 200px;
        border-bottom: 1px solid #2f3b42;
        padding: 0;
    }

        .search-bar-form-container form.search-bar-form i.micon {
            font-weight: normal;
            font-size: 17px;
            color: #ed1c24;
        }

        .search-bar-form-container form.search-bar-form input.hdr-search-input {
            width: calc(100% - 79px);
            border: 0;
            background: transparent;
            color: #acb1b3;
            font-size: 12px;
        }

            .search-bar-form-container form.search-bar-form input.hdr-search-input:focus {
                outline: none;
                padding: 0;
            }

        .search-bar-form-container form.search-bar-form button.button {
            font-size: 12px;
            border: 0;
            background: transparent;
            padding: 0;
            margin: 0;
        }

            .search-bar-form-container form.search-bar-form button.button:focus {
                padding: 0;
            }

@media (max-width: 1199px) {
    /*.search-bar-wrapper {
        width: 50%;
        order: 2;
    }*/

        .search-bar-wrapper.extended {
            width: 100%;
        }

    div.search-bar {
        height: 40px;
        background: #ed1c24;
        color: #fff;
        border-right: 1px solid #ed1c24;
    }

        div.search-bar:hover, div.search-bar:focus, .div.search-bar:active {
            background: #cf000c;
            color: #fff;
            text-decoration: none;
        }

    .search-bar-form-container {
        height: 40px;
        padding: 5px 20px 0 20px;
        border-right: 0;
        background: #ed1c24;
    }

        .search-bar-form-container form.search-bar-form {
            width: 100%;
            max-width: 100%;
            border-bottom: 1px solid #fff;
        }

    div.search-bar .micon {
        color: #fff;
        font-size: 17px;
    }

    .search-bar-form-container form.search-bar-form i.micon {
        font-weight: normal;
        font-size: 15px;
        color: #fff;
    }

    .search-bar-form-container form.search-bar-form input.hdr-search-input {
        color: #fff;
    }

        .search-bar-form-container form.search-bar-form input.hdr-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
        }

        .search-bar-form-container form.search-bar-form input.hdr-search-input::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
        }

        .search-bar-form-container form.search-bar-form input.hdr-search-input:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
        }

        .search-bar-form-container form.search-bar-form input.hdr-search-input:-moz-placeholder { /* Firefox 18- */
            color: #fff;
        }

    .search-bar-form-container form.search-bar-form button.button {
        color: #fff;
    }
}

.search-item-title.search-media-item:before {
    left: 19px;
    top: 14px;
    content: "\e022";
    position: absolute;
    font-family: 'Glyphicons Halflings';
}

.search-item-title.search-media-item {
    padding-left: 30px;
}

@media(max-width: 767px) {
    .search-item-title.search-media-item:before {
        top: -6px;
    }
}

.cta_flex{
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
}

.item__btn.cta_btn {
    margin-top: 20px;
    padding: 0 20px;
}

.cta_btn .item__btn__text {
    display: inline-block;
    font-size: 14px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    height: 42px;
    line-height: 43px;
    color: #fff;
    float: left;
    background: #2f3b42;
    text-align: center;
}

.cta_btn .item__btn__icon {
    display: inline-block;
    color: #fff;
    background: #E91D24;
    height: 42px;
    width: 42px;
}

.cta_btn .item__btn__icon i.micon.micon--chevron-thin-right {
    margin-top: 12px;
    margin-left: 12px;
    display: block;
}


.samples-downloads .block-imgcta__title {
    color: #2f3b42;
    font-size: 34px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    display: block;
    background: rgba(255, 255, 255, 0.77);
    padding: 5px;
    width: 100%;
}

@media (max-width: 1199px) {
    .mediaSmall .menu_v1 .mo-out-items {
        margin-top: 50px;
        padding: 15px;
    }

    .mediaSmall .menu_v1 .mo-out-items a.hdr-action__item.mo-out {
        display: block;
        border : 1px solid;
        text-align: center;
        border-top: 0;
        /* padding: 15px 10px; */
    }

    .mediaSmall .menu_v1 .mo-out-items a.hdr-action__item.mo-out:first-child {
        border-top: 1px solid;
        border-radius: 5px 5px 0 0;
    }

    .mediaSmall .menu_v1 .mo-out-items a.hdr-action__item.mo-out:hover {
        text-decoration: none;
        color: #cf000c;
        border-top: 1px solid #cf000c;
    }

    .mediaSmall .menu_v1 .mo-out-items a.hdr-action__item.mo-out i.micon {
        display: none;
    }
}
@media (min-width: 1199px) {
  .menu_v1 .mo-out-items {
       display: none;
    }
}

.home-icon{
    padding: 10px 15px;
}


@media (max-width: 1199px){
.search-bar-wrapper {
    width: 50%;
    order: 4;
    border-right: 1px solid #ce141e;
}
}

a.hdr-action__item.__ht.hdr-phone-boxed span {
    display: none;
   }
.hdr-action__item.__ht.hdr-phone-boxed {
    width: 35px;
}

@media (max-width: 1199px){
.hdr-action__item.__ht {
    width: 50%;
    background: #ed1c24;
    color: #fff;
    border-right: 1px solid #ce141e;
    font-size: 12px;
}
}