@charset "UTF-8";
/*!
*testy mctestface 123
 * 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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

fieldset {
    border: 1px solid #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 {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !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: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        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 td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/cbi-icons.eot");
    src: url("../fonts/bootstrap/cbi-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/cbi-icons.woff2") format("woff2"), url("../fonts/bootstrap/cbi-icons.woff") format("woff"), url("../fonts/bootstrap/cbi-icons.ttf") format("truetype"), url("../fonts/bootstrap/cbi-icons.svg#cbi-icons") 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-eur:before, .glyphicon-euro: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;
}

:after, :before {
    -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: Ubuntu ", sans-serif !default;\a//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.\a$font-family-monospace:   Ubuntu", sans-serif;
    font-size: 18px;
    line-height: 1.25;
    color: #222626;
    background-color: #fff;
}

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

a {
    color: #fff;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #fff;
        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.25;
    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: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #f8f5f5;
}

.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: 300;
    line-height: 1.25;
    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.25;
        color: #f8f5f5 default;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

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

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

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

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

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

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

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

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

.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;
}

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

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

.text-muted {
    color: #f8f5f5 default;
}

.text-primary {
    color: #870051;
}

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

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #f8f5f5;
}

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

    ol ol, ol ul, ul ol, ul ul {
        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: 22px;
}

dd, dt {
    line-height: 1.25;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

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

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 22.5px;
    border-left: 5px solid #f8f5f5;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.25;
        color: #f8f5f5 default;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #f8f5f5;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.25;
}

code, kbd, pre, samp {
    font-family: Ubuntu ", sans-serif !default;\a//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.\a$font-family-monospace:   Ubuntu", sans-serif;
}

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;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 17px;
    line-height: 1.25;
    word-break: break-all;
    word-wrap: break-word;
    color: #cccccc;
    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: 20px;
    padding-right: 20px;
}

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

    .container:after {
        clear: both;
    }

@media (min-width:601px) {
    .container {
        width: 649px;
    }
}

@media (min-width:801px) {
    .container {
        width: 801px;
    }
}

@media (min-width:1201px) {
    .container {
        width: 1201px;
    }
	
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -20px;
    margin-right: -20px;
}

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

    .row:after {
        clear: both;
    }

.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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
}

.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:601px) {
    .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:801px) {
    .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:1201px) {
    .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: #f8f5f5 default;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.25;
        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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

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

.table-bordered {
    border: 1px solid #ddd;
}

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

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        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 > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width:600px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

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

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

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

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

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

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 27px;
    line-height: inherit;
    color: #cccccc;
    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=checkbox], input[type=radio] {
    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=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.25;
    color: #8e9595;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.25;
    color: #8e9595;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .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: #8e9595;
        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=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 36px;
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 33px;
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px;
    }
}

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

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 40px;
}

    .form-control-static.input-lg, .form-control-static.input-sm, .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, .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-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    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 select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 45px;
    }

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

.form-group-lg .form-control + .form-control-feedback, .input-group-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-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-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-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio 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 .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio 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 .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio 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: 27px;
}

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

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

@media (min-width:601px) {
    .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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

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

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

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        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: #fff;
        border-color: #ccc;
    }

    .btn-default:hover {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #333;
            background-color: #fff;
            border-color: #ccc;
        }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #870051;
    border-color: #870051;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #ffffff;
        background-color: #870051;
        border-color: #870051;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #870051;
        border-color: #870051;
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #870051;
        border-color: #870051;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #ffffff;
            background-color: #870051;
            border-color: #870051;
        }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #870051;
        border-color: #870051;
    }

    .btn-primary .badge {
        color: #870051;
        background-color: #ffffff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #222626;
    background-color: #e6e6e6;
    border-color: white;
}

    .btn-info.focus, .btn-info:focus {
        color: #222626;
        background-color: #e6e6e6;
        border-color: white;
    }

    .btn-info:hover {
        color: #222626;
        background-color: #e6e6e6;
        border-color: white;
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        color: #222626;
        background-color: #e6e6e6;
        border-color: white;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #222626;
            background-color: #e6e6e6;
            border-color: white;
        }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #e6e6e6;
        border-color: white;
    }

    .btn-info .badge {
        color: #e6e6e6;
        background-color: #222626;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #f0ad4e;
            border-color: #eea236;
        }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        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: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #d9534f;
            border-color: #d43f3a;
        }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #fff;
    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:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #fff;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #8e9595;
                text-decoration: none;
            }

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

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

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

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

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

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].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;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-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;
}

.dropdown, .dropup {
    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: 18px;
    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: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.25;
        color: #cccccc;
        white-space: nowrap;
    }

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

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

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

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

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.25;
    color: #f8f5f5 default;
    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:601px) {
    .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-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            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:after, .btn-toolbar:before {
        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-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .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-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .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:after, .btn-group-vertical > .btn-group:before {
        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-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    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: 18px;
    font-weight: normal;
    line-height: 1;
    color: #8e9595;
    text-align: center;
    background-color: #f8f5f5;
    border: 1px solid #cccccc;
    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: 14px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

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

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            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:after, .nav:before {
        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:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #f8f5f5;
            }

        .nav > li.disabled > a {
            color: #f8f5f5 default;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #f8f5f5 default;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #f8f5f5;
        border-color: #fff;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 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.25;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #f8f5f5 #f8f5f5 #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #ddd;
            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:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #870051;
    }

.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:601px) {
    .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-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:601px) {
    .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-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        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: 22px;
    border: 1px solid transparent;
}

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

    .navbar:after {
        clear: both;
    }

@media (min-width:601px) {
    .navbar {
        border-radius: 4px;
    }
}

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

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

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 16px;
    padding-left: 16px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

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

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

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:601px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

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

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -16px;
    margin-left: -16px;
}

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:601px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:601px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        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: 14px 16px;
    font-size: 18px;
    line-height: 22px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:601px) {
    .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
        margin-left: -16px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 16px;
    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:601px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -16px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width:600px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:601px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }
}

.navbar-form {
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 16px;
    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: 7px;
    margin-bottom: 7px;
}

@media (min-width:601px) {
    .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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:600px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:601px) {
    .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: 7px;
    margin-bottom: 7px;
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

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

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width:601px) {
    .navbar-text {
        float: left;
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width:601px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -16px;
    }

        .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:focus, .navbar-default .navbar-brand:hover {
            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:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            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:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:600px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        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:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: white;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: white;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff;
    }

@media (max-width:600px) {
    .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: white;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: white;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: white;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    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: #f8f5f5 default;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.25;
            text-decoration: none;
            color: #fff;
            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:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #fff;
            background-color: #f8f5f5;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #870051;
        border-color: #870051;
        cursor: default;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #f8f5f5 default;
        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: 14px;
    line-height: 1.5;
}

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

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

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}

    .pager:after, .pager:before {
        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:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #f8f5f5;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #f8f5f5 default;
        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:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: rgba(255, 255, 255, 0);
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: rgba(255, 255, 255, 0);
    }

.label-primary {
    background-color: rgba(255, 255, 255, 0);
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: rgba(255, 255, 255, 0);
    }

.label-success {
    background-color: rgba(255, 255, 255, 0);
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: rgba(255, 255, 255, 0);
    }

.label-info {
    background-color: rgba(255, 255, 255, 0);
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: rgba(255, 255, 255, 0);
    }

.label-warning {
    background-color: rgba(255, 255, 255, 0);
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: rgba(255, 255, 255, 0);
    }

.label-danger {
    background-color: rgba(255, 255, 255, 0);
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: rgba(255, 255, 255, 0);
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #f8f5f5 default;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #fff;
    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:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f8f5f5;
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 27px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #e3d7d7;
    }

    .jumbotron .container {
        max-width: 100%;
        border-radius: 6px;
    }

@media screen and (min-width:601px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container-fluid .jumbotron, .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 81px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.25;
    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: #222626;
    }

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

.alert {
    padding: 15px;
    margin-bottom: 22px;
    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 {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #870051;
    -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-bar-striped, .progress-striped .progress-bar {
    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-bar.active, .progress.active .progress-bar {
    -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-body, .media-left, .media-right {
    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:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        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:focus, .list-group-item.disabled:hover {
    background-color: #f8f5f5;
    color: #f8f5f5 default;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #f8f5f5 default;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #870051;
    border-color: #870051;
}

    .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: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, .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 {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #ff54bb;
    }

.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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        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: 22px;
    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:after, .panel-body:before {
        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: 21px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .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 > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

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

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table-responsive:first-child > .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:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .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, .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: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:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .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, .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: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:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .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, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .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, .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 {
                border-bottom-left-radius: 3px;
            }

            .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, .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 {
                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 td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

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

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

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .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, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > 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: 22px;
}

    .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 > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            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: #cccccc;
        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: #cccccc;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #870051;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #870051;
        border-color: #870051;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #870051;
        }

        .panel-primary > .panel-heading .badge {
            color: #870051;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #870051;
    }

.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 embed, .embed-responsive iframe, .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: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:focus, .close:hover {
        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: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-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:after, .modal-header:before {
        content: " ";
        display: table;
    }

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

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

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

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:after, .modal-footer:before {
        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:601px) {
    .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:801px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Ubuntu ", sans-serif !default;\a//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.\a$font-family-monospace:   Ubuntu", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.25;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Ubuntu ", sans-serif !default;\a//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.\a$font-family-monospace:   Ubuntu", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.25;
    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: 18px;
    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: 18px;
    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 > a > img, .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media (-webkit-transform-3d),(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: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-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.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -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: 10;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity:2.5;
    filter: alpha(opacity=30);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

    .carousel-control.left {
        width: 11%;
        margin-top: 29%;
        left: 42%;
        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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        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;
        width: 11%;
        margin-top: 39%;
        right: 42%;
        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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        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.right img {
            width: 24%;
    min-height: 24px;
    max-height: 40px;
    position: absolute;
    bottom: 8px;
    opacity:0.4;
        }
            .carousel-control.right img:hover {
                opacity:1;
            }
            .carousel-control.left img:hover {
                opacity:1;
            }

    .carousel-control.left img {
        width: 24%;
    min-height: 24px;
    max-height: 40px;
    position: absolute;
    bottom: 8px;
    opacity:0.4;
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        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:601px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        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;
        display:none;
    }
}

.clearfix:after, .clearfix:before {
    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-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

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

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

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

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

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

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

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

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

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

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

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

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

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

@media (min-width:1201px) {
    .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;
    }

    td.visible-print, th.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;
    }
}

[dir=rtl] .float_left {
    float: right !important;
}

[dir=rtl] .float_right {
    float: left !important;
}

[dir=rtl] .float_none {
    float: none !important;
}

[dir=rtl] .text-left {
    text-align: right !important;
}

[dir=rtl] .text-right {
    text-align: left !important;
}

[dir=rtl] .fix_left {
    right: 0;
    left: auto;
}

[dir=rtl] .fix_right {
    right: auto;
    left: 0;
}

[dir=rtl] .clear_right {
    clear: left;
}

[dir=rtl] .clear_left {
    clear: right;
}

[dir=rtl] .border_left {
    border-left: none;
    border-right-style: solid;
}

[dir=rtl] .border_right {
    border-right: none;
    border-left-style: solid;
}

[dir=rtl] .bullet_list--item {
    padding-right: 15px;
    padding-left: 0;
}

    [dir=rtl] .bullet_list--item:before {
        right: 0;
        left: auto;
    }

[dir=rtl] .check_list--item {
    padding-right: 30px;
    padding-left: 0;
}

    [dir=rtl] .check_list--item:before {
        right: -6px;
        left: auto;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}

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

    .container:after {
        clear: both;
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .container {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .container {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width:1201px) {
    .container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width:1400px) {
    .container {
        width: 1400px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -40px;
    margin-right: -40px;
}

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

    .row:after {
        clear: both;
    }

@media (min-width:320px) {
    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media (min-width:601px) {
    .row {
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media (min-width:801px) {
    .row {
        margin-left: -32px;
        margin-right: -32px;
    }
}

@media (min-width:1201px) {
    .row {
        margin-left: -40px;
        margin-right: -40px;
    }
}

.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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .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, .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, .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, .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 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .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, .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, .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, .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 {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .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, .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, .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, .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 {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width:1201px) {
    .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, .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, .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, .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 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width:1400px) {
    .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, .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, .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, .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 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.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:601px) {
    .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:801px) {
    .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:1201px) {
    .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%;
    }
}

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

.clearfix:after {
    clear: both;
}

.mask {
    opacity: 0;
}

.hide {
    display: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear_right {
    clear: right;
}

.clear_left {
    clear: left;
}

.float_none {
    float: none;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.fix_left {
    position: absolute;
    left: 0;
}

.fix_right {
    position: absolute;
    right: 0;
}

.border_left {
    border-left-style: solid;
}

.border_right {
    border-right-style: solid;
}

.transparent {
    background-color: transparent;
}

.relative {
    position: relative;
}

.inline-block {
    display: inline-block;
}

@font-face {
    font-family: 'Ubuntu', sans-serif;
    src: url("../fonts/Ubuntu.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-Medium', sans-serif;
    src: url("..fonts/Ubuntu-Medium.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-MediumItalic', sans-serif;
    src: url("../fonts/Ubuntu-MediumItalic.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-Light', sans-serif;
    src: url("../fonts/Ubuntu-Light.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-LightItalic', sans-serif;
    src: url("../fonts/Ubuntu-LightItalic.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-Italic', sans-serif;
    src: url("../fonts/Ubuntu-Italic.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-Bold', sans-serif;
    src: url("../fonts/Ubuntu-Bold.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-BoldItalic', sans-serif;
    src: url("../fonts/Ubuntu-BoldItalic.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-Light', sans-serif;
    src: url("../fonts/Ubuntu-Light.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url("../fonts/Ubuntu-Bold.eot") format("embedded-opentype");
}

abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Ubuntu", sans-serif;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: #222626;
    background: white;
    overflow-x: hidden !important;
}

ol, ul {
    list-style: none;
}

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

caption, td, th {
    text-align: left;
    font-weight: normal;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clear {
    clear: both;
    display: inline-block;
}

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

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

body {
    font-weight: 300;
}

.c2-hero .hero-content h1, h1 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
    z-index:1000;
}

h2 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

h3 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

h4 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.small, body {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.smallest {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.text__link {
    color: #222626;
}

@media (min-width:320px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

@media (min-width:601px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 26px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

@media (min-width:801px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 28px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

@media (min-width:1201px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 28px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    font-family: inherit;
    line-height: 1.25;
}

.smaller {
    font-size: 16px !important;
}

.lead {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
}

@media (min-width:601px) {
    .lead {
        font-size: 27px;
    }
}

.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;
}

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

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

.text-muted {
    color: #f8f5f5 default;
}

.text-primary {
    color: #870051;
}

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

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #f8f5f5;
}

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

    ol ol, ol ul, ul ol, ul ul {
        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: 22px;
}

dd, dt {
    line-height: 1.25;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

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

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 22.5px;
    border-left: 5px solid #f8f5f5;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.25;
        color: #f8f5f5 default;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #f8f5f5;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.25;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

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

    .navbar:after {
        clear: both;
    }

@media (min-width:601px) {
    .navbar {
        border-radius: 4px;
    }
}

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

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

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 16px;
    padding-left: 16px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

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

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

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:601px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

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

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -16px;
    margin-left: -16px;
}

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:601px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:601px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        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: 14px 16px;
    font-size: 18px;
    line-height: 22px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:601px) {
    .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
        margin-left: -16px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 16px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    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:601px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -16px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width:600px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:601px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }
}

.navbar-form {
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 16px;
    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: 7px;
    margin-bottom: 7px;
}

@media (min-width:601px) {
    .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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:600px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:601px) {
    .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: 7px;
    margin-bottom: 7px;
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

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

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width:601px) {
    .navbar-text {
        float: left;
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width:601px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -16px;
    }

        .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:focus, .navbar-default .navbar-brand:hover {
            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:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            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:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:600px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        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:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: white;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: white;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff;
    }

@media (max-width:600px) {
    .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: white;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: white;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: white;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:after, .nav:before {
        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:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #f8f5f5;
            }

        .nav > li.disabled > a {
            color: #f8f5f5 default;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #f8f5f5 default;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #f8f5f5;
        border-color: #fff;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 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.25;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #f8f5f5 #f8f5f5 #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #ddd;
            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:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #870051;
    }

.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:601px) {
    .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-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:601px) {
    .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-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        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;
}

@font-face {
    font-family: "cbi-icons";
    src: url("../fonts/cbi-icons.eot");
    src: url("../fonts/cbi-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/cbi-icons.woff") format("woff"), url("../fonts/cbi-icons.ttf") format("truetype"), url("../fonts/cbi-icons.svg") format("svg");
}

.btn-primary-icon:after, .btn-primary-icon:before, .cbicons:after, .cbicons:before {
    position: relative;
    display: inline-block;
    font-family: "cbi-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

[class*=" icon-"]:after, [class*=" icon-"]:before, [class^=icon-]:after, [class^=icon-]:before {
    position: relative;
    display: inline-block;
    font-family: "cbi-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

.icon-add:before {
    content: "\e002";
}

.icon-youtube:before {
    content: "\e003";
}

.icon-bank:before {
    content: "\e004";
}

.icon-basket:before {
    content: "\e005";
}

.icon-callback:before {
    content: "\e006";
}

.icon-chevron-down:before {
    content: "\e007";
}

.icon-chevron-left:before {
    content: "\e008";
}

.icon-chevron-right:before {
    content: "\e009";
}

.icon-chevron-up:before {
    content: "\e00a";
}

.icon-clock:before {
    content: "\e00b";
}

.icon-close:before {
    content: "\e00c";
}

.icon-email:before {
    content: "\e00d";
}

.icon-facebook:before {
    content: "\e00e";
}

.icon-instagram:before {
 content: "\e099";
}

.icon-linkedin:before {
    content: "\e00f";
}

.icon-location:before {
    content: "\e0010";
}

.icon-log-in:before {
    content: "\e011";
}

.icon-menu:before {
    content: "\e012";
}

.icon-online:before {
    content: "\e013";
}

.icon-phone:before {
    content: "\e014";
}

.icon-popup:before {
    content: "\e015";
}

.icon-remove:before {
    content: "\e016";
}

.icon-search:before {
    content: "\e017";
}

.icon-star-selected:before {
    content: "\e018";
}

.icon-star-unselected:before {
    content: "\e019";
}

.icon-tick:before {
    content: "\e01a";
}

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

.font-16 {
    font-size: 16px !important;
}

.font-24 {
    font-size: 24px !important;
}

.pad-l8 {
    padding-left: 8px !important;
}

.pad-l12 {
    padding-left: 12px !important;
}

.pad-r8 {
    padding-right: 8px !important;
}

.pad-r12 {
    padding-right: 12px !important;
}

.pad-l16 {
    padding-left: 16px !important;
}

/*!
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-06-06
 * Copyright (c) 2014 Ä°smail Demirbilek
 * License: MIT
 */ .tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a, .tabs-right > li.active > a:focus, .tabs-right > li.active > a:hover {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .vertical-text > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .vertical-text > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .vertical-text > li.active > a, .vertical-text > li.active > a:focus, .vertical-text > li.active > a:hover {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .vertical-text.tabs-left {
        left: -50px;
    }

    .vertical-text.tabs-right {
        right: -50px;
    }

        .vertical-text.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .vertical-text.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.25;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: underline;
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #cccccc;
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
    background-color: #8e9595;
    color: rgba(255, 255, 255, 0.7);
    border-color: #cccccc;
}

.btn-primary {
    color: #ffffff;
    background-color: #870051;
    border-color: #870051;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #ffffff;
        background-color: #870051;
        border-color: #870051;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #ffffff;
            background-color: #6c0040;
            border-color: #870051;
            text-decoration: underline !important;
        }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
        background-color: #540032;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline;
    }

    .btn-primary .badge {
        color: #870051;
        background-color: #ffffff;
    }

.btn-primary-icon {
    color: #ffffff;
    background-color: #870051;
    border-color: #870051;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
}

    .btn-primary-icon:before {
        content: "";
        font-size: 16px;
        font-family: "cbi-icons" !important;
        color: rgba(255, 255, 255, 0.7);
        top: 1px;
    }

    .btn-primary-icon.focus, .btn-primary-icon:focus {
        color: #ffffff;
        background-color: #870051;
        border-color: #870051;
    }

    .btn-primary-icon:hover {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-primary-icon.active, .btn-primary-icon:active, .open > .btn-primary-icon.dropdown-toggle {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

        .btn-primary-icon.active.focus, .btn-primary-icon.active:focus, .btn-primary-icon.active:hover, .btn-primary-icon:active.focus, .btn-primary-icon:active:focus, .btn-primary-icon:active:hover, .open > .btn-primary-icon.dropdown-toggle.focus, .open > .btn-primary-icon.dropdown-toggle:focus, .open > .btn-primary-icon.dropdown-toggle:hover {
            color: #ffffff;
            background-color: #6c0040;
            border-color: #870051;
            text-decoration: underline !important;
        }

    .btn-primary-icon.active, .btn-primary-icon:active, .open > .btn-primary-icon.dropdown-toggle {
        background-image: none;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-primary-icon.disabled.focus, .btn-primary-icon.disabled:focus, .btn-primary-icon.disabled:hover, .btn-primary-icon[disabled].focus, .btn-primary-icon[disabled]:focus, .btn-primary-icon[disabled]:hover, fieldset[disabled] .btn-primary-icon.focus, fieldset[disabled] .btn-primary-icon:focus, fieldset[disabled] .btn-primary-icon:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline;
    }

    .btn-primary-icon .badge {
        color: #870051;
        background-color: #ffffff;
    }

.btn-primary-ocean {
    color: #ffffff;
    background-color: #009fb5;
    border-color: #009fb5;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
}

    .btn-primary-ocean.focus, .btn-primary-ocean:focus {
        color: #ffffff;
        background-color: #009fb5;
        border-color: #009fb5;
    }

    .btn-primary-ocean:hover {
        color: #ffffff;
        background-color: #00B4CD;
        border-color: #009fb5;
        text-decoration: underline !important;
    }

    .btn-primary-ocean.active, .btn-primary-ocean:active, .open > .btn-primary-ocean.dropdown-toggle {
        color: #ffffff;
        background-color: #00B4CD;
        border-color: #009fb5;
        text-decoration: underline !important;
    }

        .btn-primary-ocean.active.focus, .btn-primary-ocean.active:focus, .btn-primary-ocean.active:hover, .btn-primary-ocean:active.focus, .btn-primary-ocean:active:focus, .btn-primary-ocean:active:hover, .open > .btn-primary-ocean.dropdown-toggle.focus, .open > .btn-primary-ocean.dropdown-toggle:focus, .open > .btn-primary-ocean.dropdown-toggle:hover {
            color: #ffffff;
            background-color: #00B4CD;
            border-color: #009fb5;
            text-decoration: underline !important;
        }

    .btn-primary-ocean.active, .btn-primary-ocean:active, .open > .btn-primary-ocean.dropdown-toggle {
        background-image: none;
        background-color: #00B4CD;
        border-color: #009fb5;
        text-decoration: underline !important;
    }

    .btn-primary-ocean.disabled.focus, .btn-primary-ocean.disabled:focus, .btn-primary-ocean.disabled:hover, .btn-primary-ocean[disabled].focus, .btn-primary-ocean[disabled]:focus, .btn-primary-ocean[disabled]:hover, fieldset[disabled] .btn-primary-ocean.focus, fieldset[disabled] .btn-primary-ocean:focus, fieldset[disabled] .btn-primary-ocean:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline;
    }

    .btn-primary-ocean .badge {
        color: #009fb5;
        background-color: #ffffff;
    }

.btn-secondary {
    color: #870051;
    background-color: #ffffff;
    border-color: #870051;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
}

    .btn-secondary.focus, .btn-secondary:focus {
        color: #870051;
        background-color: #ffffff;
        border-color: #870051;
    }

    .btn-secondary:hover {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

        .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
            color: #ffffff;
            background-color: #6c0040;
            border-color: #870051;
            text-decoration: underline !important;
        }

    .btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
        background-image: none;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled].focus, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline;
    }

    .btn-secondary .badge {
        color: #ffffff;
        background-color: #870051;
    }

.btn-secondary-ocean {
    color: #00B4CD;
    background-color: #ffffff;
    border-color: #00B4CD;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
}

    .btn-secondary-ocean.focus, .btn-secondary-ocean:focus {
        color: #00B4CD;
        background-color: #ffffff;
        border-color: #00B4CD;
    }

    .btn-secondary-ocean:hover {
        color: #ffffff;
        background-color: #00B4CD;
        border-color: #00B4CD;
        text-decoration: underline !important;
    }

    .btn-secondary-ocean.active, .btn-secondary-ocean:active, .open > .btn-secondary-ocean.dropdown-toggle {
        color: #ffffff;
        background-color: #00B4CD;
        border-color: #00B4CD;
        text-decoration: underline !important;
    }

        .btn-secondary-ocean.active.focus, .btn-secondary-ocean.active:focus, .btn-secondary-ocean.active:hover, .btn-secondary-ocean:active.focus, .btn-secondary-ocean:active:focus, .btn-secondary-ocean:active:hover, .open > .btn-secondary-ocean.dropdown-toggle.focus, .open > .btn-secondary-ocean.dropdown-toggle:focus, .open > .btn-secondary-ocean.dropdown-toggle:hover {
            color: #ffffff;
            background-color: #00B4CD;
            border-color: #00B4CD;
            text-decoration: underline !important;
        }

    .btn-secondary-ocean.active, .btn-secondary-ocean:active, .open > .btn-secondary-ocean.dropdown-toggle {
        background-image: none;
        background-color: #00B4CD;
        border-color: #00B4CD;
        text-decoration: underline !important;
    }

    .btn-secondary-ocean.disabled.focus, .btn-secondary-ocean.disabled:focus, .btn-secondary-ocean.disabled:hover, .btn-secondary-ocean[disabled].focus, .btn-secondary-ocean[disabled]:focus, .btn-secondary-ocean[disabled]:hover, fieldset[disabled] .btn-secondary-ocean.focus, fieldset[disabled] .btn-secondary-ocean:focus, fieldset[disabled] .btn-secondary-ocean:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline;
    }

    .btn-secondary-ocean .badge {
        color: #ffffff;
        background-color: #00B4CD;
    }

.btn-white {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border-color: white;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
}

    .btn-white.focus, .btn-white:focus {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0);
        border-color: white;
    }

    .btn-white:hover {
        color: #870051;
        background-color: #ffffff;
        border-color: white;
        text-decoration: underline !important;
    }

    .btn-white.active, .btn-white:active, .open > .btn-white.dropdown-toggle {
        color: #870051;
        background-color: #ffffff;
        border-color: white;
        text-decoration: underline !important;
    }

        .btn-white.active.focus, .btn-white.active:focus, .btn-white.active:hover, .btn-white:active.focus, .btn-white:active:focus, .btn-white:active:hover, .open > .btn-white.dropdown-toggle.focus, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle:hover {
            color: #870051;
            background-color: #ffffff;
            border-color: white;
            text-decoration: underline !important;
        }

    .btn-white.active, .btn-white:active, .open > .btn-white.dropdown-toggle {
        background-image: none;
        background-color: #870051;
        border-color: white;
        text-decoration: underline !important;
    }

    .btn-white.disabled.focus, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled].focus, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline !important;
    }

    .btn-white .badge {
        color: rgba(255, 255, 255, 0);
        background-color: #ffffff;
    }

.btn-secondary-small {
    color: #870051;
    background-color: #ffffff;
    border-color: #870051;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 40px;
    padding: 0 18px;
    line-height: 38px;
    font-size: 16px;
}

    .btn-secondary-small.focus, .btn-secondary-small:focus {
        color: #870051;
        background-color: #ffffff;
        border-color: #870051;
    }

    .btn-secondary-small:hover {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-secondary-small.active, .btn-secondary-small:active, .open > .btn-secondary-small.dropdown-toggle {
        color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

        .btn-secondary-small.active.focus, .btn-secondary-small.active:focus, .btn-secondary-small.active:hover, .btn-secondary-small:active.focus, .btn-secondary-small:active:focus, .btn-secondary-small:active:hover, .open > .btn-secondary-small.dropdown-toggle.focus, .open > .btn-secondary-small.dropdown-toggle:focus, .open > .btn-secondary-small.dropdown-toggle:hover {
            color: #ffffff;
            background-color: #6c0040;
            border-color: #870051;
            text-decoration: underline !important;
        }

    .btn-secondary-small.active, .btn-secondary-small:active, .open > .btn-secondary-small.dropdown-toggle {
        background-image: none;
        background-color: #6c0040;
        border-color: #870051;
        text-decoration: underline !important;
    }

    .btn-secondary-small.disabled.focus, .btn-secondary-small.disabled:focus, .btn-secondary-small.disabled:hover, .btn-secondary-small[disabled].focus, .btn-secondary-small[disabled]:focus, .btn-secondary-small[disabled]:hover, fieldset[disabled] .btn-secondary-small.focus, fieldset[disabled] .btn-secondary-small:focus, fieldset[disabled] .btn-secondary-small:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline;
    }

    .btn-secondary-small .badge {
        color: #ffffff;
        background-color: #870051;
    }

.btn-white-small {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border-color: white;
    height: 40px;
    padding: 0 18px;
    line-height: 35px;
    font-size: 16px;
}

    .btn-white-small.focus, .btn-white-small:focus {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0);
        border-color: white;
    }

    .btn-white-small:hover {
        color: #870051;
        background-color: #ffffff;
        border-color: white;
        text-decoration: underline !important;
    }

    .btn-white-small.active, .btn-white-small:active, .open > .btn-white-small.dropdown-toggle {
        color: #870051;
        background-color: #ffffff;
        border-color: white;
        text-decoration: underline !important;
    }

        .btn-white-small.active.focus, .btn-white-small.active:focus, .btn-white-small.active:hover, .btn-white-small:active.focus, .btn-white-small:active:focus, .btn-white-small:active:hover, .open > .btn-white-small.dropdown-toggle.focus, .open > .btn-white-small.dropdown-toggle:focus, .open > .btn-white-small.dropdown-toggle:hover {
            color: #870051;
            background-color: #ffffff;
            border-color: white;
            text-decoration: underline !important;
        }

    .btn-white-small.active, .btn-white-small:active, .open > .btn-white-small.dropdown-toggle {
        background-image: none;
        background-color: #870051;
        border-color: white;
        text-decoration: underline !important;
    }

    .btn-white-small.disabled.focus, .btn-white-small.disabled:focus, .btn-white-small.disabled:hover, .btn-white-small[disabled].focus, .btn-white-small[disabled]:focus, .btn-white-small[disabled]:hover, fieldset[disabled] .btn-white-small.focus, fieldset[disabled] .btn-white-small:focus, fieldset[disabled] .btn-white-small:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: underline;
    }

    .btn-white-small .badge {
        color: rgba(255, 255, 255, 0);
        background-color: #ffffff;
    }

.btn-custom {
    color: #4f5858;
    background-color: rgba(255, 255, 255, 0);
    border-color: #cccccc;
    height: 56px;
    padding: 0 16px;
    line-height: 43px;
    font-size: 16px;
}

    .btn-custom.focus, .btn-custom:focus {
        color: #4f5858;
        background-color: rgba(255, 255, 255, 0);
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-custom:hover {
        color: #4f5858;
        background-color: #ffffff;
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-custom.active, .btn-custom:active, .open > .btn-custom.dropdown-toggle {
        color: #4f5858;
        background-color: #ffffff;
        border-color: #cccccc;
        text-decoration: none !important;
    }

        .btn-custom.active.focus, .btn-custom.active:focus, .btn-custom.active:hover, .btn-custom:active.focus, .btn-custom:active:focus, .btn-custom:active:hover, .open > .btn-custom.dropdown-toggle.focus, .open > .btn-custom.dropdown-toggle:focus, .open > .btn-custom.dropdown-toggle:hover {
            color: #4f5858;
            background-color: #ffffff;
            border-color: #cccccc;
            text-decoration: none !important;
        }

    .btn-custom.active, .btn-custom:active, .open > .btn-custom.dropdown-toggle {
        background-image: none;
        background-color: #ffffff;
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-custom.disabled.focus, .btn-custom.disabled:focus, .btn-custom.disabled:hover, .btn-custom[disabled].focus, .btn-custom[disabled]:focus, .btn-custom[disabled]:hover, fieldset[disabled] .btn-custom.focus, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: none;
    }

    .btn-custom .badge {
        color: rgba(255, 255, 255, 0);
        background-color: #4f5858;
    }

.btn-default {
    color: #4f5858;
    background-color: rgba(255, 255, 255, 0);
    border-color: #cccccc;
    height: 56px;
    padding: 0 16px;
    line-height: 43px;
    font-size: 16px;
}

    .btn-default.focus, .btn-default:focus {
        color: #4f5858;
        background-color: rgba(255, 255, 255, 0);
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-default:hover {
        color: #4f5858;
        background-color: #ffffff;
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        color: #4f5858;
        background-color: #ffffff;
        border-color: #cccccc;
        text-decoration: none !important;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #4f5858;
            background-color: #ffffff;
            border-color: #cccccc;
            text-decoration: none !important;
        }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        background-image: none;
        background-color: #ffffff;
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: none;
    }

    .btn-default .badge {
        color: rgba(255, 255, 255, 0);
        background-color: #4f5858;
    }

.btn-info {
    color: #222626;
    background-color: #e6e6e6;
    border-color: #cccccc;
    height: 56px;
    padding: 0 16px;
    line-height: 43px;
    font-size: 16px;
}

    .btn-info.focus, .btn-info:focus {
        color: #222626;
        background-color: #e6e6e6;
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-info:hover {
        color: #222626;
        background-color: #e6e6e6;
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        color: #222626;
        background-color: #e6e6e6;
        border-color: #cccccc;
        text-decoration: none !important;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #222626;
            background-color: #e6e6e6;
            border-color: #cccccc;
            text-decoration: none !important;
        }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        background-image: none;
        background-color: #e6e6e6;
        border-color: #cccccc;
        text-decoration: none !important;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #8e9595;
        color: rgba(255, 255, 255, 0.7);
        border-color: #cccccc;
        text-decoration: none;
    }

    .btn-info .badge {
        color: #e6e6e6;
        background-color: #222626;
    }

.btn-link {
    color: #fff;
    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;
        text-decoration: underline;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            text-decoration: underline;
        }

            .btn-link:focus, .btn-link:hover {
                color: #fff;
                text-decoration: underline;
                background-color: transparent;
                text-decoration: underline;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #8e9595;
                text-decoration: underline;
            }

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

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

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

.primary-link {
    font-size: inherit;
    color: #870051;
}

    .primary-link:hover {
        text-decoration: underline !important;
        color: #870051;
    }

        .primary-link:hover:after {
            text-decoration: none !important;
        }

    .primary-link:focus {
        text-decoration: underline !important;
        color: #870051;
    }

    .primary-link:visited {
        text-decoration: underline !important;
        color: #6c0040;
    }

a[href^=tel] {
    direction: ltr;
    unicode-bidi: bidi-override;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 27px;
    line-height: inherit;
    color: #cccccc;
    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=checkbox], input[type=radio] {
    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=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.25;
    color: #8e9595;
}

.form-control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #222626;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
}

    .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: #8e9595;
        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=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 36px;
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 33px;
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 0;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 32px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .checkbox, .radio {
        width: 100% !important;
    }
}

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 40px;
}

    .form-control-static.input-lg, .form-control-static.input-sm, .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, .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-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    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 select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 45px;
    }

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

.form-group-lg .form-control + .form-control-feedback, .input-group-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-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-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-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio 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 .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio 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 .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio 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: 27px;
}

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

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

@media (min-width:601px) {
    .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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

.form-horizontal .form-group {
    margin-left: -40px;
    margin-right: -40px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

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

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

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

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

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 36px;
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 33px;
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 0;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 32px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        line-height: 1.5;
    }

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 40px;
}

    .form-control-static.input-lg, .form-control-static.input-sm, .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, .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-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    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 select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 45px;
    }

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

.form-group-lg .form-control + .form-control-feedback, .input-group-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-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-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-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

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

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}

    .has-success .form-control:focus {
        border-color: #cccccc;
        -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 #cccccc;
        box-shadow: inset 0 0 0 transparent, 0 0 0 #cccccc;
    }

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

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

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}

    .has-warning .form-control:focus {
        border-color: #cccccc;
        -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 #cccccc;
        box-shadow: inset 0 0 0 transparent, 0 0 0 #cccccc;
    }

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

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

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

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}

    .has-error .form-control:focus {
        border-color: #cccccc;
        -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 #cccccc;
        box-shadow: inset 0 0 0 transparent, 0 0 0 #cccccc;
    }

.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: 27px;
}

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

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

@media (min-width:601px) {
    .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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

.form-horizontal .form-group {
    margin-left: -40px;
    margin-right: -40px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

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

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

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

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

.large-form {
    padding: 0 40px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .large-form {
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }
}

.medium-form {
    padding: 0 96px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .medium-form {
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }
}

.small-form {
    width: 50%;
    float: left;
    margin-left: 25%;
    margin-right: 25%;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .small-form {
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }
}

.invalid {
    border: 1px solid #6c0040;
}

.form-group span {
    font-size: 14px;
    color: #4f5858;
    font-weight: 400;
    padding-top: 8px;
}

.valid {
    background: url(../images/tick.png) no-repeat right center;
    float: left;
    background-repeat: no-repeat;
    padding: 0 54px 0 16px !important;
    margin-bottom: 32px;
    width: 100%;
}

.dates {
    width: 64px;
    height: 56px;
    margin-right: 16px;
    float: left;
}

.month {
    width: 64px;
    height: 56px;
    margin-right: 16px;
    float: left;
}

.year {
    width: 64px;
    height: 56px;
    float: left;
}

.dates.valid {
    width: 94px;
}

.month.valid {
    width: 94px;
}

.year-4.valid {
    width: 120px;
}

.checkbox {
    padding-left: 0;
    margin-right: 64px;
    margin-bottom: 16px;
    float: left;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 48px;
    }

        .checkbox label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 32px;
            height: 32px;
            left: 0;
            margin-left: 0px;
            border: 1px solid #cccccc;
            border-radius: 4px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label:after {
            display: inline-block;
            position: absolute;
            width: 32px;
            height: 32px;
            left: 0;
            top: 0;
            font-size: 23px;
            color: #222626;
        }

    .checkbox input[type=checkbox] {
        opacity: 1;
        display: none;
    }

        .checkbox input[type=checkbox]:focus + label:before {
            outline: thin dotted;
            outline: 0;
            outline-offset: -2px;
        }

        .checkbox input[type=checkbox]:checked + label:after {
            font-family: "cbi-icons" !important;
            content: "\e01a";
            color: #00B4CD;
            font-size: 16px;
            font-size: 20px;
            margin-left: 5px;
            margin-top: 1px;
        }

        .checkbox input[type=checkbox]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type=checkbox]:disabled + label:before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label:before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

    .checkbox label p {
        font-size: 14px;
        font-weight: 400;
        color: #4f5858;
    }

.checkbox-group {
    margin-bottom: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .checkbox-group {
        margin-bottom: 32px;
    }
}

.btn-toggle.button-toggle {
    border: 1px solid #cccccc;
    color: #4f5858;
    border-radius: 4px;
}

.form-label {
    padding: 12px 32px;
    color: #222626;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    margin-right: 24px;
    font-size: 18px;
    line-height: 28px;
}

    .form-label:hover {
        text-decoration: none;
        border: 1px solid #870051;
    }

    .form-label:focus {
        text-decoration: none;
        border: 1px solid #870051;
    }

    .form-label.active {
        border: 1px solid #870051;
        text-decoration: none;
    }

.badgeboxes {
    visibility: hidden;
}

    .badgeboxes + .badges {
        visibility: hidden;
        width: 27px;
    }

    .badgeboxes:focus + .badges {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .badgeboxes:checked + .badges {
        visibility: visible;
    }

.input-group .input-group-btn {
    background-color: #ffffff;
}

    .input-group .input-group-btn .nice-select {
        width: 140px !important;
        border: 1px solid #ccc;
        border-right: none !important;
        border-radius: 4px !important;
        padding: 0 16px;
    }

        .input-group .input-group-btn .nice-select .current {
            color: #222626 !important;
            font-weight: 400 !important;
        }

        .input-group .input-group-btn .nice-select.btn:focus {
            outline: 0;
        }

.radio label {
    line-height: 2;
    padding-left: 0;
}

.radio {
    margin-right: 64px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .radio {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.radio:last-child {
    margin-right: 0;
}

.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 16px;
}

.radio .cr {
    border-radius: 50%;
}

    .radio .cr .cr-icon {
        position: absolute !important;
        font-size: 21px !important;
        line-height: 0 !important;
        top: 16px !important;
        left: 5.5px !important;
        color: #00B4CD !important;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.radio label input[type=radio] {
    display: none;
}

    .radio label input[type=radio] + .cr > .cr-icon {
        -webkit-transform: scale(3) rotateZ(-20deg);
        -ms-transform: scale(3) rotate(-20deg);
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
    }

    .radio label input[type=radio]:checked + .cr > .cr-icon {
        -webkit-transform: scale(1) rotateZ(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
        width: 16px;
        height: 16px;
    }

    .radio label input[type=radio]:disabled + .cr {
        opacity: .5;
    }

.radio.radio-inline {
    margin-top: 0;
    padding-left: 0;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .radio.radio-inline {
        display: inline-block;
    }
}

@media only screen and (max-width:1400px) and (min-width:801px) {
    .radio.radio-inline {
        margin-bottom: 24px;
    }
}

.dropdown-group {
    width: 100%;
    float: left;
}

.g-recaptcha {
    min-width: 160px;
    min-height: 52px;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .g-recaptcha div {
        width: 100% !important;
    }

@media only screen and (max-width:400px) and (min-width:320px) {
    .g-recaptcha {
        -ms-transform: scale(0.75, 1);
        -webkit-transform: scale(0.75, 1);
        transform: scale(0.75, 1);
        left: -32px;
    }
}

@media only screen and (max-width:375px) and (min-width:320px) {
    .g-recaptcha {
        -ms-transform: scale(0.75, 1);
        -webkit-transform: scale(0.75, 1);
        transform: scale(0.75, 1);
        left: 0;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.25;
            text-decoration: none;
            color: #fff;
            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:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #8e9595 !important;
            background-color: #ffffff !important;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #8e9595 !important;
        background-color: #ffffff !important;
        border-color: #870051;
        cursor: default;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #f8f5f5 default;
        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: 14px;
    line-height: 1.5;
}

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

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

.pagination > .active > a {
    z-index: 3;
    color: #8e9595 !important;
    background-color: #ffffff !important;
    border-color: #870051;
    cursor: default;
}

/*! =======================================================
                      VERSION  9.7.3              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *    Kyle Kemp
 *      - Twitter: @seiyria
 *      - Github:  seiyria
 *    Rohit Kalkur
 *      - Twitter: @Rovolutionary
 *      - Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */ .slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 210px;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-high, .slider.slider-horizontal .slider-track-low {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-handle, .slider.slider-horizontal .slider-tick {
            margin-left: -10px;
        }

            .slider.slider-horizontal .slider-handle.triangle, .slider.slider-horizontal .slider-tick.triangle {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0;
            }

        .slider.slider-horizontal .slider-tick-container {
            white-space: nowrap;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
            margin-top: 20px;
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                padding-top: 4px;
                display: inline-block;
                text-align: center;
            }

        .slider.slider-horizontal.slider-rtl .slider-track {
            left: initial;
            right: 0;
        }

        .slider.slider-horizontal.slider-rtl .slider-handle, .slider.slider-horizontal.slider-rtl .slider-tick {
            margin-left: initial;
            margin-right: -10px;
        }

        .slider.slider-horizontal.slider-rtl .slider-tick-container {
            left: initial;
            right: 0;
        }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            left: 25%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-track-high, .slider.slider-vertical .slider-track-low {
            width: 100%;
            left: 0;
            right: 0;
        }

        .slider.slider-vertical .slider-handle, .slider.slider-vertical .slider-tick {
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-handle.triangle, .slider.slider-vertical .slider-tick.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #0480be;
                border-right-color: #0480be;
                margin-left: 0;
                margin-right: 0;
            }

        .slider.slider-vertical .slider-tick-label-container {
            white-space: nowrap;
        }

            .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
                padding-left: 4px;
            }

        .slider.slider-vertical.slider-rtl .slider-track {
            left: initial;
            right: 25%;
        }

        .slider.slider-vertical.slider-rtl .slider-selection {
            left: initial;
            right: 0;
        }

        .slider.slider-vertical.slider-rtl .slider-handle.triangle, .slider.slider-vertical.slider-rtl .slider-tick.triangle {
            border-width: 10px 10px 10px 0;
        }

        .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
            padding-left: initial;
            padding-right: 4px;
        }

    .slider.slider-disabled .slider-handle {
        background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
        background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfdfdf), to(#bebebe));
        background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);
    }

    .slider.slider-disabled .slider-track {
        background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), to(#e9e9e9));
        background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip.top {
        margin-top: -36px;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
        max-width: none;
    }

    .slider .hide {
        display: none;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#f9f9f9));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    -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);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    -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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

    .slider-selection.tick-slider-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89cdef), to(#81bfde));
        background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);
    }

.slider-track-high, .slider-track-low {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #149bdf), to(#0480be));
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 0 solid transparent;
}

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom:before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    -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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: none;
    filter: none;
    opacity: .8;
    border: 0 solid transparent;
}

    .slider-tick.round {
        border-radius: 50%;
    }

    .slider-tick.triangle {
        background: transparent none;
    }

    .slider-tick.custom {
        background: transparent none;
    }

        .slider-tick.custom:before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

    .slider-tick.in-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89cdef), to(#81bfde));
        background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);
        opacity: 1;
    }

a {
    cursor: pointer;
    text-decoration: none !important;
}

.checklist li:before {
    content: '\e01a';
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    font-family: "cbi-icons" !important;
    font-size: 12px;
}

.checklist li {
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.check-list-ruby li:before {
    content: '\e01a';
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    color: #870051;
    font-family: "cbi-icons" !important;
    font-size: 12px;
}

.check-list-ruby li {
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.check-list-ocean li:before {
    content: '\e01a';
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    color: #00B4CD;
    font-family: "cbi-icons" !important;
    font-size: 12px;
}

.check-list-ocean li {
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.disclist li:before {
    content: '\25CF';
    float: left;
    margin-left: 0px;
    margin-right: 8px;
}

.disclist li {
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.disc-list-ruby li:before {
    content: '\25CF';
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    color: #870051;
    font-weight: bold;
}

.disc-list-ruby li {
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 400;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
}

.numberlist li:before {
    content: counter(li);
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    font-weight: bold;
}

.numberlist li {
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 400;
    counter-increment: li;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.number-list-ruby li:before {
    content: counter(li);
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    color: #870051;
    font-weight: bold;
}

.number-list-ruby li {
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 400;
    counter-increment: li;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

hr {
    border-top: 1px solid #eae6e4;
    width: 100%;
    margin: 0;
}

.hr-grey {
    border-top: 1px solid #cccccc;
    width: 100%;
    margin: 0;
}

.ruby {
    background-color: #870051;
    color: white;
}

.ocean {
    background-color: #00B4CD;
    color: white;
}

.light-grey {
    background-color: #f8f5f5;
    color: #4f5858;
}

.white-bg {
    background-color: #ffffff;
}

.dark-ruby {
    background-color: #6c0040;
}

.text-ruby {
    color: #870051 !important;
}

.text-stone {
    color: #4f5858 !important;
}

.text-slate {
    color: #222626 !important;
}

.text-white {
    color: #ffffff !important;
}

.ocean {
    color: #00B4CD !important;
}

.white-7 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.mar-b16 {
    margin-bottom: 16px !important;
}

.img-show {
    display: block !important;
}

    .img-show:hover {
        display: none !important;
    }

.img-none {
    display: none !important;
}

    .img-none:hover {
        display: block !important;
    }

.generic {
    margin: 56px 0 0 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generic {
        margin: 40px 0;
    }
}

.generic iframe {
    margin: 0 0 56px 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generic iframe {
        margin-bottom: 32px;
    }
}

.generic img {
    margin: 0 0 56px 0;
    height: auto !important;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generic img {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generic iframe:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generic img:last-child {
        margin-bottom: 0;
    }
}

.disabled-primary {
    background-color: #8e9595;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled-secondary {
    background-color: rgba(142, 149, 149, 0);
    color: #8e9595;
    border: 1px solid #8e9595;
    pointer-events: none;
    cursor: not-allowed;
}

.w-100 {
    width: 100%;
}

strong {
    font-family: 'Ubuntu-Bold', sans-serif !important;
}

.relative {
    position: relative;
}

.mar-top-16 {
    margin-top: 16px !important;
}

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

.no-border {
    border: none !important;
}

.transformzoom {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.transformtopinitial {
    -webkit-transform: translate(0px, 6px) !important;
    -ms-transform: translate(0px, 6px) !important;
    transform: translate(0px, 6px) !important;
}

.transformtopscroll {
    -webkit-transform: translate(0px, 45px) !important;
    -ms-transform: translate(0px, 45px) !important;
    transform: translate(0px, 45px) !important;
}

.disnone {
    display: none;
}

.btm-absolute {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.over_scroll_x {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.over_scroll_y {
    overflow-y: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 0px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }
     .owl-carousel.owl-loaded {
        display: block;
        float: left;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }


    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

   
    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 1px);
        -moz-transform: translate3d(0, 0, 1px);
        -ms-transform: translate3d(0, 0, 1px);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.text-block p:last-child {
    padding-bottom: 0;
}

.text-block {
    margin-top: 56px;
    margin-bottom: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block {
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

.text-block ol, .text-block ul {
    margin-bottom: 0;
}

.text-block p {
    padding-bottom: 24px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}

    .text-block p a {
        color: #870051;
        font-weight: 500;
        margin-right: 40px;
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block p a {
        margin-right: 32px;
    }
}

.text-block p a:last-child {
    margin-right: 0px;
}

.text-block p a:hover {
    text-decoration: underline !important;
    color: #870051;
}

    .text-block p a:hover:after {
        text-decoration: none !important;
    }

.text-block p a:focus {
    text-decoration: underline !important;
    color: #870051;
}

.text-block p a:visited {
    text-decoration: underline !important;
    color: #6c0040;
}

.text-block p a:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #870051;
    padding-left: 8px;
    font-size: 12px;
    display: inline-block;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block .fq {
        padding-bottom: 0px !important;
    }
}

.text-block h2 {
    margin-bottom: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block h2 {
        margin-bottom: 40px;
    }
}

.text-block h3, .text-block h4 {
    margin-bottom: 24px;
}

.text-block-2 {
    margin: 56px 0;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

    .text-block-2 p {
        padding-bottom: 24px;
        font-weight: 400;
        line-height: 28px;
    }

        .text-block-2 p a {
            color: #870051;
            font-weight: 500;
            margin-right: 40px;
        }

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block-2 p a {
        margin-right: 32px;
    }
}

.text-block-2 p a:last-child {
    margin-right: 0px;
}

.text-block-2 p a:hover {
    text-decoration: underline !important;
    color: #870051;
}

.text-block-2 p a:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #870051;
    padding-left: 8px;
    font-size: 12px;
    display: inline-block;
}

.text-block-2 h2 {
    margin-bottom: 56px;
}

.text-block-2 h3, .text-block-2 h4 {
    margin-bottom: 24px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block-2 {
        margin: 40px 0;
    }
}

.text-block-2 .text-block-2-main {
    background-color: #f8f5f5;
    color: #222626;
    padding: 32px 40px 40px 40px;
    padding-left: 40px;
    padding-right: 40px;
}

    .text-block-2 .text-block-2-main ul li:before {
        padding-right: 16px;
        margin-right: 0px;
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block-2 .text-block-2-main {
        padding: 32px 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .text-block-2 .column {
        margin: 0 0 40px 0;
    }
}

.text-block-2 .column p:last-child {
    padding-bottom: 0;
}

.text-block-2 .column .check-list-ruby {
    margin-bottom: 0;
}

    .text-block-2 .column .check-list-ruby li:last-child {
        padding-bottom: 0;
    }

@media only screen and (max-width:375px) and (min-width:320px) {
    .text-block .column p img {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width:375px) and (min-width:320px) {
    .text-block-2 .column p img {
        width: 100%;
        display: block;
    }
}

.text-block-2 img, .text-block img {
    max-width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
}

body {
    font-weight: 300;
}

.c2-hero .hero-content h1, h1 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

h2 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

h3 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

h4 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.small, body {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.smallest {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}

.text__link {
    color: #222626;
}

@media (min-width:320px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

@media (min-width:601px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 26px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

@media (min-width:801px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 28px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

@media (min-width:1201px) {
    .c2-hero .hero-content h1, h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 28px;
    }

    .small, body {
        font-size: 18px;
    }

    .c2-hero .hero-content .hero-button, .c2-hero .hero-content .hero-link, .marketing .marketing-content .main ul {
        font-size: 16px;
    }

    .smallest {
        font-size: 14px;
    }

    .marketing-tile .marketing-content .main p, .marketing .marketing-content .main p, .sub {
        font-size: 23px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    font-family: inherit;
    line-height: 1.25;
}

.smaller {
    font-size: 16px !important;
}

.lead {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
}

@media (min-width:601px) {
    .lead {
        font-size: 27px;
    }
}

.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;
}

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

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

.text-muted {
    color: #f8f5f5 default;
}

.text-primary {
    color: #870051;
}

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

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #f8f5f5;
}

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

    ol ol, ol ul, ul ol, ul ul {
        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: 22px;
}

dd, dt {
    line-height: 1.25;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

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

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 22.5px;
    border-left: 5px solid #f8f5f5;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.25;
        color: #f8f5f5 default;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #f8f5f5;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.25;
}

.video-cont {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

    .video-cont .video {
        width: 100%;
    }

.c2-hero {
    position: relative;
    margin: 0 0 0 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    min-height: 480px;
    max-height: 620px;
    float: left;
}



@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero {
        max-height: 980px;
        min-height:747px;
        margin-bottom: 40px;
    }

}

@media only screen and (min-width:1201px) {
    .c2-hero .carousel-fade .carousel-inner {
        min-height: 480px;
        max-height: 620px;
    }
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .c2-hero .carousel-fade .carousel-inner {
        min-height: 480px;
        max-height: 620px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .c2-hero .carousel-fade .carousel-inner {
        min-height: 480px;
        max-height: 620px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .carousel-fade .carousel-inner {
        position: static;
    }

        .c2-hero .carousel-fade .carousel-inner:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%;
        }

        .c2-hero .carousel-fade .carousel-inner > div {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.c2-hero .carousel-fade .carousel-inner .bck {
    background: url("../images/Banner4.png");
    min-height: 480px;
    max-height: 620px;
    background-repeat: no-repeat;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .carousel-fade .carousel-inner .bck {
        min-height: 100%;
    }
}

.c2-hero .carousel-fade .carousel-inner .bck1 {
    background: url("../images/herobanner.png");
    min-height: 74vh;
    max-height: 620px;
    background-repeat: no-repeat;
}

.c2-hero .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.c2-hero .carousel-fade .carousel-inner .active.left, .c2-hero .carousel-fade .carousel-inner .active.right, .c2-hero .carousel-fade .carousel-inner .item {
    opacity: 0;
}

.c2-hero .carousel-fade .carousel-inner .active, .c2-hero .carousel-fade .carousel-inner .next.left, .c2-hero .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .c2-hero .carousel-fade .carousel-inner .active.left, .c2-hero .carousel-fade .carousel-inner .active.right, .c2-hero .carousel-fade .carousel-inner .next, .c2-hero .carousel-fade .carousel-inner .prev {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp .hero-content {
        position: absolute !important;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.camp .hero-content .dwn {
    color: #ffffff;
    width: 100%;
    float: left;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp .hero-content .dwn {
        font-size: 32px;
        height: 27px;
        margin-bottom: 24px;
    }
}

.camp .carousel-fade .carousel-inner {
    min-height: 480px;
    max-height: 620px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp .carousel-fade .carousel-inner {
        height: 100vh;
    }
}

.camp .carousel-fade .carousel-inner .bck {
    background: url("../images/Banner4.png");
    min-height: 480px;
    max-height: 620px;
    background-repeat: no-repeat;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .camp .carousel-fade .carousel-inner .bck {
        min-height: 480px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp .carousel-fade .carousel-inner .bck {
        height: 100vh;
    }
}

.camp .carousel-fade .carousel-inner .bck1 {
    background: url("../images/herobanner.png");
    min-height: 74vh;
    max-height: 620px;
    background-repeat: no-repeat;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp .carousel-fade .carousel-inner .bck1 {
        height: 100vh;
    }
}

.camp .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.camp .carousel-fade .carousel-inner .active.left, .camp .carousel-fade .carousel-inner .active.right, .camp .carousel-fade .carousel-inner .item {
    opacity: 0;
}

.camp .carousel-fade .carousel-inner .active, .camp .carousel-fade .carousel-inner .next.left, .camp .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .camp .carousel-fade .carousel-inner .active.left, .camp .carousel-fade .carousel-inner .active.right, .camp .carousel-fade .carousel-inner .next, .camp .carousel-fade .carousel-inner .prev {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.c2-hero img {
    width: 100%;
    min-height: 480px;
    max-height: 620px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero img {
        max-height: 338px;
    }
}

.c2-hero .overlay {
    height: 100%;
    position: absolute;
    width: 60%;
    float: left;
    min-height: 480px;
    max-height: 620px;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.36)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.36)), to(transparent));
    background: linear-gradient(to right, rgba(12, 12, 12, 0.88) 0%, transparent 100%);
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .overlay {
        display: none;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .c2-hero .overlay {
        max-height: 620px;
    }
}

.c2-hero .hero-content {
    position: absolute;
    float: left;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content {
        top: 96%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 0;
        position: relative;
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content h1 {
        color: #ffffff;
        padding-top: 32px;
        border-bottom: 1px solid #eae6e4 !important;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp.c2-hero {
        height: auto;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp.c2-hero .hero-content h1 {
        padding-top: 0;
        border-bottom: none !important;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .camp .carousel-fade .carousel-inner .item.active {
        height: calc(100% - 65px);
    }
}

.c2-hero .hero-content h1 {
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content h1 {
        color: #222626;
        padding-top: 32px;
    }
}

.c2-hero .hero-content .hero-link {
    font-family: "Ubuntu", sans-serif;
    font-weight: 200;
    float: left;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .c2-hero .hero-content .hero-link {
        width: 624px;
    }
}

.c2-hero .hero-content .hero-link a {
    margin: 32px 0 0 0;
    margin-left: 0px;
    float: left;
    cursor: pointer;
    display: table-cell;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content .hero-link a {
        color: #870051;
        padding: 24px 0 !important;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #eae6e4;
        font-size: 21px;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
}

.c2-hero .hero-content .hero-link a:nth-child(odd) {
    margin-right: 0px;
}

.c2-hero .hero-content .hero-link a:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #ffffff;
    padding-left: 8px;
    font-size: 14px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content .hero-link a:after {
        float: right;
        color: #870051;
        padding-left: 16px;
        padding-right: 8px;
        position: absolute;
        top: 33%;
        right: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content .hero-link a span {
        width: 90%;
        float: left;
    }
}

.c2-hero .hero-content .hero-button {
    font-family: "Ubuntu", sans-serif;
    font-weight: 200;
    width: 100%;
    float: left;
    padding-top: 32px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content .hero-button {
        padding-top: 0px;
        padding-bottom: 24px;
    }
}

.c2-hero .hero-content .hero-button .btn-ruby {
    min-width: 160px;
    font-size: 16px;
    height: 52px;
    display: table-cell;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero .hero-content .hero-button .btn-ruby {
        width: 100%;
        display: inline-block;
    }
}

.c2-hero .hero-content .hero-button .btn-ruby:focus {
    outline: 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero.video-gal .hero-content {
        top: 45%;
        position: absolute;
    }
}

.c2-hero.video-gal.camp {
    min-height: 74vh;
    max-height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .c2-hero.video-gal.camp {
        height: 100vh;
    }

        .c2-hero.video-gal.camp .video {
            width: 100%;
            position: absolute;
            min-width: 100%;
            min-height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: 78% 0;
            object-position: 78% 0;
        }

        .c2-hero.video-gal.camp .hero-content {
            top: 15%;
        }
}

.camp .hero-content {
    position: absolute;
    float: left;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width:320px) {
    .camp .hero-content {
        padding: 0;
        position: relative;
        float: left;
        width: 100%;
        top: 50%;
    }
}

@media only screen and (max-width:375px) {
    .camp .hero-content {
        padding: 0;
        position: relative;
        float: left;
        width: 100%;
        top: 55%;
    }
}

[dir=rtl] .c2-hero .overlay {
    position: absolute;
    width: 60%;
    float: right;
    height: 100%;
    top: 0;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -webkit-gradient(right top, right top, color-stop(0%, rgba(0, 0, 0, 0.36)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.36)), to(transparent));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
}

@media only screen and (max-width:600px) and (min-width:320px) {
    [dir=rtl] .c2-hero .overlay {
        display: none;
    }
}

.marketing {
    width: 100%;
    float: left;
    margin: 40px 0;
    margin-left: 0px;
    margin-right: 0px;
    height: 400px;
    color: #fff;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .marketing {
        height: auto;
        margin: 48px 0;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .marketing {
        height: auto;
        position: relative;
    }
}

.marketing .marketing-image {
    width: 50%;
    float: left;
    height: 100%;
    background-size: cover !important;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .marketing .marketing-image {
        width: 100%;
        position: relative;
    }

        .marketing .marketing-image:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%;
        }

        .marketing .marketing-image > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .marketing .marketing-image {
        width: 100%;
        height: 250px;
        position: relative;
    }

        .marketing .marketing-image:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%;
        }

        .marketing .marketing-image > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.marketing .marketing-content {
    width: 50%;
    float: left;
    height: 100%;
    background-color: #00B4CD;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .marketing .marketing-content {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .marketing .marketing-content {
        width: 100%;
    }
}

.marketing .marketing-content .main {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 40px;
    width: 48.2%;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .marketing .marketing-content .main {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .marketing .marketing-content .main {
        position: relative;
        top: 50%;
        width: 100%;
        padding: 16px 16px 24px 16px !important;
        padding-left: 16px;
        padding-right: 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .marketing .marketing-content .main {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        padding: 32px 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) and (max-width:600px) and (min-width:320px) {
    .marketing .marketing-content .main {
        padding: 16px 16px 24px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width:801px) {
    .marketing .marketing-content .main {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .marketing .marketing-content .main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .marketing .marketing-content .main .btn {
        width: 100%;
    }
}

.marketing .marketing-content .main p {
    font-weight: 400;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    color: #ffffff;
}

.marketing .marketing-content .main ul {
    padding-bottom: 32px;
    padding-top: 24px;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    color: #ffffff;
}

    .marketing .marketing-content .main ul li {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
    }

.marketing .marketing-content .secondary-ruby {
    min-width: 160px;
    font-size: 16px;
    height: 52px;
    line-height: 50px;
}

.marketing-tile {
    width: 100%;
    float: left;
    color: #fff;
}

.marketing-link:hover .marketing-content {
    background-color: #f8f5f5 !important;
}

    .marketing-link:hover .marketing-content h4 {
        color: #222626 !important;
    }

        .marketing-link:hover .marketing-content h4 .btn-primary-icon:before, .marketing-link:hover .marketing-content h4 .cbicons:before {
            color: #870051 !important;
        }

.marketing-tile .marketing-image {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    position: relative;
}

    .marketing-tile .marketing-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }

    .marketing-tile .marketing-image > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .marketing-tile .marketing-image .mkt-tile {
        width: 100%;
        height: 100%;
        object-fit:cover;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .marketing-tile .marketing-image .mkt-tile:hover {
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

.marketing-tile .marketing-content {
    width: 100%;
    float: left;
    background-color: #00B4CD;
    color: #ffffff;
    margin-top: -1px;
}

    .marketing-tile .marketing-content .main {
        width: 100%;
        padding: 24px 24px 32px 24px;
        padding-left: 24px;
        padding-right: 24px;
        min-height:250px;
    }
.home-bullet {
margin: 0px 15px;}

.home-bullet li {
    display: list-item;
    margin : 10px 0px;
    list-style-type: disc;
}

.marketing-tile .marketing-content .main:hover > .home-bullet li {
color:black;

}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .marketing-tile .marketing-content .main {
        padding: 16px 16px 24px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .marketing-tile .marketing-content .main {
        padding: 16px 16px 24px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .marketing-tile .marketing-content .main {
        padding: 16px 16px 24px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.marketing-tile .marketing-content .main p {
    font-weight: 300;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    color: #ffffff;
}

.owl-dot span {
    width: 24px !important;
    border-radius: 0 !important;
    height: 4px !important;
    background: #eae6e4 !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 8px 0 0 !important;
    margin-left: 0px;
    margin-right: 8px;
}

.owl-dot span:last-child {
    margin-right: 0px;
}

.owl-dot.active {
    color: #870051 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #870051 !important;
}

.market-owl {
    margin: 40px 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .market-owl {
        margin: 48px 0;
    }
}

.market-owl .owl-dot {
    margin-top: 40px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .market-owl .owl-dot {
        margin-top: 32px;
    }
}

.media-block {
    width: 100%;
    margin: 80px 0;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block {
        margin: 24px 0 48px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.media-block h2 {
    color: #222626;
    margin-bottom: 64px;
    font-weight: 300;
    margin-top: 0;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .media-block h2 {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block h2 {
        margin-bottom: 40px;
        text-align: left;
    }
}

.media-block .tile-1 {
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    float: left;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .media-block .tile-1 {
        height: auto;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block .tile-1 {
        margin-bottom: 32px;
        width: 100%;
        height: auto;
    }
}

.media-block .media-icon-main {
    float: left;
    margin-right: 32px;
    width: 106px;
    height: 120px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .media-block .media-icon-main {
        margin-right: 24px;
        width: 106px;
        height: 120px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block .media-icon-main {
        margin-right: 16px;
        width: 52px;
        height: 60px;
    }
}

.media-block .media-icon-main .media-icon {
    float: left;
    line-height: 106px;
    text-align: center;
    width: 106px;
    height: 120px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .media-block .media-icon-main .media-icon {
        width: 106px;
        height: 120px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block .media-icon-main .media-icon {
        width: 52px;
        height: 60px;
    }
}

.media-block .media-content {
    width: calc(100% - 138px);
    float: right;
}

@media only screen and (max-width:1400px) and (min-width:1201px) {
    .media-block .media-content {
        width: calc(100% - 138px);
    }
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .media-block .media-content {
        width: calc(100% - 138px);
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .media-block .media-content {
        width: calc(100% - 130px);
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block .media-content {
        width: calc(100% - 68px);
    }
}

.media-block .media-content h4 {
    padding: 8px 0 16px 0;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block .media-content h4 {
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.media-block .media-content h4hover {
    text-decoration: underline;
}

.media-block .media-content h4.headlink:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #870051;
    padding-left: 8px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 0;
    vertical-align: baseline;
}

.media-block .media-content p {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 90%;
}

.media-block .media-cta {
    margin-top: 24px;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .media-block .media-cta {
        margin-top: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block .media-cta {
        margin-top: 8px;
    }
}

.media-block p {
    width: 90%;
    float: left;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .media-block p {
        margin-top: 8px;
    }
}

.media-block .cbi-media-tile {
    width: 100%;
    float: left;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .media-block .cbi-media-tile .media-content h4 {
        position: relative;
        top: 0;
        -webkit-transform: translateY(137%);
        -ms-transform: translateY(137%);
        transform: translateY(137%);
        padding: 0;
    }
	.product-card .media-block .cbi-media-tile .media-content h4 {
    transform: translateY(0%) !important;
	 -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
		margin-top:15px;
}
}

@media only screen and (max-width:600px) and (min-width:320px) {
	
		.product-card .media-block .cbi-media-tile .media-content h4 {
    transform: translateY(0%) !important;
	 -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
		margin-top:15px;
}

    .media-block .cbi-media-tile .media-content h4 {
        position: relative;
        top: 0;
        -webkit-transform: translateY(49%);
        -ms-transform: translateY(49%);
        transform: translateY(49%);
        padding: 0;
    }

}

.teaser-block {
    margin: 80px 0 0 0;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: 100%;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .teaser-block {
        margin: 80px 0 16px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .teaser-block {
        margin: 48px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.teaser-block h2 {
    color: #222626;
    margin: 0 0 64px 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .teaser-block h2 {
        margin: 0 0 40px 0;
        margin-left: 0px;
        margin-right: 0px;
        float: left;
    }
}

.teaser-block .tile-1 {
    margin-bottom: 80px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .teaser-block .tile-1 {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .teaser-block .tile-1 {
        margin-bottom: 40px;
    }

        .teaser-block .tile-1:last-child {
            margin-bottom: 0px;
        }
}

.teaser-block .tile-1 h4 {
    margin: 0 0 24px 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .teaser-block .tile-1 h4 {
        margin: 0 0 16px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .teaser-block .tile-1 h4 {
        margin: 0 0 16px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.teaser-block .tile-1 h4 .primary-link:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #870051;
    padding-left: 8px;
    margin-top: 2px;
    display: inline-block;
    font-size: 16px;
}

.teaser-block p {
    line-height: 28px;
    font-weight: 400;
}

[dir=rtl] .teaser-block .tile-1 h4 .primary-link:after {
    font-family: 'cbi-icons';
    content: "\e008";
    color: #870051;
    padding-right: 8px;
    margin-top: 2px;
    display: inline-block;
    font-size: 16px;
}

.waytoBank {
    width: 100%;
    float: left;
    margin: 80px 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .waytoBank {
        margin: 48px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.waytoBank h2 {
    margin-bottom: 64px;
    text-align: center;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .waytoBank h2 {
        margin-bottom: 40px;
        text-align: left;
    }
}

.waytoBank .tile-1 img {
    width: 106px;
    height: 120px;
}

.waytoBank .tile-1 .way-icon {
    font-size: 106px;
    height: 120px;
    margin-bottom: 24px;
}

.waytoBank .tile-1 h4 {
    margin: 24px 0;
    margin-left: 0px;
    margin-right: 0px;
}

.waytoBank .tile-1 p.smaller {
    margin-bottom: 4px;
    font-weight: 400;
}

.waytoBank .tile-1 p.sub {
    color: #870051;
    margin-bottom: 24px;
}

    .waytoBank .tile-1 p.sub a {
        color: #870051;
    }

.waytoBank .tile-1 .login {
    margin-bottom: 32px !important;
    margin: 0 auto;
}

    .waytoBank .tile-1 .login a:nth-child(2) {
        margin-left: 24px;
    }

    .waytoBank .tile-1 .login .secondary-ruby-small {
        height: 40px;
        min-width: 52px;
        display: inline-block;
        margin: 0 12px 0 0;
    }

    .waytoBank .tile-1 .login .register {
        position: relative;
        display: inline-block;
    }

        .waytoBank .tile-1 .login .register:after {
            font-size: 12px;
            font-family: 'cbi-icons';
            content: "\e009";
            color: #870051;
            display: inline-block;
            padding-left: 8px;
            vertical-align: baseline;
        }

.waytoBank .tile-1 .mobile-app {
    float: left;
    width: 100%;
    text-align: center;
}

    .waytoBank .tile-1 .mobile-app .g-play {
        display: inline-block;
        padding: 0 12px 0 0;
    }

@media only screen and (max-width:800px) and (min-width:601px) {
    .waytoBank .tile-1 .mobile-app .g-play {
        padding: 0;
        width: 46%;
        margin: 0 27%;
        float: left;
    }
}

.waytoBank .tile-1 .mobile-app .g-play img {
    height: 32px;
    width: 105px;
    float: left;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .waytoBank .tile-1 .mobile-app .g-play img {
        margin-bottom: 16px;
    }
}

.waytoBank .tile-1 .mobile-app .g-play-1 {
    display: inline-block;
    padding: 0 0 0 12px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .waytoBank .tile-1 .mobile-app .g-play-1 {
        padding: 0;
    }
}

.waytoBank .tile-1 .mobile-app .g-play-1 img {
    height: 32px;
    width: 105px;
    float: left;
}

.mobile-holder .mar-t16 {
    margin: 16px 0 8px 0 !important;
}

.mobile-holder .panel-group {
    margin-bottom: 0px;
}

    .mobile-holder .panel-group .panel-body {
        border: none !important;
        padding: 0 0 24px 0;
    }

        .mobile-holder .panel-group .panel-body .login {
            margin-bottom: 24px;
        }

            .mobile-holder .panel-group .panel-body .login .btn-secondary {
                margin-right: 24px;
            }

                .mobile-holder .panel-group .panel-body .login .btn-secondary:last-child {
                    margin-right: 0;
                }

@media only screen and (max-width:381px) and (min-width:320px) {
    .mobile-holder .panel-group .panel-body .login .btn-secondary:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .mobile-holder .panel-group .panel-body .login .btn-secondary {
        height: 40px;
        line-height: 36px;
    }
}

.mobile-holder .panel-group .panel-body p {
    font-weight: 400;
    font-size: 16px;
}

.mobile-holder .panel-group .panel-body .register {
    position: relative;
    padding-right: 24px;
}

    .mobile-holder .panel-group .panel-body .register:last-child {
        padding-right: 0px;
    }

    .mobile-holder .panel-group .panel-body .register:after {
        font-size: 12px;
        font-family: 'cbi-icons';
        content: "\e009";
        color: #870051;
        display: inline-block;
        padding-left: 8px;
        vertical-align: baseline;
    }

.mobile-holder .panel-group .panel-body .mobile-app .app-g {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 8px;
    float: left;
    width: 100%;
}

.mobile-holder .panel-group .panel-body .mobile-app img {
    width: 163px;
    height: 50px;
}

.mobile-holder .panel-group .panel-body .mobile-app p {
    padding: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
}

.mobile-holder .panel-group .panel-body .mobile-app .g-play {
    float: left;
    width: auto;
    margin-right: 10px;
}

.mobile-holder .panel-group .panel-body .mobile-app .g-play1 {
    float: left;
    width: auto;
}

.mobile-holder .panel-group .panel-default {
    border-color: #fff;
}

    .mobile-holder .panel-group .panel-default .panel-body .branch {
        font-weight: normal;
        font-size: 16px;
    }

    .mobile-holder .panel-group .panel-default .panel-body .callback {
        font-family: ubuntu-medium;
    }

    .mobile-holder .panel-group .panel-default .panel-body p.subheader {
        padding-bottom: 24px;
    }

    .mobile-holder .panel-group .panel-default .panel-body .fst-para {
        padding: 0 0px 8px 0px;
        padding-left: 0px;
        padding-right: 0px;
        color: #4f5858;
        font-size: 16px;
        font-weight: 400;
    }

    .mobile-holder .panel-group .panel-default .panel-body .subheader {
        font-size: 23px;
    }

    .mobile-holder .panel-group .panel-default .panel-heading {
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: #ffffff;
        border-color: #ffffff !important;
    }

.mobile-holder h2 {
    padding-bottom: 40px;
    text-align: left;
}

.mobile-holder h4 {
    color: #222626;
    padding: 24px 0;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
}

    .mobile-holder h4 img {
        margin-right: 16px;
    }

    .mobile-holder h4 .txt-p {
        font-size: 21px;
    }

    .mobile-holder h4 i {
        padding-right: 8px;
        font-size: 16px;
        position: relative;
        vertical-align: baseline;
    }

    .mobile-holder h4 a {
        text-decoration: none;
    }

.panel-heading h4:after {
    font-family: 'cbi-icons';
    content: "\e00a";
    float: right;
    color: #870051;
    padding-left: 16px;
}

.panel-heading .collapsed h4:after {
    content: "\e007";
}

.mobile-holder .login .btn-primary {
    margin: 24px 0;
}

.waytoBank .panel {
    webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.waytoBank .tile-1 p .call-back:before {
    font-family: 'cbi-icons';
    content: "\e006";
    color: #870051;
    padding-right: 8px;
    vertical-align: baseline;
    font-size: 16px;
    display: inline-block;
}

.waytoBank .mobile-holder p .call-back:before {
    font-family: 'cbi-icons';
    content: "\e006";
    color: #870051;
    padding-right: 8px;
    vertical-align: baseline;
    font-size: 16px;
    display: inline-block;
}

.waytoBank .mobile-holder p .call-back {
    font-weight: 500;
}

.waytoBank .ways {
    padding: 0 20px !important;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .waytoBank .ways {
        padding: 0 16px !important;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .waytoBank .ways {
        padding: 0 12px !important;
    }
}

.mobile-holder .panel-group .panel-body .login a.btn-secondary:last-child {
    margin-top: 24px;
}

@media only screen and (max-width:600px) and (min-width:381px) {
    .mobile-holder .panel-group .panel-body .login a.btn-secondary:last-child {
        margin-top: 0;
    }
}

@media only screen and (max-width:706px) and (min-width:601px) {
    .waytoBank .tile-1 .login a.btn-secondary-small:last-child {
        margin-top: 24px;
    }
}

.footer {
    background-color: #f8f5f5;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .footer {
        margin-top: 48px;
    }
}

.footer ul li a {
    color: #4f5858;
}

.footer hr {
    border-top: 1px solid #cccccc;
}

.footer .footer-list {
    padding: 40px 0 16px 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .footer .footer-list {
        padding: 40px 0 16px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.footer .footer-list li {
    padding-right: 40px;
    padding-left: 0px;
    padding-bottom: 24px;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .footer .footer-list li {
        padding-bottom: 24px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .footer .footer-list li {
        padding-bottom: 24px;
    }
}

.footer .footer-list li a:visited {
    color: #4f5858 !important;
}

.footer .footer-logo {
    margin-right: 24px;
        margin-top: -10px;
    vertical-align: middle;
}

.footer .copyright {
    margin: 24px 0;
    margin-left: 0px;
    margin-right: 0px;
}

    .footer .copyright .footer-icon {
        margin: 0 12px;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 16px;
    }

        .footer .copyright .footer-icon .btn-primary-icon, .footer .copyright .footer-icon .cbicons {
            font-size: 16px;
        }

    .footer .copyright .icon-facebook:before {
        font-family: 'cbi-icons';
                     content: "\e00e";
        color: #4f5858;
        top: 2px;
    }

     .footer .copyright .icon-instagram:before {
        font-family: 'cbi-icons';
                     content: "\e099";
        color: #4f5858;
        top: 2px;
    }


    .footer .copyright .icon-linkedin:before {
        font-family: 'cbi-icons';
        content: "\e00f";
        color: #4f5858;
        top: 2px;
    }

    .footer .copyright .icon-youtube:before {
        font-family: 'cbi-icons';
        content: "\e003";
        color: #4f5858;
        top: 2px;
    }

    .footer .copyright .copy {
        text-align: right;
        width: 52%;
        float: right;
        margin-top: 5px;
    }

    .footer .copyright .footer-icon:first-child {
        margin: 0 12px 0 16px;
        margin-left: 16px;
        margin-right: 12px;
    }

    .footer .copyright .footer-icon:nth-child(3) {
        margin: 0 0 0 12px;
        margin-left: 12px;
        margin-right: 0px;
    }

.contactus {
    margin: 48px 0;
    margin-left: 0px;
    margin-right: 0px;
}

    .contactus .list-inline {
        margin: 0px;
    }

        .contactus .list-inline li {
            margin-right: 80px;
            padding: 0;
            padding-left: 0px;
            padding-right: 0px;
        }

@media only screen and (max-width:700px) and (min-width:320px) {
    .contactus .list-inline li .sub {
        font-size: 24px;
    }
}

@media only screen and (max-width:1200px) and (min-width:901px) {
    .contactus .list-inline li {
        margin-right: 24px;
    }
}

@media only screen and (max-width:900px) and (min-width:701px) {
    .contactus .list-inline li {
        margin-right: 24px;
        padding: 24px 0 0 0;
        white-space: nowrap;
    }
}

@media only screen and (max-width:700px) and (min-width:320px) {
    .contactus .list-inline li {
        padding-bottom: 32px;
        width: 100%;
    }

        .contactus .list-inline li:last-child {
            padding-bottom: 0px;
        }
}

@media only screen and (max-width:700px) and (min-width:320px) {
    .contactus .list-inline li p {
        padding-bottom: 8px;
    }

        .contactus .list-inline li p:last-child {
            padding-bottom: 0px;
        }
}

.contactus .list-inline li a {
    position: relative;
}

@media only screen and (max-width:1200px) and (min-width:901px) {
    .contactus .list-inline li:first-child {
        margin-right: 40px;
    }
}

@media only screen and (max-width:900px) and (min-width:701px) {
    .contactus .list-inline li:first-child {
        width: 100%;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width:1049px) and (min-width:801px) {
    .contactus .list-inline li:first-child {
        float: left;
    }
}

.contactus .list-inline li:last-child {
    margin-right: 0px;
}

@media only screen and (max-width:1200px) and (min-width:901px) {
    .contactus .list-inline li:last-child {
        margin-right: 0px;
    }
}

@media only screen and (max-width:900px) and (min-width:701px) {
    .contactus .list-inline li:last-child {
        margin-right: 0px;
    }
}

.contactus a.call:before {
    font-family: 'cbi-icons';
    content: "\e006";
    color: #870051;
    display: inline-block;
    padding-right: 8px;
}

.contactus a.visit:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #870051;
    padding-left: 8px;
    display: inline-block;
    font-size: 12px;
    vertical-align: baseline;
}

.contactus .list-inline li p.smaller {
    padding-bottom: 4px;
}

.contactus .list-inline li:first-child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    transform: translateY(-16%);
}

.form-block {
    width: 100%;
    float: left;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block {
        margin: 48px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.form-block h4 {
    margin-bottom: 32px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block h4 {
        margin-bottom: 24px;
    }
}

.form-block .form-group {
    margin-bottom: 32px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block .form-group {
        margin-bottom: 24px;
    }
}

.form-block .input-group {
    margin-bottom: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block .input-group {
        margin-bottom: 32px;
    }
}

.form-block .radio-group {
    margin-bottom: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block .radio-group {
        margin-bottom: 32px;
    }
}

.form-block .large-form {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    float: left;
    padding: 0 40px 56px 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 80px 0 0 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block .large-form {
        padding: 0 40px 32px 40px;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 32px;
    }
}

.cust-lab {
    margin-top: 32px;
}

@media only screen and (max-width:1400px) and (min-width:801px) {
    .cust-lab {
        width: auto !important;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .cust-lab {
        margin-top: 24px;
        width: auto;
    }
}

.mt-top {
    margin-top: 0px;
}

.mb-bot24 {
    margin-bottom: 24px !important;
}

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

.form-block .medium-form {
    width: 100%;
    float: left;
    padding: 56px 96px 0 96px;
    padding-left: 96px;
    padding-right: 96px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block .medium-form {
        padding: 32px 40px 32px 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.form-block .small-form-group {
    padding-top: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block .small-form-group {
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.form-block .small-form-group .button-toggle {
    margin-bottom: 40px;
}

.form-block .small-form-group .small-form {
    width: 44.6%;
    margin-right: 40px;
}

@media only screen and (max-width:1400px) and (min-width:801px) {
    .form-block .small-form-group .small-form {
        width: auto !important;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-block .small-form-group .small-form {
        width: 45%;
        margin-right: 24px;
    }

        .form-block .small-form-group .small-form:last-child {
            margin-right: 0px;
        }
}

.form-block .small-form-group .small-form:nth-child(2n) {
    margin-right: 0px;
}

.form-block .captcha {
    border: none;
    padding-bottom: 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .captcha {
        text-align: left !important;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .captcha .btn-primary {
        width: 100%;
    }
}

.form-modal {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-modal {
        height: auto;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .form-modal {
        height: auto;
    }
}

@media only screen and (max-width:981px) and (min-width:801px) {
    .form-modal {
        height: auto;
    }
}

.form-modal .modal-content .modal-header .close {
    color: #4f5858;
    font-size: 18px;
    opacity: 1;
    font-weight: 400;
}

.form-modal .modal-content {
    height: 100% !important;
    overflow: visible;
}

    .form-modal .modal-content .modal-header .close span:after {
        font-family: 'cbi-icons';
        content: "\e00c";
        float: right;
        color: #4f5858;
        padding-left: 8px;
    }

.form-modal .modal-header {
    border: none;
    padding: 24px 16px 0 0;
    padding-left: 0px;
    padding-right: 16px;
}

.form-modal .modal-body {
    margin: 80px 80px 64px 80px;
    margin-left: 80px;
    margin-right: 80px;
    padding: 0;
    height: auto;
    overflow: auto;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .form-modal .modal-body {
        margin: 80px 40px 64px 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-modal .modal-body {
        margin: 40px 24px 40px 24px;
        margin-left: 24px;
        margin-right: 24px;
    }
}

.form-modal .modal-body h2 {
    color: #222626;
    margin: 0 0 24px 0;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    font-weight: 300;
}

.form-modal .modal-body p {
    color: #222626;
    font-size: 23px;
    margin: 0 0 48px 0;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    font-weight: 400;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-modal .modal-body p {
        font-size: 21px;
        margin: 0 0 40px 0;
    }
}

.form-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.form-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .form-modal .modal-dialog {
        margin: 30px auto;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .form-modal .modal-dialog {
        width: 100%;
        margin: 10px auto;
    }
}

.chk-cus {
    background-color: #ffffff !important;
}

.switch6 {
    margin-bottom: 40px;
}

.switch6-light > span, .switch-toggle > span {
    color: #000000;
}

.switch6-light label, .switch6-light span span, .switch-toggle label, .switch-toggle span span {
    color: #2b2b2b;
}

.switch6-light span span, .switch-toggle a {
    display: none;
}

.switch6-light {
    display: block;
    position: relative;
}

    .switch6-light * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .switch6-light a {
        display: block;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .switch6-light > span, .switch6-light label {
        vertical-align: middle;
    }

    .switch6-light label {
        font-weight: 700;
        margin-bottom: px;
        max-width: 100%;
    }

    .switch6-light input:focus + label, .switch6-light input:focus ~ a {
        outline: 1px dotted #888888;
    }

    .switch6-light input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

        .switch6-light input:checked ~ a {
            right: 0%;
        }

    .switch6-light > span {
        position: absolute;
        left: -100px;
        width: 100%;
        margin: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 100px;
        text-align: left;
    }

        .switch6-light > span span {
            position: absolute;
            top: 5px;
            left: 0px;
            z-index: 5;
            display: block;
            width: 50%;
            margin-left: 100px;
            text-align: center;
            line-height: 42px;
        }

            .switch6-light > span span:last-child {
                left: 50%;
            }

    .switch6-light a {
        position: absolute;
        right: 50%;
        top: 0px;
        z-index: 4;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

.year-4 {
    width: 100px;
}

@media only screen and (max-width:339px) and (min-width:320px) {
    .year-4 {
        margin-top: 20px;
        float: left;
    }
}

.switch6 span {
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    color: #222626;
}

.nice-select {
    width: 100% !important;
}

.ddtext:hover {
    text-decoration: none;
}

.form-group span {
    padding-top: 0 !important;
}

.date-control {
    margin: 0 20%;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    float: left;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .date-control {
        margin: 0;
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .date-control {
        margin: 0 20%;
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
        float: left;
    }
}

medium-form .date-control {
    margin: 0 16.5%;
    margin-left: 16.5%;
    margin-right: 16.5%;
    width: 67%;
    float: left;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    medium-form .date-control {
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    medium-form .date-control {
        margin: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.salary {
    width: 100%;
    float: left;
}

.frmsubmit {
    color: #fff;
    background-color: #870051;
    border-color: #870051;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .frmsubmit {
        width: 100%;
    }
}

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

.faq {
    margin: 80px 0;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: 100%;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .faq {
        margin: 48px 0;
    }
}

.faq h2 {
    margin-bottom: 64px;
}

@media only screen and (max-width:800px) and (min-width:320px) {
    .faq h2 {
        margin-bottom: 40px;
    }
}

.faq .tabs-left > li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 400;
}

    .faq .tabs-left > li:last-child {
        border: none;
    }

.faq .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #4f5858 !important;
    background-color: #fff;
    border: none;
}

.faq .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #4f5858 !important;
    border: none;
    position: relative;
}

.faq .tabs-left {
    border: none;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f8f5f5;
}

    .faq .tabs-left li a {
        padding: 24px 16px;
        padding-left: 16px;
        padding-right: 16px;
        cursor: pointer !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

@media only screen and (max-width:1400px) and (min-width:801px) {
    .faq .tabs-left li a {
        padding: 24px 16px;
        padding-left: 16px;
        padding-right: 16px;
        cursor: pointer !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.faq .tabs-left li a span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 88%;
}

.faq .tabs-left li .question:after {
    font-family: 'cbi-icons';
    content: "\e009";
    position: absolute;
    right: 16px;
    top: 38%;
    color: #870051;
    margin-left: 32px;
}

@media only screen and (max-width:1400px) and (min-width:801px) {
    .faq .tabs-left li .question:after {
        margin-left: 32px;
    }
}

.faq .tab-content {
    padding-left: 24px;
    padding-right: 24px;
}

    .faq .tab-content p {
        font-size: 18px !important;
        font-weight: 400;
        color: #222626;
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .faq .tab-content p {
        font-size: 16px !important;
    }
}

.faq .tab-content .faq_content {
    font-size: 18px !important;
    font-weight: 400;
    color: #222626;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .faq .tab-content .faq_content {
        font-size: 16px !important;
    }
}

.faq .tab-content h1, .faq .tab-content h2, .faq .tab-content h3, .faq .tab-content h4 {
    margin: 0;
    padding: 0;
}

.faq .tab-content .tab-pane p {
    margin-bottom: 24px;
    color: #222626;
    font-weight: 400;
}

    .faq .tab-content .tab-pane p:last-child {
        margin-bottom: 0;
    }

.faq .link {
    margin-top: 24px;
}

.mobile-accordian {
    margin: 48px 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .mobile-accordian {
        margin: 0 0 0 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .mobile-accordian {
        margin: 0 0 0 0;
    }
}

.mobile-accordian .question {
    text-decoration: none;
}

    .mobile-accordian .question span {
        max-width: 680px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 86%;
    }

.mobile-accordian .panel-group {
    margin-bottom: 0;
}

.mobile-accordian .panel-default > .panel-heading {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-color: #cccccc;
    padding: 24px 0px 24px 0;
    padding-left: 0px;
    padding-right: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .mobile-accordian .panel-default > .panel-heading {
        border-bottom: none;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .mobile-accordian .panel-default > .panel-heading {
        border-bottom: none;
    }
}

.mobile-accordian .panel-heading .panel-title {
    position: relative;
    font-size: 18px;
}

.mobile-accordian .panel-heading .question .panel-title:after {
    font-family: 'cbi-icons';
    content: "\e00a";
    color: #870051;
    top: 15%;
    position: absolute;
    right: 0;
    padding-right: 8px;
    padding-left: 24px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .mobile-accordian .panel-heading .question .panel-title:after {
        padding-left: 16px;
        top: 15%;
        position: absolute;
        right: 0;
        padding-right: 8px;
    }
}

.mobile-accordian .panel-heading .question.collapsed .panel-title:after {
    content: "\e007";
}

.mobile-accordian .panel-body {
    padding: 40px 16px 56px 16px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #f8f5f5;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .mobile-accordian .panel-body {
        padding: 32px 16px 16px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.mobile-accordian .panel-body p {
    margin-bottom: 24px;
    font-weight: 400;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .mobile-accordian .panel-body p {
        font-size: 16px;
        padding: 0 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .mobile-accordian .panel-body p {
        font-size: 16px;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.mobile-accordian .panel-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .mobile-accordian .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
        border: none;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .mobile-accordian .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
        border: none;
    }
}

.mobile-accordian .panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-top: 0 !important;
}

    .mobile-accordian .panel-group .panel + .panel {
        margin-top: 0 !important;
    }

    .mobile-accordian .panel-group .panel:last-child {
        border: none;
    }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.page-title {
    padding-top: 24px;
    padding-bottom: 8px;
    float: left;
    width: 100%;
}

@media only screen and (max-width:600px) {
    .page-title {
        padding-top: 0px;
        padding-bottom: 24px;
    }
}

@media only screen and (max-width:600px) {
    .page-title .link-div {
        height: 56px;
        border-bottom: 1px solid gray;
    }
}

.page-title .sub-section {
    padding-top: 40px;
}

@media only screen and (max-width:600px) {
    .page-title .sub-section {
        padding-top: 32px;
    }
}

.page-title .sub-section img {
    padding-bottom: 16px;
}

.page-title .sub-section h2 {
    color: #222626;
}

@media only screen and (max-width:600px) {
    .page-title .sub-section h2 {
        text-align: left;
    }
}

.page-title .sub-section p {
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    color: #4f5858;
    line-height: 28px;
    font-weight: 400;
}

@media only screen and (max-width:600px) {
    .page-title .sub-section p {
        text-align: left;
    }
}

.page-title .sub-section .pdt-40 {
    padding-top: 40px !important;
}

@media only screen and (max-width:600px) {
    .page-title .sub-section .pdt-40 {
        padding-top: 24px !important;
    }
}

@media only screen and (max-width:600px) {
    .page-title .sub-section .btn-primary {
        min-width: 100%;
    }
}

.page-title p .primary-link {
    font-size: 16px;
}

.page-title:last-child {
    padding-bottom: 32px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .page-title:last-child {
        padding-bottom: 24px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .page-title .menu-back {
        height: 64px;
        display: table;
        border-bottom: 1px solid #ccc;
        width: 100%;
        float: left;
    }
}

.page-title .menu-back p {
    display: table-cell;
    vertical-align: middle;
}

    .page-title .menu-back p a.primary-link:before {
        font-family: 'cbi-icons';
        content: "\e008";
        color: #870051;
        padding-right: 8px;
        display: inline-block;
        vertical-align: baseline;
        position: relative;
        top: 3px;
        font-size: 16px;
    }

.page-title p a.menu-back:before {
    font-family: 'cbi-icons';
    content: "\e008";
    float: left;
    color: #870051;
    padding-right: 8px;
    margin-top: 2px;
    display: inline-block;
}

[dir=rtl] .page-title p a.menu-back:after {
    content: "\e009";
    font-family: 'cbi-icons';
    content: "\e009";
    float: left;
    color: #870051;
    padding-right: 8px;
    margin-top: 2px;
    display: inline-block;
}

[dir=rtl] .page-title p a.menu-back:before {
    display: none;
}

.list-inline > li {
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.compare-product {
    width: 100%;
    float: left;
    margin: 80px 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:600px) {
    .compare-product {
        margin: 48px 0 0 0;
    }
}

.compare-product h2 {
    color: #222626;
    margin-bottom: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .compare-product h2 {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width:600px) {
    .compare-product h2 {
        text-align: left;
    }
}

.compare-product .block-fst {
    float: left;
    padding: 0 16px;
    padding-left: 16px;
    padding-right: 16px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .compare-product .block-fst {
        margin-bottom: 48px;
    }
}

.compare-product .block-fst img {
    margin-bottom: 24px;
}

.compare-product .block-fst ul {
    margin-bottom: 32px;
    margin-left: 0;
    width: 100%;
    float: left;
}

    .compare-product .block-fst ul > li {
        color: #4f5858;
        font-size: 16px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        margin-bottom: 16px;
    }

@media only screen and (max-width:600px) {
    .compare-product .block-fst .btn-secondary {
        min-width: 100%;
    }
}

.compare-product .block-fst p {
    font-size: 23px;
    padding-bottom: 8px;
    font-weight: 400;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .compare-product .block-fst p {
        font-size: 21px;
    }
}

.compare-product p.text-slate {
    font-size: 18px;
    padding-bottom: 24px;
    font-weight: 400;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .compare-product p.text-slate {
        font-size: 16px;
    }
}

.compare-product .block-fst p.sub a:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #870051;
    padding-left: 8px;
    font-size: 14px;
    display: inline-block;
}

[dir=rtl] .compare-product .block-fst p.sub a:after {
    font-family: 'cbi-icons';
    content: "\e008";
    color: #870051;
    padding-left: 8px;
    font-size: 14px;
    display: inline-block;
}

.reduced-masthead {
    border-top: 4px solid #870051;
    width: 100%;
    float: left;
    border-bottom: 1px solid #cccccc;
    height: 73px;
    background-color: #ffffff;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .reduced-masthead {
        height: 61px;
    }
}

.reduced-masthead .master-head {
    float: left;
    width: 100%;
    height: 68px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .reduced-masthead .master-head {
        height: 57px;
    }
}

.reduced-masthead .master-head a {
    display: inline-block;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    padding: 5px 0px;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .reduced-masthead .master-head a {
        padding: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.reduced-masthead a.menu-link {
    display: inline-block;
    padding: 24px;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .reduced-masthead a.menu-link {
        padding: 18px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.reduced-masthead a.menu-link:before {
    font-family: 'cbi-icons';
    content: "\e008";
    float: left;
    color: #870051;
    padding-right: 8px;
}

.reduced-masthead .language {
    padding: 24px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 700;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    font-size: 16px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .reduced-masthead .language {
        padding: 18px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.second-nav {
    width: 100%;
    float: left;
    background-color: #f8f5f5;
    border-bottom: 1px solid #eae6e4;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav {
        top: 61px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav .container-fluid {
        padding: 0 16px;
    }
}

.second-nav .custom-nav {
    margin: 0;
    padding: 0;
    min-height: auto;
}

.second-nav .custom-nav {
    border: none;
}

    .second-nav .custom-nav .navbar-header {
        margin: 0;
        padding: 0;
    }

        .second-nav .custom-nav .navbar-header a {
            color: #4f5858;
            font-weight: 500;
            font-size: 16px;
        }

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav .custom-nav .navbar-header a {
        font-size: 18px;
        color: #870051;
        font-weight: 400;
    }
}

.second-nav .custom-nav .navbar-header a.navbar-brand {
    margin: 0;
    padding: 16px 64px 16px 0;
    height: auto;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .second-nav .custom-nav .navbar-header a.navbar-brand {
        padding: 16px 40px 16px 0;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .second-nav .custom-nav .navbar-header a.navbar-brand {
        padding: 16px 32px 16px 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav .custom-nav .navbar-header a.navbar-brand {
        padding: 20px 0;
    }
}

.second-nav .custom-nav .navbar-collapse.in .nav li:last-child a {
    border-bottom: none;
}

.second-nav .custom-nav .navbar-header a.navbar-toggle {
    margin: 0;
    padding: 20px 0;
    border: none;
    background-color: transparent;
    border-color: transparent;
}

.second-nav .custom-nav .navbar-collapse li {
    padding: 16px 64px 16px 0;
    float: left;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .second-nav .custom-nav .navbar-collapse li {
        padding: 16px 40px 16px 0;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .second-nav .custom-nav .navbar-collapse li {
        padding: 16px 32px 16px 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav .custom-nav .navbar-collapse li {
        float: none;
    }
}

.second-nav .custom-nav li a {
    color: #870051;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav .custom-nav li a {
        font-size: 18px;
    }
}

.second-nav .custom-nav li:last-child {
    padding: 16px 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav .custom-nav .collapse {
        background-color: #ffffff;
        border-top: 1px solid #eae6e4;
    }
}

.second-nav .custom-nav .collapse ul {
    overflow-x: hidden;
    display: table;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .second-nav .custom-nav .collapse ul {
        display: block;
    }
}

.second-nav .custom-nav .navbar-collapse.in .nav li {
    margin: 0 -16px;
    padding: 0 48px;
}

    .second-nav .custom-nav .navbar-collapse.in .nav li a {
        border-bottom: 1px solid #eae6e4;
    }

    .second-nav .custom-nav .navbar-collapse.in .nav li:hover {
        background-color: #f8f5f5;
    }

    .second-nav .custom-nav .navbar-collapse.in .nav li:focus {
        background-color: #f8f5f5;
    }

    .second-nav .custom-nav .navbar-collapse.in .nav li a:hover {
        background-color: transparent;
    }

    .second-nav .custom-nav .navbar-collapse.in .nav li a:focus {
        background-color: transparent;
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .navbar-default .nav > li > a {
        padding: 20px 0;
    }
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.language {
    padding: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    font-size: 13px;
}

.head-1 {
    background-color: #870051;
}

    .head-1 .master-list {
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

        .head-1 .master-list li {
            padding: 12px;
            padding-left: 12px;
            padding-right: 12px;
        }

            .head-1 .master-list li a {
                color: rgba(255, 255, 255, 0.7);
                font-size: 13px;
                position: relative;
                text-decoration: none;
            }

                .head-1 .master-list li a:active {
                    color: #ffffff;
                }

                .head-1 .master-list li a:hover {
                    color: #ffffff;
                }

                .head-1 .master-list li a:focus {
                    color: #ffffff;
                }

                .head-1 .master-list li a:visited {
                    color: #ffffff;
                }

            .head-1 .master-list li:first-child {
                padding-left: 0px;
            }

            .head-1 .master-list li:last-child {
                padding-right: 0px;
            }

            .head-1 .master-list li.active a {
                color: #ffffff;
            }

            .head-1 .master-list li.open a:before {
                content: url(../images/main-triangle.png);
                width: 12px;
                height: 6px;
                position: absolute;
                bottom: -1px;
                left: 38%;
                padding-top: 6px;
            }

.angle {
    float: left;
    height: 60px;
}

#tab-menu, nav#desk-menu {
    background-color: #ffffff;
    border-color: #eae6e4;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #eae6e4;
    height: 71px;
    z-index: 9999;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    #tab-menu, nav#desk-menu {
        min-height: 72px;
    }
}

nav#desk-menu .navbar-right > li > a, nav#mob-menu .navbar-right > li > a, nav#tab-menu .navbar-right > li > a {
    color: #870051;
    font-weight: 500;
}

    nav#desk-menu .navbar-right > li > a:hover, nav#mob-menu .navbar-right > li > a:hover, nav#tab-menu .navbar-right > li > a:hover {
        color: #4f5858;
    }

    nav#desk-menu .navbar-right > li > a:focus, nav#mob-menu .navbar-right > li > a:focus, nav#tab-menu .navbar-right > li > a:focus {
        color: #4f5858;
    }

nav#desk-menu .navbar-header {
    /*padding: 19px 0;*/
    padding: 5px 0;
    padding-left: 0;
    padding-right: 0;
}

nav#tab-menu .navbar-header {
    padding: 20px 0;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

nav#mob-menu .navbar-header {
    padding: 14px 0;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

nav#mob-menu .navbar-brand {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

nav#desk-menu .navbar-brand, nav#mob-menu .navbar-brand, nav#tab-menu .navbar-brand {
    margin: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
}

    nav#desk-menu .navbar-brand img, nav#mob-menu .navbar-brand img, nav#tab-menu .navbar-brand img {
        height: 32px;
        float: left;
    }

nav#desk-menu .navbar-right, nav#tab-menu .navbar-right {
    /*padding: 24px 0;*/
    padding: 18px 0;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
}

    nav#desk-menu .navbar-right li, nav#tab-menu .navbar-right li {
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 8px;
        padding-left: 8px;
        padding-right: 8px;
    }

@media only screen and (max-width:800px) and (min-width:601px) {
    nav#desk-menu .navbar-right li, nav#tab-menu .navbar-right li {
        padding: 0 5px 0 6px;
        padding-left: 5px;
        padding-right: 6px;
    }
}

nav#desk-menu .collapse .custom-nav li a, nav#desk-menu .navbar-right li a, nav#tab-menu .collapse .custom-nav li a, nav#tab-menu .navbar-right li a {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

    nav#desk-menu .collapse .custom-nav li a.login:before, nav#desk-menu .navbar-right li a.login:before, nav#tab-menu .collapse .custom-nav li a.login:before, nav#tab-menu .navbar-right li a.login:before {
        font-family: 'cbi-icons';
        content: "\e011";
        color: #870051;
        padding-right: 8px;
        font-size: 13px;
        vertical-align: baseline;
        display: inline-block;
    }

nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a, nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a, nav#tab-menu .navbar-right .dropdown .drop-menu-nav li a {
    color: #870051;
    padding: 12px 24px;
    padding-right: 24px;
    padding-left: 24px;
    line-height: 20px;
    text-decoration: none;
    display: table;
}

    nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a:hover, nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a:hover, nav#tab-menu .navbar-right .dropdown .drop-menu-nav li a:hover {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

    nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a:focus, nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a:focus, nav#tab-menu .navbar-right .dropdown .drop-menu-nav li a:focus {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

    nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a:visited, nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a:visited, nav#tab-menu .navbar-right .dropdown .drop-menu-nav li a:visited {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

.custom-navbar {
    margin-bottom: 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .custom-navbar {
        min-height: 65px;
    }
}

nav#desk-menu .collapse .custom-nav, nav#tab-menu .collapse .custom-nav {
    padding: 24px 0 24px 24px;
    padding-left: 24px;
    padding-right: 0px;
}

nav#desk-menu .custom-nav > li {
    padding: 0 16px;
    padding-left: 16px;
    padding-right: 16px;
}

    nav#desk-menu .custom-nav > li:first-child {
        padding-left: 0px;
    }

    nav#desk-menu .custom-nav > li:last-child {
        padding-right: 0px;
    }

    nav#desk-menu .custom-nav > li > a, nav#tab-menu .custom-nav > li > a {
        color: #222626;
    }

        nav#desk-menu .custom-nav > li > a:hover, nav#tab-menu .custom-nav > li > a:hover {
            color: #4f5858;
        }

        nav#desk-menu .custom-nav > li > a:focus, nav#tab-menu .custom-nav > li > a:focus {
            color: #4f5858;
        }

    nav#desk-menu .custom-nav > li.default > a, nav#tab-menu .custom-nav > li.default > a {
        color: #222626;
    }

        nav#desk-menu .custom-nav > li.default > a:hover, nav#tab-menu .custom-nav > li.default > a:hover {
            color: #222626 !important;
        }

        nav#desk-menu .custom-nav > li.default > a:focus, nav#tab-menu .custom-nav > li.default > a:focus {
            color: #222626 !important;
            font-weight: 500 !important;
        }

        nav#desk-menu .custom-nav > li.default > a:visited, nav#tab-menu .custom-nav > li.default > a:visited {
            color: #222626 !important;
            font-weight: 500 !important;
        }

nav#desk-menu .custom-nav li .dropdown-toggle:after, nav#tab-menu .custom-nav li .dropdown-toggle:after {
    font-family: 'cbi-icons';
    content: "\e007";
    float: right;
    color: #870051;
    padding-left: 8px;
    font-size: 14px;
    verticle-align: baseline;
    display: inline-block;
}

nav#desk-menu .custom-nav li.open .dropdown-toggle:after, nav#tab-menu .custom-nav li.open .dropdown-toggle:after {
    content: "\e00a";
}

nav#desk-menu .custom-nav .drop-menu-nav li.active:before, nav#desk-menu .custom-nav li.open:before {
    content: url(../images/sub-triangle.png);
    width: 24px;
    height: 10px;
    position: absolute;
    bottom: -19px;
    left: 39%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

nav#desk-menu .custom-nav .drop-menu-nav, nav#desk-menu .navbar-right .dropdown .drop-menu-nav {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    top: 47px;
    padding: 28px 0;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    left: 50%;
    right: auto;
    text-align: left;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    nav#desk-menu .custom-nav .drop-menu-nav, nav#desk-menu .navbar-right .dropdown .drop-menu-nav {
        top: 47px;
    }
}

nav#tab-menu .custom-nav .drop-menu-nav, nav#tab-menu .navbar-right .dropdown .drop-menu-nav {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    border-radius: 0;
    position: relative;
    padding: 0 40px;
    width: 100%;
}

nav#desk-menu .navbar-right .dropdown .drop-menu-nav {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    top: 47px;
    padding: 12px 0;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    min-width: 90px;
    left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

nav#tab-menu .navbar-right .dropdown .drop-menu-nav {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    top: 49px;
    padding: 24px 0;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    min-width: 180px;
}

nav#desk-menu .navbar-right li.open:before {
    content: url(../images/sub-triangle.png);
    width: 24px;
    height: 10px;
    position: absolute;
    bottom: -18px;
    left: 39%;
}

nav#tab-menu .navbar-right li.open:before {
    content: url(../images/sub-triangle.png);
    width: 24px;
    height: 10px;
    position: absolute;
    bottom: -19px;
    left: 45%;
}

nav#desk-menu .custom-nav .drop-menu-nav li, nav#desk-menu .navbar-right .dropdown .drop-menu-nav li {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
}

nav#tab-menu .custom-nav .drop-menu-nav li a, nav#tab-menu .navbar-right .dropdown .drop-menu-nav li {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}

nav#desk-menu .custom-nav .drop-menu-nav li a {
    color: #870051;
    padding: 12px 40px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 20px;
    text-decoration: none;
}

    nav#desk-menu .custom-nav .drop-menu-nav li a:hover {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

    nav#desk-menu .custom-nav .drop-menu-nav li a:focus {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

    nav#desk-menu .custom-nav .drop-menu-nav li a:visited {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

nav#tab-menu .custom-nav .drop-menu-nav li {
    color: #870051;
    line-height: 20px;
    text-decoration: none;
    font-size: 18px;
}

    nav#tab-menu .custom-nav .drop-menu-nav li:hover {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

    nav#tab-menu .custom-nav .drop-menu-nav li:focus {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

    nav#tab-menu .custom-nav .drop-menu-nav li:visited {
        text-decoration: underline;
        background-color: #f8f5f5;
    }

    nav#tab-menu .custom-nav .drop-menu-nav li a {
        color: #870051;
        line-height: 20px;
        text-decoration: none;
        font-size: 18px;
    }

nav#desk-menu .custom-nav .drop-menu-nav li a:after, nav#desk-menu .navbar-right .dropdown .drop-menu-nav li a:after {
    font-family: 'cbi-icons';
    content: "\e009";
    padding-left: 8px;
    font-size: 12px;
    display: inline-block;
}

nav#tab-menu .navbar-right .dropdown .drop-menu-nav li a:after {
    font-family: 'cbi-icons';
    content: "\e009";
    padding-left: 8px;
    font-size: 12px;
    display: inline-block;
}

nav#desk-menu .navbar-toggle-custom, nav#tab-menu .navbar-toggle-custom {
    float: left;
    display: block;
    margin: 24px 0;
    margin-left: 0px;
    margin-right: 0px;
}

nav#mob-menu .navbar-toggle-custom {
    float: left;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

nav#tab-menu .navbar-toggle-custom .menu {
    display: table;
}

nav#tab-menu .navbar-toggle-custom .closebtn {
    display: table;
}

nav#mob-menu .navbar-toggle-custom .menu {
    display: table;
}

nav#mob-menu .navbar-toggle-custom .closebtn {
    display: table;
}

nav#tab-menu .menu:before {
    font-family: 'cbi-icons';
    content: "\e012";
    float: left;
    color: #870051;
    padding-right: 8px;
    display: tabel-cell;
    vertical-align: baseline;
}

nav#tab-menu .navbar-collapse {
    padding: 0 !important;
}

nav#tab-menu .closebtn:before {
    font-family: 'cbi-icons';
    content: "\e00c";
    float: left;
    color: #870051;
    padding-right: 8px;
    display: tabel-cell;
    vertical-align: baseline;
}

nav#mob-menu .menu:before {
    font-family: 'cbi-icons';
    content: "\e012";
    float: left;
    color: #870051;
    padding-right: 8px;
    display: inline-block;
    vertical-align: baseline;
}

nav#mob-menu .closebtn:before {
    font-family: 'cbi-icons';
    content: "\e00c";
    float: left;
    color: #870051;
    padding-right: 8px;
}

nav#desk-menu .navbar-toggle-custom span {
    line-height: 24px;
}

nav#mob-menu {
    border-top: 4px solid #870051;
    z-index: 9999;
    position: relative;
}

.sidenav {
    height: 100vh;
    width: 340px !important;
    position: absolute;
    background-color: #f8f5f5;
    z-index: 1;
    top: 73px;
    left: -100%;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

    .sidenav .custom-nav {
        background-color: #ffffff;
    }

        .sidenav .custom-nav .open .dropdown-toggle {
            padding-bottom: 20px !important;
            border-bottom: 1px solid #cccccc;
        }

nav#mob-menu .sidenav {
    top: 54px;
    width: 100% !important;
    height: -o-calc(100% - 54px);
    height: -webkit-calc(100% - 54px);
    height: -moz-calc(100% - 54px);
    position: fixed;
}

    nav#mob-menu .sidenav .custom-nav li a {
        font-size: 16px;
        padding: 16px;
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: 1px solid #6c0040;
    }

    nav#mob-menu .sidenav .custom-nav li {
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

.bordertop {
    border-top: 8px solid #f8f5f5;
}

nav#mob-menu .sidenav .custom-nav li.footer-menu {
    border-bottom: 1px solid #cccccc !important;
}

    nav#mob-menu .sidenav .custom-nav li.footer-menu a {
        border-bottom: none !important;
        color: #4f5858;
    }

    nav#mob-menu .sidenav .custom-nav li.footer-menu ul.social-inline {
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

        nav#mob-menu .sidenav .custom-nav li.footer-menu ul.social-inline li {
            padding: 0 24px 0 0 !important;
            padding-left: 0px;
            padding-right: 0px;
        }

            nav#mob-menu .sidenav .custom-nav li.footer-menu ul.social-inline li a {
                padding: 16px 0;
                padding-left: 0px;
                padding-right: 0px;
                border: none !important;
            }

                nav#mob-menu .sidenav .custom-nav li.footer-menu ul.social-inline li a.footer-icon:before {
                    position: relative;
                    display: inline-block;
                    vertical-align: baseline;
                    top: 2px;
                }

            nav#mob-menu .sidenav .custom-nav li.footer-menu ul.social-inline li:first-child {
                padding: 0 16px 0 16px !important;
                color: #4f5858;
                padding-left: 16px;
                padding-right: 16px;
            }

            nav#mob-menu .sidenav .custom-nav li.footer-menu ul.social-inline li:last-child {
                padding: 0 !important;
                padding-left: 0px;
                padding-right: 0px;
            }

nav#mob-menu .sidenav ul li {
    width: 100%;
}

nav#tab-menu .sidenav .custom-nav li {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

    nav#tab-menu .sidenav .custom-nav li.open {
        padding-bottom: 0;
    }

    nav#tab-menu .sidenav .custom-nav li a {
        padding: 0 24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    nav#tab-menu .sidenav .custom-nav li ul.drop-menu-nav li {
        padding: 20px 0 !important;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
    }

        nav#tab-menu .sidenav .custom-nav li ul.drop-menu-nav li a {
            padding: 0;
        }

        nav#tab-menu .sidenav .custom-nav li ul.drop-menu-nav li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

.sidenav a {
    padding: 8px 8px 8px 32px;
    padding-left: 32px;
    padding-right: 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
}

    .offcanvas a:focus, .sidenav a:hover {
        color: #f1f1f1;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    margin-left: 50px;
}

.sidenav ul li:last-child {
    border: none;
}

.sidenav ul li a {
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
}

.sidenav ul li ul {
    width: 100%;
}

    .sidenav ul li ul li {
        padding: 20px 16px;
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }

nav#mob-menu .social-inline li {
    width: auto !important;
    border: none !important;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
}

nav#mob-menu .head-position {
    z-index: 40;
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #cccccc;
    border-top: 4px solid #870051;
}

nav#mob-menu .sidenav .footer-sticky {
    background-color: #f8f5f5;
    position: -webkit-sticky;
    position: sticky;
    float: left;
    bottom: 0;
    padding: 12px 0;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #eae6e4;
    width: 100%;
}

    nav#mob-menu .sidenav .footer-sticky .sticky {
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: left;
    }

        nav#mob-menu .sidenav .footer-sticky .sticky li {
            width: 50%;
            float: left;
            border-right: 1px solid #eae6e4;
            margin: 0;
            margin-left: 0px;
            margin-right: 0px;
            padding: 0;
            padding-left: 0px;
            padding-right: 0px;
        }

            nav#mob-menu .sidenav .footer-sticky .sticky li.open:before {
                content: url(../images/sub-triangle.png);
                width: 24px;
                height: 10px;
                position: absolute;
                bottom: 17px;
                left: 50%;
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                z-index: 9999;
            }

            nav#mob-menu .sidenav .footer-sticky .sticky li a {
                color: #870051 !important;
                font-size: 16px !important;
                font-weight: 500;
            }

            nav#mob-menu .sidenav .footer-sticky .sticky li.open ul.dropdown-menu li a:after {
                font-family: 'cbi-icons';
                content: "\e009";
                color: #870051;
                padding-left: 8px;
                display: inline-block;
                position: absolute;
            }

            nav#mob-menu .sidenav .footer-sticky .sticky li:last-child {
                border: none;
            }

            nav#mob-menu .sidenav .footer-sticky .sticky li.dropup a.btn {
                background-color: rgba(255, 255, 255, 0);
            }

            nav#mob-menu .sidenav .footer-sticky .sticky li.dropup ul {
                position: absolute;
                bottom: 32px;
                border: none;
                border-radius: 0;
                -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
                padding: 24px 0 24px 24px;
                padding-left: 24px;
                padding-right: 0px;
            }

                nav#mob-menu .sidenav .footer-sticky .sticky li.dropup ul li {
                    width: 100%;
                    border: none;
                    margin-bottom: 32px;
                }

                    nav#mob-menu .sidenav .footer-sticky .sticky li.dropup ul li:last-child {
                        margin-bottom: 0;
                    }

nav#mob-menu .custom-nav .drop-menu-nav {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
}

    nav#mob-menu .custom-nav .drop-menu-nav li a {
        border-bottom: 1px solid #cccccc;
        padding: 20px 16px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 18px;
    }

    nav#mob-menu .custom-nav .drop-menu-nav li a {
        color: #222626;
    }

        nav#mob-menu .custom-nav .drop-menu-nav li a:hover {
            text-decoration: none !important;
        }

        nav#mob-menu .custom-nav .drop-menu-nav li a:active {
            text-decoration: none !important;
        }

        nav#mob-menu .custom-nav .drop-menu-nav li a:visited {
            text-decoration: none !important;
        }

nav#mob-menu .sidenav .custom-nav li a.dropdown-toggle:after {
    font-family: 'cbi-icons';
    content: "\e007";
    float: right;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 16px;
}

nav#mob-menu .sidenav .custom-nav li.open a:after {
    font-family: 'cbi-icons';
    content: "\e00a";
    float: right;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 16px;
}

nav#mob-menu .sidenav .custom-nav .open .drop-menu-nav .dropdown-submenu .dropdown-menu-sub li a:after {
    content: " " !important;
}

nav#mob-menu .sidenav .custom-nav .open .drop-menu-nav .dropdown-submenu .dropdown-menu-sub li a {
    padding: 20px 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #cccccc;
    color: #870051 !important;
    font-size: 18px;
    font-weight: 400;
}

    nav#mob-menu .sidenav .custom-nav .open .drop-menu-nav .dropdown-submenu .dropdown-menu-sub li a:hover {
        background-color: #f8f5f5 !important;
    }

nav#mob-menu .sidenav ul li ul {
    width: 100%;
}

nav#mob-menu .sidenav .navbar-nav {
    margin: 11px 0 0 0;
}

.icon-down:before {
    font-family: 'cbi-icons';
    content: "\e007";
    float: right;
    color: #870051;
    padding-left: 16px;
}

.icon-up:before {
    font-family: 'cbi-icons';
    content: "\e00a";
    float: right;
    color: #870051;
    padding-left: 16px;
}

.dropdown-submenu ul {
    display: none;
}

nav#mob-menu .custom-nav .drop-menu-nav li {
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

    nav#mob-menu .custom-nav .drop-menu-nav li .drop-menu-nav-sub li {
        padding: 0 32px;
    }

    nav#mob-menu .custom-nav .drop-menu-nav li .ulchild {
        border-bottom: 1px solid #cccccc;
    }

    nav#mob-menu .custom-nav .drop-menu-nav li .drop-menu-nav-sub li a {
        padding: 20px 0;
    }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    padding-left: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:912px) and (min-width:801px) {
    #desk-menu {
        display: none !important;
    }

    #tab-menu {
        display: block !important;
    }
}

[dir=rtl] .reduced-masthead a.menu-link:before {
    font-family: 'cbi-icons';
    content: "\e009";
    float: right;
    color: #870051;
    padding-left: 8px;
}

.content-list {
    width: 100%;
    float: left;
}

    .content-list .mar-bt {
        margin: 24px 0 32px 0;
        margin-left: 0px;
        margin-right: 0px;
    }

    .content-list .float-l {
        float: left;
    }

    .content-list .float-r {
        float: right;
    }

    .content-list nav {
        width: 100%;
        text-align: center;
        padding: 24px 0 32px 0;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
    }

        .content-list nav a.page-link {
            width: auto;
        }

        .content-list nav .page-numbering {
            display: inline-block;
        }

        .content-list nav ul.pagination {
            margin: 0;
            padding: 10px 0;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        .content-list nav .pagination > li {
            padding: 0 40px 0 0;
            padding-right: 40px;
            padding-left: 0px;
            display: inline-block;
            *display: inline;
        }

@media only screen and (max-width:600px) and (min-width:320px) {
    .content-list nav .pagination > li {
        padding: 0 24px 0 0;
        padding-right: 24px;
    }
}

.content-list nav .pagination > li:last-child {
    padding-right: 0px;
}

.content-list nav ul > li > a {
    border: none;
    color: #870051;
    padding: 0;
}

.content-list .cont-row {
    padding: 32px 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .content-list .cont-row {
        padding: 24px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.content-list .cont-row .img-sec {
    width: 214px;
    height: 160px;
    float: left;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .content-list .cont-row .img-sec {
        width: 107px;
        height: 107px;
    }
}

.content-list .cont-row .img-sec img {
    width: 214px;
    height: 160px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .content-list .cont-row .img-sec img {
        width: 107px;
        height: 107px;
    }
}

.content-list .cont-row .text-sec {
    float: left;
    width: calc(100% - 238px);
    margin-left: 24px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .content-list .cont-row .text-sec {
        width: calc(100% - 123px);
        margin-left: 16px;
    }
}

.content-list .cont-row .text-sec p {
    color: #4f5858;
    margin-bottom: 8px;
    line-height: 24px;
}

    .content-list .cont-row .text-sec p:last-child {
        margin-bottom: 0;
    }

.content-list .cont-row .text-sec h4 {
    margin-bottom: 16px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .content-list .cont-row .text-sec h4 {
        margin-bottom: 0;
        font-size: 21px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .content-list .cont-row .text-sec h4 .primary-link {
        font-weight: 400;
    }
}

.content-list .cont-row .text-sec h4 .primary-link:after {
    font-family: 'cbi-icons';
    content: "\e009";
    color: #870051;
    padding-left: 8px;
    margin-top: 2px;
    display: inline-block;
    font-size: 16px;
}

[dir=rtl] .content-list .cont-row .text-sec h4 .primary-link:after {
    font-family: 'cbi-icons';
    content: "\e008";
    color: #870051;
    padding-left: 8px;
    margin-top: 2px;
    display: inline-block;
    font-size: 16px;
}

.loan .loan-calc .detail div p.iban {
    margin: 80px 0;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail div p.iban {
        margin: 80px 0 40px 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.iban .heading {
    font-size: 23px;
    margin-bottom: 24px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .iban .heading {
        font-size: 21px;
    }
}

.iban {
    margin: 80px 0;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .iban {
        margin: 0;
    }
}

.generator {
    padding: 40px;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    width: 100%;
    margin: 80px 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .generator {
        padding: 40px 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .generator {
        padding: 40px 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator {
        margin: 40px 0;
        margin-right: 0px;
        margin-left: 0px;
        padding: 32px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.generator .heading {
    font-size: 23px;
    margin-bottom: 16px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .heading {
        font-size: 21px;
        text-align: left;
        margin-bottom: 24px;
    }
}

.generator .account {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .generator .account {
        width: 80%;
        margin: 0 10%;
        margin-right: 10%;
        margin-left: 10%;
        float: left;
        display: inline;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .account {
        width: 100%;
        float: left;
        display: inline;
    }
}

.generator .account .number {
    display: inline-block;
    width: 74%;
    padding-right: 16px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .generator .account .number {
        margin-bottom: 16px;
        float: left;
        padding-right: 0px;
        width: 100%;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .account .number {
        width: 100%;
        float: left;
        padding-right: 0px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width:914px) and (min-width:801px) {
    .generator .account .number {
        width: 100%;
        float: left;
        padding-right: 0px;
        margin-bottom: 32px;
    }
}

.generator .account .number .tool-input {
    padding: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    background-color: transparent;
    height: 52px;
}

    .generator .account .number .tool-input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .account .number .tool-input {
        background-color: #ffffff;
        color: #4f5858;
    }
}

.generator .account .cta {
    display: inline-grid;
    display: -ms-inline-grid;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .generator .account .cta {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .account .cta {
        width: 100%;
        float: left;
    }
}

.generator .account .cta .btn-primary-ocean {
    min-width: 106px !important;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .account .cta .btn-primary-ocean {
        width: 100%;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.generator .auto-generated {
    width: 100%;
    float: left;
    padding: 32px 0;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .generator .auto-generated {
        padding: 32px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .generator .auto-generated {
        padding: 32px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .auto-generated {
        width: 100%;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 32px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.generator .auto-generated .heading {
    font-size: 23px;
    margin-bottom: 8px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .auto-generated .heading {
        font-size: 21px;
    }
}

@media (min-width:1201px) {
    .generator .auto-generated .sub-heading {
        word-wrap: break-word;
    }
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .generator .auto-generated .sub-heading {
        word-wrap: break-word;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .generator .auto-generated .sub-heading {
        word-wrap: break-word;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .generator .auto-generated .sub-heading {
        word-wrap: break-word;
        text-align: left;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .pad-0 {
        padding: 0 !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.loan {
    width: 100%;
    float: left;
    padding: 56px 0;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan {
        padding: 0 !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.loan .loan-calc {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc {
        margin-bottom: 0;
        text-align: left;
    }
}

.loan .loan-calc .range-slider span {
    font-size: 18px;
    margin-bottom: 40px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .range-slider span {
        font-size: 21px;
    }
}

.loan .loan-calc .range-slider .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .loan .loan-calc .range-slider .btn-group.open .dropdown-toggle .count {
        background-color: #ffffff;
        color: #222626;
        text-decoration: none !important;
        font-size: 18px;
    }

.loan .loan-calc .range-slider .btn-group.open a.button:before {
    content: url(../images/tools-anim.png);
    position: absolute;
    bottom: -20px;
    left: 50%;
}

.loan .loan-calc .range-slider .open > .button .count:hover {
    background-color: #ffffff;
    color: #222626;
    text-decoration: none !important;
    border: 1px solid #cccccc !important;
}

.loan .loan-calc .range-slider .sliders {
    font-size: 18px;
    line-height: 28px;
    vertical-align: baseline;
}

@media only screen and (max-width:1400px) and (min-width:1201px) {
    .loan .loan-calc .range-slider .sliders {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .loan .loan-calc .range-slider .sliders {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .loan .loan-calc .range-slider .sliders {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .range-slider .sliders {
        width: 100%;
        margin: 32px 0;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 21px;
    }
}

.loan .loan-calc .range-slider .sliders .count {
    padding: 14px 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 16px;
    margin-left: 16px;
    margin-right: 16px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    display: block;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .range-slider .sliders .count {
        margin: 24px 0;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 1.25;
        background-color: #ffffff;
        color: #222626;
        font-size: 18px;
        width: 100%;
    }
}

.loan .loan-calc .range-slider .sliders .count-amount {
    width: 154px;
}

.loan .loan-calc .range-slider .sliders .count-year {
    width: 122px;
}

.loan .loan-calc .range-slider .sliders .count-interest {
    width: 72px;
}

.loan .loan-calc .detail {
    width: 100%;
    float: left;
    margin-bottom: 32px;
}

    .loan .loan-calc .detail div:first-child {
        width: 70%;
        margin: 0 15%;
        margin-left: 15%;
        margin-right: 15%;
        float: left;
        padding: 24px 40px 0 40px;
        padding-left: 40px;
        padding-right: 40px;
        display: inline-block;
    }

@media only screen and (max-width:1200px) and (min-width:801px) {
    .loan .loan-calc .detail div:first-child {
        width: 96%;
        margin: 0 2%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .loan .loan-calc .detail div:first-child {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail div:first-child {
        width: 100%;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 32px 16px 0 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
        font-size: 21px;
        line-height: 31px;
    }
}

.loan .loan-calc .detail div:last-child {
    width: 70%;
    margin: 0 15%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    padding: 16px 40px 24px 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .loan .loan-calc .detail div:last-child {
        width: 96%;
        margin: 0 2%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .loan .loan-calc .detail div:last-child {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail div:last-child {
        width: 100%;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 32px 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
        font-size: 21px;
        line-height: 31px;
    }
}

.loan .loan-calc .detail-home div:last-child {
    padding: 0 40px 24px 40px;
}

.loan .loan-calc .detail-home div {
    width: 70%;
    margin: 0 15%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    padding: 24px 40px 14px 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .loan .loan-calc .detail-home div {
        width: 96%;
        margin: 0 2%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .loan .loan-calc .detail-home div {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail-home div {
        width: 100%;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding: 32px 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
        font-size: 21px;
        line-height: 31px;
    }
}

.loan .loan-calc .detail div p {
    font-size: 23px;
    padding-right: 0px;
    text-align: center;
    font-weight: 300;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail div p {
        text-align: left;
        width: 70%;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail div span {
        padding-top: 16px;
    }
}

.loan .loan-calc .detail div span {
    font-size: 44px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail div span {
        font-size: 40px;
        line-height: 2em;
        padding-top: 16px;
    }
}

.loan .loan-calc .detail div sup {
    margin-left: 24px;
    margin-right: 5px;
    font-weight: 300;
    font-size: 18px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .detail div sup {
        margin-left: 0px;
    }
}

.loan .loan-calc .detail p span h2 {
    float: left;
}

.loan .ready {
    font-size: 23px;
    margin-bottom: 32px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .ready {
        padding: 0 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
        font-size: 21px;
    }
}

.loan-detail {
    padding: 32px 0 56px 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    float: left;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan-detail {
        padding: 32px 0 40px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.loan-detail .heading {
    font-size: 23px;
    margin-bottom: 24px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan-detail .heading {
        margin-bottom: 16px;
        font-size: 21px;
    }
}

.loan-detail .sub-heading {
    font-size: 16px;
}

.loan .loan-calc .detail .detail-mobile p {
    padding-top: 0;
}

.loan .loan-calc .range-slider {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

@media only screen and (max-width:1400px) and (min-width:1201px) {
    .loan .loan-calc .range-slider {
        width: 80%;
        margin: 0 10% 40px 10%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .loan .loan-calc .range-slider {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .loan .loan-calc .range-slider {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .range-slider {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .loan .loan-calc .btn-primary-ocean {
        width: 91%;
        margin: 0 16px 32px 16px;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.range {
    background-color: #ffffff;
    height: 88px;
    padding: 16px 24px !important;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    left: 50%;
    top: 68px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: none;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .range {
        width: 325px;
    }
}

@media only screen and (max-width:870px) and (min-width:723px) {
    .range:last-child {
        left: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-100%, 0);
    }
}

.range li {
    width: 100%;
    float: left;
}

.slider.slider-horizontal {
    width: 100% !important;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .slider.slider-horizontal {
        height: 32px !important;
        width: 92% !important;
        margin-left: 4%;
        margin-right: 4%;
    }
}

.slider-track {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eae6e4), to(#eae6e4)) !important;
    background-image: -webkit-linear-gradient(top, #eae6e4 0, #eae6e4 100%) !important;
    background-image: -o-linear-gradient(top, #eae6e4 0, #eae6e4 100%) !important;
    background-image: linear-gradient(to bottom, #eae6e4 0, #eae6e4 100%) !important;
}

.slider-handle {
    background-color: #ffffff !important;
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%) !important;
    background-image: -o-linear-gradient(top, #ffffff 0, #ffffff 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#ffffff)) !important;
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%) !important;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.36) !important;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.36) !important;
    -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.36) !important;
    width: 32px !important;
    height: 32px !important;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .slider-handle {
        width: 32px !important;
        height: 32px !important;
    }
}

.slider.slider-horizontal .slider-track {
    margin-top: 0px !important;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .slider.slider-horizontal .slider-track {
        margin-top: -5px !important;
    }
}

.slider-selection {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #870051), to(#870051)) !important;
    background-image: -webkit-linear-gradient(top, #870051 0, #870051 100%) !important;
    background-image: -o-linear-gradient(top, #870051 0, #870051 100%) !important;
    background-image: linear-gradient(to bottom, #870051 0, #870051 100%) !important;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .slider-selection {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00B4CD), to(#00B4CD)) !important;
        background-image: -webkit-linear-gradient(top, #00B4CD 0, #00B4CD 100%) !important;
        background-image: -o-linear-gradient(top, #00B4CD 0, #00B4CD 100%) !important;
        background-image: linear-gradient(to bottom, #00B4CD 0, #00B4CD 100%) !important;
    }
}

.branch .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #cccccc !important;
}

.branch .mCSB_dragger {
    height: 150px !important;
    width: 8px !important;
}

.branch .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px !important;
}

.branch {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.branch-locator {
    overflow: hidden !important;
    height: calc(100% - 114px);
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator {
        height: calc(100% - 114px);
    }
}

.branch-locator .map {
    height: 100%;
    width: 100vw;
    float: left;
}

.branch-locator .storelocator-panel {
    width: 410px !important;
    background-color: #ffffff;
    position: absolute;
    float: left;
    height: calc(100% - 114px) !important;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator .storelocator-panel {
        height: calc(100% - 114px) !important;
        width: 350px !important;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .branch-locator .storelocator-panel {
        height: 100vh !important;
    }
}

.branch-locator .storelocator-panel .panel-list {
    width: 100%;
    float: left;
    width: 410px !important;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator .storelocator-panel .panel-list {
        width: 350px !important;
    }
}

.branch-locator .storelocator-panel .panel-list form {
    padding: 24px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #cccccc;
    float: left;
    background-color: #f8f5f5;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator .storelocator-panel .panel-list form {
        padding: 24px 16px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

.branch-locator .storelocator-panel .location-search {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}

.branch-locator .storelocator-panel .icon-addon {
    position: relative;
    width: 71%;
    margin-right: 16px;
    float: left;
    margin-bottom: 16px;
}

.branch-locator .storelocator-panel .custom {
    padding: 16px 40px;
    padding-left: 40px;
    padding-right: 40px;
    height: 56px;
}

.branch-locator .storelocator-panel label.btn-primary-icon, .branch-locator .storelocator-panel label.cbicons {
    position: absolute;
    z-index: 2;
    width: 20px;
    text-align: center;
    padding: 20px 0;
    padding-left: 0px;
    padding-left: 0px;
    top: 1px;
    font-size: 20px;
}

.branch-locator .storelocator-panel label.btn-primary-icon, .branch-locator .storelocator-panel label.cbicons {
    position: absolute;
    margin-left: 0px;
    left: 16px;
    top: 0;
    font-size: 16px;
}

.branch-locator .storelocator-panel .cta {
    width: 24%;
    float: left;
    margin-top: 9px;
}

.branch-locator .storelocator-panel .feature-filter .locate-label {
    padding: 8px 12px;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    line-height: 24px;
    color: #222626;
    background-color: #f8f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    margin-right: 16px;
    font-size: 16px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator .storelocator-panel .feature-filter .locate-label {
        margin-right: 8px;
    }
}

.branch-locator .storelocator-panel .feature-filter .locate-label:last-child {
    margin-right: 0px;
}

.branch-locator .storelocator-panel .feature-filter .locate-label .pin {
    margin-left: -10px;
}

.branch-locator .storelocator-panel .feature-filter .locate-label:hover {
    text-decoration: none;
}

.branch-locator .storelocator-panel .feature-filter .locate-label.active {
    border: 1px solid #870051;
    text-decoration: none;
}

.badgebox {
    opacity: 0;
}

    .badgebox + .badge {
        text-indent: -999999px;
        width: 27px;
    }

    .badgebox:focus + .badge {
        -webkit-box-shadow: inset 0px 0px 5px;
        box-shadow: inset 0px 0px 5px;
    }

    .badgebox:checked + .badge {
        text-decoration: none;
        text-indent: 0;
    }

input[type=checkbox]:checked {
    border: 1px solid #870051;
}

.branch-locator .storelocator-panel ul.store-list {
    width: 100%;
    float: left;
    height: 270px;
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator .storelocator-panel ul.store-list {
        height: 290px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator .storelocator-panel ul.store-list {
        height: 240px;
    }
}

.branch-locator .storelocator-panel ul.store-list .store {
    padding: 24px;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid #cccccc;
    cursor: pointer;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .branch-locator .storelocator-panel ul.store-list .store {
        padding: 24px 16px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

.branch-locator .storelocator-panel ul.store-list .store:first-child {
    border-top: none;
}

.branch-locator .storelocator-panel ul.store-list .store:last-child {
    border-bottom: 1px solid #cccccc;
}

.branch-locator .storelocator-panel ul.store-list .store .title, .detail-panel .rendered-detail .title {
    color: #222626;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 8px;
}

.branch-locator .storelocator-panel ul.store-list .store .address, .detail-panel .rendered-detail .address {
    color: #4f5858;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.branch-locator .storelocator-panel ul.store-list .store .features, .detail-panel .rendered-detail .features {
    color: #222626;
    font-size: 16px;
    font-weight: 400;
}

    .branch-locator .storelocator-panel ul.store-list .store .features li:before, .detail-panel .rendered-detail .features-clock li:before {
        font-family: 'cbi-icons';
        content: "\e00b";
        float: left;
        color: #222626;
        padding-right: 8px;
        padding-top: 2px;
    }

.detail-panel .rendered-detail .features-phone li:before {
    font-family: 'cbi-icons';
    content: "\e014";
    float: left;
    color: #222626;
    padding-right: 8px;
    padding-top: 2px;
}

.detail-panel .rendered-detail .features-clock, .detail-panel .rendered-detail .features-phone {
    margin-bottom: 8px;
}

.detail-panel .back-directions {
    padding: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f5f5;
    border-bottom: 1px solid #cccccc;
}

    .detail-panel .back-directions a:before {
        font-family: 'cbi-icons';
        content: "\e008";
        float: left;
        padding-right: 8px;
        padding-top: 2px;
        color: #870051;
    }

.detail-panel .rendered-detail {
    padding: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

    .detail-panel .rendered-detail .services {
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
    }

        .detail-panel .rendered-detail .services li {
            font-size: 16px;
            color: #222626;
            font-weight: 400;
            padding: 0 0 8px 0;
            padding-left: 0px;
            padding-right: 0px;
        }

            .detail-panel .rendered-detail .services li:last-child {
                padding: 0;
                padding-left: 0px;
                padding-right: 0px;
            }

.detail-panel .btn-secondary-small {
    margin: 8px 0 16px 0;
    margin-left: 0px;
    margin-right: 0px;
}

.branch-locator .trigger {
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    display: block;
}

    .branch-locator .trigger span.btn-primary-icon, .branch-locator .trigger span.cbicons {
        position: absolute;
        top: 30%;
        left: 30%;
    }

.branch .footer-branch {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 0;
}

.branch-locator-mobile {
    overflow: hidden !important;
    height: calc(100% - 65px);
    top: 65px;
    position: fixed;
}

    .branch-locator-mobile .slide-branch {
        width: 100%;
        height: 100vh;
    }

        .branch-locator-mobile .slide-branch .map {
            height: 100vh;
            width: 100vw;
            float: left;
        }

        .branch-locator-mobile .slide-branch .mapdetail {
            height: 140px !important;
            width: 100vw;
            float: left;
        }

        .branch-locator-mobile .slide-branch .triggerSlide span.btn-primary-icon, .branch-locator-mobile .slide-branch .triggerSlide span.cbicons {
            position: absolute;
            top: 30%;
            left: 30%;
        }

        .branch-locator-mobile .slide-branch .triggerSlide {
            width: 48px;
            height: 48px;
            background-color: #ffffff;
            -webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
            position: absolute;
            right: 16px;
        }

    .branch-locator-mobile .storelocator-panel-mobile {
        width: 100% !important;
        background-color: #ffffff;
        height: 232px !important;
        display: none;
    }

        .branch-locator-mobile .storelocator-panel-mobile .panel-list {
            width: 100%;
            float: left;
        }

            .branch-locator-mobile .storelocator-panel-mobile .panel-list form {
                padding: 24px 16px;
                padding-left: 16px;
                padding-right: 16px;
                border-bottom: 1px solid #cccccc;
                float: left;
                background-color: #f8f5f5;
                width: 100%;
                height: 232px !important;
            }

        .branch-locator-mobile .storelocator-panel-mobile .location-search {
            width: 100%;
            float: left;
            margin-bottom: 16px;
        }

        .branch-locator-mobile .storelocator-panel-mobile .icon-addon {
            position: relative;
            width: 69%;
            margin-right: 16px;
            float: left;
            margin-bottom: 16px;
        }

@media only screen and (max-width:380px) {
    .branch-locator-mobile .storelocator-panel-mobile .icon-addon {
        width: 64%;
    }
}

.branch-locator-mobile .storelocator-panel-mobile .custom {
    padding: 20px 16px 20px 48px;
    padding-left: 48px;
    padding-right: 16px;
    height: 56px;
}

.branch-locator-mobile .storelocator-panel-mobile label.btn-primary-icon, .branch-locator-mobile .storelocator-panel-mobile label.cbicons {
    position: absolute;
    z-index: 2;
    width: 20px;
    text-align: center;
    padding: 20px 0;
    padding-left: 0px;
    padding-right: 0px;
    top: 1px;
    font-size: 20px;
}

.branch-locator-mobile .storelocator-panel-mobile label.btn-primary-icon, .branch-locator-mobile .storelocator-panel-mobile label.cbicons {
    position: absolute;
    margin-left: 0px;
    left: 16px;
    top: 0;
}

.branch-locator-mobile .storelocator-panel-mobile .cta {
    float: left;
    margin-top: 9px;
    float: right;
}

.branch-locator-mobile .storelocator-panel-mobile .feature-filter {
    width: 100%;
    float: left;
}

    .branch-locator-mobile .storelocator-panel-mobile .feature-filter .locate-label {
        padding: 8px 12px;
        padding-left: 12px;
        padding-right: 12px;
        height: 40px;
        line-height: 24px;
        color: #222626;
        background-color: #f8f5f5;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-weight: 400;
        margin-right: 8px;
        font-size: 16px;
    }

@media only screen and (max-width:320px) {
    .branch-locator-mobile .storelocator-panel-mobile .feature-filter .locate-label {
        padding: 8px 4px;
        padding-left: 4px;
        padding-right: 4px;
    }
}

.branch-locator-mobile .storelocator-panel-mobile .feature-filter .locate-label:last-child {
    margin-right: 0px;
}

.branch-locator-mobile .storelocator-panel-mobile .feature-filter .locate-label .pin {
    margin-left: -8px;
    display: inline-block;
}

.branch-locator-mobile .storelocator-panel-mobile .feature-filter .locate-label:hover {
    text-decoration: none;
}

.branch-locator-mobile .storelocator-panel-mobile .feature-filter .locate-label:focus {
    text-decoration: none;
    border: 1px solid #870051;
}

.branch-locator-mobile .storelocator-panel-mobile .feature-filter .locate-label.active {
    border: 1px solid #870051;
    text-decoration: none;
}

.badgebox {
    opacity: 0;
}

    .badgebox + .badge {
        text-indent: -999999px;
        width: 27px;
    }

    .badgebox:focus + .badge {
        -webkit-box-shadow: inset 0px 0px 5px;
        box-shadow: inset 0px 0px 5px;
    }

    .badgebox:checked + .badge {
        text-decoration: none;
        text-indent: 0;
    }

input[type=checkbox]:checked {
    border: 1px solid #870051;
}

.branch-locator-mobile .slide-branch .triggerSlidedetail {
    width: 100%;
    background-color: #ffffff;
    float: left;
    height: 56px;
}

    .branch-locator-mobile .slide-branch .triggerSlidedetail .back-directions {
        padding: 16.5px 16px;
        padding-left: 16px;
        padding-right: 16px;
        background-color: #f8f5f5;
        border-bottom: 1px solid #cccccc;
    }

        .branch-locator-mobile .slide-branch .triggerSlidedetail .back-directions a:before {
            font-family: 'cbi-icons';
            content: "\e008";
            float: left;
            padding-right: 8px;
            padding-top: 2px;
            color: #870051;
        }

.branch-locator-mobile .slide-branch .detail-panel {
    width: 100%;
    float: left;
}

    .branch-locator-mobile .slide-branch .detail-panel .rendered-detail {
        padding: 24px 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

        .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .title {
            color: #222626;
            font-size: 23px;
            font-weight: 400;
            margin-bottom: 8px;
        }

        .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .address {
            color: #4f5858;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 8px;
        }

        .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .features {
            color: #222626;
            font-size: 16px;
            font-weight: 400;
        }

        .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .features-clock li:before {
            font-family: 'cbi-icons';
            content: "\e00b";
            float: left;
            color: #222626;
            padding-right: 8px;
            padding-top: 2px;
        }

        .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .features-clock, .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .features-phone {
            margin-bottom: 8px;
        }

    .branch-locator-mobile .slide-branch .detail-panel .btn-secondary-small {
        margin: 8px 0 16px 0;
        margin-left: 0px;
        margin-right: 0px;
    }

    .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .services {
        margin: 0;
        margin-left: 0px;
        margin-right: 0px;
    }

        .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .services li {
            font-size: 16px;
            color: #222626;
            font-weight: 400;
            padding: 0 0 8px 0;
            padding-left: 0px;
            padding-right: 0px;
        }

            .branch-locator-mobile .slide-branch .detail-panel .rendered-detail .services li:last-child {
                padding: 0;
                padding-left: 0px;
                padding-right: 0px;
            }

.contactLink {
    width: 100%;
    float: left;
    margin: 56px 0 0 0;
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .contactLink {
        margin: 56px 0 0 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .contactLink {
        margin: 40px 0 0 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.contactLink .font-18 {
    font-size: 18px;
}

.contactLink p {
    padding: 24px 0px 20px 0;
    padding-left: 0px;
    padding-right: 0px;
    color: #222626;
    font-weight: 400;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .contactLink p {
        font-size: 21px !important;
    }
}

.contactLink ul {
    margin-bottom: 56px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .contactLink ul {
        margin-bottom: 40px;
    }
}

.contactLink ul li {
    padding-bottom: 16px;
}

    .contactLink ul li:last-child {
        padding-bottom: 0px;
    }

    .contactLink ul li a {
        font-weight: 400;
    }

    .contactLink ul li .primary-link:after {
        font-family: 'cbi-icons';
        content: "\e009";
        font-size: 14px;
        color: #870051;
        padding-left: 8px;
        display: inline-block;
    }

[dir=rtl] .contactLink ul li .primary-link:after {
    font-family: 'cbi-icons';
    content: "\e008";
    font-size: 14px;
    color: #870051;
    padding-right: 8px;
    display: inline-block;
}

.stickyBar {
    width: 100%;
    position: fixed;
    bottom: 0px !important;
    z-index: 9999;
}

    .stickyBar .wrap-stick {
        width: 100%;
        float: left;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.5);
    }

        .stickyBar .wrap-stick .cont-left {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            float: left;
            width: 50%;
            padding: 12px 0;
            padding-left: 0px;
            padding-right: 0px;
        }

@media only screen and (max-width:600px) and (min-width:320px) {
    .stickyBar .wrap-stick .cont-left {
        width: 50%;
        padding: 16px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.stickyBar .wrap-stick .cont-left img {
    padding-right: 24px;
}

.stickyBar .wrap-stick .cont-left p {
    padding-top: 4px;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .stickyBar .wrap-stick .cont-left p {
        font-size: 21px;
    }

        .stickyBar .wrap-stick .cont-left p span {
            font-size: 23px;
            font-weight: 400;
        }
}

.stickyBar .wrap-stick .cont-left span {
    padding-bottom: 4px;
    font-weight: 400;
}

    .stickyBar .wrap-stick .cont-left span.hidden-xs {
        color: rgba(255, 255, 255, 0.7);
    }

.stickyBar .wrap-stick .cont-right {
    float: left;
    width: 50%;
    text-align: right;
    padding: 16px 0;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:1500px) and (min-width:601px) {
    .carousel-indicators {
    display:none !important;
    
    }

}
@media only screen and (max-width:600px) and (min-width:320px) {
    .stickyBar .wrap-stick .cont-right {
        width: 50%;
        text-align: right;
    }
   .carousel-indicators {
       /*bottom:-32px;
       display:block;*/

     position: absolute;
    left: 50%;
    z-index: 27;
    width: 60%;
    left: 20%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    display: block !important;
    /*margin-top: 9px;*/
    top:100%;
}

    .carousel-indicators li {
    display: inline-block;
    width: 32px;
    height: 4px;
    margin: 2px;
    text-indent: -999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #ddd;
  
}

    .carousel-indicators .active {
        margin:2px;
        width: 32px;
        height:4px;
        background-color: purple;
    }

    .carousel-control {
    display:none;
    
    }




}

.stickyBar .wrap-stick .cont-right .btn-primary-ocean {
    margin-right: 32px;
}

.card-info-clicks .mar-r80 {
    margin: 15px;
}

.marketing-link:hover .marketing-content ul li  {
    color: #2d2a2a !important;
}

@media only screen and (max-width:1024px) and (min-width:801px) {
    .stickyBar .wrap-stick .cont-right .btn-primary-ocean {
        margin-right: 0;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .stickyBar .wrap-stick .cont-right .btn-primary-ocean {
        margin-right: 0;
    }
}

@media only screen and (max-width:699px) and (min-width:601px) {
    .stickyBar .wrap-stick .cont-right .btn-primary-ocean {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .stickyBar .wrap-stick .cont-right .btn-primary-ocean {
        margin-right: 0px;
        padding: 0 16px;
        padding-left: 16px;
        padding-right: 16px;
        min-width: auto;
    }
}

.resultblock {
    width: 246px;
    position: fixed;
    top: 106px;
    left: 40px;
    background-color: #f8f5f5;
    padding: 24px;
    z-index: 99999;
    padding-left: 24px;
    padding-right: 24px;
    float: left;
}

@media only screen and (max-width:1200px) and (min-width:801px) {
    .resultblock {
        left: 32px;
        width: 218px;
    }
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .resultblock {
        position: relative;
        width: 100%;
        background-color: #ffffff;
        height: 218px;
        top: -40px;
        left: 0;
        padding: 16px 24px;
        padding-right: 24px;
        padding-left: 24px;
        z-index: 0;
        height: auto;
        background-color: #f8f5f5;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .resultblock {
        position: relative;
        width: 100%;
        background-color: #ffffff;
        top: -40px;
        left: 0;
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
        z-index: 0;
        height: auto;
        background-color: #f8f5f5;
        margin-bottom: 40px;
    }
}

.resultblock h4 {
    color: #222626;
    margin-bottom: 16px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .resultblock h4 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .resultblock h4 {
        margin-bottom: 0;
    }
}

.resultblock .block {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cccccc;
    padding: 16px 0;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .resultblock .block {
        width: auto;
        margin: 32px 40px 32px 0;
        margin-left: 0px;
        margin-right: 40px;
        border: none;
        padding: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.resultblock .block:last-child {
    margin-right: 0px;
}

.resultblock .lastblock {
    border: none;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .resultblock .lastblock {
        margin-right: 0 !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .resultblock .lastblock {
        margin-right: 0 !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.resultblock .block .smallest {
    color: #4f5858;
    font-weight: 400;
    margin-bottom: 4px;
}

.resultblock .block .sub {
    color: #222626;
    font-weight: 400;
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .resultblock .block .sub {
        font-size: 21px;
    }
}

.resultblock .primary-link {
    padding: 8px 0;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    float: left;
}

@media only screen and (max-width:800px) and (min-width:601px) {
    .resultblock .primary-link {
        padding: 0;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width:600px) and (min-width:320px) {
    .resultblock .primary-link {
        padding-bottom: 32px;
    }
}

@media (min-width:760px) and (max-width:1030px){
	.first-edge-direct .main-block{
	width:33%;}
	}

.resultblock .primary-link:after {
    content: "\e015";
    font-size: 14px;
    font-family: "cbi-icons" !important;
    color: #870051;
    position: absolute;
    padding-left: 8px;
}

.resultblock .panel-group {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
}

    .resultblock .panel-group .panel-default {
        border: none;
    }

        .resultblock .panel-group .panel-default .panel-heading {
            border: none;
            border-bottom: 1px solid #cccccc !important;
            padding: 24px 24px 24px 16px;
            padding-left: 16px;
            padding-right: 24px;
        }

        .resultblock .panel-group .panel-default .panel-body {
            border: none;
            padding: 0 16px;
            padding-left: 16px;
            padding-right: 16px;
        }








.overlay-img {
    height: 100%;
    position: absolute;
    width: 100%;
    float: left;
    /* min-height: 480px; */
    /* max-height: 620px; */
    top: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.36)), to(transparent));
    background: linear-gradient(to bottom, rgba(12, 12, 12, 0.6) 25%, transparent 100%);
}

.block-content {
    position: absolute;
    color: white;
    top: 3%;
    left: 6%;
}

    .block-content p {
        width: 70%;
        font-size: 17px;
    }


    .block-content h2 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .block-content h4 {
        font-size: 20px;
        font-weight: 500;
    }





.overlay-back-green {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #82c27b;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
   
}

.main-block:hover .overlay-back-green {
    top: 0;
    height: 100%;
}



.overlay-back-purple {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #6d317c;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    
}

.main-block:hover .overlay-back-purple {
    top: 0;
    height: 100%;
}




.overlay-back-black {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: black;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    
}

.main-block:hover .overlay-back-black {
    top: 0;
    height: 100%;
}

.text-content {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 48%;
    left: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.edge-block {
    margin-bottom: 50px;
    padding-left: 5px;
}

.new-block {
    margin: 2em 0em;
}


ul.benefits p {
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0px 10px 5px;
}

ul.benefits {
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
}

 

    ul.benefits span {
        padding-left: 5px;
        font-weight: 100;
        font-size: 12px;
    }






    ul.benefits li {
        padding-left: 5px;
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 5px;
    }




ul.eligibility {
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
}

    ul.eligibility p {
        font-size: 21px;
        font-weight: 500;
        padding: 6px 0px 6px 5px;
    }

    ul.eligibility span {
        padding-left: 5px;
        font-weight: 100;
        font-size: 12px;
    }


    ul.eligibility li {
        padding-left: 5px;
        font-weight: 300;
        font-size: 14px;
    }
.edge-block h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.edge-block h4 {
    font-size: 19px;
    font-weight: 500;
}


button.btn.btn-findmore {
    border:1px solid rgba(255, 255, 255, 0.6705882352941176);
    color: white;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 3%;
    padding: 10px;
    left: 30%;
    text-decoration: none !important;
    text-align: center;
}

.btn-findmore:hover {
    text-decoration: none;
    background: white;
    color: white !important;
}

 .block-content img {
    width: 46%;
    margin-bottom: -5px;
}

.edge-block img {
    width: 50%;
}


.no-padding {
    padding: 0px;
}




.new-block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.overlay-back-green>.text-content {
    top: 34%;
}
.overlay-back-purple .text-content {
    top: 44%;
	left:50%;
}

button.btn.btn-online {
    border: 1px solid rgba(255, 255, 255, 0.6705882352941176);
    color: white;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 10%;
    padding: 10px;
    left: 28.5%;
    text-decoration: none !important;
    text-align: center;
}

@media only screen and (max-width: 600px) {
.main-block {
    position: relative;
    top: 37px;
}
	.block-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
	.block-content h4 {
    font-size: 17px;
    font-weight: 500;
}
	.block-content p {
    width: 70%;
    font-size: 15px;
}
	.edge-block h2 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
	.overlay-back-green>.text-content {
    top: 44%;
}
	.edge-block h4 {
    font-size: 15px;
    font-weight: 500;
}
	
	ul.benefits p {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px 10px 5px;
}
	ul.benefits li {
    padding-left: 5px;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
}
	.text-content {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 49%;
    left: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	.edge-block {
    margin-bottom: 10px;
    padding-left: 5px;
}
	
button.btn.btn-findmore {
    border: 1px solid rgba(255, 255, 255, 0.6705882352941176);
    color: white;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 3%;
    padding: 10px;
    left: 30%;
    text-decoration: none !important;
    text-align: center;
}
	
}






@media (min-width:767px) and (max-width:992px){
	button.btn.btn-online {
    border: 1px solid rgba(255, 255, 255, 0.6705882352941176);
    color: white;
    font-size: 12px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 10%;
    padding: 5px;
    left: 26.5%;
    text-decoration: none !important;
    text-align: center;
}
	
	.fh5-light-box iframe {
    width: 450px;
    height: 450px;
}
	
.edge-block {
    margin-bottom: 5px;
    padding-left: 5px;
}

.edge-block h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.1rem;
}
.edge-block h4 {
    font-size: 12px;
    font-weight: 500;
}
ul.benefits {
    padding-left: 5px;
    font-weight: 100;
    font-size: 11px;
}

ul.benefits p {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0px 5px 5px;
}

ul.benefits li {
    padding-left: 5px;
    font-weight: 400;
    font-size: 10px;
    padding-bottom: 4px;
}
	.block-content h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.block-content h4 {
    font-size: 18px;
    font-weight: 500;
}

.block-content p {
    width: 68%;
    font-size: 13px;
}
button.btn.btn-findmore {
    border: 1px solid rgba(255, 255, 255, 0.6705882352941176);
    color: white;
    font-size: 11px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 3%;
    padding: 5px;
    left: 30%;
    text-decoration: none !important;
    text-align: center;
}

}


@media (min-width:993px) and (max-width:1024px){

	.edge-block h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.edge-block h4 {
    font-size: 15px;
    font-weight: 500;
}
ul.benefits li {
    padding-left: 5px;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 5px;
}

button.btn.btn-findmore {
  
    font-size: 10px;
   
    padding: 7px;
   
}
section.first-edge-direct {
    margin: 0px 2em;
}
	

}




@media (min-width:601px) and (max-width:766px){
	.overlay-back-purple .text-content {
    top: 47%;
    left: 60%;
}

.overlay-back-purple .text-content {
    top: 47%;
    left: 47%;
}
.overlay-back-purple .text-content {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 48%;
    left: 48%;
    width: 96%;
    text-overflow: ellipsis;
    
}
  .block-content p {
    width: 70%;
    font-size: 12px;
}

.block-content h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .block-content h4 {
        font-size: 20px;
        font-weight: 500;
    }

.edge-block {
    margin-bottom: 10px;
    padding-left: 5px;
}


ul.benefits p {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0px 5px 5px;
}

ul.benefits {
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
}

    ul.benefits span {
        padding-left: 5px;
        font-weight: 100;
        font-size: 12px;
    }

    ul.benefits li {
    padding-left: 5px;
    font-weight: 400;
    font-size: 11px;
    padding-bottom: 2px;
}

ul.eligibility {
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
}

    ul.eligibility p {
        font-size: 21px;
        font-weight: 500;
        padding: 6px 0px 6px 5px;
    }

    ul.eligibility span {
        padding-left: 5px;
        font-weight: 100;
        font-size: 12px;
    }


    ul.eligibility li {
        padding-left: 5px;
        font-weight: 300;
        font-size: 14px;
    }
.edge-block h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.2rem;
}
.edge-block h4 {
    font-size: 15px;
    font-weight: 500;
}

.text-content {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


button.btn.btn-findmore {
    border: 1px solid #ffffffab;
    color: white;
    font-size: 10px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 1%;
    padding: 3px;
    left: 30%;
    text-decoration: none !important;
    text-align: center;
}

button.btn.btn-online {
    border: 1px solid #ffffffab;
    color: white;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 10%;
    padding: 10px;
    left: 28.5%;
    text-decoration: none !important;
    text-align: center;
}	
.main-block {
    width: 33%;
}
}


@media only screen and (min-width:992px){

	.text-content {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 48%;
    left: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .block-content p {
        width: 70%;
        font-size: 17px;
    }


    .block-content h2 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .block-content h4 {
        font-size: 20px;
        font-weight: 500;
    }





.edge-block {
    margin-bottom: 50px;
    padding-left: 5px;
}


ul.benefits p {
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0px 10px 5px;
}

ul.benefits {
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
}

 

    ul.benefits span {
        padding-left: 5px;
        font-weight: 100;
        font-size: 12px;
    }






    ul.benefits li {
        padding-left: 5px;
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 5px;
    }




ul.eligibility {
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
}

    ul.eligibility p {
        font-size: 21px;
        font-weight: 500;
        padding: 6px 0px 6px 5px;
    }

    ul.eligibility span {
        padding-left: 5px;
        font-weight: 100;
        font-size: 12px;
    }


    ul.eligibility li {
        padding-left: 5px;
        font-weight: 300;
        font-size: 14px;
    }
.edge-block h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.edge-block h4 {
    font-size: 19px;
    font-weight: 500;
}


button.btn.btn-findmore {
    border: 1px solid #ffffffab;
    color: white;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 3%;
    padding: 10px;
    left: 30%;
    text-decoration: none !important;
    text-align: center;
}


button.btn.btn-online {
    border: 1px solid #ffffffab;
    color: white;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 10%;
    padding: 10px;
    left: 28.5%;
    text-decoration: none !important;
    text-align: center;
}
}


@media (min-width:360px) and (max-width:380px){
ul.benefits li {
    padding-left: 5px;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 5px;
}


}


@media (min-width:360px) and (max-width:480px){
button.btn.btn-online {
    border: 1px solid rgba(255, 255, 255, 0.6705882352941176);
    color: white;
    font-size: 13px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 11%;
    padding: 5px;
    left: 29%;
    text-decoration: none !important;
    text-align: center;
}
	.fh5-light-box iframe {
    width: 325px;
    height: 400px;
}
	
	button.btn.btn-findmore {
    border: 1px solid rgba(255, 255, 255, 0.6705882352941176);
    color: white;
    font-size: 12px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 3%;
    padding: 6px;
    left: 31%;
    text-decoration: none !important;
    text-align: center;
}
	
	
}
	

	


@media (min-width:320px) and (max-width:786px){
.media-block.tcit-custom .row {
    margin: 0px !important;
}
	
	.contactus.card-info-tcit .row {
    margin: 0px !important;
}
	.fh5-light-box iframe {
    width: 350px;
    height: 450px;
}
	
}


.product-card .menu-back {
    display: none;
}



.product-card ul.list-inline.checklist li {
    padding: 5px 0px;
}


.product-card .marketing-tile .main h4 {
    font-weight: 400;
padding-bottom:20px;	font-size: 1.3em;
}
	

	
.card-info-clicks .mar-r80 {
    margin: 15px;
}
.marketing-link:hover .marketing-content ul li  {
    color: #2d2a2a !important;
}
	.product-card .marketing-link:hover ul.list-inline.checklist li {
    color: black !important;
}


@media (min-width:1020px) and (max-width:1030px){
	
	.edge-block {
    margin-bottom: 10px !important;
  
}
.edge-block h4 {
    font-size: 20px;
    font-weight: 500;
}
ul.benefits p {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px 5px 5px;
}
.text-content {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.edge-block {
    margin-bottom: 10px;
    padding-left: 5px;
}
.edge-block h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0.1rem;
}
.edge-block h4 {
    font-size: 16px;
    font-weight: 500;
}
ul.benefits li {
    padding-left: 5px;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 3px;
}
button.btn.btn-findmore {
    border: 1px solid #ffffffab;
    color: white;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    /* margin-top: 2em; */
    /* margin-left: 10px; */
    position: absolute;
    bottom: 1%;
    padding: 7px;
    left: 30%;
    text-decoration: none !important;
    text-align: center;
}
.overlay-back-purple .text-content {
    top: 44%;
    left: 54%;
    width: 90%;
}
}

strong{font-weight:bold;}

.text-block li {
    font-weight:400;
}
.text-block a {
    color: #870051 !important;
}
/*.text-block li{list-style:disc;}*/

@media (max-width:600px){
.master-head img.hidden-sm.hidden-lg.hidden-md {
    width: 100%;
}}


li.custm_results {
    padding: 45px 10px;
    border-bottom: 1px solid #870150;
}
 li.custm_results a {
    background: none;
    color: #870150;
    border: none;
    font-size: 18px;
    font-weight: 400;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
li.custm_results:before {
    content: '\e01a';
  
    margin-left: 0px;
    margin-right: 8px;
    color: #00B4CD;
    font-family: "cbi-icons" !important;
    font-size: 17px;
}
.custm_results .btn-primary:hover {
    color: #001b58;
    background-color: transparent;
    border-color: #870051;
    text-decoration: underline !important;
}

.result_pagination .pagination {
    float: right;
}
.form_search{display:none;}
.form_search form {
    margin: 50px auto;
    width: 100%;
	text-align: center;
}
.form_search input {
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid black;
    width: 50%;
    padding: 20px;
}
.form_search input::placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #b7b5b5;
}
.form_search_header form {
    margin: 10px auto;
    width: 100%;
	text-align: center;
}
.form_search_header input {
    background: none;
    border: none;
    border-bottom: 1px solid black;
    width: 75%;
    padding: 10px;
	font-size:35px;
}
.form_search_header input::placeholder {
    font-weight: 400;
    font-size: 20px;
    color: #b7b5b5;
}
.search_wrapper{display:none;transition: all .3s ease-in-out;}
.search_wrapper.is_visible {
    display: block !important;
	transition: all .3s ease-in-out;
}
button.search_btn {
    background: none !important;
    border: none !important;
    font-size: 40px !important;
    color: black !important;
}
button.mobile_search {
    border: none;
    background: none;
    color: #870150;
    font-weight: 500;
    font-size: 18px !important;
    float: right;
    margin-top: 17px;
}
.result_pagination .pagination > .active > a {
    z-index: 3;
    color: #ffffff !important;
    background-color: #c1c1c1 !important;
    border: none;
    cursor: default;
    border-radius: 50px;
    margin: 2px 4px;
}
.header_search_btn {
    border: none !important;
    color: #870150;
    background: none;
}
button#search_click, button#search_click_mobile, button#search_click_tab {
    border: none;
    background: none;
    color: #870150;
    font-weight: 500;
    font-size: 16px;
}
.result_pagination li.nav-item .nav-link {
    color: #890a52;
    border: none;
}
.result_pagination .pagination > .active > a {
    z-index: 3;
    color: #ffffff !important;
    background-color: #890a52 !important;
    border: none;
    cursor: default;
    border-radius: 50px;
    margin: 2px 4px;
}
span.query_url {
    margin-top: 30px;
    float: left;
    position: absolute;
    left: 10%;
    color: black;
    font-size: 16px;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
@media (max-width:600px){
.form_search_header input {
    background: none;
    border: none;
    border-bottom: 1px solid black;
    width: 70%;
    padding: 10px;
    font-size: 20px !important;
	border-radius: 0px !important;
 }
	button.search_btn {
    background: none !important;
    border: none !important;
    font-size: 30px !important;
    color: black !important;
}
}
.custom_css_iframe {
    z-index: 100;
    position: relative;
}

.text-block-2 p a {
    position: relative;
    z-index: 10;
}

/*added by Jane*/

 
        .d-flex-c{
            display: flex;
justify-content: center;
            align-items: center;
        }
        video.bk-cover {
    object-fit: cover;
    width: 100%;
    height: 100vh;
margin-bottom: -5px;			
}
.custom-section {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    color: #fff;
}
.content p{
    margin-top: 20px;
}
.overlay-black {
    position: absolute;
    background: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    top: 0;
}

  .content {
    padding: 50px;
}
  .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomInRight {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
  }
  @keyframes zoomInRight {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
  } 

  .slideInRight {
   
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 

  .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 4s;
  animation-iteration-count: infinite;

  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

  .shadow-bottom {
  box-shadow:0 12px 10px -10px black;
  border-radius: 20px;
}

img.card-img {
    width: 500px;
    margin-top: 50px;
}

img.card-img.image-1 {
    transform: rotate3d(1, 1, 1, 320deg);
    /* opacity: 0.5; */
    box-shadow: -10px 10px 4px 2px #60606008;
    border-radius: 10px;
}

img.card-img.image-2 {
    border-radius: 15px;
    transform: rotate3d(1, 1, 1, 320deg);
    top: 10px;
    left: 25px;
    box-shadow: -6px 5px 4px 4px #fefefe1a;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
  }
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  }
  75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  }
  90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  }
  @keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
  }
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  }
  75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  }
  90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  }


.bounceInUp2 {
  -webkit-animation-name: bounceInUp2;
  animation-name: bounceInUp2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceInUp2 {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
  }
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  }
  75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  }
  90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  }
  @keyframes bounceInUp2 {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
  }
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  }
  75% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  }
  90% {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  }
  100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  }
  .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 4s;
  animation-iteration-count: 1;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

  .pulse1 {
  -webkit-animation-name: pulse1;
  animation-name: pulse1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  }
  @-webkit-keyframes pulse1 {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse1 {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
  
  img.card-img {
    width: 80%;
    margin: 30px;
}
section.black-section {
    background: black;
}
.post-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-post {
    background: white;
    cursor: pointer;
}
.text-sec {
    padding: 25px;
    padding-top: 0px;
    margin-top: -30px;
}
section.black-section {
    background: black;
    padding: 100px 0px;
}
.blog-post img.img-fluid {
    clip-path: polygon(0 0, 0 270px, 600px 310px, 540px 0px);
}
.text-sec h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
span.icon img {
    margin-left: 10px;
    width: 20px;
}
.text-sec h6 {
    display: flex;
    align-items: center;
}
.checklist-new li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-size: 10px;
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}
ul.list-inline.checklist-new li {
    margin-bottom: 15px;
    font-size: 16px;
}

.post-thumb img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  transform: scale(1.01);
}

.blog-post:hover .post-thumb img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.blog-post:hover {
    background: linear-gradient(to left, #ffffff, #ebebeb);
    background: linear-gradient(to left, #ffffff, #ebebeb);
}
.post-thumb {
    overflow: hidden;
}

section.cards {
    background-image: url("https://www.cbiuae.com/media/12518/cards-bg.jpg");
    background-size: cover;
    background-position: center;
	position:relative;
}
.text-unlock h1 {
    text-align: center;
    font-size: 40px;
    padding: 50px;
    margin: 50px 0px;
    color: white;
}
.c-content-block h2 {
    font-size: 22px;
    font-weight: 500;
    color: white;
    margin-bottom: 15px;
}
.c-content-block p {
    color: white;
    font-size: 15px;
    font-weight: 400;
}
.custom-icon img {
    width: 75px;
    margin-bottom: 10px;
}
.cards-overlay {
    position: absolute;
    background: #000000da;
    width: 100%;
    height: 100%;
    z-index: 0;
	top:0px;
	bottom:0px;
	right:0px;
    left: 0px;
}
.margin-bottom-30 {
    padding-bottom: 50px;
}
section.form-section {
    background: white;
}

.row.allign-center-form-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-content-form {
    padding: 20px;
    margin-left: 30px;
}
.text-content-form h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.text-content-form p {
    font-size: 24px;
    margin-bottom: 20px;
}
.text-content-form .form-block .large-form {
    border: none !important;
}

.text-content-form .large-form.no-border .form-group input {
   width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-left: 0px;
    font-weight: 400;
    color: black;
}
.text-content-form .large-form .frmsubmit {
   
    background: black;
    color: white;
    border: 1px solid black;
    float: right;
    border-radius: 20px;
}


.text-content-form .large-form .frmsubmit:hover {
    background: white;
    color: black;
}
section.c_download {
    padding: 50px 0px;
}
.d-content {
    text-align: center;
}
.d-content h3 {
    font-size: 25px;
    color: white;
	margin-bottom:0px;
}
.d-content h3 a {
    text-decoration: underline !important;
	color:white !important;
}

.d-content span img {
    width: 35px;
    margin-right: 10px;
    margin-left: 10px;
    left: 0px !important;
    transform: none !important;
    top: 10px;
}
.grey-section {
    background: #707070;
}
.black-theme .head-1 {
    background: black;
}
.black-theme .head-1 .master-list li a {
    color: white;
}
.black-theme ul.nav.navbar-nav.navbar-right li a {
    color: black !important;
}
.black-theme .navbar-nav button, .black-theme .navbar-nav li a:before {
    color: black !important;
}
.black-theme .owl-carousel.owl-theme {
    background: black;
    margin: 0px;
    padding: 100px 0px;
}
.black-theme .marketing-content.marktItem {
    color: black !important;
}
.black-theme .main h4 {
    color: black !important;
    margin-bottom: 20px;
}
.black-theme .main h4 span.cbicons {
    color: black !important;
}
.custom_m_top{
    padding-bottom: 80px;
}
.text-content-form .large-form.no-border {
    margin: 0px;
    padding: 0px 40px;
}


.col-md-12.black-download {
    padding: 0px;
	margin-top:-10px;
}
.c_download.black-section .text-block {
    margin: 0px;
	margin-bottom:-10px;
}
.black-download .text-block {
    margin: 0px;
}
.black-d-sec {
    background: black;
    padding: 50px 0px;
    margin: 0px;
}
.grey-d-sec {
    background: #1f1f1f;
    padding: 50px 0px;
}
@media(max-width:600px){
	.d-flex-c{
		display: block;
	}
	.content.slideInRight {
    text-align: center;
    padding: 20px;
    margin-top: 100px;
}
	.text-unlock h1 {
    text-align: center;
    font-size: 30px;
    padding: 20px;
    margin: 50px 0px;
    color: white;
}
	.custom-icon {
    text-align: center;
}
	.c-content-block {
    text-align: center;
}
	.row.allign-center-form-content {
    display: block;
}
	.text-content-form {
    text-align: center;
}
}
/*Added on Mar 06 2023 for home page Edge Seciton*/
.new-block .row {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
.new-block .main-block {
    margin: 0px 20px;
}
.text-block-2 .text-block-2-main {
    background-color: transparent !important;
}
/* css for skywards calculator */
 section.bg-purple {

            background-color: #870051;

            padding: 50px 0px;

        }



.sky-calc .sliders .count-amount {
    width: 100%;
    min-width:180px !important;
}



        span.heading-calc {

            margin-bottom: 15px;

        }



        .sky-calc .btn-group.sliders {

            display: inline-grid;

            text-align: center;

        }



        .sky-calc .sliders .count {

            padding: 14px 16px;

            padding-left: 16px;

            padding-right: 16px;

            margin: 0 16px;

            margin-left: 16px;

            margin-right: 16px;

            border: 1px solid rgba(255, 255, 255, 0.7);

            border-radius: 4px;

            display: block;

        }



        span.heading-calc {

    margin-bottom: 25px;

    color: white;

    font-size: 18px;

}



        h3.left-heading-calc {

            margin-top: 60px;

            margin-bottom: 0px !important;

            color: white;

            font-size: 18px;

        }



        section.bg-purple.sky-calc .container {

            width: 80%;

        }



        h3.second-left-heading-calc {

            margin-bottom: 10px !important;

            color: white;

            font-size: 18px;

        }



        .row.sky-row {

            margin-top: 20px !important;

            margin-bottom: 20px !important;

        }

       

.sky-calc .detail div p {

    font-size: 23px;

    padding-right: 0px;

    text-align: center;

    font-weight: 300;

    color: white;

}

.sky-calc .detail div span {

    font-size: 44px;

}

.sky-calc .detail div:last-child {

    width: 70%;

    margin: 3%;

    margin-left: 15%;

    margin-right: 15%;

    padding: 16px 40px 24px 40px;

    padding-left: 40px;

    padding-right: 40px;

    display: inline-block;

}

.below-secton-div p {

    margin: 3%;

    font-size: 23px;

}

.below-secton-div {

    border-top: 1px solid #ae5886;

}

a#amountSliderLabel .count {

    border: 1px solid #8c4b72ad !important;

}



span.heading-calc.hidden-custom-mob {

    display: none;

}

h3.second-left-heading-calc {

  

    font-weight: 600;

}

h3.left-heading-calc {



    font-weight: 600;

}
.layout-fix .disc-list-ruby li {
    display: block;
}



@media (max-width:1200px){

    h3.second-left-heading-calc {

    margin-bottom: 10px !important;

    color: white;

    font-size: 18px;

    text-align: left !important;

    font-weight: 600;

    padding-bottom: 15px;

    border-bottom: 1px solid white;

}

h3.left-heading-calc {

    margin-bottom: 10px !important;

    color: white;

    font-size: 18px;

    text-align: left !important;

    font-weight: 600;

    padding-bottom: 15px;

    border-bottom: 1px solid white;

}

   

    span.heading-calc.hidden-custom-mob {

    display: block;

}

span.heading-calc {

    margin-bottom: 25px;

    color: white;

    font-size: 18px;

    margin-top: 25px;

}

}

@media (max-width:600px){

    section.bg-purple.sky-calc {

    text-align: center;

}

span.heading-calc {

    margin-bottom: 15px;

    color: white;

    font-size: 18px;

    margin-top: 15px;

}

.sky-calc .btn-group.sliders {

    display: flex;

    text-align: center;

    justify-content: right;

    align-items: center;

    margin: 10px !important;

}

.sky-calc .sliders .count-amount {

    width: 100%;

    min-width: 100px !important;

}

h3.second-left-heading-calc {

    margin-bottom: 10px !important;

    color: white;

    font-size: 18px;

    text-align: left !important;

    font-weight: 600;

    padding-bottom: 15px;

    border-bottom: 1px solid white;

}

h3.left-heading-calc {

    margin-bottom: 10px !important;

    color: white;

    font-size: 18px;

    text-align: left !important;

    font-weight: 600;

    padding-bottom: 15px;

    border-bottom: 1px solid white;

}

.sky-calc .detail div:last-child {

    width: 100%;

    margin: 2%;

    margin-left: 0%;

    margin-right: 0%;

    padding: 20px 40px 24px 40px;

    padding-left: 40px;

    padding-right: 40px;

    display: inline-block;

}

.below-secton-div p {

    margin: 3%;

    margin-top: 10%;

    font-size: 23px;

}

}
span.sky-error {
    font-size: 12px;
	display:none;
	margin-top: 10px;
}
@media (min-width:1201px){
section.bg-purple.sky-calc .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.layout-fix img {
    display: block;
    width: 70%;
    position: relative;
    left: 0px;
    transform: none !important;
}
.layout-fix a {
    color: black !important;
    text-decoration: underline !important;
}
.rent-table {
    width: 500px;
    overflow: scroll;
}
.travel-app {
    display: flex;
    align-items: flex-start;
}
.travel-app a::after {
    display: none !important;
}
.travel-app a img {
    margin-right: 20px;
    width: 120px;
}
.layout-fix ul.disc-list-ruby {
    line-height: 24px;
    padding-bottom: 0px;
    font-weight: 400;
	margin-bottom:0px;
}
.layout-fix ul.disc-list-ruby li {
    display:block !important;
}
.rent-table table.responsive-table td {
    padding:8px;
    text-align: center;
    vertical-align: middle;
}
.layout-fix ul.disc-list-ruby li {
    padding-bottom: 8px !important;
}
.food-table table td {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.umbraco-forms-field label {
    display:inline-block;
    /*display: none !important;*/
}
.umbraco-forms-field-wrapper input.text {
     max-width: 100% !important;
    width: 100% !important;
    display: block;
    height: 56px;
    padding: 0 16px !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 20px !important;
    color: #222626;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
}
.umbraco-forms-field-wrapper {
    margin-bottom: 32px;
}
.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 100% !important;
   padding: 0 16px !important;
    display: block;
    width: 100% !important;
}
.radiobuttonlist label {
    display: inline-block !important;
}
.umbraco-forms-container {
    padding: 0px !important;
}
.umbraco-forms-field.requesttype label.umbraco-forms-label {
    text-align: center;
    display: block !important;
    padding-top: 20px !important;
}


.float-whatsapp {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 13px;
    right: auto;
    left: calc(100vw - 65px);
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 1px #00000021;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}



.umbraco-forms-container{
    width: 100%;
    float: left;
    padding: 0 40px 56px 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin: 80px 0 0 0;
    margin-left: 0px;
    margin-right: 0px;
}
 
 
.large-form{
    border-bottom: 1px solid #cccccc;
    width: 100%;
    float: left;
    padding: 0 40px 56px 40px;
    padding-left: 40px;
    padding-right: 40px;
}
 
.contourNavigation .btn.btn-primary.frmsubmit{
	    color: #ffffff;
    background-color: #6c0040;
    border-color: #870051;
}
 
.umbraco-forms-container{
    width: 100%;
    float: left;
    padding: 0 40px 56px 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin: 80px 0 0 0;
    margin-left: 0px;
    margin-right: 0px;
}
 
 
.umbraco-forms-field.requesttype label.umbraco-forms-label{
    display: block !important;
    padding-top: 50px !important;
}
 
 
.umbraco-forms-field.requesttype.singlechoice.alternating label {
    font-weight: 400;
}


.umbraco-forms-page .umbraco-forms-navigation input{
	    color: #ffffff;
        background-color: #6c0040;
        border-color: #870051;
        min-width: 160px;
        height: 52px;
        padding: 0 24px;
        line-height: 48px;
        font-size: 16px;
}
 
.umbraco-forms-navigation{
    text-align:center;
}



/*.language-btn{*/
/*   padding: 9px;*/
/*}*/
 
/*.language-btn a{*/
/*	font-size:16px;*/
/*	font-family:"Ubuntu", sans-serif;*/
/*	color:rgba(255, 255, 255, 0.7);*/
/*}*/



.multiplechoice label{
    font-size: 23px;
    display:inline-block !important;
        font-size: 23px;
    font-family: "Ubuntu", sans-serif;
    /*font-weight: 300;*/
    text-align: center;
}

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


/*.checkboxlist label{*/
/*    margin-top: 32px;*/
    /*padding: 12px 32px;*/
/*    padding: 12px 60px 12px 34px;*/
/*    color: #222626;*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #cccccc;*/
/*    border-radius: 4px;*/
/*    -webkit-box-shadow: none !important;*/
/*    box-shadow: none !important;*/
/*    font-weight: 400;*/
/*    margin-right: 24px;*/
/*    font-size: 18px;*/
/*    line-height: 28px;*/
/*}*/

/*.checkboxlist label:hover{*/
/*    text-decoration: none;*/
/*    border: 1px solid #870051;*/
/*}*/

/*.checkboxlist{*/
/*    width: 100%;*/
/*    display: block;*/
/*    display: flex;*/
/*    justify-content:center;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.checkboxlist input[type="checkbox"]{*/
/*    display:none;*/
/*}*/

/*.alternating .umbraco-forms-field-wrapper textarea{*/
/*    height:auto;*/
/*}*/

.alternating .umbraco-forms-field-wrapper textarea::placeholder{
  color: transparent;
}

.alternating .umbraco-forms-field-wrapper textarea{
    display: block;
    width: 100%;
       height:auto;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #222626;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
}

.umbraco-forms-label{
    font-weight:300;
}

.multiplechoice :not( .umbraco-forms-label){
    font-size:18px !important;
}


.text-block p a:has(img):after {
    display:none;
}


.language-btn-sticky{
    display: inline-block;
    padding: 24px;
}

.language-btn-sticky a{
    color: #870051;
    font-weight: 400;
    font-family: inherit;
}

img.arabic-logo {
    object-fit: contain;
    max-width: 100% !important;
    height: 60px !important;
    width: 120px !important;
}

.btn-align-center{
    text-align:center;
    padding-bottom:20px
}

a.btn__primary{
    text-decoration:none;
    color:#ffff !important;
    background: #801d54;
    padding: 11px 85px;
    font-weight:300;
    display: inline-block;
    font-style: inherit;
}

a.footer-icon {
    	padding-left: 35px;
   	    color: #4f5858;
}

.icon-wrapper{
   		 font-size: 14px;
    	 font-family: inherit;
    	font-weight: 400;
}

.footer-content--group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content--group span{
		color:#4f5858;
		font-size: 14px;
        font-weight: 400;
}

@media only screen and (max-width: 480px){
    .text-end{
        text-align:start !important;
    }
    
    .col-sm-12.no-pad.text-end{
        margin-top:18px;
    }
    
    .col-sm-12.no-pad.text-end span{
        font-size:12px;
    }
    
    
    .footer .copyright .copy{
        width:62%;
    }
    
    .footer .footer-logo {
           margin-top: auto;
    }
}

.feature-filter-city .nice-select:after{
    top:30%;
}

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

.mobile-language-btn{
        color: #870150;
    padding: 16px 16px 0px;
    display: inline-block;
        font-family: inherit;
    font-size: 17px;
    font-weight: 400;
}

.lang{
    background: #8e95951c;
   padding: 8px 14px !important;
    margin-top: -4px !important;
    border-radius: 18px;
        font-size: 17px;
}

nav#desk-menu .navbar-right > li > a.lang:hover{
    color:#870051 !important;
    background: #8e95951c !important;
}


/* .theme-sandal start ADDING 29-06 */

.theme-sandal .head-1 {
background: #A9A898 !important;
}

.theme-sandal .overlay-black {
background: white !important;
}

.theme-sandal .content h3, .theme-sandal .content p {
color: #A9A898 !important;
}
.theme-sandal .owl-carousel.owl-theme {
background: white !important;
}

.theme-sandal .marketing-tile .marketing-content .main {
background:#A9A898 !imporant;
}

.theme-sandal .cards-overlay {
background: #A9A898 !important;
opacity: 0.9;
}

.theme-sandal .black-d-sec {
background: #A9A898 !important;
}

.theme-sandal .black-download {
padding: 0px;
margin-top: 20px;
}

.theme-sandal .overlay-black {
   			 background: #11111100 !important;
			}
/* .theme-sandal End ADDING 29-06 */

.ctn-btn-primary {
    color: #ffffff;
    background-color: #6c0040;
    border-color: #870051;
    min-width: 160px;
    height: 52px;
    padding: 0 24px;
    line-height: 48px;
    font-size: 16px;
    border: none;
    font-weight: 600;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
 
/* Keyframes for spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 
/* Optional: Style for the loader's container */
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none; /* Hidden by default, will show when active */
}

.branch-locator {
    width: 100%;
}
