/*import "../fonts/kelson.css";*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');

html {
    font-family: 'Fira Sans', 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-family: 'Fira Sans', sans-serif;
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
        /*a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  } */
        a[href^="#"]:after,
        a[href^="javascript:"]:after {
            content: "";
        }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Helvetica', sans-serif;
    /*font-family: 'Fira Sans', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 16px;
    line-height: 24px;
    color: #434345;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #43cbcb;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

    a:hover,
    a:focus {
        color: #434345;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        outline: thin dotted;
        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: 24px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
}

.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;
}

.lead {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
}

a {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #43cbcb;
    outline: none;
    cursor: pointer;
}

    a:focus,
    a:active {
        outline: none;
    }

    a:hover,
    a:focus {
        text-decoration: none;
        color: #434345;
        outline: none;
    }

    a.link {
        font: 24px/30px 'Fira Sans', sans-serif;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #434345;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2307;
    position: relative;
    margin-top: 0;
    text-rendering: optimizelegibility;
}

    h1.heading-style-1,
    h2.heading-style-1,
    h3.heading-style-1,
    h4.heading-style-1,
    h5.heading-style-1,
    h6.heading-style-1 {
        font-size: 56px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    h1.heading-style-2,
    h2.heading-style-2,
    h3.heading-style-2,
    h4.heading-style-2,
    h5.heading-style-2,
    h6.heading-style-2 {
        font-size: 45px;
        font-weight: normal;
        margin-bottom: 13px;
    }

    h1.heading-style-3,
    h2.heading-style-3,
    h3.heading-style-3,
    h4.heading-style-3,
    h5.heading-style-3,
    h6.heading-style-3 {
        font-size: 30px;
        margin-bottom: 15px;
        /*font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;*/
    }

    h1.heading-style-4,
    h2.heading-style-4,
    h3.heading-style-4,
    h4.heading-style-4,
    h5.heading-style-4,
    h6.heading-style-4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    h1.heading-style-5,
    h2.heading-style-5,
    h3.heading-style-5,
    h4.heading-style-5,
    h5.heading-style-5,
    h6.heading-style-5 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    h1.heading-style-6,
    h2.heading-style-6,
    h3.heading-style-6,
    h4.heading-style-6,
    h5.heading-style-6,
    h6.heading-style-6 {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 13px;
    }

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #434345;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: #43cbcb;
        }

    h1.title1,
    h2.title1,
    h3.title1,
    h4.title1,
    h5.title1,
    h6.title1 {
        font-size: 45px;
    }

    h1.title2,
    h2.title2,
    h3.title2,
    h4.title2,
    h5.title2,
    h6.title2 {
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
    }

        h1.title2:after,
        h2.title2:after,
        h3.title2:after,
        h4.title2:after,
        h5.title2:after,
        h6.title2:after {
            left: 0 !important;
            -moz-transform: translate(0%, 0%) !important;
            -webkit-transform: translate(0%, 0%) !important;
            -ms-transform: translate(0%, 0%) !important;
            -o-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
        }

    h1.title3,
    h2.title3,
    h3.title3,
    h4.title3,
    h5.title3,
    h6.title3 {
        margin-bottom: 0px !important;
        padding-bottom: 0 !important;
        text-align: left;
    }

        h1.title3:after,
        h2.title3:after,
        h3.title3:after,
        h4.title3:after,
        h5.title3:after,
        h6.title3:after {
            display: none;
        }

    h1.title4,
    h2.title4,
    h3.title4,
    h4.title4,
    h5.title4,
    h6.title4 {
        text-align: left;
    }

        h1.title4:after,
        h2.title4:after,
        h3.title4:after,
        h4.title4:after,
        h5.title4:after,
        h6.title4:after {
            left: 0 !important;
            -moz-transform: translate(0%, 0%) !important;
            -webkit-transform: translate(0%, 0%) !important;
            -ms-transform: translate(0%, 0%) !important;
            -o-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
        }

.page-header,
.page_header {
    text-align: center;
}

    .page-header *[class*=heading-style],
    .page_header *[class*=heading-style] {
        margin-bottom: 38px;
        padding-bottom: 18px;
        position: relative;
    }

        .page-header *[class*=heading-style]:after,
        .page_header *[class*=heading-style]:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            border-bottom: 2px solid #43cbcb;
            width: 100%;
            max-width: 40px;
            -moz-transform: translate(-50%, 0%);
            -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
        }

        .page-header *[class*=heading-style].title,
        .page_header *[class*=heading-style].title {
            margin-bottom: 6px;
            padding-bottom: 0px;
        }

            .page-header *[class*=heading-style].title:after,
            .page_header *[class*=heading-style].title:after {
                display: none;
            }

p {
    margin: 0px;
    padding: 0 0 24px;
}

.text-offset {
    margin-top: 46px;
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 87%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #43cbcb;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2facac;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #43cbcb;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #2facac;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 24px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0px;
    margin: 0px 0 24px;
    position: relative;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 24px;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    blockquote cite {
        color: #43cbcb;
        display: inline-block;
    }

@media (max-width: 767px) {
    blockquote {
        margin-bottom: 30px;
    }
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

    .blockquote-reverse footer:before,
    blockquote.pull-right footer:before,
    .blockquote-reverse small:before,
    blockquote.pull-right small:before,
    .blockquote-reverse .small:before,
    blockquote.pull-right .small:before {
        content: '';
    }

    .blockquote-reverse footer:after,
    blockquote.pull-right footer:after,
    .blockquote-reverse small:after,
    blockquote.pull-right small:after,
    .blockquote-reverse .small:after,
    blockquote.pull-right .small:after {
        content: '\00A0 \2014';
    }

.item_introtext p a:not(.btn),
.item_fulltext p a:not(.btn),
.category_desc p a:not(.btn) {
    text-decoration: underline;
}

.item_introtext strong,
.item_fulltext strong,
.category_desc strong {
    color: #31708f;
}

.item_introtext mark,
.item_fulltext mark,
.category_desc mark {
    color: white;
    padding: 0px 4px;
    background: #43cbcb;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 24px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    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-main {
    padding-left: 10px;
    padding-right: 10px;
    /*max-width: 3200px;*/
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    border: none;
}

.container-border {
    border: 1px solid lightgrey;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*@media (min-width: 768px) {
    width: @container-sm;
  }
  @media (min-width: 992px) {
    width: @container-md;
  }
  @media (min-width: 1200px) {
    width: @container-lg;
  }*/
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    table th {
        background: transparent;
        color: #ffffff;
        font-family: 'Fira Sans', sans-serif;
        /*font-family: 'Poppins', sans-serif;*/
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        padding: 3.5px 10px 3.5px 15px;
        padding: 0;
    }

        table th:last-child {
            border-right: none;
        }

    table tr td {
        padding: 0;
        border-top: none;
    }

        table tr td:last-child {
            border-right: none;
        }

    table a {
        color: #43cbcb;
    }

        table a:hover {
            color: #434345;
        }

dl.table {
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
    background: transparent;
}

    dl.table dt,
    dl.table dd {
        display: block;
    }

    dl.table dt {
        background: #43cbcb;
        color: #ffffff;
        font-size: 18px;
        line-height: 24px;
        padding: 3.5px 10px 3.5px 15px;
        border-bottom: 1px solid #dddddd;
        font-weight: 400;
    }

    dl.table dd {
        margin-left: 0;
        padding: 0;
    }

        dl.table dd + dd {
            border-top: 1px solid #dddddd;
        }

table {
    background-color: transparent;
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 0;
        line-height: 24px;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

form {
    margin-bottom: 34px;
}

    form mark {
        background: none !important;
        font-size: 11px;
        line-height: 11px;
        bottom: 100%;
        right: 0;
        padding: 0 !important;
        position: absolute;
        z-index: 1;
    }

        form mark label {
            color: #ff0000;
            display: block;
            font-size: 11px;
            line-height: 11px;
            margin: 0 !important;
        }

            form mark label.error {
                display: inline;
            }

    form textarea {
        min-height: 170px;
        max-height: 170px;
    }

    form .btn,
    form .kbutton {
        padding: 13px 20px;
    }

.controls,
.control-group,
.mod_tm_ajax_contact_form .control-group {
    position: relative;
}

    .controls.reset-margin,
    .control-group.reset-margin,
    .mod_tm_ajax_contact_form .control-group.reset-margin {
        margin-bottom: 0;
    }

.control-group-captcha {
    margin-bottom: 20px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="times"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: block;
    max-width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #434345;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding: 13px 15px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease, box-shadow 1s ease;
    -o-transition: border-color 1s ease, box-shadow 1s ease;
    transition: border-color 1s ease, box-shadow 1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    select:-webkit-autofill,
    textarea:-webkit-autofill,
    input[type="text"]:-webkit-autofill,
    input[type="password"]:-webkit-autofill,
    input[type="datetime"]:-webkit-autofill,
    input[type="datetime-local"]:-webkit-autofill,
    input[type="date"]:-webkit-autofill,
    input[type="month"]:-webkit-autofill,
    input[type="time"]:-webkit-autofill,
    input[type="times"]:-webkit-autofill,
    input[type="week"]:-webkit-autofill,
    input[type="number"]:-webkit-autofill,
    input[type="email"]:-webkit-autofill,
    input[type="url"]:-webkit-autofill,
    input[type="search"]:-webkit-autofill,
    input[type="tel"]:-webkit-autofill,
    input[type="color"]:-webkit-autofill,
    .uneditable-input:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0 30px #ffffff !important;
        -webkit-text-fill-color: #434345 !important;
        color: #434345 !important;
    }

    select:focus,
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="times"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: #6bd6d6;
    }

label.inline {
    display: inline-block;
}

.mod_tm_ajax_contact_form_select {
    margin-bottom: 15px;
    font-size: 0;
}

div.chzn-container {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
}

    div.chzn-container .chzn-results {
        margin: 0;
        padding: 0;
    }

        div.chzn-container .chzn-results li {
            padding: 10px 20px;
            color: #434345;
            background: #ffffff;
        }

            div.chzn-container .chzn-results li.highlighted {
                background: #43cbcb;
                color: #ffffff;
            }

div.chzn-container-single .chzn-single {
    background: #ffffff;
    height: 50px;
    padding: 13px 15px;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    color: #434345;
}

    div.chzn-container-single .chzn-single > span {
        padding-right: 50px;
    }

    div.chzn-container-single .chzn-single div {
        background: #ffffff;
        color: #434345;
        height: 50px;
        top: -1px;
        right: -1px;
        width: 50px;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        div.chzn-container-single .chzn-single div b {
            display: none;
        }

        div.chzn-container-single .chzn-single div:before {
            content: '\f078';
            font-size: 13px;
            font-family: 'FontAwesome';
            line-height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            text-align: center;
        }

    div.chzn-container-single .chzn-single span {
        margin: 0;
    }

div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    background: #ffffff;
    border: 1px solid #dddddd;
}

    div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
        background: #ffffff;
        color: #434345;
    }

        div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div:before {
            content: '\f077';
        }

div.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dddddd;
    border-top: none;
    margin: 0;
    height: auto;
    color: #374046;
}

div.chzn-container-single .chzn-results li {
    color: #374046;
}

.chzn-container .chzn-drop {
    z-index: 1009;
}

span.checkbox {
    position: relative;
    display: inline-block;
    min-height: 0;
    height: 14px;
    line-height: 14px;
    width: 14px;
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}

    span.checkbox input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
            content: '\f00c';
        }

    span.checkbox label.checkbox_inner {
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

        span.checkbox label.checkbox_inner:before {
            content: '';
            font-family: 'FontAwesome';
            font-size: 11px;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            color: #434345;
            text-align: center;
            bottom: auto;
            line-height: 14px;
        }

    span.checkbox + label {
        margin: 0 0 0 2px;
        vertical-align: middle;
    }

span.radio {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    min-height: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}

    span.radio input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
    }

        span.radio input[type="radio"]:checked + label.radio_inner:before {
            border-radius: 50%;
            content: "";
            height: 6px;
            left: 50%;
            position: absolute;
            top: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 6px;
            background: #434345;
        }

    span.radio label.radio_inner {
        line-height: 14px;
        margin: 0 !important;
        padding: 0;
        width: 14px !important;
        height: 14px !important;
    }

    span.radio + label {
        margin: 0 0 0 2px;
        vertical-align: middle;
    }

.item_introtext input,
.item_fulltext input,
.category_desc input,
.controls input,
.item_introtext select,
.item_fulltext select,
.category_desc select,
.controls select,
.item_introtext .select,
.item_fulltext .select,
.category_desc .select,
.controls .select,
.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
    width: 100%;
}

.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
    height: 170px;
}

.form-inline .checkbox input[type="checkbox"] {
    float: none;
}

.form-horizontal .control-label label {
    margin-bottom: 0;
}

.acymailing_module .acyfield_email {
    display: inline-block;
    position: relative;
}

    .acymailing_module .acyfield_email input {
        margin: 0;
    }

.form_placeholder {
    border-color: transparent;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: text;
    height: 100%;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.ie_placeholder_controls {
    position: relative;
}

.btn#jform_profile_dob_img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px !important;
    line-height: 100%;
    padding: 0 !important;
    text-align: center;
    width: 50px !important;
}

    .btn#jform_profile_dob_img i {
        margin: 0;
    }

input.search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.chzn-container-multi .chzn-choices li.search-field .default {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea#jform_profile_aboutme {
    height: 200px;
    width: 100%;
}

#helpsite-refresh {
    margin-bottom: 9px;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
    display: inline-block !important;
}

textarea.invalid {
    border: #ff0000;
}

.form-vertical label {
    display: inline-block;
    margin-bottom: 24px;
}

select[name=ordering] {
    margin: 0;
}

textarea[style*="overflow"] {
    overflow: auto !important;
}

#form-login .btn {
    margin-bottom: 30px;
}

.add-on.btn {
    padding-left: 0;
    padding-right: 0;
    width: 50px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 48px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

    legend small {
        font-size: 18px;
        color: #777777;
    }

label {
    color: #434345;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
}

.uneditable-input {
    width: 206px;
}

input,
textarea {
    width: 100%;
}

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #434345;
        opacity: 1;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #434345;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #434345;
    }

textarea {
    resize: none;
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: -2px 0 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    select[multiple] {
        height: auto;
    }

.uneditable-input,
.uneditable-textarea {
    color: #777777;
    background-color: #fcfcfc;
    border-color: #dddddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

.radio,
.checkbox {
    min-height: 24px;
}

    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
        float: left;
    }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline,
    .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

.input-mini {
    width: 60px;
}

.input-small {
    width: 120px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

.controls-row:before,
.controls-row:after {
    content: " ";
    display: table;
}

.controls-row:after {
    clear: both;
}

.controls-row:before,
.controls-row:after {
    content: " ";
    display: table;
}

.controls-row:after {
    clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #000000;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #000000;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #000000;
    -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);
}

    .control-group.warning input:focus,
    .control-group.warning select:focus,
    .control-group.warning textarea:focus {
        border-color: #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
    }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #000000;
    background-color: #faffbd;
    border-color: #000000;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #000000;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #000000;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #000000;
    -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);
}

    .control-group.error input:focus,
    .control-group.error select:focus,
    .control-group.error textarea:focus {
        border-color: #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
    }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #000000;
    background-color: #ffe6e7;
    border-color: #000000;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #000000;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #000000;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #000000;
    -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);
}

    .control-group.success input:focus,
    .control-group.success select:focus,
    .control-group.success textarea:focus {
        border-color: #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
    }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #000000;
    background-color: #cffeca;
    border-color: #000000;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #000000;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #000000;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #000000;
    -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);
}

    .control-group.info input:focus,
    .control-group.info select:focus,
    .control-group.info textarea:focus {
        border-color: #000000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
    }

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #000000;
    background-color: #d8f3fd;
    border-color: #000000;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #434345;
    border-color: #ff0000;
}

    input:focus:invalid:focus,
    textarea:focus:invalid:focus,
    select:focus:invalid:focus {
        border-color: #43cbcb;
    }

input.error,
textarea.error,
select.error {
    border-color: #ff0000 !important;
    color: #434345 !important;
}

    input.error::-webkit-input-placeholder,
    input.error:-moz-placeholder,
    input.error::-moz-placeholder,
    input.error:-ms-input-placeholder,
    textarea.error::-webkit-input-placeholder,
    textarea.error:-moz-placeholder,
    textarea.error::-moz-placeholder,
    textarea.error:-ms-input-placeholder {
        color: #434345 !important;
    }

.form-actions {
    padding: 23px 20px 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border-top: 1px solid #E5E5E5;
}

    .form-actions:before,
    .form-actions:after {
        content: " ";
        display: table;
    }

    .form-actions:after {
        clear: both;
    }

    .form-actions:before,
    .form-actions:after {
        content: " ";
        display: table;
    }

    .form-actions:after {
        clear: both;
    }

.help-block,
.help-inline {
    color: #69696c;
}

.help-block {
    display: block;
    margin-bottom: 12px;
}

.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.input-append,
.input-prepend {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input,
    .input-append .dropdown-menu,
    .input-prepend .dropdown-menu,
    .input-append .popover,
    .input-prepend .popover {
        font-size: 16px;
    }

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input {
        position: relative;
        vertical-align: top;
        display: inline-block;
    }

    .input-append .add-on,
    .input-prepend .add-on,
    .input-append .btn,
    .input-prepend .btn,
    .input-append .btn-group > .dropdown-toggle,
    .input-prepend .btn-group > .dropdown-toggle {
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-append .active,
    .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    .input-append .btn.hasTooltip,
    .input-prepend .btn.hasTooltip {
        width: 50px;
        padding-left: 0;
        padding-right: 0;
    }

.input-prepend {
    position: relative;
    /* .add-on:first-child,
  .btn:first-child {
    .border-radius(@input-border-radius 0 0 @input-border-radius);
    } */
}

    .input-prepend .add-on {
        display: none;
        font-size: 17px;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent !important;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

        .input-prepend .add-on i,
        .input-prepend .add-on > span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            border: 1px solid #dddddd;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            line-height: 25px;
            width: 25px;
            color: #43cbcb;
            font-size: 13px;
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .input-prepend .add-on:hover i {
            background: #43cbcb;
            color: #ffffff;
        }

    .input-prepend:focus .add-on {
        background: #F00;
    }

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

    .input-append input + .btn-group .btn:last-child,
    .input-append select + .btn-group .btn:last-child,
    .input-append .uneditable-input + .btn-group .btn:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

    .input-append .add-on:last-child,
    .input-append .btn:last-child,
    .input-append .btn-group:last-child > .dropdown-toggle {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

    .input-prepend.input-append input + .btn-group .btn,
    .input-prepend.input-append select + .btn-group .btn,
    .input-prepend.input-append .uneditable-input + .btn-group .btn {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

input.search-query {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-search .radio input[type="radio"],
    .form-search .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-right: 3px;
        margin-left: 0;
    }

legend + .control-group {
    margin-top: 24px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 24px;
}

    .form-horizontal .control-group:before,
    .form-horizontal .control-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

    .form-horizontal .control-group:before,
    .form-horizontal .control-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 12px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

.btn,
.kbutton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Fira Sans', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    color: #434345;
    background: white;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d9d9d9;
    max-width: 100%;
    padding: 13px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn .fa,
    .kbutton .fa {
        margin: 0 3px;
    }

    .btn:focus,
    .kbutton:focus,
    .btn:active:focus,
    .kbutton:active:focus,
    .btn.active:focus,
    .kbutton.active:focus,
    .btn.focus,
    .kbutton.focus,
    .btn:active.focus,
    .kbutton:active.focus,
    .btn.active.focus,
    .kbutton.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        outline: none;
    }

    .btn:hover,
    .kbutton:hover,
    /*.btn:focus,
    .kbutton:focus,
    .btn.focus,
    .kbutton.focus,*/
    .btn.active,
    .kbutton.active,
    .btn.selected,
    .kbutton.selected {
        color: white;
        background: #00274D;
        border-color: #00274D;
        text-decoration: none;
    }

    .btn:active,
    .kbutton:active,
    .btn.active,
    .kbutton.active {
        outline: 0;
        background-image: none;
    }

    .btn.disabled,
    .kbutton.disabled,
    .btn[disabled],
    .kbutton[disabled],
    fieldset[disabled] .btn,
    fieldset[disabled] .kbutton {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none;
    }

a.btn.disabled,
a.kbutton.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.kbutton {
    pointer-events: none;
}

.btn.jmodedit:hover > span,
.kbutton.jmodedit:hover > span,
.btn.jmodedit:focus > span,
.kbutton.jmodedit:focus > span,
.btn.jmodedit:active > span,
.kbutton.jmodedit:active > span {
    transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
}

.btn.type1,
.kbutton.type1 {
    background: #43cbcb;
    border: none;
    color: white;
    padding: 14px 24% 12px;
}

    .btn.type1:focus,
    .kbutton.type1:focus,
    .btn.type1:hover,
    .kbutton.type1:hover {
        background: #434345;
        color: white;
    }

#style_switcher_form .btn,
#style_switcher_form .kbutton {
    color: #ffffff;
}

.btn-warning {
    background: #fbb450;
    color: #ffffff;
    border-color: #fbb450;
}

    .btn-warning:hover {
        background: #f89406;
        color: #ffffff;
        border-color: #f89406;
    }

.btn-danger {
    background: #ee5f5b;
    color: #ffffff;
    border-color: #ee5f5b;
}

    .btn-danger:hover {
        background: #bd362f;
        color: #ffffff;
        border-color: #bd362f;
    }

.btn-success {
    background: #62c462;
    color: #374046;
    border-color: #62c462;
}

    .btn-success:hover {
        background: #51a351;
        color: #ffffff;
        border-color: #51a351;
    }

.btn-inverse {
    background: #444444;
    color: #374046;
}

    .btn-inverse:hover {
        background: #222222;
        color: #ffffff;
    }

.btn-link {
    color: #43cbcb;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #434345;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 24px;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #43cbcb;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: 5px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before,
    .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar:before,
    .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-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 {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.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:before,
    .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .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 {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }
    /* 
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  .input-lg();
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  .input-sm();
} */
    .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: 16px;
    font-weight: normal;
    line-height: 1;
    color: #434345;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 0;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 0;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #43cbcb;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    display: table;
    margin: 0 auto 41px;
    text-align: center;
}

    .nav-tabs > li {
        display: inline-block;
        margin: 0px 17px 10px;
    }

        .nav-tabs > li > a {
            border-bottom: 1px solid transparent;
            color: #9b9b9b;
            /*font-family: 'Poppins', sans-serif;*/
            font-family: 'Fira Sans', sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            padding: 0 0 12px;
            text-transform: uppercase;
        }

            .nav-tabs > li > a:focus,
            .nav-tabs > li > a:hover {
                border-bottom: 1px solid #434345;
                background: transparent;
                color: #434345;
            }

            .nav-tabs > li > a.mixitup-control-active {
                border-bottom: 1px solid #434345;
                background: transparent;
                color: #434345;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            background: transparent;
            border-color: transparent;
            border-bottom: 1px solid #434345;
            color: #434345;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.charts .nav-tabs {
    border-left: 1px solid #d9d9d9;
    display: block;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 0 28px;
    text-align: left;
}

    .charts .nav-tabs > li {
        display: block;
        margin: 0;
    }

        .charts .nav-tabs > li > a {
            border: none !important;
            color: #9b9b9b;
            font-family: 'Fira Sans', sans-serif;
            /*font-family: 'Poppins', sans-serif;*/
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            padding: 0;
            text-transform: none;
        }

            .charts .nav-tabs > li > a:focus,
            .charts .nav-tabs > li > a:hover {
                border-bottom: 1px solid #434345;
                background: transparent;
                color: #434345;
            }

        .charts .nav-tabs > li.active > a,
        .charts .nav-tabs > li.active > a:hover,
        .charts .nav-tabs > li.active > a:focus {
            background: transparent;
            border-color: transparent;
            border: none;
            color: #434345;
            cursor: default;
        }

        .charts .nav-tabs > li + li {
            margin-top: 24px;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #43cbcb;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content {
    margin-bottom: 48px;
}

    .tab-content > .tab-pane {
        display: none;
        -webkit-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;
        width: 0;
    }

    .tab-content > .active {
        display: block;
        width: auto;
    }

.charts .tab-content {
    background: #f5f5f5;
    background: white;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
    padding: 36px 30px;
}

.tab-content .table {
    margin: 0;
}

    .tab-content .table > thead > tr > th {
        border: none !important;
    }

    .tab-content .table > thead > tr > th,
    .tab-content .table > tbody > tr > th,
    .tab-content .table > tfoot > tr > th,
    .tab-content .table > thead > tr > td,
    .tab-content .table > tbody > tr > td,
    .tab-content .table > tfoot > tr > td {
        font-size: 12px;
        vertical-align: middle !important;
    }

.tab-content .group-sm .legend-item {
    border: none;
    color: white;
    font-size: 12px;
    padding: 9px 21px 7px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before,
    .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before,
    .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before,
    .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse:before,
    .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: #003e69;
    background-image: none;
}

.navbar-fixed-top.navbar-fixed-top-internal {
    /*background-color: #3c3c3c !important;*/
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-fixed-top .navbar-nav {
    display: inline !important;
}

.navbar-nav {
    margin: 7.5px -15px;
    display: inline;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 768px max) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin: 0 !important;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .navbar-form input,
    .navbar-form textarea,
    .navbar-form select,
    .navbar-form .help-inline,
    .navbar-form .uneditable-input,
    .navbar-form .input-prepend,
    .navbar-form .input-append {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .hide {
        display: none;
    }

@media (max-width: 768px max) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .navbar-btn.btn-sm {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

@media (max-width: 768px max) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-default .btn-link {
    color: #777777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #003e69;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #cccccc;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #9d9d9d;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        margin:4px;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #9d9d9d;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 768px max) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #ffffff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }

#breadcrumbs {
    background: #43cbcb;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
    color: white;
    padding: 48px 0;
}

    #breadcrumbs span.caption {
        display: inline-block;
        font: 56px/64px 'Fira Sans', sans-serif;
        /*font: 56px/64px 'Poppins', sans-serif;*/
    }

.breadcrumb {
    float: right;
    background: none;
    padding: 0;
    text-align: left;
    margin: 18px 0;
}

    .breadcrumb li {
        font-size: 15px;
        padding: 0;
        display: inline-block;
    }

        .breadcrumb li .divider {
            display: inline-block;
            vertical-align: middle;
            padding: 0 2px;
            vertical-align: top;
        }

    .breadcrumb a {
        color: white;
    }

        .breadcrumb a:hover {
            color: rgba(255, 255, 255, 0.5);
        }

.pagination {
    height: auto;
    margin: 0;
    padding: 0px 0 48px;
}

    .pagination ul {
        margin: 0;
        text-align: center;
        width: 100%;
    }

        .pagination ul li {
            display: inline-block;
            margin: 0 2px;
        }

            .pagination ul li > a,
            .pagination ul li > span {
                font-size: 14px;
                font-weight: 500;
                font-family: 'Fira Sans', sans-serif;
                /*font-family: 'Poppins', sans-serif;*/
                display: block;
                padding: 8px 14px 6px;
                line-height: 24px;
                border: 1px solid #c9c9c9;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .pagination ul li > a:focus,
                .pagination ul li > span:focus {
                    background: #434345;
                    border: 1px solid #434345;
                    color: #fff;
                }

                    .pagination ul li > a:focus:hover,
                    .pagination ul li > span:focus:hover {
                        background: #51748B;
                        border: 1px solid #51748B;
                    }

                .pagination ul li > a:hover,
                .pagination ul li > span:hover {
                    background: #51748B;
                    border: 1px solid #51748B;
                    color: #ffffff;
                }

            .pagination ul li > .pagenav,
            .pagination ul li > .hasTooltip {
                background: white;
                color: #140f0c;
            }

            .pagination ul li > span.pagenav {
                background: #51748B;
                border: 1px solid #51748B;
                color: #ffffff;
            }

        .pagination ul > .active > a,
        .pagination ul > .active > span {
            cursor: default;
        }

        .pagination ul > .disabled > span,
        .pagination ul > .disabled > a,
        .pagination ul > .disabled > a:hover {
            cursor: default;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-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 {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before,
    .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #434345;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #434345;
        cursor: not-allowed;
        pointer-events: none;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #434345;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #43cbcb;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 24px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #43cbcb;
}

.thumbnail .caption {
    padding: 9px;
    color: #434345;
}

.alert {
    padding: 28px 128px 28px;
    min-height: 60px;
    margin-bottom: 24px;
    background-color: #fcf8e3;
    position: relative;
    color: #8a6d3b;
}

    .alert h4 {
        color: #8a6d3b;
    }

    .alert:before {
        position: absolute;
        font-family: FontAwesome;
        left: 26px;
        top: 50%;
        line-height: 0;
        content: '\f071';
        font-size: 79px;
        color: #fcdd9a;
    }

    .alert .close {
        position: absolute;
        top: 12px;
        right: 20px;
        line-height: 24px;
    }

.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;
    }

.progress-bar-wrap {
    max-width: 100%;
    width: 210px;
}

.progress-bar {
    position: relative;
    width: 100%;
    margin: 0px;
}

    .progress-bar .progress-bar__body {
        font: 600 17px/18px 'Fira Sans', sans-serif;
        /*font: 600 17px/18px 'Poppins', sans-serif;*/
        position: absolute;
        right: 50%;
        width: 100%;
        top: 50%;
        padding: 0;
        margin: 0;
        text-align: center;
        white-space: nowrap;
    }

        .progress-bar .progress-bar__body:after {
            content: '%';
        }

    .progress-bar .progress-bar__stroke,
    .progress-bar .progress-bar__trail {
        stroke-linejoin: round;
    }

.progress-bar-horizontal {
    text-align: left;
}

    .progress-bar-horizontal > svg {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        margin-top: 4px;
    }

    .progress-bar-horizontal .progress-bar__body {
        top: -20px;
        right: 0;
        font: 600 17px/18px 'Fira Sans', sans-serif;
        /*font: 600 17px/18px 'Poppins', sans-serif;*/
    }

.mod-newsflash-adv:not(.bootstrap) .progress-bar-horizontal .progress-bar__body {
    width: auto !important;
}

.progress-bar-radial {
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 100%;
}

    .progress-bar-radial > svg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
    }

    .progress-bar-radial .progress-bar__stroke,
    .progress-bar-radial .progress-bar__trail {
        stroke-location: outside;
    }

    .progress-bar-radial.progress-zero .progress-bar__stroke {
        stroke-dasharray: 279, 280 !important;
    }

    .progress-bar-radial.progress-full .progress-bar__stroke {
        stroke-dasharray: 280, 280 !important;
    }

    .progress-bar-radial .progress-bar__body {
        -moz-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        /*font: 600 38px/50px 'Poppins', sans-serif;*/
        font: 600 38px/50px 'Fira Sans', sans-serif;
    }

@media (max-width: 1199px) {
    .progress-bar-radial .progress-bar__body {
        font-size: 30px;
        line-height: 36px;
    }
}

.progress-bar-default .progress-bar__stroke {
    stroke: #43cbcb;
}

.progress-bar-default .progress-bar__trail {
    stroke: #f5f5f5;
}

.progress-bar-default.progress-bar-radial .progress-bar__stroke {
    stroke: #43cbcb;
}

.progress-bar-default.progress-bar-radial .progress-bar__trail {
    stroke: white;
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #43cbcb;
    border-color: #43cbcb;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #e3f7f7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.page-article a:not(.btn), .panel a:not(.btn), .module_container > .mod-article-single a:not(.btn) {
    text-decoration: underline;
    text-decoration-color: rgba(0, 39, 77, 0.5);
}

.page-article ul, .panel ul {
    padding-left: 30px;
    list-style: disc;
}

    .page-article ul li ul, .panel ul li ul {
        list-style: circle;
    }

ul,
ol {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    line-height: 24px;
}

ul li a,
ol li a {
    text-decoration: none;
    /*color: #fff;*/
}

ul li a:hover,
ol li a:hover {
    color: #43cbcb;
}

ul ul.nav-child,
ul ol.nav-child,
ol ol.nav-child,
ol ul.nav-child {
    margin-top: 0;
}

ol {
    list-style: none;
    counter-reset: list;
}

    ol li {
        padding-left: 30px;
        position: relative;
    }

        ol li:before {
            content: counter(list, decimal-leading-zero) '.';
            counter-increment: list;
            left: 0;
            padding: 0px;
            position: absolute;
            top: 0;
            color: #43cbcb;
        }

        ol li a {
            color: #434345;
        }

            ol li a:hover {
                color: #434345;
                text-decoration: underline;
            }

        ol li + li {
            margin-top: 12px;
        }

.item_introtext ul li + li,
.item_fulltext ul li + li,
.category_desc ul li + li,
.site_map ul li + li {
    margin-top: 12px;
}

.item_introtext ul.nav-tabs li,
.item_fulltext ul.nav-tabs li,
.category_desc ul.nav-tabs li,
.site_map ul.nav-tabs li {
    padding: 0;
}

    .item_introtext ul.nav-tabs li:before,
    .item_fulltext ul.nav-tabs li:before,
    .category_desc ul.nav-tabs li:before,
    .site_map ul.nav-tabs li:before {
        display: none;
    }

.item_introtext ul a,
.item_fulltext ul a,
.category_desc ul a,
.site_map ul a,
.item_introtext ul span,
.item_fulltext ul span,
.category_desc ul span,
.site_map ul span {
    text-decoration: none;
}

ul.tags li:before,
ul.nav li:before,
ul.btn-toolbar li:before,
ul.dropdown-menu li:before,
ul.chzn-results li:before,
ul.chzn-choices li:before {
    display: none;
}

.menu.social {
    font-size: 0;
    line-height: 0;
    margin: 4px 0 24px;
}

    .menu.social li {
        display: inline-block;
        padding: 0 15px 8px 0;
    }

        .menu.social li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

ul.list li {
    list-style: none;
    position: relative;
    padding-left: 13px;
}

    ul.list li:before {
        color: #43cbcb;
        position: absolute;
        left: 0;
        top: 0;
        content: '\f111';
        font-family: 'FontAwesome';
        font-size: 5px;
    }

    ul.list li a {
        color: #434345;
    }

        ul.list li a:hover {
            color: #434345;
            text-decoration: underline;
        }

    ul.list li + li {
        margin-top: 12px;
    }

ul.link li a {
    background: #43cbcb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font: 500 14px/24px 'Fira Sans', sans-serif;
    letter-spacing: 1px;
    padding: 15px 15px 11px 16px;
    text-transform: uppercase;
}

    ul.link li a:before {
        font-size: 24px;
        margin-right: 13px;
        vertical-align: middle;
    }

    ul.link li a:hover {
        background: white;
        color: #434345;
    }

ul.links li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}

    ul.links li:before {
        color: #43cbcb;
        position: absolute;
        left: 0;
        top: 0;
        content: '\f111';
        font-family: 'FontAwesome';
        font-size: 5px;
    }

    ul.links li + li {
        margin-top: 8px;
    }

ul.footer_menu {
    margin-bottom: 9px;
    margin-top: 14px;
    text-align: right;
}

    ul.footer_menu li {
        display: inline-block;
    }

        ul.footer_menu li + li:before {
            font-size: 13px;
            content: '/';
            padding: 0 13px;
        }

ul.icons li {
    font: 500 16px/24px 'Fira Sans', sans-serif;
    list-style: none;
    position: relative;
    padding-left: 0px;
}

    ul.icons li a {
        color: #9b9b9b;
    }

        ul.icons li a:hover {
            color: #434345;
        }

    ul.icons li + li {
        margin-top: 12px;
    }

.mod-menu__social ul {
    margin: 0 0 22px;
    text-align: right;
}

    .mod-menu__social ul li {
        font-size: 15px;
        display: inline-block;
        margin: 0 6px 0 12px;
    }

        .mod-menu__social ul li a[class*=facebook] {
            color: #0956b5;
        }

        .mod-menu__social ul li a[class*=twitter] {
            color: #29b8e1;
        }

        .mod-menu__social ul li a[class*=google] {
            color: #e13220;
        }

        .mod-menu__social ul li a[class*=pinterest] {
            color: #a90909;
        }

        .mod-menu__social ul li a[class*=vimeo] {
            color: #75b5e1;
        }

        .mod-menu__social ul li a[class*=youtube] {
            color: #f15622;
        }

        .mod-menu__social ul li a[class*=linkedin] {
            color: #0096e4;
        }

        .mod-menu__social ul li a:hover {
            background: transparent !important;
        }

ul.social_icons li {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}

    ul.social_icons li a {
        color: #434345;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
    }

        ul.social_icons li a:before {
            font-family: 'FontAwesome';
            font-weight: 400;
            margin-right: 6px;
        }

        ul.social_icons li a:hover {
            color: #43cbcb;
        }

    ul.social_icons li + li:before {
        color: #d9d9d9;
        content: '/';
        display: inline-block;
        margin: 0 20px;
        padding: 0 6px;
    }

ul.contacts li {
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
}

    ul.contacts li a {
        color: #434345;
    }

        ul.contacts li a:hover {
            color: #43cbcb;
        }

.item ul.contacts {
    margin-bottom: 0;
}

ul.user-menu {
    margin: 7px 0 0;
}

    ul.user-menu li {
        /*font-family: 'Fira Sans';*/
        font-family: 'kelson_sansregular';
        /*font: 500 13px/18px 'Poppins', sans-serif;*/
        display: inline-block;
        letter-spacing: 1px;
        margin: 0 0 15px 32px;
        text-transform: uppercase;
        float: right;
    }

ul.logo {
    margin-bottom: 14px;
    overflow: hidden;
}

    ul.logo > li {
        width: 100%;
    }

    ul.logo a.logo {
        font: bold 38px/48px 'Oleo Script Swash Caps', cursive;
        letter-spacing: 2px;
    }

        ul.logo a.logo img {
            float: left;
            margin-right: 17px;
            margin-top: 5px;
        }

    ul.logo a.logo2 {
        font: bold 38px/48px 'Oleo Script Swash Caps', cursive;
    }

        ul.logo a.logo2 img {
            float: left;
            margin-right: 17px;
            margin-top: 0px;
        }

    ul.logo .separator {
        font-size: 14px;
        display: inline-block;
        max-width: 100%;
        margin-bottom: -9px;
        position: relative;
        top: -9px;
    }

    ul.logo .small li:first-child {
        margin-bottom: -8px;
    }

ul.phone {
    font-family: 'Lato', sans-serif;
}

    ul.phone li {
        font-size: 15px;
        color: #9b9b9b;
        display: inline-block;
    }

        ul.phone li *[class*=material-design]:before {
            margin-right: 7px;
        }

        ul.phone li + li {
            margin-left: 3px;
        }

ul.info li *[class*=material-icons]:before {
    font-size: 24px;
    color: #9b9b9b;
    margin-right: 10px;
    vertical-align: middle;
}

ul ul.nav-child,
ul ol.nav-child,
ol ol.nav-child,
ol ul.nav-child {
    margin: 5px 0 0;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
}

    ul.inline > li,
    ol.inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl + * {
    margin-top: 24px;
}

dt,
dd {
    line-height: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 12px;
}

.dl-horizontal:before,
.dl-horizontal:after {
    content: " ";
    display: table;
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal:before,
.dl-horizontal:after {
    content: " ";
    display: table;
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

.portfolio-meta-list {
    display: table;
    margin-left: 0;
    overflow: hidden;
}

    .portfolio-meta-list li {
        color: #434345;
        display: table-row;
    }

        .portfolio-meta-list li strong {
            color: #434345;
        }

        .portfolio-meta-list li > strong,
        .portfolio-meta-list li > span {
            display: table-cell;
        }

        .portfolio-meta-list li > span {
            padding-left: 5px;
            color: #434345;
        }

        .portfolio-meta-list li:before {
            display: none;
        }

.item_fulltext .portfolio-meta-list li span:hover {
    color: inherit;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

    .panel-heading a {
        padding: 10px 15px;
        display: block;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 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;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 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;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .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 td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .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 td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .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 td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .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 td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .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: 48px;
}

    .panel-group .panel {
        margin-bottom: 0;
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .panel-group .panel + .panel {
            margin-top: 10px;
        }

        .panel-group .panel .panel-heading {
            border: none;
            margin-bottom: -1px;
            position: relative;
        }

            .panel-group .panel .panel-heading > .dropdown .dropdown-toggle {
                color: inherit;
            }

            .panel-group .panel .panel-heading a {
                background: #f7f7f7;
                border: 1px solid #d9d9d9;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                color: #434345;
                display: block;
                font: 500 16px/24px 'Fira Sans', sans-serif;
                padding: 14px 40px 10px 21px;
                text-transform: uppercase;
                text-decoration: none !important;
            }

                .panel-group .panel .panel-heading a:before {
                    color: #9b9b9b;
                    content: '\e0bb';
                    font-size: 21px;
                    font-family: 'Material Design';
                    right: 17px;
                    position: absolute;
                    top: 50%;
                    -moz-transform: translate(0%, -50%);
                    -webkit-transform: translate(0%, -50%);
                    -ms-transform: translate(0%, -50%);
                    -o-transform: translate(0%, -50%);
                    transform: translate(0%, -50%);
                }

                .panel-group .panel .panel-heading a.collapsed:before {
                    content: '\e007';
                }

        .panel-group .panel .collapse {
            border: 1px solid #d9d9d9;
            -webkit-border-radius: 0 0 2px 2px;
            -moz-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
        }

        .panel-group .panel .panel-body {
            font: 16px/25px 'Lato', sans-serif;
            padding: 11px 20px 13px;
        }

            .panel-group .panel .panel-body:before,
            .panel-group .panel .panel-body:after {
                content: " ";
                display: table;
            }

            .panel-group .panel .panel-body:after {
                clear: both;
            }

            .panel-group .panel .panel-body:before,
            .panel-group .panel .panel-body:after {
                content: " ";
                display: table;
            }

            .panel-group .panel .panel-body:after {
                clear: both;
            }

        .panel-group .panel.active .panel-heading a {
            -webkit-border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.custom .panel-group {
    margin-bottom: 30px;
}

    .custom .panel-group .panel {
        margin-bottom: 0;
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .custom .panel-group .panel + .panel {
            margin-top: 20px;
        }

        .custom .panel-group .panel .panel-heading {
            border: none;
            margin-bottom: 0px;
            position: relative;
        }

            .custom .panel-group .panel .panel-heading > .dropdown .dropdown-toggle {
                color: inherit;
            }

            .custom .panel-group .panel .panel-heading a {
                background: transparent;
                border: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                color: #434345;
                display: block;
                font: 500 16px/24px 'Fira Sans', sans-serif;
                margin-left: 42px;
                padding: 0px 0px 0px 0px;
                text-transform: uppercase;
            }

                .custom .panel-group .panel .panel-heading a:before {
                    color: #9b9b9b;
                    content: '\f18e';
                    font-size: 20px;
                    font-family: 'FontAwesome';
                    right: auto;
                    left: 0;
                    position: absolute;
                    top: 50%;
                    -moz-transform: translate(0%, -50%);
                    -webkit-transform: translate(0%, -50%);
                    -ms-transform: translate(0%, -50%);
                    -o-transform: translate(0%, -50%);
                    transform: translate(0%, -50%);
                }

                .custom .panel-group .panel .panel-heading a.collapsed:before {
                    content: '\f01a';
                }

        .custom .panel-group .panel .collapse {
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .custom .panel-group .panel .panel-body {
            font: 16px/25px 'Lato', sans-serif;
            padding: 24px 0 0 40px !important;
        }

            .custom .panel-group .panel .panel-body:before,
            .custom .panel-group .panel .panel-body:after {
                content: " ";
                display: table;
            }

            .custom .panel-group .panel .panel-body:after {
                clear: both;
            }

            .custom .panel-group .panel .panel-body:before,
            .custom .panel-group .panel .panel-body:after {
                content: " ";
                display: table;
            }

            .custom .panel-group .panel .panel-body:after {
                clear: both;
            }

        .custom .panel-group .panel.active .panel-heading a {
            -webkit-border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
        }

    .custom .panel-group .panel-footer {
        border-top: 0;
    }

        .custom .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    position: absolute;
    right: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 2;
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    button.close,
    .close button.close {
        padding: 3px;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
    }

#modal .close {
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    margin-right: 9px;
    margin-top: 1px;
    opacity: 1;
    position: absolute;
    right: 6%;
    top: 5%;
    z-index: 2;
}

    #modal .close:hover {
        color: #434345;
    }

@media (max-width: 479px) {
    #modal .close {
        top: 0;
        right: 0;
    }
}

.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;
    background: #43cbcb;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        -o-transition: -o-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: auto;
    margin: 10px;
}

@media (max-width: 479px) {
    .modal-dialog {
        bottom: 0;
        left: 0;
        margin: 20px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        width: auto;
    }
}

.modal a {
    color: white;
    text-decoration: underline;
}

.modal-content {
    position: relative;
    /*background-color: #43cbcb;*/
    margin: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .moduleTitle {
    margin-bottom: 24px;
    padding-bottom: 0;
}

.modal-header .close {
    /*margin-top: -2px;*/
    background-color: white;
    margin-top: 4px;
    margin-right: 4px;
    top: 0;
}

.modal-title {
    color: #ffffff;
    margin: 0;
    line-height: 24px;
}

.modal-body {
    color: #ffffff;
    position: relative;
    padding: 0;
    text-align: left;
}

    .modal-body h5 {
        font-size: 34px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 38px;
    }

    .modal-body .reset_remind a {
        color: #ffffff;
    }

        .modal-body .reset_remind a:hover {
            color: rgba(255, 255, 255, 0.5);
        }

.modal-footer {
    padding: 0;
    text-align: right;
}

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 370px;
        margin: 0 auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 24px;
    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: #ffffff;
    text-align: center;
    background-color: #000000;
    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: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 24px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.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: #ffffff;
    }

.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: #ffffff;
    }

.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: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -moz-transform: translate3d(100%, 0, 0);
            -o-transform: translate3d(100%, 0, 0);
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -moz-transform: translate3d(-100%, 0, 0);
            -o-transform: translate3d(-100%, 0, 0);
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -moz-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none !important;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.fa-file-add:before {
    content: "\f016";
}

.fa-remove:before {
    content: "\f00d";
}

.fa-picture:before {
    content: "\f03e";
}

.icon-edit:before {
    content: "\f044";
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

body:after {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

body.disable-hover:after {
    z-index: 999999999999999999;
}

body[class*=type1] #content-top > .row {
    margin: 0;
}

body[class*=type1] #content {
    padding-bottom: 0;
}

body[class*=resize] #header .container {
    max-width: 1800px;
}

.body__body__light-type-2 body[class*=top_light] {
    background: white;
}

    .body__body__light-type-2 body[class*=top_light] ul.user-menu li a:hover {
        color: #434345;
    }

body[class*=top_light] #top {
    background: white;
    -webkit-box-shadow: inset 0 -1px 1px #eaeaea;
    box-shadow: inset 0 -1px 1px #eaeaea;
}

    body[class*=top_light] #top ul.user-menu li a:hover {
        color: #434345;
    }

body[class*=header_dark] #header,
body[class*=header_dark] #header2 {
    background: #303030;
}

    body[class*=header_dark] #header #logo a,
    body[class*=header_dark] #header2 #logo a {
        color: white !important;
    }

        body[class*=header_dark] #header #logo a .site-description,
        body[class*=header_dark] #header2 #logo a .site-description {
            color: #9b9b9b;
        }

    body[class*=header_dark] #header select,
    body[class*=header_dark] #header2 select,
    body[class*=header_dark] #header textarea,
    body[class*=header_dark] #header2 textarea,
    body[class*=header_dark] #header input[type="text"],
    body[class*=header_dark] #header2 input[type="text"],
    body[class*=header_dark] #header input[type="password"],
    body[class*=header_dark] #header2 input[type="password"],
    body[class*=header_dark] #header input[type="datetime"],
    body[class*=header_dark] #header2 input[type="datetime"],
    body[class*=header_dark] #header input[type="datetime-local"],
    body[class*=header_dark] #header2 input[type="datetime-local"],
    body[class*=header_dark] #header input[type="date"],
    body[class*=header_dark] #header2 input[type="date"],
    body[class*=header_dark] #header input[type="month"],
    body[class*=header_dark] #header2 input[type="month"],
    body[class*=header_dark] #header input[type="time"],
    body[class*=header_dark] #header2 input[type="time"],
    body[class*=header_dark] #header input[type="week"],
    body[class*=header_dark] #header2 input[type="week"],
    body[class*=header_dark] #header input[type="number"],
    body[class*=header_dark] #header2 input[type="number"],
    body[class*=header_dark] #header input[type="email"],
    body[class*=header_dark] #header2 input[type="email"],
    body[class*=header_dark] #header input[type="url"],
    body[class*=header_dark] #header2 input[type="url"],
    body[class*=header_dark] #header input[type="search"],
    body[class*=header_dark] #header2 input[type="search"],
    body[class*=header_dark] #header input[type="tel"],
    body[class*=header_dark] #header2 input[type="tel"],
    body[class*=header_dark] #header input[type="color"],
    body[class*=header_dark] #header2 input[type="color"],
    body[class*=header_dark] #header .uneditable-input,
    body[class*=header_dark] #header2 .uneditable-input {
        color: #9b9b9b;
        border-color: white;
    }

    body[class*=header_dark] #header *::selection,
    body[class*=header_dark] #header2 *::selection {
        background: transparent;
        color: #9b9b9b;
    }

    body[class*=header_dark] #header *::-moz-selection,
    body[class*=header_dark] #header2 *::-moz-selection {
        background: transparent;
        color: #9b9b9b;
    }

    body[class*=header_dark] #header input::-webkit-input-placeholder,
    body[class*=header_dark] #header2 input::-webkit-input-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header input::-moz-placeholder,
    body[class*=header_dark] #header2 input::-moz-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header input::-moz-placeholder,
    body[class*=header_dark] #header2 input::-moz-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header input::-ms-input-placeholder,
    body[class*=header_dark] #header2 input::-ms-input-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header textarea::-webkit-input-placeholder,
    body[class*=header_dark] #header2 textarea::-webkit-input-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header textarea::-moz-placeholder,
    body[class*=header_dark] #header2 textarea::-moz-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header textarea::-moz-placeholder,
    body[class*=header_dark] #header2 textarea::-moz-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header textarea::-ms-input-placeholder,
    body[class*=header_dark] #header2 textarea::-ms-input-placeholder {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header input.error,
    body[class*=header_dark] #header2 input.error,
    body[class*=header_dark] #header textarea.error,
    body[class*=header_dark] #header2 textarea.error,
    body[class*=header_dark] #header select.error,
    body[class*=header_dark] #header2 select.error {
        color: #9b9b9b !important;
    }

    body[class*=header_dark] #header .icemega_modulewrap.top_search .btn-primary:hover,
    body[class*=header_dark] #header2 .icemega_modulewrap.top_search .btn-primary:hover {
        color: white;
    }

    body[class*=header_dark] #header i.close,
    body[class*=header_dark] #header2 i.close {
        text-shadow: none;
    }

        body[class*=header_dark] #header i.close:hover,
        body[class*=header_dark] #header2 i.close:hover {
            color: white;
        }

body[class*=header_dark] #header2_bottom {
    background: white;
}

    body[class*=header_dark] #header2_bottom.scroll-to-fixed-fixed {
        padding-top: 0 !important;
    }

body[class*=header_transparent] .header_content {
    background: url(../images/headerContent.jpg) center top no-repeat;
    background-size: cover;
}

body[class*=header_transparent] #header {
    background: transparent;
}

body[class*=header_transparent] .swiper-container {
    top: -115px !important;
    margin-bottom: -115px !important;
}

body[class*=header_transparent] .scroll-to-fixed-fixed {
    background: #303030 !important;
}

body[class*=header_transparent] #logo a {
    color: white !important;
}

    body[class*=header_transparent] #logo a .site-description {
        color: white;
    }

body[class*=header_transparent] .icemegamenu > ul > li > a.iceMenuTitle {
    color: white !important;
    background: transparent !important;
}

body[class*=header_transparent] .icemegamenu > ul > li span.icemega_desc {
    color: white;
}

body[class*=header_transparent] .icemegamenu > ul > li.menu-search {
    position: static;
}

    body[class*=header_transparent] .icemegamenu > ul > li.menu-search > a.iceMenuTitle.hover,
    body[class*=header_transparent] .icemegamenu > ul > li.menu-search > a.iceMenuTitle:hover {
        color: #43cbcb !important;
    }

    body[class*=header_transparent] .icemegamenu > ul > li.menu-search .top_search.visible .mod-search {
        background: #303030;
    }

body[class*=header_transparent] select,
body[class*=header_transparent] textarea,
body[class*=header_transparent] input[type="text"],
body[class*=header_transparent] input[type="password"],
body[class*=header_transparent] input[type="datetime"],
body[class*=header_transparent] input[type="datetime-local"],
body[class*=header_transparent] input[type="date"],
body[class*=header_transparent] input[type="month"],
body[class*=header_transparent] input[type="time"],
body[class*=header_transparent] input[type="week"],
body[class*=header_transparent] input[type="number"],
body[class*=header_transparent] input[type="email"],
body[class*=header_transparent] input[type="url"],
body[class*=header_transparent] input[type="search"],
body[class*=header_transparent] input[type="tel"],
body[class*=header_transparent] input[type="color"],
body[class*=header_transparent] .uneditable-input {
    color: white;
    border-color: white;
}

body[class*=header_transparent] *::selection {
    background: #43cbcb;
    color: white;
}

body[class*=header_transparent] *::-moz-selection {
    background: #43cbcb;
    color: white;
}

body[class*=header_transparent] input::-webkit-input-placeholder {
    color: white !important;
}

body[class*=header_transparent] input::-moz-placeholder {
    color: white !important;
}

body[class*=header_transparent] input::-moz-placeholder {
    color: white !important;
}

body[class*=header_transparent] input::-ms-input-placeholder {
    color: white !important;
}

body[class*=header_transparent] textarea::-webkit-input-placeholder {
    color: white !important;
}

body[class*=header_transparent] textarea::-moz-placeholder {
    color: white !important;
}

body[class*=header_transparent] textarea::-moz-placeholder {
    color: white !important;
}

body[class*=header_transparent] textarea::-ms-input-placeholder {
    color: white !important;
}

body[class*=header_transparent] input.error,
body[class*=header_transparent] textarea.error,
body[class*=header_transparent] select.error {
    color: white !important;
}

body[class*=header_transparent] .icemega_modulewrap.top_search .btn-primary:hover {
    color: white;
}

body[class*=header_transparent] i.close {
    text-shadow: none;
}

    body[class*=header_transparent] i.close:hover {
        color: white;
    }

body[class*=header_lighten] #header {
    background: transparent;
    padding-top: 31px;
}

    body[class*=header_lighten] #header .container {
        background: white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 8px;
    }

        body[class*=header_lighten] #header .container #logo {
            margin-bottom: 6px;
        }

body[class*=header_lighten] .scroll-to-fixed-fixed {
    background: white !important;
    padding-top: 0 !important;
}


body[class*=header_lighten] .swiper-container {
    top: -132px !important;
    margin-bottom: -132px !important;
}

body[class*=footer] #footer {
    padding-top: 0;
}

    body[class*=footer] #footer .mod-custom {
        margin-bottom: 0;
    }

body[class*=header_darken] #header {
    background: transparent;
    padding-top: 31px;
}

    body[class*=header_darken] #header .container {
        background: #303030;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-top: 8px;
    }

        body[class*=header_darken] #header .container #logo {
            margin-bottom: 6px;
        }

body[class*=header_darken] .scroll-to-fixed-fixed {
    background: #303030 !important;
    padding-top: 0 !important;
}

body[class*=header_darken] nav.home_menu .icemegamenu > ul > li.menu-search > ul.icesubMenu {
    top: 0px;
}

body[class*=header_darken] .icemega_modulewrap.top_search .mod-search {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body[class*=header_darken] .swiper-container {
    top: -132px !important;
    margin-bottom: -132px !important;
}

body[class*=navigation_dark] #header2_bottom {
    background: #202020;
}

    body[class*=navigation_dark] #header2_bottom .icemegamenu > ul > li > a.iceMenuTitle {
        color: white !important;
    }

body[class*=lighten_icons_header] #header {
    padding: 0;
}

    body[class*=lighten_icons_header] #header .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

        body[class*=lighten_icons_header] #header .container > .row {
            margin-right: 0;
            margin-left: 0;
        }

        body[class*=lighten_icons_header] #header .container #logo {
            margin: 0;
            padding: 0;
        }

            body[class*=lighten_icons_header] #header .container #logo a {
                background: #303030;
                display: inline-block;
                padding: 9px 7px;
            }

                body[class*=lighten_icons_header] #header .container #logo a img {
                    max-width: 48px;
                    margin: 0;
                }

            body[class*=lighten_icons_header] #header .container #logo .site-logo,
            body[class*=lighten_icons_header] #header .container #logo .site-description {
                display: none;
            }

body[class*=darken_icons_header] #header {
    background: #303030;
    padding: 0;
}

    body[class*=darken_icons_header] #header .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

        body[class*=darken_icons_header] #header .container > .row {
            margin-right: 0;
            margin-left: 0;
        }

        body[class*=darken_icons_header] #header .container #logo {
            margin: 0;
            padding: 0;
        }

            body[class*=darken_icons_header] #header .container #logo a {
                background: white;
                display: inline-block;
                padding: 9px 7px;
            }

                body[class*=darken_icons_header] #header .container #logo a img {
                    max-width: 48px;
                    margin: 0;
                }

            body[class*=darken_icons_header] #header .container #logo .site-logo,
            body[class*=darken_icons_header] #header .container #logo .site-description {
                display: none;
            }

body.nocontent.view-events #content {
    padding: 0;
}

body.nocontent.view-events #maintop-3 {
    padding-bottom: 0;
}

.custom_hover strong {
    display: none;
}

html {
    -ms-overflow-style: scrollbar;
}

html,
body {
    height: 100%;
}

.container-fluid {
    margin: 0 20px;
    padding: 0;
    position: relative;
}

.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#Kunena #jumpto .btn,
#Kunena .search-user .btn,
.krowmoderation .btn,
.input-append .btn,
.input-prepend .btn,
#kpost-attachments .btn,
#searchForm .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
}

.offline_container {
    background: #303030;
    font-size: 0;
    height: 100%;
    line-height: 0;
    text-align: center;
}

    .offline_container:before {
        content: '';
        display: inline-block;
        height: 100%;
        overflow: hidden;
        vertical-align: middle;
        width: 0;
    }

    .offline_container .container {
        background: #303030;
        display: inline-block;
        max-width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
        vertical-align: middle;
    }

    .offline_container #logo,
    .offline_container .offline_message {
        text-align: center;
    }

    .offline_container .well {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        max-width: 100%;
        text-align: left;
        vertical-align: middle;
        background: white;
        color: #434345;
        border: none;
        padding: 69px 20px;
    }

        .offline_container .well #logo {
            margin-bottom: 56px;
            max-width: 100%;
        }

            .offline_container .well #logo a {
                display: inline-block;
            }

        .offline_container .well .flip-clock-wrapper .flip {
            -webkit-box-shadow: 5px 5px 23px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 23px rgba(0, 0, 0, 0.15);
        }

        .offline_container .well .flip-clock-divider .flip-clock-label {
            font-size: 13px;
            color: #9b9b9b;
        }

        .offline_container .well .flip-clock-wrapper {
            margin: 53px 0 15px;
        }

            .offline_container .well .flip-clock-wrapper ul {
                background: transparent;
            }

                .offline_container .well .flip-clock-wrapper ul li a div div.inn {
                    background-color: #43cbcb;
                    color: white;
                    font-family: 'Fira Sans', sans-serif;
                    font-weight: 600;
                    font-size: 64px;
                    text-shadow: none;
                }

                .offline_container .well .flip-clock-wrapper ul li a div.up::after {
                    background-color: rgba(0, 0, 0, 0) !important;
                }

        .offline_container .well .flip-clock-dot {
            background: #bdbdbd;
            box-shadow: none;
        }

        .offline_container .well #form-login-username .add-on,
        .offline_container .well #form-login-password .add-on {
            position: absolute;
            left: 10px;
            top: 50%;
            -moz-transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
        }

            .offline_container .well #form-login-username .add-on *[class*=material-design]:before,
            .offline_container .well #form-login-password .add-on *[class*=material-design]:before {
                font-size: 21px;
            }

        .offline_container .well #form-login-username .inputbox,
        .offline_container .well #form-login-password .inputbox {
            height: 40px;
            line-height: 40px;
            margin-bottom: 10px;
            padding-left: 41px;
            padding-top: 0;
            padding-bottom: 0;
        }

        .offline_container .well #form-login-remember {
            padding: 0px 0 10px;
        }

            .offline_container .well #form-login-remember label {
                font-size: 13px;
                color: #9b9b9b;
                display: inline-block;
                margin-bottom: 0;
                white-space: nowrap;
            }

        .offline_container .well input[type=text],
        .offline_container .well input[type=password] {
            width: 100%;
            background: #ffffff;
        }

        .offline_container .well div[id*=form-login] {
            position: relative;
        }

        .offline_container .well #form-login {
            padding-top: 30px;
            text-align: center;
        }

        .offline_container .well fieldset {
            display: inline-block;
            max-width: 100%;
            text-align: left;
            width: 370px;
        }

.mod-menu .nav.menu.nav-pills > li > a {
    display: block;
}

.mod-menu .nav.menu.nav-pills > li.active > a {
    background: #43cbcb;
}

time,
.item_hits,
.item_category-name address,
.item_createdby {
    white-space: nowrap;
    margin: 0;
}

.calendar table {
    border: none;
    border-collapse: collapse;
}

    .calendar table th,
    .calendar table td {
        border: none !important;
        padding: 0 !important;
        text-align: center !important;
    }
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
/*== Login ==*/
.mod-login_submit {
    margin: 0 0 9px;
}

#form-login-remember label {
    margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 4px;
}
/*======================= MODULE ITEM WIDTH =======================*/
/*======================= MAILTO WINDOW =======================*/
#mailto-window {
    padding-top: 1em;
}

.mailto-close {
    margin-bottom: 1em;
    overflow: hidden;
}

    .mailto-close a {
        float: right;
    }
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
.icons .btn-group.pull-right {
    margin: 0 0 10px 10px;
    position: relative;
    z-index: 10;
}

    .icons .btn-group.pull-right a.dropdown-toggle {
        margin-top: 30px;
        padding: 0 5px;
    }

        .icons .btn-group.pull-right a.dropdown-toggle .caret {
            border: none;
            font-size: .8em;
            height: auto;
            margin: 0;
            width: auto;
        }

            .icons .btn-group.pull-right a.dropdown-toggle .caret:before {
                content: '\f078';
                font-family: 'FontAwesome';
            }

    .icons .btn-group.pull-right ul.dropdown-menu {
        background-clip: padding-box;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        list-style: none;
        margin: 2px 0 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        z-index: 1000;
    }

        .icons .btn-group.pull-right ul.dropdown-menu > li {
            float: none;
            padding: 0;
        }

            .icons .btn-group.pull-right ul.dropdown-menu > li .fa-edit {
                margin-right: 5px;
            }

            .icons .btn-group.pull-right ul.dropdown-menu > li > a {
                color: #434345;
            }

                .icons .btn-group.pull-right ul.dropdown-menu > li > a:hover {
                    color: #ffffff;
                    background: #43cbcb;
                }

.no-edit .jmodedit {
    display: none !important;
}

.icons:after {
    content: '';
    clear: both;
    display: block;
}

.body__elements #content-bottom .moduletable.col-sm-12 .module_container {
    position: relative;
}

    .body__elements #content-bottom .moduletable.col-sm-12 .module_container:before {
        background: #d9d9d9;
        content: '';
        display: block;
        height: 2px;
        margin: 50px 0 80px;
    }

.body__elements .spacer {
    background: #d9d9d9;
    clear: both;
    height: 2px;
    margin: 50px 0 80px;
}

.body__elements .img-offset1 {
    margin-top: 8px;
}

.jmodedit {
    padding: 0 5px !important;
}
/* Category */
.pretext,
.category_desc {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 48px;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
    margin-bottom: 4px;
    margin-right: 4px;
}

    ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
        margin-bottom: 9px;
    }

.navbar-form .btn,
.navbar-form .btn-group {
    margin-top: 5px;
}

.category_children .category_child {
    margin-bottom: 20px;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
    padding-top: 12px;
}

.addthis_sharing_toolbox {
    margin-top: 20px;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
    text-align: center !important;
}

    .img_caption.left {
        float: left;
        margin-right: 1em;
    }

        .img_caption.left p {
            clear: left;
            text-align: center;
        }

    .img_caption.right {
        float: right;
        margin-left: 1em;
    }

        .img_caption.right p {
            clear: right;
            text-align: center;
        }

    .img_caption.none {
        margin-left: auto;
        margin-right: auto;
    }
/*======================= DOCUMENTATION =======================*/
#mod_table .module {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

    #mod_table .module:nth-child(even) {
        background: transparent;
    }

#mod_table ul li {
    list-style: none;
}
/*======================= SCROLL TO TOP =======================*/
#back-top {
    bottom: 90px;
    position: fixed;
    right: 20px;
    -webkit-transform: translateZ(0);
    z-index: 99;
    display: none;
}

    #back-top a {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: block;
        font: 34px/34px FontAwesome;
        color: #43cbcb;
    }

        #back-top a > span:before {
            content: "\f0aa";
        }

        #back-top a:hover {
            color: #434345;
        }

.dropdown-toggle > * {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-toggle .fa-cog {
    margin-right: 4px;
}

label[for=mod-login_remember] {
    display: inline-block;
}

.btn-group {
    max-width: 100%;
    white-space: normal;
}

.form-horizontal .remember .control-label {
    padding-top: 0;
}

#sw_pinterest_display {
    max-width: 280px;
}

    #sw_pinterest_display > div {
        display: none;
    }

#outer {
    padding: 0 !important;
}

    #outer div#cookieMessageContainer {
        margin-top: 0;
    }

.mod_tm_ajax_contact_form .controls,
.mod_tm_ajax_contact_form_input {
    width: 100%;
}

form.mod_tm_ajax_contact_form .chzn-container {
    width: 100% !important;
}

form.mod_tm_ajax_contact_form .control-group-button {
    padding-top: 15px;
}

    form.mod_tm_ajax_contact_form .control-group-button .btn {
        margin-right: 6px;
    }

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .btn,
.navbar-form .btn-group {
    margin-top: 0;
}

.acymailing_module_success {
    font-weight: bold;
}

    .acymailing_module_success:before {
        content: '\f058';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 22px;
        padding-right: 10px;
        vertical-align: middle;
    }

    .acymailing_module_success + form {
        display: none;
    }

.items-more ul {
    margin: 0 0 30px -30px;
}

    .items-more ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-weight: bold;
        padding: 0 0 10px 30px;
        width: 50%;
    }

    .items-more ul:after {
        clear: both;
        content: '';
        display: block;
    }

#style_switcher {
    top: 56px !important;
    z-index: 1035 !important;
    bottom: 0;
}

    #style_switcher .style_switcher_indent {
        overflow-x: scroll;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    #style_switcher .chzn-container {
        min-width: auto !important;
    }

    #style_switcher div.chzn-container-single .chzn-drop {
        height: 0 !important;
        position: relative !important;
    }

    #style_switcher div.chzn-container-single.chzn-with-drop .chzn-drop {
        height: auto !important;
    }

    #style_switcher div.color_scheme {
        position: relative;
        overflow: hidden;
    }

        #style_switcher div.color_scheme:before,
        #style_switcher div.color_scheme:after {
            content: '';
            position: absolute;
            left: 50%;
            width: 50%;
            height: 50%;
        }

        #style_switcher div.color_scheme.color_scheme_1 {
            background: #43cbcb;
        }

            #style_switcher div.color_scheme.color_scheme_1:before {
                top: 0;
                background: #3cd880;
            }

            #style_switcher div.color_scheme.color_scheme_1:after {
                bottom: 0;
                background: #2969b0;
            }

        #style_switcher div.color_scheme.color_scheme_2 {
            background: #2969b0;
        }

            #style_switcher div.color_scheme.color_scheme_2:before {
                top: 0;
                background: #f37934;
            }

            #style_switcher div.color_scheme.color_scheme_2:after {
                bottom: 0;
                background: #ff0000;
            }

        #style_switcher div.color_scheme.color_scheme_3 {
            background: #39aa5e;
        }

            #style_switcher div.color_scheme.color_scheme_3:before {
                top: 0;
                background: #c73a33;
            }

            #style_switcher div.color_scheme.color_scheme_3:after {
                bottom: 0;
                background: #2969b0;
            }

        #style_switcher div.color_scheme.color_scheme_4 {
            background: #2969b0;
        }

            #style_switcher div.color_scheme.color_scheme_4:before {
                top: 0;
                background: #f37934;
            }

            #style_switcher div.color_scheme.color_scheme_4:after {
                bottom: 0;
                background: #ff0000;
            }

*::selection {
    background: #51748B;
    color: #ffffff;
}

*::-moz-selection {
    background: #51748B;
    color: #ffffff;
}

#style_switcher.shown {
    z-index: 1035 !important;
}

    #style_switcher.shown p {
        margin: 0 0 5px 0;
        padding: 0;
    }

.iceMenuLiLevel_1.search {
    margin-left: 30px;
}

.mod-search.custom {
    padding: 13px 0;
}

    .mod-search.custom .navbar-form {
        position: relative;
    }

        .mod-search.custom .navbar-form #searchword {
            background: transparent;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border-width: 2px;
            border-color: #535353;
            color: #9b9b9b;
            font-size: 15px;
            font-family: 'Lato', sans-serif;
            padding-left: 17px;
            padding-right: 40px;
        }

        .mod-search.custom .navbar-form select,
        .mod-search.custom .navbar-form textarea,
        .mod-search.custom .navbar-form input[type="text"],
        .mod-search.custom .navbar-form input[type="password"],
        .mod-search.custom .navbar-form input[type="datetime"],
        .mod-search.custom .navbar-form input[type="datetime-local"],
        .mod-search.custom .navbar-form input[type="date"],
        .mod-search.custom .navbar-form input[type="month"],
        .mod-search.custom .navbar-form input[type="time"],
        .mod-search.custom .navbar-form input[type="week"],
        .mod-search.custom .navbar-form input[type="number"],
        .mod-search.custom .navbar-form input[type="email"],
        .mod-search.custom .navbar-form input[type="url"],
        .mod-search.custom .navbar-form input[type="search"],
        .mod-search.custom .navbar-form input[type="tel"],
        .mod-search.custom .navbar-form input[type="color"],
        .mod-search.custom .navbar-form .uneditable-input {
            color: #9b9b9b;
        }

        .mod-search.custom .navbar-form *::selection {
            color: #9b9b9b;
        }

        .mod-search.custom .navbar-form *::-moz-selection {
            color: #9b9b9b;
        }

        .mod-search.custom .navbar-form input::-webkit-input-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form input::-moz-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form input::-moz-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form input::-ms-input-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form textarea::-webkit-input-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form textarea::-moz-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form textarea::-moz-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form textarea::-ms-input-placeholder {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form input.error,
        .mod-search.custom .navbar-form textarea.error,
        .mod-search.custom .navbar-form select.error {
            color: #9b9b9b !important;
        }

        .mod-search.custom .navbar-form .btn {
            background: transparent;
            border: none;
            color: white;
            font-size: 24px;
            line-height: 24px;
            margin-top: 2px;
            padding: 0;
            position: absolute;
            top: 50%;
            right: 3px;
            -moz-transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
        }

            .mod-search.custom .navbar-form .btn:hover {
                color: rgba(255, 255, 255, 0.5);
            }

#icemegamenu .mod-search.custom {
    padding: 13px 0;
}

    #icemegamenu .mod-search.custom .navbar-form {
        position: relative;
    }

        #icemegamenu .mod-search.custom .navbar-form #searchword {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border-color: #535353;
            color: #9b9b9b;
            font-size: 15px;
            font-family: 'Lato', sans-serif;
            padding-left: 17px;
            padding-right: 40px;
        }

.rd-mobilemenu_submenu .navbar-form #searchword {
    width: 200px !important;
}

    .rd-mobilemenu_submenu .navbar-form #searchword + input.button {
        margin-left: 4px !important;
    }

#icemegamenu .mod-search.custom .navbar-form select,
#icemegamenu .mod-search.custom .navbar-form textarea,
#icemegamenu .mod-search.custom .navbar-form input[type="text"],
#icemegamenu .mod-search.custom .navbar-form input[type="password"],
#icemegamenu .mod-search.custom .navbar-form input[type="datetime"],
#icemegamenu .mod-search.custom .navbar-form input[type="datetime-local"],
#icemegamenu .mod-search.custom .navbar-form input[type="date"],
#icemegamenu .mod-search.custom .navbar-form input[type="month"],
#icemegamenu .mod-search.custom .navbar-form input[type="time"],
#icemegamenu .mod-search.custom .navbar-form input[type="week"],
#icemegamenu .mod-search.custom .navbar-form input[type="number"],
#icemegamenu .mod-search.custom .navbar-form input[type="email"],
#icemegamenu .mod-search.custom .navbar-form input[type="url"],
#icemegamenu .mod-search.custom .navbar-form input[type="search"],
#icemegamenu .mod-search.custom .navbar-form input[type="tel"],
#icemegamenu .mod-search.custom .navbar-form input[type="color"],
#icemegamenu .mod-search.custom .navbar-form .uneditable-input {
    color: #9b9b9b;
}

#icemegamenu .mod-search.custom .navbar-form *::selection {
    color: #9b9b9b;
}

#icemegamenu .mod-search.custom .navbar-form *::-moz-selection {
    color: #9b9b9b;
}

#icemegamenu .mod-search.custom .navbar-form input::-webkit-input-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form input::-moz-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form input::-moz-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form input::-ms-input-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form textarea::-webkit-input-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form textarea::-moz-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form textarea::-moz-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form textarea::-ms-input-placeholder {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form input.error,
#icemegamenu .mod-search.custom .navbar-form textarea.error,
#icemegamenu .mod-search.custom .navbar-form select.error {
    color: #9b9b9b !important;
}

#icemegamenu .mod-search.custom .navbar-form .btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    line-height: 24px;
    margin-top: 2px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 3px;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

    #icemegamenu .mod-search.custom .navbar-form .btn:hover {
        color: rgba(255, 255, 255, 0.5);
    }

#icemegamenu .icemega_modulewrap.top_search {
    padding: 0;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: -34px;
}

    #icemegamenu .icemega_modulewrap.top_search.visible > i.fa-search {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    #icemegamenu .icemega_modulewrap.top_search.visible .mod-search {
        visibility: visible;
        /*top: 0;*/
        opacity: 100;
        filter: alpha(opacity=10000);
    }

        #icemegamenu .icemega_modulewrap.top_search.visible .mod-search #searchword {
            width: 100%;
        }

    #icemegamenu .icemega_modulewrap.top_search.visible i.close {
        opacity: 100;
        filter: alpha(opacity=10000);
    }

    #icemegamenu .icemega_modulewrap.top_search > i.close {
        background: transparent;
        cursor: pointer;
        display: block;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
        border: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 10;
        opacity: 100;
        filter: alpha(opacity=10000);
    }

        #icemegamenu .icemega_modulewrap.top_search > i.close:hover {
            color: #ffffff;
            background: #000000;
        }

    #icemegamenu .icemega_modulewrap.top_search .navbar-form {
        vertical-align: middle;
        margin: 0;
        padding: 0 16px;
        width: 100%;
    }

    #icemegamenu .icemega_modulewrap.top_search .mod-search {
        background: white;
        font-size: 0;
        line-height: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        white-space: nowrap;
        padding: 17px 100px 17px 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
        z-index: 100;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.scroll-to-fixed-fixed #icemegamenu .icemega_modulewrap.top_search .mod-search {
    margin-top: 8px;
}

#searchForm fieldset {
    margin-bottom: 20px;
}

    #searchForm fieldset .controls > label {
        display: inline-block;
        margin-right: 1em;
    }

    #searchForm fieldset .controls span.radio {
        margin-right: 10px;
    }

#searchForm .form-limit label {
    float: left;
    margin-right: 5px;
    line-height: 50px;
}

#searchForm .form-limit > span.select,
#searchForm .form-limit > select {
    float: right;
    position: relative;
    top: -10px;
}

#searchForm .form-limit p {
    clear: both;
    overflow: hidden;
}

#searchForm .phrases-box {
    float: left;
}

    #searchForm .phrases-box > * {
        display: inline-block;
    }

    #searchForm .phrases-box strong {
        padding-right: 10px;
        line-height: 14px;
        vertical-align: middle;
    }

    #searchForm .phrases-box .controls > label {
        min-width: 90px;
    }

        #searchForm .phrases-box .controls > label + label {
            margin-top: 0;
        }

#searchForm .ordering-box {
    float: right;
}

    #searchForm .ordering-box strong {
        vertical-align: top;
        padding-right: 10px;
        line-height: 50px;
    }

#searchForm .chzn-container {
    min-width: 200px;
}

dl.search-results {
    margin-bottom: 30px;
}

    dl.search-results dt {
        margin-top: 20px;
    }

@media (max-width: 767px) {
    #searchForm .phrases-box,
    #searchForm .ordering-box {
        float: none;
        padding-bottom: 24px;
    }
}

@media (max-width: 479px) {
    #searchForm .phrases-box > .controls,
    #searchForm fieldset .controls > label {
        display: block;
    }

    #searchForm .btn-toolbar .btn-group {
        width: 70%;
    }

        #searchForm .btn-toolbar .btn-group + .btn-group {
            width: 20%;
        }
}

.login_shell {
    background: white;
}

@media (max-width: 479px) {
    .login_shell .lr_providericons {
        font-size: 13px;
    }
}

.login_shell form {
    margin-bottom: 0;
}

.login_shell button {
    vertical-align: inherit;
}

.login_shell .moduleTitle {
    color: inherit;
}

.login_shell .controls {
    text-align: center;
}

.login_shell .control {
    position: relative;
}

.login_shell input,
.login_shell textarea {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0 14px;
}

.login_shell .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
    padding: 0 14px;
}

.login_shell .control-group + .control-group {
    margin-top: 5px;
}

.login_shell .input-prepend {
    display: block;
}

.login_shell .add-on {
    border: none;
}

.login_shell * + .mod-login_submit {
    margin: 0px;
}

.login_shell .mod-login_submit .btn {
    vertical-align: middle;
}

.login_shell label.checkbox {
    cursor: inherit;
}

    .login_shell label.checkbox span.checkbox input[type="checkbox"] {
        position: relative;
        z-index: 2;
    }

.login_shell .reset_remind {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 300;
}

div[class*="lr_social_login_basic"] > a {
    display: none;
}

.lr_social_login_basic_150 {
    width: 100% !important;
}

    .lr_social_login_basic_150 .lr_providers .lr_icons_box {
        float: none !important;
        width: 100% !important;
    }

        .lr_social_login_basic_150 .lr_providers .lr_icons_box div {
            float: none !important;
            margin: 0 0 10px !important;
        }

    .lr_social_login_basic_150 .lr_providers .lr_providericons {
        color: #FFF;
        display: block;
        font-weight: 500;
        height: 50px !important;
        line-height: 49px;
        position: relative;
        text-align: center;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: auto !important;
        z-index: 1 !important;
    }

        .lr_social_login_basic_150 .lr_providers .lr_providericons:before {
            display: inline-block;
            font-family: 'FontAwesome';
            font-size: 21px;
            vertical-align: middle;
        }

        .lr_social_login_basic_150 .lr_providers .lr_providericons:hover {
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

    .lr_social_login_basic_150 .lr_providers .lr_facebook {
        background: #3B5998 !important;
    }

        .lr_social_login_basic_150 .lr_providers .lr_facebook:before {
            content: '\f09a';
            margin-right: 13px;
        }

    .lr_social_login_basic_150 .lr_providers .lr_google {
        background: #DF4A32 !important;
    }

        .lr_social_login_basic_150 .lr_providers .lr_google:before {
            content: '\f0d5';
            margin-right: 9px;
        }

div#fixed-sidebar-right {
    bottom: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1035;
}

    div#fixed-sidebar-right .moduletable.login {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        right: 0;
        position: fixed;
        top: 56px;
        width: 0;
        left: auto;
        transition: width .2s ease;
    }

        div#fixed-sidebar-right .moduletable.login > i.fa-user {
            color: #ffffff;
            cursor: pointer;
            font-size: 18px;
            height: 40px;
            left: -40px;
            line-height: 40px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 40px;
            background: #43cbcb;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            div#fixed-sidebar-right .moduletable.login > i.fa-user:hover {
                font-size: 22px;
            }

        div#fixed-sidebar-right .moduletable.login.shown {
            width: 330px;
        }

            div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
                overflow: auto;
                padding: 30px 30px;
                width: 330px;
                right: 0;
                transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
            }

        div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            max-height: 100%;
            position: relative;
            right: 330px;
            width: 0;
            padding: 30px 0px;
            overflow: hidden;
            background: white;
            transition: width 0s linear .2s, padding 0s linear .2s, right 0s linear .2s;
        }

            div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .login-greeting {
                margin-bottom: 5px;
            }

            div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .input-prepend .add-on:hover i {
                background: transparent;
                color: #43cbcb;
            }

.menu-login-form > ul:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #43cbcb transparent;
}

.menu-login-form .icemega_modulewrap.login_megamenu {
    background: #43cbcb;
    padding: 30px;
}

    .menu-login-form .icemega_modulewrap.login_megamenu .input-prepend .add-on span {
        color: #000;
    }

    .menu-login-form .icemega_modulewrap.login_megamenu *[class*=heading-style] {
        color: white;
    }

@media (max-width: 767px) {
    .login_shell .control-group + * {
        margin-top: 10px;
    }
}

@media screen and (max-height: 550px) {
    #style_switcher,
    div#fixed-sidebar-right .moduletable.login,
    div#fixed-sidebar-right .login_shell {
        padding-bottom: 10px;
        bottom: 0;
    }

        #style_switcher .mod_login_wrapper,
        div#fixed-sidebar-right .moduletable.login .mod_login_wrapper,
        div#fixed-sidebar-right .login_shell .mod_login_wrapper {
            max-height: 100%;
        }
}

@media (max-width: 479px) {
    div#fixed-sidebar-right .moduletable.login {
        bottom: 0;
    }

        div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
            right: 280px;
        }

        div#fixed-sidebar-right .moduletable.login.shown {
            width: 280px;
        }

            div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
                padding-left: 20px;
                padding-right: 20px;
                width: 280px;
                right: 0;
            }
}
/*===== Privacy Page ======*/
/*===== History Page ======*/
.page-category__history .items-row {
    position: relative;
}

    .page-category__history .items-row > div {
        clear: both;
        position: relative;
    }

        .page-category__history .items-row > div:before {
            color: #ffffff;
            content: '\f073';
            display: block;
            font-family: 'FontAwesome';
            position: absolute;
            line-height: 40px;
            -webkit-border-radius: 1000px;
            -moz-border-radius: 1000px;
            border-radius: 1000px;
            right: -21px;
            text-align: center;
            top: 15px;
            width: 40px;
            background: #43cbcb;
        }

        .page-category__history .items-row > div .item {
            border: 1px solid #dddddd;
            margin-right: 25px;
            padding: 30px;
            position: relative;
        }

            .page-category__history .items-row > div .item:before,
            .page-category__history .items-row > div .item:after {
                border-bottom: 10px solid transparent;
                border-top: 10px solid transparent;
                content: '';
                position: absolute;
                top: 24px;
            }

            .page-category__history .items-row > div .item:before {
                border-left: 10px solid #dddddd;
                right: -10px;
            }

            .page-category__history .items-row > div .item:after {
                border-left: 10px solid #ffffff;
                right: -9px;
            }

            .page-category__history .items-row > div .item .item_introtext p {
                padding-bottom: 0;
            }

            .page-category__history .items-row > div .item .item_info {
                left: 100%;
                margin-left: 80px;
                position: absolute;
                top: 20px;
            }

@media (max-width: 767px) {
    .page-category__history .items-row > div .item {
        margin-bottom: 30px;
    }
}

.page-category__history .items-row > div + div {
    float: right;
}

    .page-category__history .items-row > div + div:before {
        left: -19px;
        right: auto;
    }

    .page-category__history .items-row > div + div .item {
        margin-left: 25px;
        margin-right: 0;
    }

        .page-category__history .items-row > div + div .item:before,
        .page-category__history .items-row > div + div .item:after {
            border-bottom: 10px solid transparent;
            border-left: none;
            border-top: 10px solid transparent;
            content: '';
            position: absolute;
            right: auto;
            top: 24px;
        }

        .page-category__history .items-row > div + div .item:before {
            border-right: 10px solid #dddddd;
            left: -10px;
        }

        .page-category__history .items-row > div + div .item:after {
            border-right: 10px solid #ffffff;
            left: -9px;
        }

        .page-category__history .items-row > div + div .item .item_info {
            left: auto;
            margin-left: 0;
            margin-right: 80px;
            right: 100%;
        }

.page-category__history .items-row:before {
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 2px;
    background: #43cbcb;
}

@media (max-width: 767px) {
    .page-category__history .items-row:before {
        display: none;
    }
}

.page-category__history .item_info_dl {
    font-size: inherit;
}
/*===== FAQ Page ======*/
.page-category__faqs .item_title span.item_title_part0 {
    color: #43cbcb;
}

.page-category__faqs .to_top {
    margin-bottom: 30px;
    position: relative;
    text-align: right;
}

    .page-category__faqs .to_top:before {
        background: #434345;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        right: 30px;
        top: 50%;
    }

    .page-category__faqs .to_top a {
        font-size: 18px;
    }

.page-category__faqs .item {
    margin-bottom: 0;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
    overflow: hidden;
    padding-bottom: 21px;
}

.page-archive_filters select,
.page-archive_filters button {
    display: inline-block;
    margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
    height: 149px;
    resize: none;
    width: 100%;
}

#contact-form label {
    display: inline-block;
    margin-bottom: 5px;
}

.contact_misc {
    margin-bottom: 15px;
}

#contact {
    margin-top: 15px;
}

.phone-num {
    display: inline-block;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
    width: 100%;
}

.contact_email-copy,
.contact_vcard {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 25px 0 0;
}

.contact_vcard {
    margin: 0;
}

.contact_details .icons-marker {
    display: block;
    float: left;
    line-height: 24px;
    margin-right: 5px;
    width: 16px;
    color: #434345;
}

.contact_details h5 {
    text-align: left;
}

@media (max-width: 767px) {
    .contact_details {
        margin-bottom: 30px;
    }
}

.contact_address {
    overflow: hidden;
    padding-bottom: 24px;
}

.contact_details_fax {
    padding-bottom: 24px;
}

#contact_map {
    margin-bottom: 24px;
}

    #contact_map .map {
        border: 1px solid #d9d9d9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #contact_map .map.mfp-hide {
            display: block !important;
        }

.map img {
    max-width: none !important;
}

.mfp-content .map {
    max-width: 1200px;
}

.contact_details_item {
    margin-bottom: 20px;
}
/*======================= 404 PAGE =======================*/
.errorBox {
    background: none;
    text-align: left;
}

#error .well {
    margin-bottom: 0;
}

.body__404 .big-404 {
    text-align: center;
}

.body__404 big {
    display: block;
    font: 220px/220px 'Fira Sans', sans-serif;
}

.body__404 .page-item__404 {
    padding: 50px 0 100px 0;
}

.body__404 img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .body__404 img {
        width: 100%;
    }
}

.body__404 input {
    width: auto;
    float: left;
    margin-right: 5px;
}

.body__404 .mod-search_searchword + .btn {
    margin-top: 0;
}

.body__404 .navbar-form {
    padding: 0;
}
/*======================= Site Map =======================*/
.site_map h1,
.site_map h2,
.site_map h3,
.site_map h4,
.site_map h5,
.site_map h6 {
    text-align: left;
}

.site_map .menu ul {
    padding-left: 15px;
}

    .site_map .menu ul ul {
        padding-left: 30px;
    }

        .site_map .menu ul ul ul {
            padding-left: 45px;
        }
/*======================= Registration =======================*/
#member-registration,
#member-profile,
#user-registration {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}

    #member-registration .chzn-container,
    #member-profile .chzn-container,
    #user-registration .chzn-container {
        width: 100% !important;
    }

    #member-registration #helpsite-refresh,
    #member-profile #helpsite-refresh,
    #user-registration #helpsite-refresh {
        margin-top: 10px;
    }

    #member-registration .btn,
    #member-profile .btn,
    #user-registration .btn {
        vertical-align: top;
    }

    #member-registration .input-append,
    #member-profile .input-append,
    #user-registration .input-append {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 50px;
        width: 50%;
    }

    #member-registration .calendar_wrapper #jform_profile_dob_spacer-lbl,
    #member-profile .calendar_wrapper #jform_profile_dob_spacer-lbl,
    #user-registration .calendar_wrapper #jform_profile_dob_spacer-lbl {
        display: block;
        margin-top: 10px;
    }

.page-login {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .page-login .btn {
        vertical-align: inherit;
    }

    .page-login .input-prepend {
        width: 100%;
    }

    .page-login form mark {
        top: 0;
    }
/*======================= ADMIN EDIT PAGES =======================*/
#modules-form .chzn-container,
#adminForm .chzn-container {
    width: 100% !important;
}

#modules-form .input-prepend .btn + .btn,
#adminForm .input-prepend .btn + .btn,
#modules-form .input-append .btn + .btn,
#adminForm .input-append .btn + .btn {
    margin-left: 1px;
}

#modules-form .btn-toolbar > .btn,
#adminForm .btn-toolbar > .btn {
    margin: 0 5px 5px 0;
}

    #modules-form .btn-toolbar > .btn + .btn,
    #adminForm .btn-toolbar > .btn + .btn {
        margin-left: 0;
    }

#modules-form .accordion-inner,
#adminForm .accordion-inner {
    padding: 5px;
}

#modules-form span.radio,
#adminForm span.radio {
    display: none;
}

#modules-form #jform_published .btn,
#adminForm #jform_published .btn {
    display: inline-block !important;
    margin-right: 5px;
}

#modules-form .btn-toolbar,
#adminForm .btn-toolbar {
    margin-bottom: 20px;
}

#modules-form .control-label label,
#adminForm .control-label label {
    display: block !important;
}

#adminForm #images .input-prepend.input-append {
    width: 100%;
}

    #adminForm #images .input-prepend.input-append .btn {
        width: 5%;
        text-align: center;
    }

        #adminForm #images .input-prepend.input-append .btn + input {
            width: 85%;
        }

            #adminForm #images .input-prepend.input-append .btn + input + .btn {
                width: 5%;
            }

@media (max-width: 1200px) {
    #contact_map {
        height: 376px;
    }

    .page-category__history .items-row:before {
        margin-left: 9px;
    }

    .page-category__history .items-row > div:before {
        right: -31px;
    }

    .page-category__history .items-row > div + div:before {
        left: -10px;
    }
}

@media (max-width: 979px) {
    .page-category__history .items-row:before {
        margin-left: 5px;
    }

    .page-category__history .items-row > div:before {
        right: -27px;
    }

    .page-category__history .items-row > div + div::before {
        left: -18px;
    }
}

@media (max-width: 767px) {
    .page-category__history .items-row:before {
        left: 19px;
        margin-left: 0;
    }

    .page-category__history .items-row > div + div {
        float: none;
    }

        .page-category__history .items-row > div + div:before {
            left: 0;
            display: none;
        }

    .page-category__history .items-row > div::before {
        left: 0;
        right: auto;
        display: none;
    }

    .page-category__history .items-row > div .item {
        margin-left: 50px !important;
        margin-right: 0 !important;
    }

        .page-category__history .items-row > div .item:before {
            border-left: none;
            border-right: 10px solid #E5E5E5;
            left: -10px;
            right: auto;
            display: none;
        }

        .page-category__history .items-row > div .item:after {
            border-left: none;
            border-right: 10px solid #E5E5E5;
            left: -10px;
            right: auto;
            display: none;
        }

        .page-category__history .items-row > div .item .item_info,
        .page-category__history .items-row > div + div .item .item_info {
            margin: 0;
            position: static;
        }

    .body__404 .big-404 {
        margin-bottom: 15px;
    }

    #member-registration,
    #member-profile,
    #user-registration,
    .page-login {
        width: 100%;
    }

    #helpsite-refresh {
        display: block;
        margin-top: 10px;
    }

    .page_profile .btn-toolbar {
        float: none;
    }

    .input-prepend input {
        width: 100%;
    }

    .page-category__history .items-row > div .item {
        margin-left: 0 !important;
    }

    #adminForm #images .input-prepend.input-append .btn {
        width: 10%;
    }

        #adminForm #images .input-prepend.input-append .btn + input {
            width: 75%;
            padding-left: 12%;
        }

            #adminForm #images .input-prepend.input-append .btn + input + .btn {
                width: 10%;
            }
}

@media (max-width: 639px) {
    #modules-form fieldset#jform_published label.btn span {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .row-fluid [class*="span"].site_map {
        float: left;
        width: 50%;
    }

        .row-fluid [class*="span"].site_map:nth-child(2n-1) {
            clear: both;
        }
}

@media (max-width: 480px) {
    .control-label + .controls {
        margin-top: 10px;
    }

    .page-category__history .items-row > div .item {
        padding: 20px;
    }

    .page-item__privacy_policy .item_fulltext *[class*=heading-style] {
        float: none;
        width: 100%;
    }

    .page-item__privacy_policy .item_fulltext p {
        margin-left: 0;
    }

        .page-item__privacy_policy .item_fulltext p:before {
            display: none;
        }

    #modules-form .btn span:not(.icon-calendar) {
        display: none;
    }

    #modules-form .form-horizontal .control-label {
        padding-bottom: 10px;
        padding-top: 0;
    }

    #adminForm #images .input-prepend.input-append .btn {
        width: 13%;
    }

        #adminForm #images .input-prepend.input-append .btn + input {
            width: 64%;
            padding-left: 15%;
        }

            #adminForm #images .input-prepend.input-append .btn + input + .btn {
                width: 15%;
            }

    #login-form .controls .input-prepend .btn,
    #member-registration .controls .input-prepend .btn,
    #member-profile .controls .input-prepend .btn,
    #user-registration .controls .input-prepend .btn,
    #login-form .controls .input-append .btn,
    #member-registration .controls .input-append .btn,
    #member-profile .controls .input-append .btn,
    #user-registration .controls .input-append .btn {
        margin-bottom: 0;
    }

    #login-form .controls .btn,
    #member-registration .controls .btn,
    #member-profile .controls .btn,
    #user-registration .controls .btn {
        margin-bottom: 10px;
    }

    #adminForm .btn-toolbar .btn-group {
        margin-bottom: 10px;
    }
}

#login-form .userdata > p {
    padding-bottom: 0;
}

#login-form .userdata .btn {
    padding: 8px 20px;
}

    #login-form .userdata .btn:focus,
    #login-form .userdata .btn:hover {
        background: #303030;
        color: #43cbcb;
    }

#login-form ul.ul-jlslogin li a:hover {
    color: white;
}







.moduletable:before,
.moduletable:after {
    content: " ";
    display: table;
}

.moduletable:after {
    clear: both;
}

.moduletable:before,
.moduletable:after {
    content: " ";
    display: table;
}

.moduletable:after {
    clear: both;
}

.moduletable.col-sm-12 + .moduletable {
    clear: both;
}

.moduletable.col-sm-12:last-child {
    margin-bottom: 0;
}

.moduletable.projects .pretext {
    font: 30px/36px 'Fira Sans', sans-serif;
    padding-bottom: 54px;
    padding-top: 2px;
}

    .moduletable.projects .pretext > span:last-child {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        letter-spacing: 1.3px;
        text-transform: uppercase;
    }

.moduletable.features .page_header {
    text-align: center;
}

    .moduletable.features .page_header .moduleTitle {
        margin-bottom: 44px;
    }

.moduletable.features .page_header,
.moduletable.features .mod-newsflash-adv {
    padding: 0 54px;
}

    .moduletable.features .page_header .item_content,
    .moduletable.features .mod-newsflash-adv .item_content {
        padding-top: 14px;
    }

.moduletable.features .mod-newsflash-adv {
    /*mitchell*/
    padding: 0 54px 0px;
}

.moduletable.features .mod-newsflash-adv_custom-link {
    background: #303030;
    margin-bottom: 48px;
    padding-bottom: 34px;
    padding-top: 35px;
    text-align: center;
}

    .moduletable.features .mod-newsflash-adv_custom-link .btn-info {
        background: transparent;
        border: 2px solid white;
        color: white;
        font-size: 17px;
        letter-spacing: 1.3px;
        padding: 21px 29px;
    }

        .moduletable.features .mod-newsflash-adv_custom-link .btn-info:hover {
            background: white;
            color: #303030;
        }

.moduletable.indent {
    padding-bottom: 40px;
    padding-top: 116px;
}

.moduletable.col-sm-12 + * {
    margin-top: 0;
}

.moduletable.col-sm-12.title_only + * {
    margin-top: 0;
}

.moduletable.olark {
    display: none;
}

.mod-article-single {
    margin-bottom: 48px;
}

    .mod-article-single .item__module:before,
    .mod-article-single .item__module:after {
        content: " ";
        display: table;
    }

    .mod-article-single .item__module:after {
        clear: both;
    }

    .mod-article-single .item__module:before,
    .mod-article-single .item__module:after {
        content: " ";
        display: table;
    }

    .mod-article-single .item__module:after {
        clear: both;
    }

    .mod-article-single[class*=type1] blockquote {
        font-size: 30px;
        font-style: italic;
        line-height: 48px;
        padding: 0px 0px 0px 0px;
        margin: 0 0 24px 48px;
        position: relative;
    }

    .mod-article-single[class*=type1] figcaption {
        font-size: 15px;
    }

        .mod-article-single[class*=type1] figcaption:after {
            background: #43cbcb;
            content: '';
            display: block;
            height: 2px;
            margin-top: 30px;
            width: 40px;
        }

    .mod-article-single[class*=type1] span.figcaption {
        font-size: 15px;
    }

        .mod-article-single[class*=type1] span.figcaption:after {
            background: #43cbcb;
            content: '';
            display: block;
            height: 2px;
            margin-top: 30px;
            width: 40px;
        }

    .mod-article-single[class*=custom] .item-title {
        margin-bottom: 23px;
        overflow: hidden;
        padding-bottom: 26px;
        position: relative;
    }

        .mod-article-single[class*=custom] .item-title:after {
            content: '';
            position: absolute;
            left: 0%;
            bottom: 0;
            border-bottom: 2px solid #43cbcb;
            width: 100%;
            max-width: 40px;
        }

    .mod-article-single.single .item_img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .mod-article-single.single .item_img img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .mod-article-single.single .item-title {
        font-weight: normal;
    }

    .mod-article-single.single .item_content {
        overflow: hidden;
    }

        .mod-article-single.single .item_content .item-title {
            margin-bottom: 6px;
        }

        .mod-article-single.single .item_content figcaption {
            color: #9b9b9b;
            margin-bottom: 24px;
        }

.mod-newsflash-adv[class*=type1] i[class*=fa] {
    font-size: 30px;
}

.mod-newsflash-adv[class*=type1] i[class*=material-design],
.mod-newsflash-adv[class*=type1] i[class*=material-icons] {
    font-size: 36px;
}

.mod-newsflash-adv[class*=type1] i[class*=fa],
.mod-newsflash-adv[class*=type1] i[class*=material-design],
.mod-newsflash-adv[class*=type1] i[class*=material-icons] {
    border: 3px solid #43cbcb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #43cbcb;
    display: inline-block;
    height: 80px;
    line-height: 76px;
    margin: 0 0 20px;
    width: 80px;
    text-align: center;
}

    .mod-newsflash-adv[class*=type1] i[class*=fa].pull-left,
    .mod-newsflash-adv[class*=type1] i[class*=material-design].pull-left,
    .mod-newsflash-adv[class*=type1] i[class*=material-icons].pull-left {
        margin-right: 22px;
    }

.mod-newsflash-adv[class*=type1] .item_content {
    overflow: hidden;
}

    .mod-newsflash-adv[class*=type1] .item_content .item_title {
        margin-top: 24px;
        text-transform: uppercase;
    }

.mod-newsflash-adv[class*=type2] *[class*=material-] {
    color: #d9d9d9;
    font-size: 54px;
    margin-right: 28px;
}

.mod-newsflash-adv[class*=type2] .item_content {
    overflow: hidden;
}

    .mod-newsflash-adv[class*=type2] .item_content .item_title {
        color: #43cbcb !important;
    }

.mod-newsflash-adv.events .item {
    margin-bottom: 11px;
}

    .mod-newsflash-adv.events .item .item_img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .mod-newsflash-adv.events .item .item_img.img-intro__left,
        .mod-newsflash-adv.events .item .item_img.img-full__left {
            margin-right: 16px;
        }

        .mod-newsflash-adv.events .item .item_img img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .mod-newsflash-adv.events .item .item_published {
        font-size: 12px;
    }

        .mod-newsflash-adv.events .item .item_published *[class*=material] {
            font-size: 14px;
            color: #43cbcb;
        }

    .mod-newsflash-adv.events .item .item_title {
        font-weight: normal !important;
        text-transform: none !important;
    }

.mod-newsflash-adv.monials .item_content .item_introtext {
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 24px 18px 34px 28px;
}

    .mod-newsflash-adv.monials .item_content .item_introtext:before {
        content: '\e244';
        font-family: 'Material Icons';
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 54px;
        color: #f5f5f5;
        z-index: -1;
    }

.mod-newsflash-adv.monials .item_content .item_img {
    margin: -40px 0 21px 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .mod-newsflash-adv.monials .item_content .item_img img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.mod-newsflash-adv.monials .item_content .item_title {
    font-weight: 600;
    margin-left: 25px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.mod-newsflash-adv.monials .item_content .figcaption {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: bold;
    margin-left: 25px;
    text-transform: uppercase;
}

.mod-newsflash-adv.testimonials blockquote {
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.15);
    padding: 25px 28px 24px;
}

.mod-newsflash-adv.testimonials .item_img.img-intro__left {
    margin-right: 20px;
}

.mod-newsflash-adv.testimonials .item_img.img-intro__right {
    margin-left: 20px;
}

.mod-newsflash-adv.testimonials .item_img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mod-newsflash-adv.testimonials h6 {
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 20px;
    text-transform: uppercase;
}

.mod-newsflash-adv.testimonials .figcaption {
    font: bold 13px/18px 'Fira Sans', sans-serif;
    color: #43cbcb;
    text-transform: uppercase;
}

.mod-newsflash-adv[class*=clients] .item_img {
    text-align: center;
}

.mod-newsflash-adv[class*=features] i.fa {
    color: #d9d9d9;
    float: left;
    font-size: 54px;
    line-height: 54px;
    width: 100%;
    max-width: 60px;
}

    .mod-newsflash-adv[class*=features] i.fa.pull-left {
        margin-right: 22px;
    }

.mod-newsflash-adv[class*=features] .item_content {
    overflow: hidden;
}

    .mod-newsflash-adv[class*=features] .item_content .item_title {
        text-transform: uppercase;
    }

.mod-newsflash-adv.prof .item_img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

    .mod-newsflash-adv.prof .item_img img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .mod-newsflash-adv.prof .item_img .image_content {
        background: rgba(255, 255, 255, 0.7);
        height: 100%;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

        .mod-newsflash-adv.prof .item_img .image_content:before {
            content: "";
            display: inline-block;
            height: 100%;
            overflow: hidden;
            vertical-align: middle;
            width: 0;
        }

        .mod-newsflash-adv.prof .item_img .image_content > div {
            color: #ffffff;
            display: inline-block;
            max-width: 98%;
            vertical-align: middle;
        }

    .mod-newsflash-adv.prof .item_img:hover .image_content {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.mod-newsflash-adv.prof .item_title {
    display: inline-block;
}

.mod-newsflash-adv.prof .figcaption {
    color: #43cbcb;
    display: inline-block;
}

.mod-newsflash-adv.folio .item_img {
    border: 1px solid #d9d9d9;
    position: relative;
}

    .mod-newsflash-adv.folio .item_img > a .caption {
        background: #303030;
        bottom: 48px;
        color: white;
        font: 500 17px/30px 'Fira Sans', sans-serif;
        left: 0;
        padding: 7px 62px 24px 15px;
        position: absolute;
        -webkit-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

        .mod-newsflash-adv.folio .item_img > a .caption .figcaption {
            background: white;
            bottom: -18px;
            color: #434345;
            display: inline-block;
            left: 16px;
            padding: 3px 46px 3px 8px;
            position: absolute;
        }

    .mod-newsflash-adv.folio .item_img > a:hover .caption {
        left: -1000px;
    }

.mod-newsflash-adv.blog .item_content {
    padding-top: 3px;
}

.mod-newsflash-adv.gallery {
    margin-bottom: 48px;
}

    .mod-newsflash-adv.gallery .item__module,
    .mod-newsflash-adv.gallery .item {
        margin-bottom: 0;
        opacity: 100 !important;
        filter: alpha(opacity=10000) !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }

        .mod-newsflash-adv.gallery .item__module .item_img,
        .mod-newsflash-adv.gallery .item .item_img {
            margin-bottom: 30px;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .mod-newsflash-adv.gallery .item__module .item_img:hover,
            .mod-newsflash-adv.gallery .item .item_img:hover {
                -webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
                box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
                -moz-transform: scale(1.05);
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
            }

            .mod-newsflash-adv.gallery .item__module .item_img .articleGalleryZoom:after,
            .mod-newsflash-adv.gallery .item .item_img .articleGalleryZoom:after {
                display: none;
            }

.mod-newsflash-adv.services {
    padding-bottom: 96px;
}

    .mod-newsflash-adv.services i[class*=material-design] {
        border: 2px solid #d9d9d9;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        font-size: 36px;
        height: 80px;
        line-height: 76px;
        margin: 0 0 20px;
        width: 80px;
    }

    .mod-newsflash-adv.services .item {
        margin-bottom: 38px;
    }

        .mod-newsflash-adv.services .item > .fa {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid white;
            margin-bottom: 21px;
            padding: 6px;
        }

            .mod-newsflash-adv.services .item > .fa:before {
                background: black;
                color: white;
                display: inline-block;
                font-size: 32px;
                line-height: 70px;
                width: 70px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                text-align: center;
            }

            .mod-newsflash-adv.services .item > .fa.fa-bold:before {
                background-image: -webkit-linear-gradient(left, #8668ad 0%, #695999 100%);
                background-image: -o-linear-gradient(left, #8668ad 0%, #695999 100%);
                background-image: linear-gradient(to right, #8668ad 0%, #695999 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8668ad', endColorstr='#ff695999', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-cube:before {
                background-image: -webkit-linear-gradient(left, #64aae1 0%, #79ccf2 100%);
                background-image: -o-linear-gradient(left, #64aae1 0%, #79ccf2 100%);
                background-image: linear-gradient(to right, #64aae1 0%, #79ccf2 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff64aae1', endColorstr='#ff79ccf2', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-star-half-empty:before {
                background-image: -webkit-linear-gradient(left, #f5bf2f 0%, #f3a43d 100%);
                background-image: -o-linear-gradient(left, #f5bf2f 0%, #f3a43d 100%);
                background-image: linear-gradient(to right, #f5bf2f 0%, #f3a43d 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5bf2f', endColorstr='#fff3a43d', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-share-alt:before {
                background-image: -webkit-linear-gradient(left, #f54b0f 0%, #e50a0a 100%);
                background-image: -o-linear-gradient(left, #f54b0f 0%, #e50a0a 100%);
                background-image: linear-gradient(to right, #f54b0f 0%, #e50a0a 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff54b0f', endColorstr='#ffe50a0a', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-clock-o:before {
                background-image: -webkit-linear-gradient(left, #8668ad 0%, #55bbeb 100%);
                background-image: -o-linear-gradient(left, #8668ad 0%, #55bbeb 100%);
                background-image: linear-gradient(to right, #8668ad 0%, #55bbeb 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8668ad', endColorstr='#ff55bbeb', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-credit-card:before {
                background-image: -webkit-linear-gradient(left, #42b574 0%, #84c450 100%);
                background-image: -o-linear-gradient(left, #42b574 0%, #84c450 100%);
                background-image: linear-gradient(to right, #42b574 0%, #84c450 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff42b574', endColorstr='#ff84c450', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-search:before {
                background-image: -webkit-linear-gradient(left, #64aae1 0%, #79ccf2 100%);
                background-image: -o-linear-gradient(left, #64aae1 0%, #79ccf2 100%);
                background-image: linear-gradient(to right, #64aae1 0%, #79ccf2 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff64aae1', endColorstr='#ff79ccf2', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-comments-o:before {
                background-image: -webkit-linear-gradient(left, #f5bf2f 0%, #f3a43d 100%);
                background-image: -o-linear-gradient(left, #f5bf2f 0%, #f3a43d 100%);
                background-image: linear-gradient(to right, #f5bf2f 0%, #f3a43d 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5bf2f', endColorstr='#fff3a43d', GradientType=1);
            }

            .mod-newsflash-adv.services .item > .fa.fa-bar-chart:before {
                background-image: -webkit-linear-gradient(left, #8668ad 0%, #695999 100%);
                background-image: -o-linear-gradient(left, #8668ad 0%, #695999 100%);
                background-image: linear-gradient(to right, #8668ad 0%, #695999 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8668ad', endColorstr='#ff695999', GradientType=1);
            }

        .mod-newsflash-adv.services .item .item_title {
            text-transform: uppercase;
        }

.mod-newsflash-adv.team .pretext {
    margin-bottom: 38px;
    padding-bottom: 30px;
    position: relative;
}

    .mod-newsflash-adv.team .pretext:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        border-bottom: 2px solid #43cbcb;
        width: 100%;
        max-width: 40px;
        -moz-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

.mod-newsflash-adv.team .item .item_content {
    padding-top: 29px;
}

    .mod-newsflash-adv.team .item .item_content .item_img img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .mod-newsflash-adv.team .item .item_content .item_title {
        margin-bottom: 3px;
    }

    .mod-newsflash-adv.team .item .item_content .figcaption {
        color: #43cbcb;
        margin-bottom: 13px;
        padding-bottom: 20px;
        position: relative;
    }

.mod-newsflash-adv.counters .counter {
    font: 500 64px/72px 'Fira Sans', sans-serif;
    color: #43cbcb;
    margin-bottom: 27px;
    padding-bottom: 17px;
    position: relative;
}

    .mod-newsflash-adv.counters .counter:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        border-bottom: 2px solid #434345;
        width: 100%;
        max-width: 40px;
        -moz-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

.mod-newsflash-adv.counters *[class*=heading-style] {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mod-newsflash-adv.counters.counter1 {
    overflow: hidden;
}

    .mod-newsflash-adv.counters.counter1 *[class*=material] {
        font-size: 45px;
        line-height: 60px;
    }

    .mod-newsflash-adv.counters.counter1 *[class*=heading-style] {
        letter-spacing: 1px;
    }

    .mod-newsflash-adv.counters.counter1 .counter {
        font: 500 45px/72px 'Fira Sans', sans-serif;
        color: white;
        margin-bottom: 17px;
        padding-bottom: 20px;
    }

        .mod-newsflash-adv.counters.counter1 .counter:before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            border-bottom: 0px solid #434345;
            border-left: 2px solid white;
            height: 20px;
            max-width: 2px;
            -moz-transform: translate(-50%, 0%);
            -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
        }

    .mod-newsflash-adv.counters.counter1 .item:nth-child(4n+1) *[class*=material] {
        color: #43cbcb;
    }

    .mod-newsflash-adv.counters.counter1 .item:nth-child(4n+2) *[class*=material] {
        color: #f6c33b;
    }

    .mod-newsflash-adv.counters.counter1 .item:nth-child(4n+3) *[class*=material] {
        color: #3cd880;
    }

    .mod-newsflash-adv.counters.counter1 .item:nth-child(4n) *[class*=material] {
        color: #f6541c;
    }

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #43cbcb;
}

    .mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul {
        padding: 10px 0;
    }

        .mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li {
            font-size: 24px;
            line-height: 26px;
        }

            .mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li:before {
                display: none;
            }

            .mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li + li {
                margin-top: 0;
            }

    .mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content .item_title {
        color: #43cbcb;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content {
    background: #374046;
}

    .mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content .btn:hover {
        background: #43cbcb;
    }

.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price {
    font-size: 40px;
    line-height: 50px;
    padding: 16px 0;
}

    .mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price span {
        font-size: 16px;
        line-height: 41px;
        vertical-align: bottom;
    }

.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item {
    position: relative;
}

    .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_title {
        color: #43cbcb;
        margin-bottom: 11px;
        text-transform: uppercase;
    }

    .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        font-size: 40px;
        line-height: 50px;
        padding: 16px 0;
    }

        .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price span {
            font-size: 16px;
            line-height: 38px;
            vertical-align: bottom;
        }

    .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content {
        text-align: center;
        padding: 30px 20px;
        border: 1px solid #43cbcb;
    }

        .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul {
            padding: 18px 0 11px;
        }

            .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li {
                font-size: 16px;
                line-height: 30px;
            }

                .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li:before {
                    display: none;
                }

                .mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li + li {
                    margin-top: 0;
                }

.mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal {
    margin-bottom: 48px;
}

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal .item {
        margin-bottom: 31px;
    }

        .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal .item .item_title {
            font: 600 15px/16px 'Fira Sans', sans-serif;
            margin-bottom: 0;
        }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.cols-1 .row:nth-child(4n+1) .item .progress-bar-default .progress-bar__stroke {
        stroke: #43cbcb !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.cols-1 .row:nth-child(4n+2) .item .progress-bar-default .progress-bar__stroke {
        stroke: #f6c33b !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.cols-1 .row:nth-child(4n+3) .item .progress-bar-default .progress-bar__stroke {
        stroke: #3cd880 !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.cols-1 .row:nth-child(4n) .item .progress-bar-default .progress-bar__stroke {
        stroke: #f6541c !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.bootstrap .progress-bar-horizontal > svg {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.bootstrap .progress-bar-horizontal .progress-bar__body {
        color: white;
        font-size: 13px;
        left: 0 !important;
        right: auto !important;
        text-align: center;
        top: 50% !important;
        -moz-transform: translate(0%, -40%);
        -webkit-transform: translate(0%, -40%);
        -ms-transform: translate(0%, -40%);
        -o-transform: translate(0%, -40%);
        transform: translate(0%, -40%);
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.bootstrap.cols-1 .row:nth-child(5n+1) .item .progress-bar-default .progress-bar__stroke {
        stroke: #303030 !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.bootstrap.cols-1 .row:nth-child(5n+2) .item .progress-bar-default .progress-bar__stroke {
        stroke: #43cbcb !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.bootstrap.cols-1 .row:nth-child(5n+3) .item .progress-bar-default .progress-bar__stroke {
        stroke: #f6c33b !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.bootstrap.cols-1 .row:nth-child(5n+4) .item .progress-bar-default .progress-bar__stroke {
        stroke: #3cd880 !important;
    }

    .mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal.bootstrap.cols-1 .row:nth-child(5n) .item .progress-bar-default .progress-bar__stroke {
        stroke: #f6541c !important;
    }

.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item .item_content {
    max-width: 176px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item .progress-bar-default.progress-bar-radial .progress-bar__stroke {
    stroke: #43cbcb;
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item:nth-child(4n+2) .progress-bar-default.progress-bar-radial .progress-bar__stroke {
    stroke: #f3aa3a;
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item:nth-child(4n+3) .progress-bar-default.progress-bar-radial .progress-bar__stroke {
    stroke: #3cd880;
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item:nth-child(4n+4) .progress-bar-default.progress-bar-radial .progress-bar__stroke {
    stroke: #f6541c;
}

@media (min-width: 480px) and (max-width: 767px) {
    .mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item__module {
        width: 50%;
        float: left;
    }
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_circle.type1 .progress-bar-default.progress-bar-radial .progress-bar__trail {
    stroke: #f5f5f5;
}

.mod-newsflash-adv .mod-newsflash-adv_custom-link {
    margin-bottom: 48px;
}

.bg_video {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    background-size: cover !important;
}

    .bg_video .loading {
        display: none !important;
    }

    .bg_video .off {
        /*z-index: -10;*/
        opacity: 0;
    }

    .bg_video h2 {
        margin: 0;
        font-size: 75px;
        color: #434345;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .bg_video p {
        margin: 10px 0 0 0;
        font-size: 45px;
        color: #434345;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

#bg_video__overlay {
    background: 50% 50% no-repeat rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    #bg_video__overlay svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #bg_video__overlay svg rect + rect {
            fill: #43cbcb !important;
        }

#bg_video__content {
    text-align: center;
    position: relative;
    padding: 180px 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    #bg_video__content.off * {
        cursor: default !important;
    }

    #bg_video__content #bg_video__btn {
        background: #ffffff;
        height: 100px;
        width: 100px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        left: 50%;
        bottom: 0;
        cursor: pointer;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        #bg_video__content #bg_video__btn:before {
            content: '\f04b';
            display: inline-block;
            font: 29px/100px 'FontAwesome';
            color: #434345;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        #bg_video__content #bg_video__btn:hover {
            background: #3cd880;
        }

.mb_YTPBar {
    width: 100%;
    height: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .mb_YTPBar.off {
        bottom: -50px;
    }

    .mb_YTPBar .buttonBar {
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .mb_YTPBar .ytpicon {
        width: 40px;
        height: 40px;
        display: inline-block;
        font: 20px/40px 'FontAwesome';
        color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .mb_YTPBar .ytpicon:hover {
            color: #ffffff;
        }

    .mb_YTPBar .mb_YTPPlaypause,
    .mb_YTPBar .mb_YTPMuteUnmute {
        float: left;
    }

    .mb_YTPBar .mb_YTPVolumeBar,
    .mb_YTPBar .mb_OnlyYT {
        display: none !important;
    }

    .mb_YTPBar .mb_YTPTime {
        display: block;
        float: left;
        padding: 0 0 0 10px;
        font: 16px/40px 'Arial';
        color: #fff;
    }

    .mb_YTPBar .mb_YTPUrl {
        width: 77px;
        float: right;
        font-size: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAoCAYAAAC7MHdZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACV1JREFUeNrsWmtsHFcVPndm387asR3bidO4Sf1IGtKoVQWCtJVKkqYgEH9KiQBFNKhxglAltyBKGxQJhKBQURUJNekDRKFCFYgC4uUYSiVEmzRR07QpCXVSJ068Nk5sx147+565fOfOHXt27Y3teF36Y6/0eXbmPmbmu98595w7FlJKKpf5FaNMQZm0Mmll0sqklUkrlzJpi198szUQQpTsZs+vXkWfXhqlccuefh8Hd+LPdvxcBzQC1UAQ8OtnNRcw0TkPMkAcGADOAf9AuPorW1KCG64+cWphpJWyhAxBEcOYkTSE2A8A38WPykUUiPd9a5gf4GPA54HbgK8BI7MKabaMoJRKW+n3U1soQL9Zcz3F7TzibsFtuihnLZOZTPFnCUJ0ZhGh4T1kOk0EuYgQ2hnXIEhJD+DvT0qhtFsBnv1x4B0gpa83A016Zk4A9mwDxbJZGgdZ3ekMtYK8MShOv9pnbMteZlRWkr+hQcluRvvqj5FMJqcTwhNvmuRraSPh86FdH9qlroW4e/ASv9CmuyDSHgK+oEn7HNAJhMkZfBPwS2DnXJ8qblm0/WwvvbimiVqgnLhlh4UhbrYTCYps2Ur13/tB0b4D7fdT8vXDJCoiDlFuwZhmZRUtP/AsmdXVFLt/J6WPHnXaza/cAtwAHF/o6vlb7TCjwEZ9jQf+qP79d37s+TzZhUyWtvecp/+k0hQQohoWtV5ZazBExpIlRUEwbxtkoX0eLD7Cvo3KKBnRKEmozqLp7eaAKuBDC149UV4DjgGfAj6ir92hCR8EjlyLf+uDqQ7ncrQ+FAwmc1a1CIfoyuHDdOG+HXBeBtV/8xEKrl1HyaNHaOjJJ0GYSanjb5JtW2SgH7exU0mlOAGS2DdLjKkUCOXZiSRJzITwB0gEAq6DVm1kJq1N2kcG+8l8v72sFKQNA3/SpN0MXKdlTJqw8/p3G7AU4GX7lEd9/BCrgMtAr/aPrNS4KUQPBBbA40fYJ2UvXaR0z3uKhNrde1Tn7MWLFO/6KxkVS8jfuJJMKMkeG1N+z2xsxPsaZI0Mg8wpl5qbmCCzvp6CrW2U7j1HdjyuiLOTCYztp8DaG8nAJOUwdjbWRyIcwRxMGl1lKUjD9NHLegFYA9zuMc2/aZI6AF55VuqF4Y/Aw8Ao8EVgH3BQ+77NwHPAG5aU98C0giAgrDwUyBIgRylHr5Ls2CkQJH9LC616+llMhU2xrz9I2cFBanr+BdV24FuPUvLtt1R7Gyto9K67acmdH6fQunWUOPYGxR7qoOzAABaZ5VT/jYdVnVlRQZnzvTS0fz+N/uH3ZIbD7vtGS5URnAVe1e2/rFXFCnxFLwaPa/UwSSuAduArnofgmKhOn4f1eYPAK+NYBUkaLEtL+Sep4F0YLY7rfH4KNrdQsK1NkSgNE+fNFFiNUCsSUW2kxebop9r23VAlVBgKUcWm2yh864cpdyVBNbvaaeln78WiEaXcyIgy/xXff4yCN64nC2RbMFPLeb6SkMZR9Ev6910cpwIndQjySa3YfwJrgQO63VZ9PelRrPSYbZqdL0iJSOeYB2/Ywec2GJXsqxBK2EyQrX0Y12dzaC6Ub2LlxfY+St3btlLqlBNvGXX1MNcGim7e4oQ++/ZR9ye2QYXHYKZhim7bRrlUyr23v5S55yEPAaRJIo+C+oExrUouEQ1ZPJZUwZ1wOfKioM20QQrbSO3o4dwo2d1NGfirzOCgY+Ig0qiqIrO2Rp2PHzlKV/59klKnT6tz9pUSvlGPY5bCp7nlPW2iW7UfO1hQbxYZszhpnuXee03I/DBMKdKTpBb2cc+FS1wgBPP1eeql01+vFXU7d1Ll5s0UvukmLR3D6W/P7XvJfEjjKPltTdqAJ9SQVxHSLFmLEzHMqJqCc/sqbQqvSZLT6h0+nKvLduzIT8+w2Egpaa6fmOabsOdcfzTfgPYqpGULlaYqhMc8Z1BjntJo5npZpP0A4r7kmTMkEe/ZSOk4rKFIhdsmW2rShOdoFFybd8HLSjAflzPIU+a3u+p5MT/obe8tI50HKf7qvyiycSMFVzRSLu6kmlKozun3cxPSLlCjmKHe3ctS9TyzOUljOGYKUxqXhUnVeGQjcxZZqXRRZVmZDFk5a+oRhO6vI38OZtnvNXZ00Npfv0jL9+yhLHJfG6xhnCuLRZos8HVu5B/VGQNpclJ6A5H0kVfaeydnHOYBFpMYLFF0BdVkSOGEFGrnIuCnpVu3qJgsT2mcFaBNsKmJfLW15OMdE67jWRmPkzXmPGpkwwYya2ophIBZIN6zEbqokMYZZ7zU5ukSUOG51qUzgi06T23R11/WxCU8+epbnr7Bjv6YeKU5kg6RSFhOCja5eho6XzR4b4zVk3TyTM4VW596ikxO4F1eDVP1U3kk71k98SPKDA1RqKnJkf7oGKX7/0vDXV3U2L6LmvY+Qg33fYnCzTeoWG/4z39RwbOtAjUVoJdUaUM6E+jziIF3OR7kzQtgg14kngF+rOs7dbjCIclhYK9O9GMG+zRbJmAV523elXABQWUuDeFlRyk7PEwSBKb6+2kEL81qsmBKvT98nFLnepUT59SJdcJxWRrpUuy5n5I1Pq4S94k3j9Mobych14wdeJouvvQ7JOxZELaG0n0xOvvt79DooUOoDzJpHDb3lnrnls2LNT+hk29v5zZdP6GzBe8q1KL3+9/RpPI3gAm/EH2dq5tl2DD2w7B2uw6K7+mrqSEf8sMcXj57+bLeM4tSBGlU+kIfpfr6KIwUSvhMEIyEPZOmIJJ0wnmqt5cCdXVQ2vUg9qxSHavQQjbBCo60tkKpFSD8EiV6esjENYl+eJszuPXmTaffvfCB2e4uLE80Xkd3IEFP2TYn9S/krRqsHhDFMZRjqoJ4K9wGOMIXwYDa3nbNUiDB5xSL35x3NDic4PRK+H2TZqvGyGaUD1OTA//IW+ieHY6fcd58+5l3rQ/Mh5XCEuWHduTaiT+cYdw9OVlIyoU3duNWcPyGfyo1FKFwXhtO0Kf6m2qMqf56DPguw+eflpnoratn5hJ//l+/e1pT4cQwDl+Fif4cuGy7Aev7h9cA/nT4+mJkBItZeLHYBTwGEjfoz2uV0tmqCenvnwH9zH7PUXi+ibrxoLujkvXEhlkdAvGmQ1I4qzpvMJyEBzqhF7i5Rfjlf+qbfyn/W0KZtDJpZdLKpJVJK5f5lv8JMAArzFLSVFc7YwAAAABJRU5ErkJggg==') 0 0 no-repeat rgba(255, 255, 255, 0.3);
    }

        .mb_YTPBar .mb_YTPUrl:hover {
            background-color: rgba(255, 255, 255, 0.5);
        }

    .mb_YTPBar .player_close {
        float: right;
        line-height: 39px;
    }

    .mb_YTPBar .mb_YTPProgress {
        width: 100%;
        height: 10px;
        left: 0;
        bottom: 0;
        cursor: pointer;
    }

    .mb_YTPBar .mb_YTPLoaded {
        height: 10px;
        width: 0;
        background: rgba(255, 255, 255, 0.3);
        left: 0;
    }

    .mb_YTPBar .mb_YTPseekbar {
        height: 10px;
        width: 0;
        background: #434345;
        bottom: 0;
        left: 0;
    }

    .mb_YTPBar .YTPOverlay {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: "flat";
    }

.mod-custom {
    margin-bottom: 24px;
}

    .mod-custom .page_header {
        padding-top: 0 !important;
    }

    .mod-custom *[class*=heading-style] {
        font-family: 'Raleway', sans-serif;
        letter-spacing: 0;
        text-transform: none;
    }

        .mod-custom *[class*=heading-style].indent {
            font-weight: bold;
        }

    .mod-custom[class*=sticky] {
        margin-bottom: 0;
    }

    .mod-custom.mod-custom__map {
        margin-bottom: 0;
    }

.tweet-container .rd-twitter {
    background: white;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    color: inherit;
    display: block;
    margin-bottom: 30px;
    padding: 30px;
}

    .tweet-container .rd-twitter .twitter-unit .rd-twitter-avatar {
        display: inline-block;
        margin-right: 22px;
    }

        .tweet-container .rd-twitter .twitter-unit .rd-twitter-avatar img {
            margin-bottom: 24px;
        }

    .tweet-container .rd-twitter .twitter-unit .unit-body {
        display: inline-block;
        vertical-align: top;
    }

        .tweet-container .rd-twitter .twitter-unit .unit-body .rd-twitter-meta {
            display: inline-block;
        }

        .tweet-container .rd-twitter .twitter-unit .unit-body [data-screen_name="text"] {
            font-size: 15px;
        }

            .tweet-container .rd-twitter .twitter-unit .unit-body [data-screen_name="text"] a {
                color: #9b9b9b;
            }

                .tweet-container .rd-twitter .twitter-unit .unit-body [data-screen_name="text"] a:hover {
                    color: #43cbcb;
                }

    .tweet-container .rd-twitter .rd-twitter-tweet {
        margin-bottom: 30px;
    }

    .tweet-container .rd-twitter .rd-twitter-img-wrap {
        margin-bottom: 30px;
    }

    .tweet-container .rd-twitter .rd-twitter-time-wrap > div {
        font-size: 15px;
        color: #9b9b9b;
    }

div[id*=facebook-masonry_] {
    margin: 0 0 48px;
}

body.mobile:not(.desktop_mode) .post-facebook {
    width: 100%;
}

.post-facebook .item_content {
    background: white;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 30px;
}

    .post-facebook .item_content .post-meta .post-meta-profile {
        margin-bottom: 24px;
        overflow: hidden;
        width: 100%;
    }

        .post-facebook .item_content .post-meta .post-meta-profile .unit-left {
            display: inline-block;
            margin-right: 10px;
        }

        .post-facebook .item_content .post-meta .post-meta-profile .unit-body {
            display: inline-block;
            vertical-align: middle;
        }

            .post-facebook .item_content .post-meta .post-meta-profile .unit-body .profile-name {
                display: inline-block;
                font-weight: bold;
            }

            .post-facebook .item_content .post-meta .post-meta-profile .unit-body .time {
                font-size: 15px;
                color: #9b9b9b;
                display: inline-block;
            }

    .post-facebook .item_content p.post-message a {
        background: white;
    }

    .post-facebook .item_content .post-attachment {
        border-left: 1px solid #d9d9d9;
        margin-bottom: 24px;
        padding-left: 22px;
    }

        .post-facebook .item_content .post-attachment img {
            margin-bottom: 24px;
        }

        .post-facebook .item_content .post-attachment .post-attachment-wrap p.small {
            padding-bottom: 0;
        }

    .post-facebook .item_content .info {
        overflow: hidden;
        width: 100%;
    }

        .post-facebook .item_content .info a.small {
            float: right;
        }

        .post-facebook .item_content .info ul.list-inline li {
            font-size: 16px;
            line-height: 24px;
            padding-left: 0px;
            padding-right: 30px;
        }

            .post-facebook .item_content .info ul.list-inline li .fa {
                font-size: 22px;
            }

.flickr .row {
    margin: 0;
    padding: 0;
}

    .flickr .row .flickr-item {
        margin: 0;
        padding: 0;
    }

.flickr .flickr-item {
    overflow: hidden;
    position: relative;
}

    .flickr .flickr-item .flickr-item-content {
        background: #303030;
        color: #9b9b9b;
        position: absolute;
        bottom: -100%;
        left: 0;
        right: 0;
        padding: 17px 30px 16px;
        overflow: hidden;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .flickr .flickr-item .flickr-item-content .flickr-item_link {
            float: right;
            padding: 9px 0 9px 6px;
        }

            .flickr .flickr-item .flickr-item-content .flickr-item_link a {
                background: #43cbcb;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                color: white;
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                line-height: 20px;
                letter-spacing: 1px;
                padding: 7px 14px;
                text-transform: uppercase;
            }

                .flickr .flickr-item .flickr-item-content .flickr-item_link a:focus,
                .flickr .flickr-item .flickr-item-content .flickr-item_link a:hover {
                    background: white;
                    color: #43cbcb;
                }

        .flickr .flickr-item .flickr-item-content .flickr-item_info .flickr-item_title {
            font-size: 17px;
            font-weight: 500;
            font-family: 'Fira Sans', sans-serif;
            color: white;
            line-height: 28px;
        }

        .flickr .flickr-item .flickr-item-content *[data-title="text"],
        .flickr .flickr-item .flickr-item-content *[data-description="text"] {
            margin: 0;
            padding: 0;
        }

    .flickr .flickr-item:hover .flickr-item-content {
        bottom: 0%;
        opacity: 100;
        filter: alpha(opacity=10000);
        visibility: visible;
    }

.instafeed-item {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .instafeed-item .instafeed-item-content {
        height: 100%;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        background: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .instafeed-item .instafeed-item-content:before {
            content: "";
            display: inline-block;
            height: 100%;
            overflow: hidden;
            vertical-align: middle;
            width: 0;
        }

        .instafeed-item .instafeed-item-content > div {
            font-size: 18px;
            color: white;
            display: inline-block;
            max-width: 98%;
            vertical-align: middle;
        }

            .instafeed-item .instafeed-item-content > div > div {
                margin: 0 10px;
            }

            .instafeed-item .instafeed-item-content > div *[class*=instafeed-item_] {
                display: inline-block;
            }

            .instafeed-item .instafeed-item-content > div .instafeed-item_link a {
                color: white;
            }

                .instafeed-item .instafeed-item-content > div .instafeed-item_link a:hover {
                    color: rgba(255, 255, 255, 0.5);
                }

            .instafeed-item .instafeed-item-content > div [data-likes-count="text"],
            .instafeed-item .instafeed-item-content > div [data-comments-count="text"] {
                display: inline-block;
                margin: 0;
                padding: 0;
            }

    .instafeed-item:hover {
        -webkit-box-shadow: 12px 12px 36px rgba(0, 0, 0, 0.25);
        box-shadow: 12px 12px 36px rgba(0, 0, 0, 0.25);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

        .instafeed-item:hover .instafeed-item-content {
            opacity: 100;
            filter: alpha(opacity=10000);
            visibility: visible;
        }

.rd-calendar .rdc-events_close,
.rd-calendar .rdc-next,
.rd-calendar .rdc-prev {
    font: 16px/24px 'Material Design';
    opacity: 100;
    filter: alpha(opacity=10000);
}

    .rd-calendar .rdc-events_close:hover,
    .rd-calendar .rdc-next:hover,
    .rd-calendar .rdc-prev:hover {
        color: rgba(67, 67, 69, 0.2);
    }

    .rd-calendar .rdc-next:before {
        content: '\e0c2';
    }

    .rd-calendar .rdc-prev:before {
        content: '\e0c3';
    }

    .rd-calendar .rdc-events_close:before {
        content: '\e051';
    }

.rd-calendar .rdc-panel .rdc-month,
.rd-calendar .rdc-panel .rdc-fullyear {
    font-family: 'Fira Sans', sans-serif;
}

.rd-calendar .rdc-table .rdc-table_date {
    font-family: 'Fira Sans', sans-serif;
}

.rd-calendar .rdc-table .rdc-table_has-events:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: transparent;
    z-index: 1;
}

.rd-calendar .rdc-table .rdc-table_has-events .rdc-table_events li.rdc-table_event .rdc-event-wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rd-calendar .rdc-events {
    padding: 5px;
}

    .rd-calendar .rdc-events > ul li.rdc-event .rdc-event-wrap {
        padding: 10px;
    }

.rd-calendar-fullwidth .rd-calendar .rdc-events_close {
    right: 10px !important;
    top: 5px !important;
}

    .rd-calendar-fullwidth .rd-calendar .rdc-events_close:hover {
        color: black !important;
    }

@media (min-width: 1200px) {
    .rd-calendar-fullwidth .rd-calendar .rdc-table_date {
        margin-right: 38%;
    }
}

#aside-right .rd-calendar,
#aside-left .rd-calendar {
    position: relative;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

#aside-right .rdc-today_month,
#aside-left .rdc-today_month,
#aside-right .rdc-fullyear,
#aside-left .rdc-fullyear {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

#aside-right .rdc-panel,
#aside-left .rdc-panel {
    position: relative;
    padding: 18px 30px;
    text-align: center;
    background: #3cd880;
}

#aside-right .rdc-next,
#aside-left .rdc-next,
#aside-right .rdc-prev,
#aside-left .rdc-prev,
#aside-right .rdc-events_close,
#aside-left .rdc-events_close {
    font: 400 24px/38px 'Material Design';
    cursor: pointer;
    transition: .3s all ease;
    opacity: .8;
}

    #aside-right .rdc-next:hover,
    #aside-left .rdc-next:hover,
    #aside-right .rdc-prev:hover,
    #aside-left .rdc-prev:hover,
    #aside-right .rdc-events_close:hover,
    #aside-left .rdc-events_close:hover {
        opacity: 1;
    }

#aside-right .rdc-next,
#aside-left .rdc-next,
#aside-right .rdc-prev,
#aside-left .rdc-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

#aside-right .rdc-next,
#aside-left .rdc-next {
    right: 13px;
}

    #aside-right .rdc-next:before,
    #aside-left .rdc-next:before {
        content: '\e0c2';
    }

#aside-right .rdc-prev,
#aside-left .rdc-prev {
    left: 13px;
}

    #aside-right .rdc-prev:before,
    #aside-left .rdc-prev:before {
        content: '\e0c3';
    }

#aside-right .rdc-events_close,
#aside-left .rdc-events_close {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 18px;
    line-height: 20px;
}

#aside-right .rdc-events,
#aside-left .rdc-events {
    position: absolute;
    top: 40px;
    right: 15px;
    left: 15px;
    padding: 20px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 1;
}

    #aside-right .rdc-events > ul,
    #aside-left .rdc-events > ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

#aside-right .rd-calendar.show-events .rdc-events,
#aside-left .rd-calendar.show-events .rdc-events {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

#aside-right .rdc-event,
#aside-left .rdc-event {
    display: none;
}

    #aside-right .rdc-event.active,
    #aside-left .rdc-event.active {
        display: block;
    }

        #aside-right .rdc-event.active + .rdc-event.active,
        #aside-left .rdc-event.active + .rdc-event.active,
        #aside-right .rdc-event.active ~ .rdc-event.active,
        #aside-left .rdc-event.active ~ .rdc-event.active {
            border-top: 1px solid #f2f2f2;
            padding-top: 5px;
        }

#aside-right .rdc-table,
#aside-left .rdc-table {
    position: relative;
    width: 100%;
}

    #aside-right .rdc-table table,
    #aside-left .rdc-table table {
        border-spacing: 10px;
        border-collapse: separate;
        margin-left: auto;
        margin-right: auto;
    }

    #aside-right .rdc-table td,
    #aside-left .rdc-table td {
        background: transparent;
        box-shadow: none;
        padding: 0;
        position: relative;
    }

#aside-right .rdc-table_day,
#aside-left .rdc-table_day {
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
    color: #9b9b9b;
}

#aside-right .rdc-month,
#aside-left .rdc-month {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

#aside-right .rdc-table_events,
#aside-left .rdc-table_events,
#aside-right .rdc-table_events-count,
#aside-left .rdc-table_events-count {
    display: none;
}

#aside-right .rdc-table_date,
#aside-left .rdc-table_date {
    transition: .3s;
    position: relative;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #434345;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 1;
}

#aside-right .rdc-table_today,
#aside-left .rdc-table_today {
    background-color: #3cd880;
    color: #fff;
}

#aside-right .rdc-table_has-events,
#aside-left .rdc-table_has-events {
    cursor: pointer;
    transition: .3s all ease;
}

    #aside-right .rdc-table_has-events .rdc-table_date:after,
    #aside-left .rdc-table_has-events .rdc-table_date:after {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -2px;
        width: 4px;
        height: 4px;
        line-height: 4px;
        border-radius: 50%;
        background: #55bbeb;
        -webkit-transition: 0.35s all ease;
        -o-transition: 0.35s all ease;
        transition: 0.35s all ease;
        z-index: -1;
        display: block !important;
        top: 0;
    }

    #aside-right .rdc-table_has-events .rdc-table_date:hover,
    #aside-left .rdc-table_has-events .rdc-table_date:hover {
        color: #fff;
    }

        #aside-right .rdc-table_has-events .rdc-table_date:hover:after,
        #aside-left .rdc-table_has-events .rdc-table_date:hover:after {
            width: 100%;
            height: 100%;
            margin-left: -12px;
        }

    #aside-right .rdc-table_has-events .rdc-table_date .rdc-table_today,
    #aside-left .rdc-table_has-events .rdc-table_date .rdc-table_today {
        background: #55bbeb;
    }

#aside-right .rdc-table_event,
#aside-left .rdc-table_event {
    display: none;
}

    #aside-right .rdc-table_event:hover,
    #aside-left .rdc-table_event:hover {
        color: #fff;
        background-color: #55bbeb;
    }

#aside-right .rdc-events .rdc-event-wrap,
#aside-left .rdc-events .rdc-event-wrap {
    background: transparent;
}

    #aside-right .rdc-events .rdc-event-wrap .post-title h6,
    #aside-left .rdc-events .rdc-event-wrap .post-title h6 {
        color: #434345;
    }

#aside-right .rd-calendar-fullwidth .rd-calendar .rdc-panel,
#aside-left .rd-calendar-fullwidth .rd-calendar .rdc-panel {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

#aside-right .rd-calendar-fullwidth .rd-calendar .rdc-events,
#aside-left .rd-calendar-fullwidth .rd-calendar .rdc-events {
    max-height: 90%;
    overflow-y: auto;
}

.pricing-tables.default .pricing-tables-item {
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 48px;
    text-align: center;
}

    .pricing-tables.default .pricing-tables-item.featured {
        margin-top: -24px;
    }

    .pricing-tables.default .pricing-tables-item .pricing-header {
        padding: 28px 20px 19px;
        text-align: center;
    }

        .pricing-tables.default .pricing-tables-item .pricing-header .pricing-tables-item_title-wrapper {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 9px;
        }

        .pricing-tables.default .pricing-tables-item .pricing-header .pricing-tables-item_price {
            line-height: 40px;
        }

            .pricing-tables.default .pricing-tables-item .pricing-header .pricing-tables-item_price > div {
                display: inline-block;
            }

                .pricing-tables.default .pricing-tables-item .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-value {
                    font-size: 38px;
                }

                .pricing-tables.default .pricing-tables-item .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-currency {
                    font-size: 19px;
                    line-height: 24px;
                    vertical-align: top;
                }

                .pricing-tables.default .pricing-tables-item .pricing-header .pricing-tables-item_price > div.pricing-tables-item_period {
                    font-size: 16px;
                    line-height: 42px;
                    vertical-align: bottom;
                }

    .pricing-tables.default .pricing-tables-item .pricing-content {
        border: 1px solid #f5f5f5;
        padding: 27px 19px 19px;
    }

    .pricing-tables.default .pricing-tables-item .pricing-tables-item_list {
        color: #9b9b9b;
    }

        .pricing-tables.default .pricing-tables-item .pricing-tables-item_list .pricing-tables-item_list-items li + li {
            margin-top: 16px;
        }

    .pricing-tables.default .pricing-tables-item .pricing-tables-item_button .btn {
        background: #303030;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: white;
        width: 100%;
        max-width: 230px;
    }

        .pricing-tables.default .pricing-tables-item .pricing-tables-item_button .btn:hover {
            background: #43cbcb;
        }

    .pricing-tables.default .pricing-tables-item:nth-child(4n+1) .pricing-header {
        background: #43cbcb;
        color: white;
    }

    .pricing-tables.default .pricing-tables-item:nth-child(4n+2) .pricing-header {
        background: #f6c33b;
        color: white;
    }

    .pricing-tables.default .pricing-tables-item:nth-child(4n+3) .pricing-header {
        background: #3cd880;
        color: white;
    }

    .pricing-tables.default .pricing-tables-item:nth-child(4n) .pricing-header {
        background: #f6541c;
        color: white;
    }

.pricing-tables.popular .pricing-tables-item {
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 48px;
    text-align: center;
}

    .pricing-tables.popular .pricing-tables-item.featured .pricing-tables-item-content {
        -webkit-box-shadow: 5px 5px 23px rgba(0, 0, 0, 0.15);
        box-shadow: 5px 5px 23px rgba(0, 0, 0, 0.15);
    }

    .pricing-tables.popular .pricing-tables-item.featured .pricing-tables-item_label {
        position: absolute;
        font-size: 12px;
        line-height: 16px;
        background: url(../images/popular.png) 0 0 no-repeat;
        background-size: cover;
        width: 77px;
        height: 77px;
        top: 25px;
        right: -51px;
        z-index: -1;
        color: #fff;
        font-weight: 400;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        padding-top: 22px;
    }

    .pricing-tables.popular .pricing-tables-item .pricing-header {
        border-bottom: 2px solid #434345;
        margin: 0 33px;
        padding: 31px 0 13px;
        position: relative;
        text-align: center;
    }

        .pricing-tables.popular .pricing-tables-item .pricing-header .pricing-tables-item_title-wrapper {
            font-size: 38px;
            line-height: 50px;
            margin-bottom: 15px;
        }

        .pricing-tables.popular .pricing-tables-item .pricing-header .pricing-tables-item_price {
            line-height: 40px;
        }

            .pricing-tables.popular .pricing-tables-item .pricing-header .pricing-tables-item_price > div {
                display: inline-block;
            }

                .pricing-tables.popular .pricing-tables-item .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-currency {
                    font-size: 24px;
                    line-height: 19px;
                    vertical-align: top;
                }

                .pricing-tables.popular .pricing-tables-item .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-value {
                    font-size: 45px;
                }

                .pricing-tables.popular .pricing-tables-item .pricing-header .pricing-tables-item_price > div.pricing-tables-item_period {
                    color: #d9d9d9;
                    font-size: 16px;
                    line-height: 20px;
                    vertical-align: top;
                }

    .pricing-tables.popular .pricing-tables-item .pricing-content {
        border: 1px solid #f5f5f5;
        padding: 27px 19px 30px;
    }

    .pricing-tables.popular .pricing-tables-item .pricing-tables-item_list {
        color: #9b9b9b;
    }

        .pricing-tables.popular .pricing-tables-item .pricing-tables-item_list .pricing-tables-item_list-items li + li {
            margin-top: 16px;
        }

    .pricing-tables.popular .pricing-tables-item .pricing-tables-item_button .btn {
        background: #303030;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: white;
        width: 100%;
        max-width: 230px;
    }

        .pricing-tables.popular .pricing-tables-item .pricing-tables-item_button .btn:hover {
            background: #43cbcb;
        }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n+1) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-currency,
    .pricing-tables.popular .pricing-tables-item:nth-child(4n+1) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-value {
        color: #f6c33b;
    }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n+1) .pricing-tables-item_button .btn {
        background: #f6c33b;
    }

        .pricing-tables.popular .pricing-tables-item:nth-child(4n+1) .pricing-tables-item_button .btn:hover {
            background: #303030 !important;
        }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n+2) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-currency,
    .pricing-tables.popular .pricing-tables-item:nth-child(4n+2) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-value {
        color: #3cd880;
    }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n+2) .pricing-tables-item_button .btn {
        background: #3cd880;
    }

        .pricing-tables.popular .pricing-tables-item:nth-child(4n+2) .pricing-tables-item_button .btn:hover {
            background: #303030 !important;
        }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n+3) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-currency,
    .pricing-tables.popular .pricing-tables-item:nth-child(4n+3) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-value {
        color: #f6541c;
    }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n+3) .pricing-tables-item_button .btn {
        background: #f6541c;
    }

        .pricing-tables.popular .pricing-tables-item:nth-child(4n+3) .pricing-tables-item_button .btn:hover {
            background: #303030 !important;
        }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-currency,
    .pricing-tables.popular .pricing-tables-item:nth-child(4n) .pricing-header .pricing-tables-item_price > div.pricing-tables-item_price-value {
        color: #2969b0;
    }

    .pricing-tables.popular .pricing-tables-item:nth-child(4n) .pricing-tables-item_button .btn {
        background: #2969b0;
    }

        .pricing-tables.popular .pricing-tables-item:nth-child(4n) .pricing-tables-item_button .btn:hover {
            background: #303030 !important;
        }

.icons-marker {
    font-size: 19.2px;
    line-height: 24px;
}

*[class*=center] {
    text-align: center;
}

.item_img,
.category_img {
    font-size: 0;
    line-height: 0;
    margin: 0 0 23px;
    position: relative;
    z-index: 1;
}

    .item_img a:not(.zoom),
    .category_img a:not(.zoom) {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }

        .item_img a:not(.zoom):hover img,
        .category_img a:not(.zoom):hover img,
        .item_img a:not(.zoom):hover .BWfade,
        .category_img a:not(.zoom):hover .BWfade {
            opacity: 1 !important;
        }

    .item_img img,
    .category_img img {
        max-width: 100%;
        height: auto;
    }

.img-intro__left,
.img-full__left {
    float: left;
    margin-right: 30px;
    max-width: 50%;
}

.img-intro__right,
.img-full__right {
    float: right;
    margin-left: 30px;
    max-width: 50%;
}

.lazy_preloader {
    background: #ffffff url("data:image/gif;base64,R0lGODlhHgAeAPUAAGRmZMTCxGxqbPz+/P////z6/MzKzOTi5Nze3NTS1MzOzNza3Ly6vIyKjOTm5IyOjLy+vHRydLS2tKyurKyqrISGhHx6fMTGxGxubISChJSSlNTW1Ozq7LSytOzu7HR2dJyanKSipPTy9KSmpPT29Hx+fJyenJSWlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBAD/ACwAAAAAHgAeAAAFuyAhjqTHkaLjDWjbJo/QtZLwKKyLcjEASDSf7aAbGTBCWTB5yS19DYOTBEvOXgJhoFAUHbU7pI/YHR0iQrJIky6HoVxCAuxGfQHSQS8zra/hHll4flhjHB2IfYQDiB0Oi5CRkpOUlZaXhwxAlJoMBxx0kQhte4p1bAB8coJNkHNZW39ji6CAKYIfj3W1WQt2TKZUaD4MLh24Gr4uCKhZE8EBuIO/uMVdzEJXJDVQym4GDT9BGXm0ama6OiEAIfkEBQQAGQAsAAAAAB4AHgAABZZgJo7kQJBZEqBsOwYnKQFZ47ZOJmRT/NK6TO42EtAoPlEiEiQqATtl8iZxAZ0kjDOKRXG72IPWCi43CuW0OkWhQAoXaAS9zhDud4NbUe/7/4CBgmsLEBIKeHd+FlAMA3oTCIEHNSIPiy0ABn1Xll+DdRZNoFSdLgRDo2AWCSgEEzSfLgcVRQyut5wUuCl1DBeuBSaJiSEAIfkEBQQABQAsAAAAAB4AHgAABpZAgnBILBIko4JyyWw6EUYKQPlwWpkAhjEAEHQFjcPVGjI6QMrp+GoirJmdt3Igj8gLnztWz7fz/4BvISASUIFWRYeCXSBGjo9FFCEMB5CWl5iZmpucmBwXEx2dkCOMimuJp0sEDgEjFKdqS7KKAkwDDV+Vmw55Y12Btk4Xqlcdwm9HpyEOUX8ZX10QW390s2VFYoqEnEEAIfkEBQQABwAsAAAAAB4AHgAABpdAgnBILIYeo8thyWw6m4UiIQSoAp5Y50VqsAqy4INJKuqEsRBB1TI4uw/f96HwXsvv+IMjHM/DQRB0TRltfgNDfnmFiYxyD1UdZJKTQiCAHpSZmptkBiMgnJppAhWhmVRXjaqGRKtLBQojGYkKagAGTxgOphwRfB9+qVquWMJnBBZWZniBUiPGeLdcGQicTgCgUo0NGqFBACH5BAUEAAsALAAAAAAeAB4AAAaXQIJwSCRqKoskJ8lsOplFIQggoAoaz6zSETVYqdrwKFoINAXhrGVAHjoBkrSyTfRa5fhzfq+MREIHBHxpHgVug1pCiItQjI6PkEoNVAF0lnUhDZqVl5cKVgWRZ1iiSWilqFkAqQunSZ2eVpwEHBMlEakYd3wfTAiQtL1pEq54AxZUE4sKhkXKeL9PcFEHjwAnZI8WFc2XQQAh+QQFBAAIACwAAAAAHgAeAAAGkECCcEgcaioNBCLgUTqf0Khy0ABYBdKssyg0XL+AhkPrDHALF7I2EB6ciU6BlZG9Lt5F71XNdzoiAhYQA318DgkFQoV8iouOj5AIhJGUfW6VUGhHmE8JVhkVcgGcTg8ZTKRTBamsrVJYrQBSjZCwW0IHrAQGFbV+nLuuQhkAHZEKiXmGdWZ4zpNQba0WYs8EQQAh+QQFBAAJACwAAAAAHgAeAAAGkMCEcEhMeEaPRqXIbDYLFkBC4KxWA1IpkXqwGgnFgiRQ1HohpwHYK8xKnNy1dTAVakhVkNx7OC0KBHtsVYGCg4eIiYqLjGEcjUxiJSaQRVhmlUIKmUwGVG0ADJWidhEMeJVaHKiVJZxlmK+yQ7FChbKBfYgElJ9hlIkEXbOBIBONAQWOkKGzUxHKsyAOhdXVQQAh+QQFBAAGACwAAAAAHgAeAAAGnUCCcEgUXQzI5DHJbDqRDgFAOq0+nthmp8q1OorgcKiTLRs4QjOTeiA8Ix63GinQoOVO0CDMF+3xThgic4SFhoeIiBweiU8FWwyNeVMgklqWWQIlmEpWU2ScBiNSIZx1AQAUg5IWSSJtfbFDCwChSSdTtgoCtmdlsn0mtU5DIR+FQhGOHMqGQgdZEGUQqmFmFZkTwNZYUw69Bgx3fEEAIfkEBQQADgAsAAAAAB4AHgAABppAgnBI9DiOyCMnyWwmEwJAVApwWp0DDXW7bRyI4LAwA7oeN+Kh2doppBGDdNqAJlwZ8rxZAF/7k1V/gg4NbnmHCQODayIgAEtIhodpDVKLayGXmptOABmcTQqgbE1low6BqBmTepGeHqxvlg4DBgWjWqmnUAKnkQi9V7FgDMIEB6KCQolzwVZxwwuYXsPHa56KvkdSBtpIX3JBACH5BAUEAAkALAAAAAAeAB4AAAaewIRwSCwOAx6jsojQKAUAQWNJ5UQASyzWQTUioNnE50DoMgfGgjDjIZSVbjNxUHgvHXa53iLK680Nan9pC0UVaINEBxYVRAKJTBhYkF0WlH8ml5qbnEQGjwkPnUIQo3IfiJSpQlACHJqFRA0RG5snTAebA7OmQm6WvQkEDghUcYPHab8JtXDIVqxGIxYYsXq5T2JiEa9/aI1UGc3Pl0EAIfkEBQQABwAsAAABAB4AHQAABpZAgnAoTDwOyKRyyWQqANCoVBogWq8dQDMJoAyu4CEjUQAnGOWwes0ebt/wg+LbXs+VHXodCzAsIXtXBlANf4FWC1pMeodCcY9wIJCTlJN+lY8KSCWYbwxJIZ1NI6KUUQmlBwJQDkhQaI1FSWVPXrFiSgVVt0QBqU28wUULWwi7gQxQW6+MdlPPq32BrnAXBZitTQ5pYEEAIfkEBQQACQAsAAAAAB4AHgAABpzAhHBILA4vxmRSoxwuCNCoVOp4AK7YLNYx7UYdFqxSsPGaoZWGQck5uwvvuPx9mM9LDWfb3tUAiH4IfFMPbE2HRQ6Ii0IDjI+QkZKQCpOLVxZ5lkUQQyN/m54CRAIRoUalpyJOQwINA4NfERmOCZhwsVAcZWgfHrlmB3XAxMW6TRoPInwHGEYhQqUWXHIeFosZgtUVoEoBkxyGTUEAIfkEBQQAEQAsAQAAAB0AHgAABo/AiHBILA45xmTxkQQIAAaCdEqlIiNPp1bbKFS/0gVGq8x4wGjGUxlBuwmLADs5WLzv34Bgzi8enhUDeHgKAEQJgn1ze20CGiKDaBtGGYp9EJaZmpaMm0qGnmydoaSloQ1DoKUEHhpCD2urBVGpF5F3DU6TprW3hAWaCQi+UqICDIKRqMYbyrxDcM9+bMlgQQAh+QQFBAAIACwAAAAAHgAeAAAGn0CEcEgsDgMignFZ1CwFgANhSq1aCQ4hYMvlUq5gqgEDFSxDpDCYE9ky35xB2AMyv42iz0Ut519DAHeCeG2DhkdcQlSHTBqBig5TjE9EAh1pk0wMQyGZjZ6goAahhg+kRnannI9aH6RTFJZsbq9YHgMNrLVKCKmqRVsiv0MAGn1+yAQBGByTHyZJc5lckcmwRCOtQgzHyBLDkL6qWBCeQQAh+QQFBAAGACwAAAAAHgAeAAAGmkCDcEgsDjkEo9L4UH4KyaXUIABYrwBGdLoEKKGEsHgwHgeswwTXMDBJvhr0+lgNlMUI0OHOD5vkc2sOgYREXoWBZH2LfAtXHB5giFMWdpNKIENvl12caYaeTA+HoWcAGSECoUIFDBarRHgcV7BhsLeFGIO4VCeMZRwme10AC4QRVr5KEhoFiFmKv2IBvAQXUwvSdyXVHEtgfEEAIfkEBQQACwAsAAAAAB4AHgAABpnAhXBILApFBKNyacwMkkymALAQEAPQqLZIygoNFyZkuh0OKlalIV0+Aqjq0ru9cHzIysHmQK/3/4BRD2kFgUYbQw4EXoZEXYuNTQqFkYeRBpWWVQ2ZCwUBDQ0jc5GLBR6dZkl4qUJsnVQAmJkDQxF8dB4ItUsAFg50Fr5hvQl9bwy9FryCbQHJjp9CIbQKVUoIf4uDqZAldEEAIfkEBQQADAAsAAAAAB4AHgAABqhAhnBILD4KhKJyyWRoCMkmk8MACKpCQSA65DikQ8CSxBVOruAswyAdlMSdtFwUaTowYnm3iiY6RhZ9emAFHoOHiE55iUwJgoxtZZBEA1CSkxogCgWTSouTJAEaGQ+PjJYFIVidQlBZdaxhsUYCn7NVF4kiA0WcWV+DHB8lE8BFtYlWCE0RhrFxVrxSGr3MqpS+YVZyCAe9CmqLC7oEJo+5p25OQ5WoqEEAIfkEBQQACgAsAAAAAB4AHgAABpxAhXBIJIIIhKJyaTQin9ColOAQAq7XgNTQYCoFV6JHOgJ4hQGs+azIrCXMNXtomAvm3+VAE8aLMUoFASAWAX5+AwOHTIlTjo8bQxyLlJVeSZaXj5tTgxohIwYinKRPClmlpSOZZ2AfrHGweZmJs5YJGaEFslZXGbu8fqK8ElgWiofIcUdSRFhCBZsHFVpRBmqSqdFRZXdorEggfkEAIfkEBQQADQAsAAAAAB4AHgAABo7AhnBIHE4GxaQy+TASig7FcipwFgOA6TIrPDyJI642mZiGjeN0o9Copj/qITweP0TIgDx9jGCAQHtLbENIgV1ihomKi0sOfhSMRASTlJORRhQXHJecWwJ3nUKIl26KEyMBB3KMnwAXobBDC7FjACNxApC1gJIct216a2MZuUUEr1BxBgjGFKOMBB2EldRBACH5BAUEABcALAAAAAAeAB4AAAWG4CWOpGgQBDkMZetqIpWSxuPeIxDPI6PjN4GJF/sBLxCB8eQ6NABCgCR4VJGELl2kOnJYLkaumDrGDR7QTNkcmFAW61ECG6/bEwxKwN5CofiAa35EgHgQG4GJijgOekyJGmksiWGLdIuYZRoIXFKdFCUEcHaeKhBgdRV7pnwFBaEGIiuDgyEAOw==") no-repeat center;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}

    .lazy_preloader .lazy_preloader_inner {
        display: block;
        max-width: 100%;
    }

    .lazy_preloader img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

img.lazy {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -moz-transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.BWfade {
    display: block !important;
    height: 100% !important;
    left: 0 !important;
    opacity: 0 !important;
    top: 0 !important;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s linear !important;
    -o-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
    width: 100% !important;
    z-index: 2;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    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);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    text-align: right;
}

    .well #limit_chzn {
        margin-bottom: 0;
    }

.item__module,
.item {
    opacity: 100;
    filter: alpha(opacity=10000);
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    .item__module.visible-first,
    .item.visible-first {
        opacity: 100;
        filter: alpha(opacity=10000);
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.stuck {
    background: transparent;
    z-index: 1034 !important;
}

body:not(.modal-open) .stuck {
    width: 100% !important;
}

.scroll-to-fixed-fixed {
    padding-top: 6px !important;
    z-index: 1034 !important;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

    .scroll-to-fixed-fixed #logo {
        margin-bottom: 6px;
    }

    .scroll-to-fixed-fixed .icemegamenu > ul {
        margin: 24px 0;
    }

.parallax {
    color: white;
    padding: 60px 0 20px;
    width: 100%;
}

    .parallax *[class*=heading-style] {
        color: white;
    }

    .parallax[class*=parallax1] {
        padding: 8.3% 0 8%;
    }

        .parallax[class*=parallax1] .mod-article-single h3 {
            font: 30px/35px 'Fira Sans', sans-serif;
            letter-spacing: -0.1px;
            margin-bottom: 26px;
            text-transform: none;
        }

        .parallax[class*=parallax1] .mod-article-single .item_introtext {
            padding-bottom: 10.9%;
        }

        .parallax[class*=parallax1] .mod-newsflash-adv_custom-link .btn-info,
        .parallax[class*=parallax1] .mod-newsflash-adv_custom-link .readmore {
            background: transparent;
            border: 2px solid #43cbcb;
            color: #43cbcb;
            font-weight: 600;
            font-family: 'Fira Sans', sans-serif;
            font-size: 14px;
            letter-spacing: 1px;
            padding: 12px 40px 10px;
        }

            .parallax[class*=parallax1] .mod-newsflash-adv_custom-link .btn-info:hover,
            .parallax[class*=parallax1] .mod-newsflash-adv_custom-link .readmore:hover {
                background: #43cbcb;
                color: white;
            }

    .parallax[class*=parallax2] {
        padding: 124px 0 48px;
    }

    .parallax[class*=parallax3] {
        padding: 114px 0 116px;
    }

    .parallax[class*=parallax4] {
        padding: 114px 0 90px;
    }

    .parallax[class*=parallax5] .page-header,
    .parallax[class*=parallax5] .page_header {
        text-align: left;
    }

        .parallax[class*=parallax5] .page-header .moduleTitle,
        .parallax[class*=parallax5] .page_header .moduleTitle {
            margin-bottom: 0px;
            padding-bottom: 14px;
        }

            .parallax[class*=parallax5] .page-header .moduleTitle:after,
            .parallax[class*=parallax5] .page_header .moduleTitle:after {
                display: none;
            }

    .parallax[class*=parallax5] .owl-carousel {
        margin-bottom: 45px;
        padding-top: 56px;
    }

        .parallax[class*=parallax5] .owl-carousel .owl-item {
            padding-bottom: 27px;
        }

            .parallax[class*=parallax5] .owl-carousel .owl-item .item_img img {
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

                .parallax[class*=parallax5] .owl-carousel .owl-item .item_img img:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

    .parallax[class*=parallax6] {
        padding: 6% 0 3%;
    }

    .parallax[class*=parallax9] {
        padding: 114px 0 90px;
    }

        .parallax[class*=parallax9] .container {
            max-width: 1770px;
        }

    .parallax[class*=parallax10] {
        padding: 0 0 26%;
    }

    .parallax[class*=parallax11] {
        padding: 0 0 16%;
    }

    .parallax[class*=parallax13] {
        background: url(../images/maintopbg1.jpg) center center no-repeat;
        background-size: cover;
        padding: 6% 0 4%;
    }

        .parallax[class*=parallax13] .mod-article-single .item_introtext {
            padding-bottom: 0;
        }

        .parallax[class*=parallax13] .mod-newsflash-adv_custom-link .readmore {
            border-color: white;
            color: white;
        }

            .parallax[class*=parallax13] .mod-newsflash-adv_custom-link .readmore:hover {
                background: #43cbcb;
                border-color: #43cbcb;
                color: white;
            }

    .parallax[class*=white] {
        color: #434345;
    }

        .parallax[class*=white] *[class*=heading-style] {
            color: #434345 !important;
        }

    .parallax label {
        color: white;
    }

    .parallax select,
    .parallax textarea,
    .parallax input[type="text"],
    .parallax input[type="password"],
    .parallax input[type="datetime"],
    .parallax input[type="datetime-local"],
    .parallax input[type="date"],
    .parallax input[type="month"],
    .parallax input[type="time"],
    .parallax input[type="times"],
    .parallax input[type="week"],
    .parallax input[type="number"],
    .parallax input[type="email"],
    .parallax input[type="url"],
    .parallax input[type="search"],
    .parallax input[type="tel"],
    .parallax input[type="color"],
    .parallax .uneditable-input {
        background: transparent;
        color: white !important;
        border-color: white;
        border-width: 1px;
        height: auto !important;
        margin-bottom: 17px;
        padding: 17px 15px;
    }

        .parallax select:-webkit-autofill,
        .parallax textarea:-webkit-autofill,
        .parallax input[type="text"]:-webkit-autofill,
        .parallax input[type="password"]:-webkit-autofill,
        .parallax input[type="datetime"]:-webkit-autofill,
        .parallax input[type="datetime-local"]:-webkit-autofill,
        .parallax input[type="date"]:-webkit-autofill,
        .parallax input[type="month"]:-webkit-autofill,
        .parallax input[type="time"]:-webkit-autofill,
        .parallax input[type="times"]:-webkit-autofill,
        .parallax input[type="week"]:-webkit-autofill,
        .parallax input[type="number"]:-webkit-autofill,
        .parallax input[type="email"]:-webkit-autofill,
        .parallax input[type="url"]:-webkit-autofill,
        .parallax input[type="search"]:-webkit-autofill,
        .parallax input[type="tel"]:-webkit-autofill,
        .parallax input[type="color"]:-webkit-autofill,
        .parallax .uneditable-input:-webkit-autofill {
            -webkit-box-shadow: inset 0 0 0 20px #ffffff !important;
            -webkit-text-fill-color: white !important;
            color: white !important;
        }

        .parallax select:focus,
        .parallax textarea:focus,
        .parallax input[type="text"]:focus,
        .parallax input[type="password"]:focus,
        .parallax input[type="datetime"]:focus,
        .parallax input[type="datetime-local"]:focus,
        .parallax input[type="date"]:focus,
        .parallax input[type="month"]:focus,
        .parallax input[type="time"]:focus,
        .parallax input[type="times"]:focus,
        .parallax input[type="week"]:focus,
        .parallax input[type="number"]:focus,
        .parallax input[type="email"]:focus,
        .parallax input[type="url"]:focus,
        .parallax input[type="search"]:focus,
        .parallax input[type="tel"]:focus,
        .parallax input[type="color"]:focus,
        .parallax .uneditable-input:focus {
            border-color: white !important;
        }

    .parallax input::-webkit-input-placeholder {
        color: white !important;
    }

    .parallax input:-moz-placeholder {
        color: white !important;
    }

    .parallax input::-moz-placeholder {
        color: white !important;
    }

    .parallax input:-ms-input-placeholder {
        color: white !important;
    }

    .parallax textarea::-webkit-input-placeholder {
        color: white !important;
    }

    .parallax textarea:-moz-placeholder {
        color: white !important;
    }

    .parallax textarea::-moz-placeholder {
        color: white !important;
    }

    .parallax textarea:-ms-input-placeholder {
        color: white !important;
    }

    .parallax input:focus:invalid,
    .parallax textarea:focus:invalid,
    .parallax select:focus:invalid {
        color: white !important;
    }

    .parallax form textarea {
        max-height: 170px;
        min-height: 170px;
        margin-bottom: 24px;
    }

    .parallax .control-group-button .btn {
        background: transparent;
        border: 1px solid white;
        font-size: 14px;
        padding: 12px 25px;
    }

        .parallax .control-group-button .btn:hover,
        .parallax .control-group-button .btn:focus {
            background: #43cbcb;
            border-color: #43cbcb;
            color: white;
        }

        .parallax .control-group-button .btn.mod_tm_ajax_contact_form_btn {
            color: white;
        }

            .parallax .control-group-button .btn.mod_tm_ajax_contact_form_btn:hover {
                background: #43cbcb;
            }

    .parallax .page-header .moduleTitle,
    .parallax .page_header .moduleTitle {
        margin-bottom: 27px;
    }

.skills_diagram {
    display: inline-block;
    vertical-align: middle;
}
/*===== Testimonials Page ======*/
.sorting .btn-group > * {
    font-size: 16px;
}

.page-blog,
.page-item__blog {
    max-width: 770px;
    margin: 0 auto;
}

    .page-blog article .item_published,
    .page-item__blog .item_published {
        float: left;
        max-width: 70px;
        margin-right: 30px;
        width: 100%;
    }

        .page-blog article .item_published b,
        .page-item__blog .item_published b,
        .page-blog article .item_published span,
        .page-item__blog .item_published span {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            display: block;
            color: white;
            font: 500 17px/30px 'Fira Sans', sans-serif;
            margin-bottom: 5px;
            text-align: center;
            text-transform: uppercase;
        }

        .page-blog article .item_published b,
        .page-item__blog .item_published b {
            background: #3cd880;
            font-size: 30px;
            padding: 20px 10px;
        }

        .page-blog article .item_published span,
        .page-item__blog .item_published span {
            background: #434345;
            padding: 2px 10px 3px;
        }

    .page-blog article .overflow,
    .page-item__blog .overflow {
        overflow: hidden;
    }

.tags {
    clear: both;
}

    .tags .label {
        padding: 3px 5px;
        font-size: 100%;
        line-height: 12px;
        border-radius: none;
        font-weight: normal;
        color: #434345;
        background: #43cbcb;
    }

        .tags .label:hover {
            color: #ffffff;
        }

    .tags li {
        line-height: 12px;
    }

        .tags li + li {
            padding-left: 10px;
            border-left: 2px solid #ffffff;
        }

.addthis_toolbox {
    padding-top: 16px;
}

.video_frame {
    margin-bottom: 26px;
    position: relative;
}

    .video_frame iframe {
        border: medium none !important;
        height: 100% !important;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100% !important;
    }

.item_info .item_info_dl {
    margin: 0 0 17px;
}

    .item_info .item_info_dl:before {
        float: left;
        content: '\e11e';
        font: normal normal normal 14px/24px 'Material Design';
        color: #43cbcb;
        margin-right: 5px;
    }

    .item_info .item_info_dl dd {
        color: #9b9b9b;
        font-size: 12px;
        margin: 0 16px 0 0;
        display: inline;
    }

        .item_info .item_info_dl dd > * {
            display: inline;
        }

.social-links li {
    display: inline-block;
    margin: 0 5px;
}

    .social-links li:before {
        display: none;
    }

    .social-links li a {
        font-size: 21px;
        background: #303030;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: white !important;
        display: block;
        line-height: 50px;
        text-align: center;
        width: 50px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .social-links li a[title="Facebook"]:hover {
            background-image: -webkit-linear-gradient(left, #1060b5 0%, #2379b5 100%);
            background-image: -o-linear-gradient(left, #1060b5 0%, #2379b5 100%);
            background-image: linear-gradient(to right, #1060b5 0%, #2379b5 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1060b5', endColorstr='#ff2379b5', GradientType=1);
        }

        .social-links li a[title="Twitter"]:hover {
            background-image: -webkit-linear-gradient(left, #29bee6 0%, #28cef4 100%);
            background-image: -o-linear-gradient(left, #29bee6 0%, #28cef4 100%);
            background-image: linear-gradient(to right, #29bee6 0%, #28cef4 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff29bee6', endColorstr='#ff28cef4', GradientType=1);
        }

        .social-links li a[title="Google+"]:hover {
            background-image: -webkit-linear-gradient(left, #e63e20 0%, #f45e22 100%);
            background-image: -o-linear-gradient(left, #e63e20 0%, #f45e22 100%);
            background-image: linear-gradient(to right, #e63e20 0%, #f45e22 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe63e20', endColorstr='#fff45e22', GradientType=1);
        }

.rd-video iframe#player {
    max-width: none;
}

#header_top {
    background: #003e69;
    color: #FFF;
    padding-top: 8px;
    /*font-family: 'Fira Sans';*/
    font-family: 'kelson_sansregular';
}

    #header_top ul.user-menu li a {
        color: #FFF;
    }

        #header_top ul.user-menu li a:hover {
            color: white;
        }

    #header_top .menu.social {
        margin: 0px 0 0px;
        text-align: right;
    }

        #header_top .menu.social li {
            padding: 0 0 8px 15px;
        }

#header {
    background: white;
    padding-top: 22px;
    width: 100%;
}

    #header .container {
        position: relative;
        z-index: 1;
    }

    #header ul.phone {
        margin-top: 20px;
        text-align: center;
    }

#header2 {
    padding-top: 19px;
}

    #header2 #logo {
        margin-bottom: 18px;
    }

    #header2 ul.phone {
        margin-top: 22px;
    }

    #header2 .mod-search.custom {
        padding: 15px 0;
    }

    #header2 select,
    #header2 input[type="text"],
    #header2 input[type="password"],
    #header2 input[type="datetime"],
    #header2 input[type="datetime-local"],
    #header2 input[type="date"],
    #header2 input[type="month"],
    #header2 input[type="time"],
    #header2 input[type="week"],
    #header2 input[type="number"],
    #header2 input[type="email"],
    #header2 input[type="url"],
    #header2 input[type="search"],
    #header2 input[type="tel"],
    #header2 input[type="color"] {
        height: 40px;
        padding-bottom: 0;
        padding-top: 0;
    }

#logo {
    margin-bottom: 21px;
}

    #logo a {
        color: #434345 !important;
    }

        #logo a img {
            float: left;
            margin-right: 17px;
        }

        #logo a .site-logo {
            font: bold 38px/48px 'Oleo Script Swash Caps', cursive;
        }

        #logo a .site-description {
            font-size: 14px;
            display: inline-block;
            max-width: 100%;
            margin-bottom: -9px;
            position: relative;
            top: -9px;
        }

#navigation {
    background: white;
}

.search-block {
    text-align: right;
}

    .search-block input {
        max-width: 100%;
    }

.masonry .item {
    margin-left: 0 !important;
}

#maintop {
    background: #f4f4f4;
}

#maintop-2 *[class*=heading-style] {
    color: white;
}

#maintop-2 ul.buy {
    margin-bottom: 48px;
}

    #maintop-2 ul.buy li .btn {
        background: transparent;
        border: 2px solid white;
        color: white;
        display: block;
        font-size: 17px;
        max-width: 270px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 21px;
        text-align: center;
    }

        #maintop-2 ul.buy li .btn:before {
            font-size: 30px;
            margin-right: 10px;
            vertical-align: top;
        }

        #maintop-2 ul.buy li .btn:hover {
            background: white;
            color: #43cbcb;
        }

.body__home #maintop-3 > .container {
    max-width: 1800px;
}

#maintop-4 {
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 51px;
    padding-top: 5.9%;
    width: 100%;
}

    #maintop-4 .mod-article-single .item-title {
        color: #43cbcb;
        font-weight: normal;
        text-transform: none;
    }

#maintop-5 {
    background: #303030;
    color: white;
}

    #maintop-5 *[class*=heading-style] {
        color: white;
    }

#maintop-6 {
    background: #43cbcb;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: white;
    margin-bottom: 113px;
    padding-bottom: 13px;
    padding-top: 56px;
}

    #maintop-6 *[class*=heading-style] {
        color: white;
    }

        #maintop-6 *[class*=heading-style].item-title {
            margin-bottom: 13px;
        }

.video_outer {
    float: left;
    margin-bottom: 24px;
    margin-right: 7%;
    overflow: hidden;
    width: 61%;
}

    .video_outer .video {
        padding-bottom: 56.42458100558659%;
        position: relative;
    }

        .video_outer .video .video_inner iframe {
            border: medium none;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

#content {
    /*padding-bottom: 50px;*/
    padding-top: 65px;
}

.body__works #content {
    padding-bottom: 0;
}

.body__404 #content {
    background: url(../images/404.jpg) center top no-repeat;
    background-size: cover;
    color: white;
}

    .body__404 #content *[class*=heading-style] {
        color: white;
        font-weight: 500;
    }

#component {
    min-height: 0;
}

.item {
    margin-bottom: 48px;
}

    .item:after {
        content: '';
        display: block;
        clear: both;
    }

.page-item {
    padding-bottom: 48px;
}
/*===== AddThis ======*/
.at-share-tbx-element a.at-share-btn {
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

    .at-share-tbx-element a.at-share-btn:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

#aside-right .module_container,
#aside-left .module_container {
    margin-bottom: 24px;
}

#aside-right .item_title,
#aside-left .item_title {
    color: #43cbcb;
    font-weight: 600;
    text-transform: uppercase;
}

#aside-right .page-header,
#aside-left .page-header,
#aside-right .page_header,
#aside-left .page_header {
    text-align: left;
}

    #aside-right .page-header h6,
    #aside-left .page-header h6,
    #aside-right .page_header h6,
    #aside-left .page_header h6 {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 34px;
        padding-bottom: 12px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
    }

        #aside-right .page-header h6:after,
        #aside-left .page-header h6:after,
        #aside-right .page_header h6:after,
        #aside-left .page_header h6:after {
            left: 0%;
            bottom: -1px;
            border-bottom: 1px solid #191919;
            max-width: 45px;
            -moz-transform: translate(0%, 0%);
            -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
            -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        }

#aside-right .flickr-item,
#aside-left .flickr-item {
    padding: 0 5px 5px 0;
}

.tagspopular ul {
    margin: 0;
}

    .tagspopular ul li {
        display: inline-block;
        list-style: none;
        padding: 0 15px 12px 0;
    }

.content-links ul {
    list-style: none;
    margin: 0;
}

#mainbottom {
    background: #43cbcb;
    color: white;
}

    #mainbottom > .container {
        padding-bottom: 34px;
        padding-top: 6%;
    }

    #mainbottom *[class*=heading-style] {
        color: white;
    }

    #mainbottom .page-header h1,
    #mainbottom .page_header h1 {
        margin-bottom: 23px;
    }

        #mainbottom .page-header h1:after,
        #mainbottom .page_header h1:after {
            border-color: white;
        }

    #mainbottom .pretext,
    #mainbottom .category_desc {
        padding-bottom: 61px;
    }

    #mainbottom .owl-dots {
        padding-right: 0;
    }

        #mainbottom .owl-dots .owl-dot {
            background: transparent;
            border: 3px solid rgba(255, 255, 255, 0.5);
        }

            #mainbottom .owl-dots .owl-dot:hover,
            #mainbottom .owl-dots .owl-dot:focus {
                background: transparent;
                border: 3px solid #ffffff;
            }

            #mainbottom .owl-dots .owl-dot.active {
                background: transparent;
                border: 3px solid #ffffff;
            }

    #mainbottom .btn {
        background: #43cbcb;
        border: 2px solid white;
        color: white;
    }

        #mainbottom .btn:hover {
            background: white;
            color: #43cbcb;
        }

.body__about #mainbottom {
    background: #303030;
    color: white;
    padding-bottom: 48px;
    padding-top: 48px;
}

    .body__about #mainbottom *[class*=heading-style] {
        color: white;
    }

#mainbottom-2 {
    padding-bottom: 4%;
    padding-top: 6%;
}

#mainbottom-3 {
    background: #43cbcb;
    color: white;
    padding-top: 66px;
}

    #mainbottom-3 *[class*=heading-style] {
        color: white;
    }

    #mainbottom-3 ul.buy {
        margin-bottom: 48px;
    }

        #mainbottom-3 ul.buy li .btn {
            background: transparent;
            border: 2px solid white;
            color: white;
            display: block;
            font-size: 17px;
            max-width: 270px;
            height: auto;
            padding-bottom: 20px;
            padding-top: 21px;
            text-align: center;
        }

            #mainbottom-3 ul.buy li .btn:hover {
                background: white;
                color: #43cbcb;
            }

#bottom {
    background: #f4f4f4;
}

    #bottom > .container {
        padding-top: 114px;
        padding-bottom: 90px;
    }

        #bottom > .container .parallax {
            padding-top: 0 !important;
        }

        #bottom > .container select,
        #bottom > .container textarea,
        #bottom > .container input[type="text"],
        #bottom > .container input[type="password"],
        #bottom > .container input[type="datetime"],
        #bottom > .container input[type="datetime-local"],
        #bottom > .container input[type="date"],
        #bottom > .container input[type="month"],
        #bottom > .container input[type="time"],
        #bottom > .container input[type="times"],
        #bottom > .container input[type="week"],
        #bottom > .container input[type="number"],
        #bottom > .container input[type="email"],
        #bottom > .container input[type="url"],
        #bottom > .container input[type="search"],
        #bottom > .container input[type="tel"],
        #bottom > .container input[type="color"],
        #bottom > .container .uneditable-input {
            background: white;
        }

        #bottom > .container .mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_btn {
            background: #43cbcb;
            border-color: #43cbcb;
            color: white;
            padding: 13px 64px 11px;
        }

            #bottom > .container .mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_btn:hover {
                background: white;
                color: #43cbcb;
            }

.body__flickr #bottom {
    padding-top: 6%;
}

#bottom-2 {
    background: #3b3b3b;
    color: white;
    padding-bottom: 18px;
    padding-top: 56px;
}

    #bottom-2 *[class*=heading-style] {
        color: white;
    }

    #bottom-2 .page-header *[class*=heading-style]:after,
    #bottom-2 .page_header *[class*=heading-style]:after {
        border-bottom: 2px solid white;
    }

    #bottom-2 .readmore {
        background: #43cbcb;
        border: none;
        color: white;
    }

        #bottom-2 .readmore[class*=material-design]:before {
            font-size: 24px;
            margin-right: 10px;
        }

        #bottom-2 .readmore:focus,
        #bottom-2 .readmore:hover {
            background: white;
            color: #434345;
        }

#bottom-3 {
    padding-bottom: 4%;
    padding-top: 6%;
}

#footer-wrapper {
    background: #303030;
    color: #9b9b9b;
    padding-top: 30px;
    width: 100%;
}

    #footer-wrapper .page-header,
    #footer-wrapper .page_header {
        text-align: left;
    }

    #footer-wrapper b {
        color: #43cbcb;
    }

.body__footer #footer-wrapper {
    padding-top: 16px;
}

#footer-wrapper .acymailing_introtext {
    color: white;
}

#footer-wrapper *[class*=heading-style] {
    color: white;
}

    #footer-wrapper *[class*=heading-style] a {
        color: white;
    }

        #footer-wrapper *[class*=heading-style] a:hover {
            color: #43cbcb;
        }

#footer-wrapper .page-header,
#footer-wrapper .page_header {
    padding-bottom: 0;
    position: relative;
}

    #footer-wrapper .page-header .moduleTitle,
    #footer-wrapper .page_header .moduleTitle {
        margin-bottom: 29px;
        padding-bottom: 0;
    }

        #footer-wrapper .page-header .moduleTitle:after,
        #footer-wrapper .page_header .moduleTitle:after {
            display: none;
        }

#footer-wrapper .mod-custom *[class*=heading-style].indent {
    margin-bottom: 2px;
}

#footer-wrapper ul.phone {
    margin-bottom: 2px;
}

    #footer-wrapper ul.phone li {
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
    }

        #footer-wrapper ul.phone li a {
            color: #9b9b9b;
        }

            #footer-wrapper ul.phone li a:hover {
                color: white;
            }

#footer-wrapper ul.footer_menu li a {
    color: #9b9b9b;
}

    #footer-wrapper ul.footer_menu li a:hover {
        color: white;
    }

#footer-wrapper blockquote {
    color: white;
}

#footer-wrapper .mod-menu__social ul li a:hover {
    color: white !important;
}

#footer-wrapper .page_header .moduleTitle:not(.indent ) {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    margin-top: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer-wrapper ul.logo a.logo,
#footer-wrapper ul.logo a.logo2 {
    color: white !important;
}

#footer-wrapper ul.logo a.logo2 {
    display: inline-block;
    margin-top: 14px;
}

#footer-wrapper ul.logo .separator {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: -8px;
    position: relative;
    top: -8px;
}

#footer-wrapper ul.logo ul li > span {
    color: #9b9b9b;
}

#footer-wrapper ul.links li a {
    color: white;
}

    #footer-wrapper ul.links li a:hover {
        color: white;
        text-decoration: underline;
    }

#footer-wrapper .item_info .item_info_dl {
    margin: 0 0 2px;
}

#footer-wrapper .mod-article-single[class*=contacts] b {
    color: white;
}

#footer-wrapper .mod-article-single[class*=contacts] .item_introtext a {
    color: #9b9b9b;
    text-decoration: none;
}

    #footer-wrapper .mod-article-single[class*=contacts] .item_introtext a:hover {
        color: white;
    }

#footer-wrapper .mod-newsflash-adv.blog .item {
    margin-bottom: 1px;
}

    #footer-wrapper .mod-newsflash-adv.blog .item .item_img img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    #footer-wrapper .mod-newsflash-adv.blog .item .item_img.img-intro__left {
        max-width: 60px;
        margin-right: 20px;
    }

#footer-wrapper form select,
#footer-wrapper form textarea,
#footer-wrapper form input[type="text"],
#footer-wrapper form input[type="password"],
#footer-wrapper form input[type="datetime"],
#footer-wrapper form input[type="datetime-local"],
#footer-wrapper form input[type="date"],
#footer-wrapper form input[type="month"],
#footer-wrapper form input[type="time"],
#footer-wrapper form input[type="times"],
#footer-wrapper form input[type="week"],
#footer-wrapper form input[type="number"],
#footer-wrapper form input[type="email"],
#footer-wrapper form input[type="url"],
#footer-wrapper form input[type="search"],
#footer-wrapper form input[type="tel"],
#footer-wrapper form input[type="color"],
#footer-wrapper form .uneditable-input {
    color: white;
    margin-bottom: 15px;
    background: transparent;
    border-width: 2px;
    border-color: #535353;
    height: 36px;
    padding-bottom: 8px;
    padding-top: 8px;
    background: white;
    line-height: 20px;
}

#footer-wrapper form textarea {
    max-height: 83px;
    min-height: 83px;
}

#footer-wrapper form .btn {
    background: #43cbcb;
    border: none;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 900;
}

    #footer-wrapper form .btn:focus,
    #footer-wrapper form .btn:hover {
        background: #3cd880;
        color: white;
    }

#footer-wrapper form.mod_tm_ajax_contact_form .btn {
    padding: 8px 31px;
}

#footer-wrapper .mod_tm_ajax_contact_form select,
#footer-wrapper .mod_tm_ajax_contact_form textarea,
#footer-wrapper .mod_tm_ajax_contact_form input[type="text"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="password"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="datetime"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="datetime-local"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="date"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="month"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="time"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="times"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="week"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="number"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="email"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="url"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="search"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="tel"],
#footer-wrapper .mod_tm_ajax_contact_form input[type="color"],
#footer-wrapper .mod_tm_ajax_contact_form .uneditable-input {
    background: transparent;
}

#footer-wrapper *::selection {
    background: transparent;
    color: white;
}

#footer-wrapper *::-moz-selection {
    background: transparent;
    color: white;
}

#footer-wrapper input::-webkit-input-placeholder {
    color: white !important;
}

#footer-wrapper input::-moz-placeholder {
    color: white !important;
}

#footer-wrapper input::-moz-placeholder {
    color: white !important;
}

#footer-wrapper input::-ms-input-placeholder {
    color: white !important;
}

#footer-wrapper textarea::-webkit-input-placeholder {
    color: white !important;
}

#footer-wrapper textarea::-moz-placeholder {
    color: white !important;
}

#footer-wrapper textarea::-moz-placeholder {
    color: white !important;
}

#footer-wrapper textarea::-ms-input-placeholder {
    color: white !important;
}

#footer-wrapper input.error,
#footer-wrapper textarea.error,
#footer-wrapper select.error {
    color: white !important;
}

#footer-wrapper .control-group-button {
    padding-top: 5px;
}

#footer-wrapper .owl-carousel .owl-item {
    text-align: left;
}

#footer {
    padding-top: 26px;
}

    #footer .page-header,
    #footer .page_header {
        margin-bottom: 0px;
        text-align: left;
    }

#copyright {
    font-size: 15px;
}

.copyright {
    margin-bottom: 31px;
    text-align: center;
}

    .copyright a {
        color: #9b9b9b;
        text-decoration: underline;
    }

        .copyright a:hover {
            color: #9b9b9b;
            text-decoration: none;
        }

        .copyright a.footer_logo {
            text-decoration: none !important;
        }

.acymailing_module_success {
    min-height: 163px;
}

.acymailing_module_success {
    min-height: 163px;
}

.acymailing_module .acymailing_module_form {
    padding: 0;
}

    .acymailing_module .acymailing_module_form .acymailing_introtext {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 35px !important;
    }

    .acymailing_module .acymailing_module_form .acymailing_form {
        border: none;
        display: table;
        margin: 0 auto;
        width: 100%;
    }

        .acymailing_module .acymailing_module_form .acymailing_form tr td {
            border: none;
            display: table-cell;
            padding: 0px;
            vertical-align: top;
        }

            .acymailing_module .acymailing_module_form .acymailing_form tr td .inputbox {
                font-size: 13px;
                font-family: 'Lato', sans-serif;
                background: #f5f5f5;
                border: #f5f5f5;
                color: #191919;
                min-width: 258px;
                height: 40px;
                padding: 8px 20px;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td select,
            .acymailing_module .acymailing_module_form .acymailing_form tr td textarea,
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="text"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="password"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="datetime"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="datetime-local"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="date"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="month"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="time"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="times"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="week"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="number"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="email"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="url"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="search"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="tel"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td input[type="color"],
            .acymailing_module .acymailing_module_form .acymailing_form tr td .uneditable-input {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td *::selection {
                background: #43cbcb !important;
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td *::-moz-selection {
                background: #43cbcb !important;
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td input::-webkit-input-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td input::-moz-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td input::-moz-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td input::-ms-input-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td textarea::-webkit-input-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td textarea::-moz-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td textarea::-moz-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td textarea::-ms-input-placeholder {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td input.error,
            .acymailing_module .acymailing_module_form .acymailing_form tr td textarea.error,
            .acymailing_module .acymailing_module_form .acymailing_form tr td select.error {
                color: #191919 !important;
            }

            .acymailing_module .acymailing_module_form .acymailing_form tr td .button {
                background: #43cbcb;
                border-color: #43cbcb;
                -webkit-border-radius: 0 5px 5px 0;
                -moz-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0;
                color: white;
                padding: 6px 10px;
                min-width: 112px;
                margin-left: -10px;
                position: relative;
                text-align: center;
                z-index: 1;
            }

                .acymailing_module .acymailing_module_form .acymailing_form tr td .button:hover {
                    background: #6bd6d6;
                    border-color: #6bd6d6;
                }

#style_switcher {
    color: #ffffff;
}

    #style_switcher,
    #style_switcher .toggler {
        background: #333;
    }

        #style_switcher .style_switcher_form .btn {
            color: #333;
        }

            #style_switcher .style_switcher_form .btn:hover {
                color: #ffffff;
            }

        #style_switcher .toggler {
            font-size: 18px !important;
            height: 40px !important;
            line-height: 40px !important;
            width: 40px !important;
        }

            #style_switcher .toggler:before {
                font-size: 18px !important;
                height: 40px !important;
                line-height: 40px !important;
                width: 40px !important;
            }

            #style_switcher .toggler:hover {
                color: #ffffff;
            }

body.mobile_mode.mobile div#fixed-sidebar-right .moduletable.login {
    top: 56px;
}

.timeline-Widget {
    background: transparent !important;
}

.mod_tm_instagram {
    display: inline-block;
    line-height: 0;
    margin: 0 0 0 -9px;
    vertical-align: top;
}

    .mod_tm_instagram #instafeed {
        line-height: 0;
        overflow: hidden;
        vertical-align: top;
        width: 100%;
    }

        .mod_tm_instagram #instafeed > a {
            float: left;
            margin: 0 0 9px 9px;
            max-width: 80px;
        }

#to-desktop {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*== 1800px and beyond ===================================================
========================================================================*/
/* Largest desktop */
@media (min-width: 1800px) {
}
/*== 1200px to 1799px ===================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1799px) {
    h1.heading-style-1,
    h2.heading-style-1,
    h3.heading-style-1,
    h4.heading-style-1,
    h5.heading-style-1,
    h6.heading-style-1 {
        font-size: 48px !important;
    }

    h1.heading-style-2,
    h2.heading-style-2,
    h3.heading-style-2,
    h4.heading-style-2,
    h5.heading-style-2,
    h6.heading-style-2 {
        font-size: 38px;
    }

    h1.heading-style-3,
    h2.heading-style-3,
    h3.heading-style-3,
    h4.heading-style-3,
    h5.heading-style-3,
    h6.heading-style-3 {
        font-size: 30px;
    }

    h1.heading-style-4,
    h2.heading-style-4,
    h3.heading-style-4,
    h4.heading-style-4,
    h5.heading-style-4,
    h6.heading-style-4 {
        font-size: 24px;
    }

    h1.heading-style-5,
    h2.heading-style-5,
    h3.heading-style-5,
    h4.heading-style-5,
    h5.heading-style-5,
    h6.heading-style-5 {
        font-size: 22px;
    }

    h1.heading-style-6,
    h2.heading-style-6,
    h3.heading-style-6,
    h4.heading-style-6,
    h5.heading-style-6,
    h6.heading-style-6 {
        font-size: 17px;
    }

    h1.title1,
    h2.title1,
    h3.title1,
    h4.title1,
    h5.title1,
    h6.title1 {
        font-size: 38px;
    }

    .mod-newsflash-adv.counters .counter {
        font-size: 48px !important;
        line-height: 1.2307 !important;
    }

    .mod-newsflash-adv[class*="features"] i.fa {
        float: none !important;
        font-size: 40px !important;
        line-height: 1.2307em !important;
        max-width: none !important;
    }

    .page-gallery__works #isotopeContainer > li .item_img .item_title {
        font-size: 15px;
        font-weight: 400;
    }
}

@media screen and (max-height: 639px) {
    #style_switcher {
        top: 56px !important;
    }

    .modal-dialog {
        bottom: 0;
        top: 0;
        transform: translate(-50%, 0%);
    }
}
/*== Up to 1200px =====================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1200px) {
    .swiper-container {
        margin-bottom: 0 !important;
    }

    nav.home_menu .icemegamenu > ul > li + li {
        margin-left: 10px !important;
    }

    .menu.social li {
        padding: 0 8px 8px 0;
    }

    .acymailing_module_form .acymailing_form tr td .inputbox {
        min-width: auto;
    }

    .moduletable.features .page_header,
    .moduletable.features .mod-newsflash-adv {
        padding: 0 22px;
    }

    .moduletable.features .mod-newsflash-adv {
        padding: 0 22px 48px;
    }

    .post-facebook .item_content {
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
    }

    .post-message {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .camera_caption {
        max-width: 70% !important;
    }

    .flickr .flickr-item .flickr-item-content {
        padding: 10px;
    }
}
/*== Up to 980px ======================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 979px) {
    h1.heading-style-1,
    h2.heading-style-1,
    h3.heading-style-1,
    h4.heading-style-1,
    h5.heading-style-1,
    h6.heading-style-1 {
        font-size: 36px !important;
    }

    h1.heading-style-2,
    h2.heading-style-2,
    h3.heading-style-2,
    h4.heading-style-2,
    h5.heading-style-2,
    h6.heading-style-2 {
        font-size: 32px;
    }

    h1.heading-style-3,
    h2.heading-style-3,
    h3.heading-style-3,
    h4.heading-style-3,
    h5.heading-style-3,
    h6.heading-style-3 {
        font-size: 28px;
    }

    h1.heading-style-4,
    h2.heading-style-4,
    h3.heading-style-4,
    h4.heading-style-4,
    h5.heading-style-4,
    h6.heading-style-4 {
        font-size: 24px;
    }

    h1.heading-style-5,
    h2.heading-style-5,
    h3.heading-style-5,
    h4.heading-style-5,
    h5.heading-style-5,
    h6.heading-style-5 {
        font-size: 22px;
    }

    h1.heading-style-6,
    h2.heading-style-6,
    h3.heading-style-6,
    h4.heading-style-6,
    h5.heading-style-6,
    h6.heading-style-6 {
        font-size: 17px;
    }

    h1.title1,
    h2.title1,
    h3.title1,
    h4.title1,
    h5.title1,
    h6.title1 {
        font-size: 28px;
    }

    #maintop-2,
    #mainbottom-2 {
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }

        #maintop-2 .mod-article-single,
        #mainbottom-2 .mod-article-single {
            margin-bottom: 20px;
        }

        #maintop-2 ul.buy,
        #mainbottom-2 ul.buy {
            margin-bottom: 20px;
        }

            #maintop-2 ul.buy li .btn,
            #mainbottom-2 ul.buy li .btn {
                padding: 9px 8px !important;
            }

                #maintop-2 ul.buy li .btn:before,
                #mainbottom-2 ul.buy li .btn:before {
                    display: none !important;
                }

    #breadcrumbs {
        padding: 0;
    }

        #breadcrumbs span.caption {
            font-size: 40px;
        }

    .acymailing_module .acyfield_email input {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .acymailing_module_form .acymailing_form tr td .button {
        min-width: inherit !important;
        padding: 6px 20px 6px 10px !important;
    }

    .parallax {
        padding: 48px 0 0 !important;
    }

    .mod-newsflash-adv.counters .counter {
        font-size: 32px !important;
    }

    .mod-newsflash-adv[class*="features"] i.fa {
        font-size: 30px !important;
    }

    #footer-wrapper ul.phone li,
    #footer-wrapper ul.address li {
        font-size: 12px;
    }

    #logo a .site-description {
        font-size: 12px;
        letter-spacing: -1px;
    }

    .custom-pagination {
        margin-bottom: 48px !important;
    }

    .parallax.white .parallax_image {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .mod-newsflash-adv[class*="type1"] i.pull-left[class*="fa"],
    .mod-newsflash-adv[class*="type1"] i.pull-left[class*="material-design"],
    .mod-newsflash-adv[class*="type1"] i.pull-left[class*="material-icons"] {
        margin-right: 0;
        float: none !important;
    }

    .video_outer {
        float: none;
        margin-bottom: 24px;
        margin-right: 0;
        overflow: hidden;
        width: 100%;
    }

    .flickr-item_info {
        font-size: 13px;
        line-height: 18px;
    }

        .flickr-item_info .flickr-item_title {
            font-size: 13px !important;
        }

    .page-gallery__works #isotopeContainer > li .item_img .item_header {
        padding: 10px 40px 10px 10px;
    }

    .nav-tabs > li {
        margin: 0 6px 6px;
    }

    .thumbnails {
        margin-left: -12px;
    }

        .thumbnails > li {
            margin-left: 12px;
        }

    #back-top {
        display: none !important;
        opacity: 0 !important;
        filter: alpha(opacity=0) !important;
    }

    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
        font-weight: inherit;
    }
}
/*== Up to 980px and beyond 768px ======================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .fullwidth ul.icesubMenu.sub_level_1 > li {
        padding-left: 0;
        padding-right: 0;
    }

    .fullwidth ul.icesubMenu.sub_level_1 .iceCols > ul {
        padding: 0 15px;
    }

    .pricing-tables-item .pricing-content {
        border-color: transparent;
        padding: 27px 0 0;
    }
}

@media (max-width: 800px) {
    .img-full__left.span5 {
        width: 50%;
    }
}
/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        padding: 0;
    }

    .icemegamenu {
        display: none;
    }

    .icemega_modulewrap .icemega_cover_module {
        padding-left: 20px;
        padding-right: 20px;
    }

    #logo {
        text-align: center;
    }

        #logo a {
            margin: 0;
        }

            #logo a img {
                float: none;
                margin-right: 0;
            }

        #logo .site-logo {
            display: block;
            letter-spacing: 0px;
        }

    ul.user-menu {
        margin: 0;
        text-align: center;
    }

        ul.user-menu li {
            float: none;
            margin: 0 10px 7px;
        }

    #header_top .menu.social {
        text-align: center;
    }

        #header_top .menu.social li {
            padding: 0 4px 8px;
        }

    .parallax {
        background: #cdcdcd;
    }

        .parallax.white {
            background: white;
        }

        .parallax .parallax_image {
            display: none !important;
        }

        .parallax[class*="parallax1"] .mod-article-single .item_introtext {
            padding-bottom: 0;
        }

    ul.links {
        display: table;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    #maintop-2,
    #mainbottom-2 {
        margin-bottom: 0;
    }

        #maintop-2 .mod-article-single,
        #mainbottom-2 .mod-article-single {
            margin-bottom: 0;
        }

    #maintop-3,
    #maintop-4 {
        padding-bottom: 0;
    }

    .mod-newsflash-adv.services {
        padding-bottom: 24px;
    }

    #maintop-6 {
        margin-bottom: 48px;
        padding-bottom: 0;
    }

    #content {
        padding-bottom: 0;
        padding-top: 24px;
    }

    .parallax[class*="parallax3"] {
        padding-top: 48px;
    }

    #footer-wrapper {
        text-align: center;
    }

    #footer .page-header,
    #footer .page_header {
        text-align: center;
    }

    ul.logo {
        text-align: center;
    }

        ul.logo a.logo img {
            float: none;
            margin-right: 0;
            margin-top: 0;
        }

    #footer-wrapper .mod-newsflash-adv.blog .item .item_img.img-intro__left {
        display: inline-block;
        float: none;
        margin-right: 0;
        max-width: none;
    }

    #footer-wrapper .item_info .item_info_dl:before {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    #footer-wrapper .item_info .item_info_dl > * {
        display: inline-block;
    }

    #mainbottom > .container {
        padding-bottom: 0;
    }

    ul.logo a.logo2 {
        line-height: 60px;
    }

    ul.footer_menu,
    .mod-menu__social ul {
        text-align: center;
    }

        ul.footer_menu li + li::before {
            padding: 0px;
        }

    .post-facebook {
        width: 100%;
    }

    .camera_caption {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .custom-indent .owl-item.center .owl-item_content .item_img {
        transform: scale(1.2) !important;
    }

    .custom-pagination .owl-item_content figcaption {
        letter-spacing: 0 !important;
    }

    .flickr-item {
        float: left;
        max-width: 33.33%;
    }

    .flickr-item {
        float: none;
        max-width: 100%;
    }

    .item_img .articleGalleryZoom:after,
    .item_img .galleryZoomIcon:after {
        bottom: 10px;
    }
    /*===== Mobile Menu =====*/
    .rd-mobilemenu_ul a.iceMenuTitle:hover {
        background: #43cbcb;
    }

    .rd-mobilemenu_ul a.active,
    .rd-mobilemenu_ul li.level_1.active > a {
        color: #FFF;
        background: #43cbcb;
    }

    .rd-mobilemenu_submenu li.active > a {
        color: #00274D;
        background: transparent;
    }

    .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search {
        margin: 0 !important;
    }

    .rd-mobilepanel,
    .rd-mobilemenu {
        z-index: 1035 !important;
    }

    .rd-mobilemenu_submenu .item,
    .rd-mobilemenu_submenu .item__module {
        opacity: 100;
        filter: alpha(opacity=10000);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .rd-mobilemenu_submenu [class*="span"] {
        width: 100% !important;
    }

    .nav.menu.pull-right.nav-pills {
        float: none;
        text-align: center;
    }

        .nav.menu.pull-right.nav-pills li {
            display: inline-block;
            float: none;
        }
    /*===== Tabs =====*/
    .nav-tabs li {
        display: block;
    }
    /*===== Tables =====*/
    .item_introtext dl.table {
        display: block;
    }

    .item_introtext table {
        display: none;
    }
}
/*== Up to 640px ==================================================
====================================================================*/
@media (max-width: 639px) {
    ul#order {
        float: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .mod-newsflash-adv__progbars_circle .row-fluid .span3 {
        width: 50%;
        float: left;
    }

        .mod-newsflash-adv__progbars_circle .row-fluid .span3:nth-child(2n-1) {
            clear: both;
        }
}
/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 479px) {
    .acymailing_module .acymailing_module_form .acymailing_form tr td .inputbox {
        min-width: auto;
    }

    .flickr .flickr-item .flickr-item-content {
        padding: 10px;
    }

        .flickr .flickr-item .flickr-item-content .flickr-item_link {
            float: none;
            padding: 0 0 9px;
        }

    .modal-dialog {
        left: 0;
        transform: translate(0%, 0%);
    }

    .alert {
        padding: 28px 58px 28px 70px;
    }

        .alert:before {
            left: 10px;
            font-size: 40px;
        }

    .img-full__left.span5 {
        margin-right: 0;
        width: 100%;
    }

    .item_img {
        float: none;
        margin: 0 0 24px 0;
        max-width: 100%;
    }

    .portfolio-thumbs {
        float: none;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

        .portfolio-thumbs ul {
            margin-right: 0;
            overflow: hidden;
        }

            .portfolio-thumbs ul li {
                padding-right: 0;
            }

    .data-table dl {
        float: none;
        width: 100%;
    }

        .data-table dl + dl {
            border-left: 1px solid #dddddd;
            border-top: none;
        }

    .mod-search__aside .mod-search_searchword {
        width: 100%;
    }
    /*login*/
    .mod-login__aside .mod-login_username,
    .mod-login__aside .mod-login_passwd,
    .mod-login__aside .mod-login_userdata {
        width: 100%;
    }

    .mod-login__aside .mod-login_userdata {
        overflow: hidden;
    }

    div.modal {
        position: absolute;
    }

    #error input {
        width: 200px;
    }

    .jg_photo {
        width: 100%;
    }

    .item_introtext table tr td:before,
    .item_fulltext table tr td:before {
        font-size: 20px;
        padding: 10px;
    }

    .item_introtext table tr td + td,
    .item_fulltext table tr td + td {
        border-left: none;
    }

    .chzn-container {
        width: 100% !important;
        min-width: 200px;
    }

    #habla_beta_container_do_not_rely_on_div_classes_or_names {
        display: none !important;
    }
}

@media (max-width: 320px) {
    #style_switcher {
        width: 220px !important;
        padding: 20px !important;
    }

        #style_switcher ul {
            padding: 0 0 13px !important;
        }

            #style_switcher ul li {
                margin-right: 5px !important;
            }
}

@media print {
    .item__module,
    .item {
        opacity: 100 !important;
        filter: alpha(opacity=10000) !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }

    .scroll-to-fixed-fixed {
        position: static !important;
        width: 100% !important;
    }

        .scroll-to-fixed-fixed + div {
            display: none !important;
        }
}

.higchart {
    overflow: hidden;
}

.page-loader {
    position: fixed !important;
    top: -100% !important;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999999999999999999;
    background: url(../images/loaderbg.jpg) center center no-repeat #242424;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px !important;
    opacity: 100;
    filter: alpha(opacity=10000);
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

    .page-loader:before {
        content: '';
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .page-loader .logo {
        vertical-align: middle;
        -moz-transform: translate(0, 500px);
        -webkit-transform: translate(0, 500px);
        -ms-transform: translate(0, 500px);
        -o-transform: translate(0, 500px);
        transform: translate(0, 500px);
        position: relative;
        white-space: nowrap;
        display: inline-block;
        top: -50px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
        -o-transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
        transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
    }

        .page-loader .logo h1 {
            position: relative;
            font-size: 0px;
            line-height: 0px;
        }

            .page-loader .logo h1:before {
                content: url(../images/loaderimg.png);
            }

    .page-loader .loader {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0px 0 0 -50px;
        -moz-transform: translate(0, 500px);
        -webkit-transform: translate(0, 500px);
        -ms-transform: translate(0, 500px);
        -o-transform: translate(0, 500px);
        transform: translate(0, 500px);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: transform 1s ease .3s, opacity 1s ease .3s;
    }

    .page-loader.loading .loader,
    .page-loader.loading .logo {
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 100;
        filter: alpha(opacity=10000);
    }

    .page-loader.ended {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
        -o-transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
        transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
    }

        .page-loader.ended .loader,
        .page-loader.ended .logo {
            -moz-transform: translate(0, -500px);
            -webkit-transform: translate(0, -500px);
            -ms-transform: translate(0, -500px);
            -o-transform: translate(0, -500px);
            transform: translate(0, -500px);
            opacity: 0;
            filter: alpha(opacity=0);
        }

@-webkit-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-rolling-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-rolling-css {
    width: 200px;
    height: 200px;
}

    .uil-rolling-css > div {
        width: 200px;
        height: 200px;
        position: relative;
        -ms-animation: uil-rolling-anim 1s linear infinite;
        -moz-animation: uil-rolling-anim 1s linear infinite;
        -webkit-animation: uil-rolling-anim 1s linear infinite;
        -o-animation: uil-rolling-anim 1s linear infinite;
        animation: uil-rolling-anim 1s linear infinite;
        margin-left: -100px;
    }

        .uil-rolling-css > div div {
            position: absolute;
            width: 200px;
            height: 100px;
            border-radius: 1000px 1000px 0 0;
            border-color: #999999;
            border-style: solid;
            border-width: 10px;
            border-bottom-width: 0;
            -moz-transform: translate(0%, 0%);
            -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
            -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        }

            .uil-rolling-css > div div:nth-of-type(2) {
                -ms-transform: translate(0, 50px) rotate(144deg) translate(0, -50px);
                -moz-transform: translate(0, 50px) rotate(144deg) translate(0, -50px);
                -webkit-transform: translate(0, 50px) rotate(144deg) translate(0, -50px);
                -o-transform: translate(0, 50px) rotate(144deg) translate(0, -50px);
                transform: translate(0, 50px) rotate(144deg) translate(0, -50px);
            }

@keyframes example {
    0% {
        opacity: 100;
        filter: alpha(opacity=10000);
        visibility: visible;
    }

    25% {
        opacity: 100;
        filter: alpha(opacity=10000);
        visibility: visible;
    }

    70% {
        opacity: 50;
        filter: alpha(opacity=5000);
        visibility: visible;
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }
}

.flot .tab-pane .flot-chart {
    position: relative;
}

    .flot .tab-pane .flot-chart:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: white;
        width: 100%;
        height: 100%;
        -webkit-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;
        opacity: 100;
        filter: alpha(opacity=10000);
        visibility: visible;
        animation-name: example;
        animation-duration: 2s;
    }

.flot .tab-pane.active .flot-chart:after {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.owl-dot:hover,
.owl-dot:focus {
    background: #43cbcb;
    border: 2px solid #43cbcb;
}

.owl-dot.active {
    background: #43cbcb;
    border: 2px solid #43cbcb;
}

.jlslogin #slogin-buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

    .jlslogin #slogin-buttons a {
        color: #434345;
        margin: 0 10px;
    }

        .jlslogin #slogin-buttons a .slogin-ico:after {
            font-family: FontAwesome;
            pointer-events: none;
            margin-right: 10px;
            color: #434345;
            position: relative;
            top: 0px;
        }

        .jlslogin #slogin-buttons a:hover {
            color: #fff;
        }

.mod_login_wrapper #slogin-buttons {
    display: block;
    text-align: left;
}

    .mod_login_wrapper #slogin-buttons a {
        margin: 0 4px;
        width: 110px;
    }

#fancybox-thumbs ul {
    top: 0px !important;
    width: 100% !important;
}

label .star,
label .red {
    font-size: 24px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    top: 6px;
}

img {
    transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
}

#fixed_cloned {
    width: 100% !important;
}

#isotopeContainer {
    overflow: hidden;
}

    #isotopeContainer img {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }

.tm_twitter .row {
    font-size: 0px;
}

.tm_twitter .tweet-container {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    color: #434345;
}

#kwhoisonline table td,
#kflattable td {
    padding: 8px 8px;
}

#Kunena table a:hover {
    color: #434345;
}

#filters .btn.mixitup-control-active {
    background: #434345;
    border-color: #434345;
    color: #fff;
}

#sort li .desc {
    display: none;
}

#sort li .none {
    display: none;
}

#sort li .block {
    display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
    .flickr .flickr-item {
        text-align: center;
    }
}

.easyzoom-flyout {
    z-index: 99999999999 !important;
    position: absolute;
}

.calendar-container .btn {
    padding-left: 14px;
    padding-right: 14px;
}

.page-loader #logo.logo a {
    color: #fff !important;
    text-align: left !important;
}

    .page-loader #logo.logo a img {
        float: left;
    }

    .page-loader #logo.logo a .site-logo {
        clear: right;
        width: 100%;
    }

    .page-loader #logo.logo a .site-description {
        display: block;
    }

.charts .table-responsive {
    overflow: visible;
}

.charts .tab-pane {
    -webkit-transition: all 0.13s ease;
    -o-transition: all 0.13s ease;
    transition: all 0.13s ease;
}

    .charts .tab-pane .item_content {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.13s ease;
        -o-transition: all 0.13s ease;
        transition: all 0.13s ease;
    }

    .charts .tab-pane.active.show .item_content {
        opacity: 100;
        filter: alpha(opacity=10000);
    }

#section-kmt .kmt-like-counter {
    line-height: 19px !important;
}

#login-form ul.ul-jlslogin li a:hover {
    color: #888;
}

.no-edit .jmodedit {
    display: none !important;
}

table th {
    color: #777;
}

.visible-phone {
    display: none;
}

@media (min-width: 320px) and (max-width: 520px) {
    .hidden-phone {
        display: none;
    }

    .visible-phone {
        display: table-cell;
    }
}

.joomgallery-toggler,
.joomgallery-toggler-down {
    background-image: none;
}

.jg_detailnavi a img.pngfile {
    display: none;
}

#jg_dtl_photo {
    max-width: 100%;
}

.jdGallery .slideElement {
    background-size: cover;
}

.jdGallery a.carouselBtn {
    padding: 9px 10px;
}

/*****************************************CUSTOM FONT CLASSES***********************/
.heartland_way {
    font-family: 'Crimson Text', sans-serif !important;
    font-size: 30px;
    color: #00274D;
    /*font-style:italic;*/
}

/*****************************************ICE MEGA MENU*****************************/
.icemega_title {
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
}

.icesubMenu .icemega_title {
    color: #00274D;
    font: normal 15px/15px 'Fira Sans', sans-serif !important;
    text-align: left;
    text-transform: capitalize;
}

nav.home_menu .icemegamenu > ul > li + li {
    margin-left: 30px !important;
}

nav.home_menubackground-color: .icemegamenu > ul > li.active > a.iceMenuTitle, nav.home_menu .icemegamenu > ul > li.hover > a.iceMenuTitle {
    color: #00274D;
}

nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle {
    color: #00274D;
}

.icesubMenu {
    background-color: #FFF;
    color: #00274D;
}

nav.home_menu .icemegamenu > ul > li.active > a.iceMenuTitle {
    color: #00274D;
}
/**********hide the home button************/
#iceMenu_101 {
    display: none;
}

/*****************************************ONLINE BANKING TETHER*****************************/
#header_top {
    padding-bottom: 10px;
}

.ob-logon {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

#maintText .ob-logon-status-message {
    text-transform: none;
}

    #maintText .ob-logon-status-message span {
        text-align: left;
        padding: 8px 12px;
    }

.ob-logon a {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.account-buttons {
    margin: 4px 0 0 0;
    text-align: right;
    padding: 0 5px 0 5px;
}

#UsernameField {
    height: 30px;
    margin-bottom: 0px;
    /*padding-top:3px;*/
    /*float:right;*/
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mobileMessage {
    background-color: #F5F5F5;
    color: #000;
    margin: 5px;
    margin-top: -3px;
    border-radius: 2px;
}

    .mobileMessage div {
        margin-left: 15px;
        margin-right: 15px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #UsernameField {
        padding-top: 3px;
    }
}


#formObTether {
    margin-bottom: 10px;
}

#modObContainer {
    float: right;
}

.obLoginButton {
    font-family: 'Fira Sans', sans-serif;
    border: none;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px 5px 5px;
}

#obLoginSubmit {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    background-color: #003e69;
    border-radius: 5px;
}

.obLoginButtonSubmit, .obLoginButtonSubmit:hover {
    font-family: 'Fira Sans', sans-serif;
    border: none;
    /*background-color:#FFf !important;
	color:#003e69 !important;*/
    background-color: #F19231 !important;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 20px 5px 5px;
    width: 80%;
}

.btn.obLoginButtonSubmitMobile, .btn.obLoginButtonSubmitMobile:hover {
    font-family: 'Fira Sans', sans-serif;
    border: none;
    background-color: #F19231 !important;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 20px 5px 5px;
    margin-top: 8px;
    margin-bottom: 6px;
    width: 100%;
}

.fullLogin .btn {
    /*padding: 25px 20px 0px 5px;*/
    padding: 5px 20px 0px 5px;
}

.ob-logon .btn:hover {
    border: none;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
}

#obLoginHide {
    position: relative;
    float: right;
    height: 50px;
    z-index: 1500;
    padding-bottom: 8px;
}

#obSubmitNext, #obSubmitNext1, #obSubmitNextMobile {
    border: none;
    background-color: transparent;
    padding: 5px 20px 5px 5px;
    color: #fff;
    text-transform: uppercase;
}

.buttonsContainer {
    float: right;
}

.mobileWidth {
    display: none;
}

.fullLogin {
    display: block;
}

.mobileLogin {
    display: none;
}

.mobileMessage {
    display: none;
}

.secureLoginText {
    font-size: 12px;
    text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
    .account-buttons {
        text-align: center;
    }

    .buttonsContainer {
        float: none;
    }

    #modObContainer {
        float: none;
    }

    .fullWidth {
        display: none;
    }

    .mobileWidth {
        display: inline-block;
    }

    .buttonsContainer {
        float: none;
    }

    .fullLogin {
        display: none;
    }

    .mobileLogin {
        display: block;
    }

    .mobileMessage {
        display: block;
    }
}

/*****************************************SWIPER*****************************/
.swiper-slide-caption {
    background-color: #fff;
    background-color: rgba(59,111,144,0.91);
}

    .swiper-slide-caption p {
        padding: 0 0 5px;
    }

.swiper-slide-caption-hcu {
    background-color: #fff;
    background-color: rgba(59,111,144,0.91);
}

    .swiper-slide-caption-hcu p {
        padding: 0 0 5px;
    }

/***************************************NEWS FLASH HOME PAGE******************/
.mod-newsflash-adv__features {
    margin-top: 65px;
    text-align: center;
    color: #00274D;
}

.item_title__features a {
    color: #00274D;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
/******************************OTHER HOME PAGE MODULESE**********************/
.delivering_solutions {
    background-color: #FFF;
    padding: 15px 0 15px 0;
    font-size: 25px;
    text-align: center;
    color: #00274D;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

    .delivering_solutions h4 {
        color: #00274D;
        font-size: 30px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
    }

/*.parallax_less_padding {
	padding:0 !important;
}*/



/*****************************AD PARALLAX***********************************/
.parallax[class*=hcu_ad] .mod-newsflash-adv_custom-link .btn-info:hover,
.parallax[class*=hcu_ad] .mod-newsflash-adv_custom-link .readmore:hover {
    background: #F19231;
    color: white;
}

.parallax[class*="hcu_ad"] .mod-article-single .item_introtext {
    padding-bottom: 0;
}


.parallax[class*=hcu_ad] {
    padding: 1% 0 1%;
    background-color: #51748B;
}

    .parallax[class*=hcu_ad] .mod-article-single h3 {
        font: 30px/35px 'Fira Sans', sans-serif;
        font-weight: 300;
        letter-spacing: -0.1px;
        margin-bottom: 26px;
        text-transform: none;
    }

    .parallax[class*=hcu_ad] .mod-article-single .item_introtext {
        padding-bottom: 10.9%;
    }

    .parallax[class*=hcu_ad] .mod-newsflash-adv_custom-link .btn-info,
    .parallax[class*=hcu_ad] .mod-newsflash-adv_custom-link .readmore {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        font-weight: 600;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 12px 40px 10px;
    }
    /*.parallax[class*=hcu_ad] *[class*=heading-style] {
	font-size:300% !important;
	color:#FFF !important;
	line-height:80%;
	text-align:center;
}*/
    .parallax[class*=hcu_ad] h1 {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 65px !important;
        line-height: 70px;
        color: #FFF !important;
        text-align: center;
        margin-bottom: 0;
    }

    .parallax[class*=hcu_ad] h2 {
        font-family: 'Fira Sans', sans-serif;
        font-size: 65px !important;
        line-height: 75px;
        color: #FFF !important;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0;
    }

    .parallax[class*=hcu_ad] .mod-newsflash-adv_custom-link {
        text-align: center;
    }

    .parallax[class*=hcu_ad] .container {
        margin: 0 0 0 0;
    }

.boldh1 {
    font-weight: bold;
}

.parallax[class*=white] {
    color: #000;
}

    .parallax[class*=white] *[class*=heading-style] {
        color: #000 !important;
    }

.masthead {
    background-color: #51748B;
    text-align: center;
    margin-bottom: 55px;
    margin-right: 0px !important;
}

.masthead-text {
    margin-top: 30px;
}
/*.masthead-text h1 {
	font-family: 'kelson_sanslight', sans-serif;
	font-size:6vh !important;
	color:#FFF !important;
	text-align:center;
	margin-bottom:0;
}
.masthead-text h2 {
	font-family: 'Fira Sans', sans-serif;
	font-size:6vh !important;
	color:#FFF !important;
	text-align:center;
	font-weight:bold;
	margin-bottom:0;
	
}*/



.masthead-img {
    /*max-height:500px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    padding-left: 0px !important;
    height: 100%;
}

.masthead-text h1 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200 !important;
    font-size: 25px !important;
    color: #FFF !important;
    text-align: center;
    margin-bottom: 0;
}

.masthead-text h2 {
    font-family: 'Fira Sans', sans-serif;
    color: #FFF !important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.masthead-nobutton {
    padding-top: 30px;
}

.masthead-btn {
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 19px;
    color: #FFF;
    background-color: transparent;
    border-radius: 0px;
    border: solid thin #FFF;
    padding: 10px 15px 10px 15px;
    margin-top: 10px;
}

.btn .masthead-btn:hover {
    color: #FFF;
    background-color: #F19231;
}

@media screen and (min-width: 1900px) {
    .masthead-text h1 {
        font-size: 55px !important;
        line-height: 55px;
    }

    .masthead-text h2 {
        font-size: 55px !important;
        line-height: 55px;
    }
}

@media screen and (max-width: 1899px) {
    .masthead-text h1 {
        font-size: 3.5vw !important;
        line-height: 4vw;
    }

    .masthead-text h2 {
        font-size: 3.5vw !important;
        line-height: 4vw;
    }

    .masthead-nobutton {
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}





@media (max-width: 1199px) {
    .masthead-text h1 {
        font-size: 4.5vw !important;
        line-height: 4.75vw;
    }

    .masthead-text h2 {
        font-size: 4.5vw !important;
        line-height: 4.75vw;
    }

    .masthead-btn {
        margin-bottom: 15px;
    }

    .masthead-img {
        display: none;
    }

    .masthead-nobutton {
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .masthead-img {
        background-position: right;
    }

    .masthead-text h1 {
        font-size: 5.5vw !important;
        line-height: 5.75vw;
    }

    .masthead-text h2 {
        font-size: 5.5vw !important;
        line-height: 5.75vw;
    }

    .masthead-nobutton {
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 479px) {
    .masthead-img {
        background-position: right;
    }

    .masthead-text h1 {
        font-size: 5.5vw !important;
        line-height: 5.75vw;
    }

    .masthead-text h2 {
        font-size: 5.5vw !important;
        line-height: 5.75vw;
    }
}



/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .parallax[class*="hcu_ad"] .mod-article-single .item_introtext {
        padding-bottom: 0;
    }
}

/*****************************END AD PARALLAX***********************************/





/******************************FOOTER STYLES**********************/
#footer-wrapper {
    font-family: 'Fira Sans', sans-serif !important;
    background-color: #003E69;
    color: #FFF;
}

    #footer-wrapper ul.phone li a {
        color: #FFF;
    }

#footer .mod-menu a {
    color: #FFF;
}

.key_links {
    font-size: 14px;
    color: #FFF;
}


    .key_links li {
        float: left;
        width: 50%;
    }

@media (max-width: 479px) {
    .key_links li {
        float: none;
        width: 100%
    }
}

.key_links_header {
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 18px;
    color: #FFF;
    margin: 8px 0 15px 0;
    border-bottom: solid thin #FFF;
}

.key_links_header_apps {
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 18px;
    color: #FFF;
    margin: 10px 0 15px 0;
    border-bottom: solid thin #FFF;
}

#key_links {
    margin-bottom: 5px;
}

.federally_insured_footer {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 20px;
}

    .federally_insured_footer a, .federally_insured_footer a:hover {
        color: #FFF;
    }

.footer_about_us {
    font-size: 14px;
    line-height: 24px;
}

    .footer_about_us p {
        padding-bottom: 0;
    }

    .footer_about_us a {
        color: #FFF;
    }

    .footer_about_us h3 {
        font-family: 'Fira Sans', sans-serif !important;
        font-size: 18px;
        color: #FFF;
        margin: 0 0 15px 0;
        border-bottom: solid thin #FFF;
    }

.custom_footer {
    margin-bottom: 15px;
}

#copyright {
    padding-top: 30px;
    background-color: #00274D;
}
/***********************GENERAL CONTENT STYLES************************/
#maintop {
    background-color: #FFF;
}

.page-category .page_header {
    display: none;
}

.page-article {
    font-family: 'Fira Sans', sans-serif !important;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
}

.mod-article-single {
    padding-left: 12px;
    padding-right: 12px;
}

h1 {
    font-family: 'Fira Sans', sans-serif !important;
    color: #00274D;
    font-size: 45px !important;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 5px;
}

.page-article h2 {
    font-family: 'Fira Sans', sans-serif !important;
    text-align: center;
    color: #00274D;
    font-size: 25px;
    text-align: center;
}

.page-article .readmore {
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 19px;
    color: #FFF;
    background-color: #F19231;
    border-radius: 0px;
    border: none;
    padding: 10px 15px 10px 15px;
}

.body__404 #content {
    background: url("../../../images/404.jpg") center top no-repeat;
}


.centered {
    text-align: center;
}

.black_text {
    color: #000 !important;
}

    .black_text h1, .black_text h2, .black_text h3, .black_text h4 {
        color: #000 !important;
    }



#maintop-2 {
    color: white;
    margin-bottom: 0px;
    /*padding-top: 66px;*/
    background-color: #fff !important;
    /*margin-top:65px;*/
}

#maintop-3 {
    color: white;
    margin-bottom: 0px;
    padding-top: 66px;
    background-color: #51748B !important; /*#b8cc4f !important;*/
    margin-top: 65px;
}

#maintop + #maintop-3 {
    background-color: #003E69 !important; /*#b8cc4f !important;*/
}

    #maintop + #maintop-3 .product_fullrow {
        background-color: #003E69 !important; /*#b8cc4f !important;*/
    }

#maintop-3 {
    /*padding-bottom: 48px;
  padding-top: 48px;*/
}

    #maintop-3 *[class*=heading-style] {
        color: white;
    }

.home_fullrow {
    font-family: 'Fira Sans', sans-serif !important;
    background-color: #b8cc4f;
    /*margin-top:-60px;*/
    margin-bottom: 30px !important;
    text-align: center;
}

    .home_fullrow h1, .home_fullrow h2, .home_fullrow h3 {
        font-family: 'Fira Sans', sans-serif !important;
    }

    .home_fullrow .item-title, .home_fullrow .item__module {
        /*float:left;*/
        text-align: center;
    }

    .home_fullrow .mod-newsflash-adv_custom-link {
        /*float:left;
	
	margin-left:45px;*/
    }

        .home_fullrow .mod-newsflash-adv_custom-link .readmore {
            font-family: 'Fira Sans', sans-serif !important;
            font-size: 19px !important;
            color: #FFF !important;
            background-color: transparent !important;
            border-radius: 0px !important;
            border: solid thin #FFF !important;
            padding: 10px 15px 10px 15px !important;
            margin-top: 10px !important;
        }

        .home_fullrow .mod-newsflash-adv_custom-link .readmore {
            font-family: 'Fira Sans', sans-serif !important;
            font-size: 19px !important;
            color: #FFF !important;
            background-color: transparent !important;
            border-radius: 0px !important;
            border: solid thin #FFF !important;
            padding: 10px 15px 10px 15px !important;
            margin-top: 10px !important;
        }




.product_fullrow {
    font-family: 'Fira Sans', sans-serif !important;
    background-color: #51748B; /*#b8cc4f;*/
    margin-top: -60px;
    text-align: center;
}

    .product_fullrow h1, .product_fullrow h2, .product_fullrow h3 {
        font-family: 'Fira Sans', sans-serif !important;
        margin-top: 25px;
    }

    .product_fullrow .item-title, .product_fullrow .item__module {
    }

    .product_fullrow .mod-newsflash-adv_custom-link {
    }

        .product_fullrow .mod-newsflash-adv_custom-link .readmore, .product_fullrow .readmore {
            font-family: 'Fira Sans', sans-serif !important;
            font-size: 19px !important;
            color: #FFF !important;
            background-color: transparent !important;
            border-radius: 0px !important;
            border: solid thin #FFF !important;
            padding: 10px 15px 10px 15px !important;
            margin-top: 10px !important;
        }



/*********************************FOLIO STYLES*************************/
.folio_custom .mod-newsflash-adv.folio2 .item_img > a .caption {
    width: 100%;
    height: 45%;
    text-align: left;
    padding: 15px;
}

.folio_custom article .caption {
    background-color: #B8C850;
    background-color: rgba(0, 62, 105, .91) !important; /*rgba(184,203,80,0.7) !important;*/
    /*background-color: rgba(0,0,0,1) !important;*/
}

.folio_custom article:nth-child(2) .caption {
    background-color: rgba(184, 64, 34, .91) !important; /*rgba(59,111,144,0.7) !important;*/
    /*background-color: rgba(0,0,0,1) !important;*/
}

.folio_custom article:nth-child(3) .caption {
    background-color: rgba(0, 39, 78, .91) !important; /*rgba(241,146,49,0.7) !important;*/
    /*background-color: rgba(0,0,0,1) !important;*/
}

.cross-sell-alt {
    font-size: 25px;
    font: 500 25px/30px 'Fira Sans', sans-serif;
}

.mod-newsflash-adv.folio2 .item_img {
    /*border: 1px solid #d9d9d9;*/
    position: relative;
}

    .mod-newsflash-adv.folio2 .item_img > a .caption {
        text-align: left;
        background: #303030;
        bottom: 48px;
        color: white;
        font: 500 25px/30px 'Fira Sans', sans-serif;
        left: 0;
        padding: 7px 62px 24px 15px;
        position: absolute;
        -webkit-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    .mod-newsflash-adv.folio2 .item_img > a .caption {
        margin-top: 20px;
        font: normal 17px/30px 'Fira Sans', sans-serif;
    }

    .mod-newsflash-adv.folio2 .item_img > a:hover .caption {
        /*left: -1000px;*/
    }

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

.folio_readmore {
    padding: 0 10px 0 10px;
    max-height: 35px;
    font: normal 17px/30px 'Fira Sans', sans-serif;
    background-color: #FFF;
    color: #434345;
    display: block;
    position: absolute;
    bottom: -15px;
}




/*************************MEGA MENU STYLES*************************/

nav.home_menu .icemegamenu {
    float: right;
    position: static;
}

    nav.home_menu .icemegamenu > ul {
        clear: both;
        margin: 22px 0;
        padding: 0;
        width: 100%;
        z-index: 999;
    }

        nav.home_menu .icemegamenu > ul:before,
        nav.home_menu .icemegamenu > ul:after {
            content: " ";
            display: table;
        }

        nav.home_menu .icemegamenu > ul:after {
            clear: both;
        }

        nav.home_menu .icemegamenu > ul:before,
        nav.home_menu .icemegamenu > ul:after {
            content: " ";
            display: table;
        }

        nav.home_menu .icemegamenu > ul:after {
            clear: both;
        }

        nav.home_menu .icemegamenu > ul > li {
            display: block;
            float: left;
            /*position: relative;*/
        }

.position_relative {
    position: relative;
}

#icemegamenu li.iceMenuLiLevel_1 > ul { /* non-float menu */
    margin-top: 34px !important;
}

#header.scroll-to-fixed-fixed #icemegamenu li.iceMenuLiLevel_1 > ul { /* float menu */
    margin-top: 22px !important;
}

.position_relative .sub_level_1 {
    /*margin-top:34px !important;*/
}

nav.home_menu .icemegamenu > ul > li + li {
    margin-left: 37px;
}

nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle {
    display: block;
    font: 600 13px / 30px 'Fira Sans', sans-serif;
    height: 30px;
    letter-spacing: 1px;
    padding: 0px 0;
    position: relative;
    color: #434345;
    background: transparent;
    text-transform: uppercase;
}

    nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 2px solid #43cbcb;
        width: 100%;
        max-width: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle * {
        font: inherit;
    }

    nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle:hover,
    nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle.hover,
    nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
        color: #434345;
        background: transparent;
    }

        nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle:hover:after,
        nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle.hover:after,
        nav.home_menu .icemegamenu > ul > li > a.iceMenuTitle.icemega_active:after {
            max-width: 100%;
        }

nav.home_menu .icemegamenu > ul > li.active > a.iceMenuTitle,
nav.home_menu .icemegamenu > ul > li.hover > a.iceMenuTitle {
    color: #434345;
    background: transparent;
}

    nav.home_menu .icemegamenu > ul > li.active > a.iceMenuTitle.menu-login-form,
    nav.home_menu .icemegamenu > ul > li.hover > a.iceMenuTitle.menu-login-form {
        background: none;
        color: #434345;
    }

nav.home_menu .icemegamenu > ul > li span.icemega_desc {
    color: #434345;
    display: block;
    line-height: 1.25em;
    padding: 0;
}

nav.home_menu .icemegamenu > ul > li.menu-search {
    position: static;
}

    nav.home_menu .icemegamenu > ul > li.menu-search > a.iceMenuTitle {
        font-size: 0;
        background: none;
    }

        nav.home_menu .icemegamenu > ul > li.menu-search > a.iceMenuTitle .icemega_title {
            display: none;
        }

        nav.home_menu .icemegamenu > ul > li.menu-search > a.iceMenuTitle:before {
            content: '\e13d';
            font-size: 24px;
            font-weight: normal;
            font-family: 'Material Design';
        }

        nav.home_menu .icemegamenu > ul > li.menu-search > a.iceMenuTitle:after {
            display: none;
        }

        nav.home_menu .icemegamenu > ul > li.menu-search > a.iceMenuTitle.hover,
        nav.home_menu .icemegamenu > ul > li.menu-search > a.iceMenuTitle:hover {
            color: #43cbcb;
        }

    nav.home_menu .icemegamenu > ul > li.menu-search > ul.icesubMenu {
        top: -6px;
        left: auto;
        right: 0;
        position: absolute;
        height: auto;
        padding: 0;
        margin-top: 0;
        opacity: 100;
        filter: alpha(opacity=10000);
        overflow: visible;
        -moz-transform: translate(0, 0) !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        pointer-events: auto;
    }

        nav.home_menu .icemegamenu > ul > li.menu-search > ul.icesubMenu:before {
            display: none;
        }

    nav.home_menu .icemegamenu > ul > li.menu-search .fa-times {
        display: block;
        font-size: 20px;
    }

    nav.home_menu .icemegamenu > ul > li.menu-search .top_search {
        z-index: 2;
    }

        nav.home_menu .icemegamenu > ul > li.menu-search .top_search.visible .mod-search {
            background: white none repeat scroll 0 0;
            font-size: 0;
            line-height: 0;
            margin: 0;
            position: absolute;
            right: 0;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

nav.home_menu .icemegamenu > ul > li.fulwidth {
    position: static;
}

nav.home_menu .icemegamenu .ice-megamenu-toggle {
    display: none;
}

nav.home_menu ul.icesubMenu {
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.15);
    height: 0;
    left: 100%;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 18px 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    /*top: 100%;*/
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -moz-transform: translate(0%, 30px);
    -webkit-transform: translate(0%, 30px);
    -ms-transform: translate(0%, 30px);
    -o-transform: translate(0%, 30px);
    /*transform: translate(0%, 30px);*/ /* causes IE slowness */
    /*z-index: 9999;*/ /* causes IE slowness */
    background: #43cbcb;
    border: none;
}

    nav.home_menu ul.icesubMenu.sub_level_1 {
        left: 50%;
        -moz-transform: translate(-50%, 30px);
        -webkit-transform: translate(-50%, 30px);
        -ms-transform: translate(-50%, 30px);
        -o-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px);
    }

    nav.home_menu ul.icesubMenu > li:before,
    nav.home_menu ul.icesubMenu > li:after {
        content: " ";
        display: table;
    }

    nav.home_menu ul.icesubMenu > li:after {
        clear: both;
    }

    nav.home_menu ul.icesubMenu > li:before,
    nav.home_menu ul.icesubMenu > li:after {
        content: " ";
        display: table;
    }

    nav.home_menu ul.icesubMenu > li:after {
        clear: both;
    }

    nav.home_menu ul.icesubMenu li a.iceMenuTitle {
        color: #00274D;
        display: block;
        font: 600 13px / 20px 'Fira Sans', sans-serif;
        letter-spacing: 1px;
        padding: 4px 20px;
        text-transform: uppercase;
    }

    nav.home_menu ul.icesubMenu li.active > a.iceMenuTitle,
    nav.home_menu ul.icesubMenu li:hover > a.iceMenuTitle,
    nav.home_menu ul.icesubMenu li.hover > a.iceMenuTitle {
        color: #195c5c;
        background: transparent;
    }

    nav.home_menu ul.icesubMenu.sub_level_1 {
        /*margin-top: 20px;*/
    }

    nav.home_menu ul.icesubMenu.sub_level_2 {
        margin-top: -46px;
    }

div.home_menu .icemegamenu > ul {
    clear: both;
    margin: 10px 0 9px;
    padding: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}

    div.home_menu .icemegamenu > ul:before,
    div.home_menu .icemegamenu > ul:after {
        content: " ";
        display: table;
    }

    div.home_menu .icemegamenu > ul:after {
        clear: both;
    }

    div.home_menu .icemegamenu > ul:before,
    div.home_menu .icemegamenu > ul:after {
        content: " ";
        display: table;
    }

    div.home_menu .icemegamenu > ul:after {
        clear: both;
    }

    div.home_menu .icemegamenu > ul > li {
        display: inline-block;
        margin: 0 6px;
        position: relative;
    }

        div.home_menu .icemegamenu > ul > li > a.iceMenuTitle {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            display: block;
            font: 600 13px / 20px 'Fira Sans', sans-serif;
            letter-spacing: 0.7px;
            padding: 8px 11px 6px;
            position: relative;
            color: #434345;
            background: transparent;
            text-transform: uppercase;
        }

            div.home_menu .icemegamenu > ul > li > a.iceMenuTitle * {
                font: inherit;
            }

            div.home_menu .icemegamenu > ul > li > a.iceMenuTitle:hover,
            div.home_menu .icemegamenu > ul > li > a.iceMenuTitle.hover,
            div.home_menu .icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
                background: #43cbcb;
                color: white;
            }

        div.home_menu .icemegamenu > ul > li.active > a.iceMenuTitle,
        div.home_menu .icemegamenu > ul > li.hover > a.iceMenuTitle {
            background: #43cbcb;
            color: white;
        }

        div.home_menu .icemegamenu > ul > li span.icemega_desc {
            color: #434345;
            display: block;
            line-height: 1.25em;
            padding: 0;
        }

div.home_menu .icemegamenu .ice-megamenu-toggle {
    display: none;
}

div.home_menu ul.icesubMenu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 18px 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 100%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    z-index: 9999;
    background: #43cbcb;
    border: none;
    left: 100%;
    -moz-transform: translate(0%, 30px);
    -webkit-transform: translate(0%, 30px);
    -ms-transform: translate(0%, 30px);
    -o-transform: translate(0%, 30px);
    transform: translate(0%, 30px);
}

    div.home_menu ul.icesubMenu.sub_level_1 {
        left: 50%;
        -moz-transform: translate(-50%, 30px);
        -webkit-transform: translate(-50%, 30px);
        -ms-transform: translate(-50%, 30px);
        -o-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px);
    }

    div.home_menu ul.icesubMenu > li:before,
    div.home_menu ul.icesubMenu > li:after {
        content: " ";
        display: table;
    }

    div.home_menu ul.icesubMenu > li:after {
        clear: both;
    }

    div.home_menu ul.icesubMenu > li:before,
    div.home_menu ul.icesubMenu > li:after {
        content: " ";
        display: table;
    }

    div.home_menu ul.icesubMenu > li:after {
        clear: both;
    }

    div.home_menu ul.icesubMenu li a.iceMenuTitle {
        color: #ffffff;
        display: block;
        font: 600 13px / 20px 'Fira Sans', sans-serif;
        letter-spacing: 1px;
        padding: 4px 20px;
        text-transform: uppercase;
    }

    div.home_menu ul.icesubMenu li.active > a.iceMenuTitle,
    div.home_menu ul.icesubMenu li:hover > a.iceMenuTitle,
    div.home_menu ul.icesubMenu li.hover > a.iceMenuTitle {
        color: #195c5c;
        background: transparent;
    }

    div.home_menu ul.icesubMenu.sub_level_1 {
        margin-top: 20px;
    }

    div.home_menu ul.icesubMenu.sub_level_2 {
        margin-top: -46px;
    }
/* when dont have subtitle */
.icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
    display: inline-block;
}

li[class*=iceMenuLiLevel] {
    padding: 0;
}

    li[class*=iceMenuLiLevel]:before {
        display: none;
    }

#icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu {
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

    #icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu.sub_level_1 {
        -moz-transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

#icemegamenu li.iceMenuLiLevel_1 li.hover > ul.icesubMenu {
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#icemegamenu ul.icesubMenu.visible {
    height: auto;
}

ul.icesubMenu ul > li {
    position: relative;
}
/* when is parent */
ul.icesubMenu > li:before {
    display: none;
}

ul.icesubMenu > li > .iceCols {
    max-width: 100% !important;
    width: 100%;
}
/* Second Level Dropdown */

ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
    left: 100% !important;
    margin-left: 10px;
    top: 0px;
    -moz-transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
    z-index: 99999;
}

ul.icesubMenu ul > li.hover > ul {
    opacity: 1;
    overflow: visible;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.icesubMenu .icemega_cover_module span.iceModuleTile {
    display: block;
}

.ice_righttoleft {
    width: 100% !important;
    ;
    /*left: auto !important;*/
    /*right: 0;*/
}

.icemega_modulewrap {
    padding: 20px;
}

.nav-collapse .icesubMenu .nav > li > a,
.nav-collapse .icesubMenu .dropdown-menu a {
    margin-bottom: 0;
    padding: 0;
}

.nav-collapse.collapse {
    height: auto;
}

.rd-mobilemenu_ul a.active,
.rd-mobilemenu_ul li.level_1.active > a {
    /*color: white !important;*/
}


.icesubMenu .icemodules .icemega_modulewrap > .mod-menu {
    color: #434345;
    font: normal 17px/30px 'Fira Sans', sans-serif !important;
    text-align: left;
}
/*.iceMenuLiLevel_2 .mod-menu ul li {
	float:left;
	width:30%;
	padding: 5px;
}*/

.iceMenuLiLevel_2 .moduleTitle {
    font-size: 16px;
}

.nav.home_menu ul.icesubMenu {
    background-color: #FFF;
}

nav.home_menu ul.icesubMenu, .iceMenuLiLevel_2 ul li a, .iceMenuLiLevel_2 h1, .iceMenuLiLevel_2 h2, .iceMenuLiLevel_2 h3 {
    color: #00274D;
    font: normal 15px/15px 'Fira Sans', sans-serif !important;
    text-align: left;
}

ul.menu {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

    ul.menu.submenu li {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

        ul.menu.submenu li, ul.menu.submenu li a {
            padding-bottom: 5px !important;
            overflow-wrap: break-word !important;
        }


            ul.menu.submenu li:first-child, ul.menu.submenu li:first-child a {
                font: 17px/17px 'Fira Sans', sans-serif !important;
                font-weight: 700 !important;
                padding-bottom: 25px !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
            }

.position_relative ul.menu.submenu li:first-child, .position_relative ul.menu.submenu li:first-child a {
    font: 17px/17px 'Fira Sans', sans-serif !important;
    font-weight: 100 !important;
    padding-bottom: 25px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

#tc-frame {
    z-index: 99;
}

@media (max-width: 979px) {
    .icemegamenu {
        /*overflow: visible !important;*/
    }
}

.less_bottom_margin .panel-group {
    margin-bottom: 0px;
}

.less_bottom_padding {
    padding-bottom: 0px;
}

.dont_show {
    display: none !important;
}

/* Investment Services */
table.invest-footer {
    background-color: #f4f3f3;
    border: 1px groove #52758c;
}

    table.invest-footer td {
        margin: 8px;
        padding: 8px;
    }

    table.invest-footer p {
        font-family: Verdana,sans-serif;
        color: #666666;
        padding: 8px 0px;
        margin-top: 2px;
    }

table.invest-footer-inner {
    border: 2px solid #eeeeee;
    margin-right: auto;
    margin-left: auto;
    background-color: #52758c;
    color: #ffffff;
    max-width: 100%;
    font-weight: bold;
}

    table.invest-footer-inner td {
        padding: 6px;
    }

    table.invest-footer-inner span {
        color: #ffffff;
        font-size: 12pt;
        font-weight: bolder;
    }

/* On-Spot */

#FindProviderApp .carousel-inner {
    overflow: visible;
    width: 100%;
    max-width: 1100px;
}

#FindProviderApp #myCarousel[style] {
    overflow-y: visible !important;
    width: 100%;
}

#FindProviderApp .carousel-control {
    top: 80px;
}

    #FindProviderApp .carousel-control.left {
        left: -30px;
    }

    #FindProviderApp .carousel-control.right {
        right: -30px;
    }

#FindProviderApp .find-a-provider .carousel-indicators {
    bottom: 0px;
    display: none;
}

    #FindProviderApp .find-a-provider .carousel-indicators li {
        height: 22px;
        text-indent: 4px;
    }

/* Apply Now "fullrow" Strip */
div.product_fullrow .page-header [class*="heading-style"]::after, div.product_fullrow .page_header [class*="heading-style"]::after {
    border-bottom: none;
}

div.product_fullrow .page-header [class*="heading-style"], div.product_fullrow .page_header [class*="heading-style"] {
    margin-bottom: 20px;
    padding-bottom: 0px;
}

#accordion540 {
    height: auto !important;
}

/* Flexicontact */
.fcp_err {
    color: red;
}

div[id*=fcp_div] .fcp_controls .chzn-single {
    text-decoration: none;
}

div[id*=fcp_div] .fcp_controls .chzn-container {
    width: auto !important;
}

/* Chat Box */
@media (max-width: 767px) {
    #tc-frame {
        margin-right: -40px;
        margin-bottom: -10px;
    }
}

/* Expand/Collapse All Accordion */

.accordion-option {
    float: right;
    position: relative;
    bottom: 24px;
    height: 24px;
    width: 150px;
}

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 14px;
        color: #6a6c6f;
        padding-right: 6px;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }


/* Branch/Location Finder */

.gm-bundled-control .gm-control-active {
    top: -8px !important;
    left: -8px !important;
}

.gm-svpc img {
    top: -12px !important;
    left: -12px !important;
}

.gm-fullscreen-control img {
    top: 12px !important;
    left: 12px !important;
}

.mod-article-single ul, .mod-article-single ol {
    margin-left: 40px;
    margin-right: 40px;
    list-style: disc;
}

/* Progress Bar Circles */
.one, .two, .three {
    position: absolute;
    margin-top: -5px;
    z-index: 1;
    height: 20px;
    width: 20px;
    border-radius: 25px;
}

.one {
    left: 25%;
}

.two {
    left: 50%;
}

.three {
    left: 75%;
}

.primary-color {
    background-color: #4989bd;
}

.success-color {
    background-color: #5cb85c;
}

.danger-color {
    background-color: #d9534f;
}

.warning-color {
    background-color: #f0ad4e;
}

.info-color {
    background-color: #5bc0de;
}

.no-color {
    background-color: inherit;
}


/* Print */

@media print {
    .header_content {
        display: none;
    }

    #fixed_cloned {
        display: none;
    }

    .rd-mobilepanel {
        display: none;
    }

    title {
        display: none;
    }

    .row.masthead {
        display: none;
    }

    .rd-mobilepanel_title {
        display: none;
    }

    #tc-frame {
        display: none !important;
    }

    .folio_custom {
        display: none;
    }

    #footer-wrapper {
        display: none;
    }

    #maintop-3 {
        display: none;
    }

    #wrapper {
        min-height: 0px !important;
        padding-bottom: 0px !important;
    }

    a[href]:after {
        content: "";
    }
}
