@charset "UTF-8";

* {
    scroll-behavior: smooth;
}

/**
* Template Style
*
* [Table of contents]
*   1 Custom styles
*     1.1 FontAwesome
*     1.2 Main Styles
*     1.3 Typography
*     1.4 Backgrounds
*     1.5 Colors
*     1.6 Icons
*     1.7 Buttons
*     1.8 Forms
*     1.9 Tables
*     1.10 Text-alignment
*     1.11 Text-styling
*     1.12 Visibility responsive
*     1.13 Groups
*     1.14 Context Styling
*     1.15 Flex grid
*     1.16 Unit-responsive
*     1.17 Sections
*     1.18 Offsets
*
*   2 Plugins
*     2.1 Animate
*     2.2 Isotope
*     2.3 Owl Carousel
*     2.4 RD-Navbar
*     2.5 RD-Parallax
*     2.6 RD-Google-Map
*     2.7 RD-Search
*     2.8 To-top
*     2.9 Tabs-and-accordions-custom
*     2.10 Tabs-and-accordions-custom
*     2.11 Photoswipe
*     2.12 Progress-bars
*     2.13 Counter
*     2.14 jquery-circle-progress
*     2.15 Timecircles
**/
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

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

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

@font-face {
    font-family: 'Thin Regular';
    src: url("../fonts/Thin-Regular.eot?66413286");
    src: url("../fonts/Thin-Regular.eot?66413286#iefix") format("embedded-opentype"), url("../fonts/Thin-Regular.woff?66413286") format("woff"), url("../fonts/Thin-Regular.ttf?66413286") format("truetype"), url("../fonts/Thin-Regular.svg?66413286#thin") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="thin-icon-"]:before,
[class*=" thin-icon-"]:before,
.thin-ico {
    font-family: "Thin Regular";
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.thin-icon-volume-on:before {
    content: '\e800';
}

.thin-icon-gift:before {
    content: '\e801';
}

.thin-icon-cup:before {
    content: '\e802';
}

.thin-icon-folder:before {
    content: '\e803';
}

.thin-icon-dublicate:before {
    content: '\e804';
}

.thin-icon-tag:before {
    content: '\e805';
}

.thin-icon-chat:before {
    content: '\e806';
}

.thin-icon-clock:before {
    content: '\e807';
}

.thin-icon-microphone:before {
    content: '\e808';
}

.thin-icon-map-marker:before {
    content: '\e809';
}

.thin-icon-mobile:before {
    content: '\e80a';
}

.thin-icon-cloud-charge:before {
    content: '\e80b';
}

.thin-icon-resize:before {
    content: '\e80c';
}

.thin-icon-cake:before {
    content: '\e80d';
}

.thin-icon-case:before {
    content: '\e80e';
}

.thin-icon-address:before {
    content: '\e80f';
}

.thin-icon-phone-support:before {
    content: '\e810';
}

.thin-icon-fullscreen:before {
    content: '\e811';
}

.thin-icon-db:before {
    content: '\e812';
}

.thin-icon-music:before {
    content: '\e813';
}

.thin-icon-network:before {
    content: '\e814';
}

.thin-icon-db-network:before {
    content: '\e815';
}

.thin-icon-dropbox-upload:before {
    content: '\e816';
}

.thin-icon-phone-call:before {
    content: '\e817';
}

.thin-icon-briefcase-2:before {
    content: '\e818';
}

.thin-icon-card:before {
    content: '\e819';
}

.thin-icon-support:before {
    content: '\e81a';
}

.thin-icon-pull:before {
    content: '\e81b';
}

.thin-icon-desktop:before {
    content: '\e81c';
}

.thin-icon-pass:before {
    content: '\e81d';
}

.thin-icon-picture:before {
    content: '\e81e';
}

.thin-icon-email:before {
    content: '\e81f';
}

.thin-icon-push:before {
    content: '\e820';
}

.thin-icon-house:before {
    content: '\e821';
}

.thin-icon-download:before {
    content: '\e822';
}

.thin-icon-storage:before {
    content: '\e823';
}

.thin-icon-milk:before {
    content: '\e824';
}

.thin-icon-external-right:before {
    content: '\e825';
}

.thin-icon-email-open:before {
    content: '\e826';
}

.thin-icon-planet:before {
    content: '\e827';
}

.thin-icon-pointer:before {
    content: '\e828';
}

.thin-icon-email-search:before {
    content: '\e829';
}

.thin-icon-external-left:before {
    content: '\e82a';
}

.thin-icon-shirt:before {
    content: '\e82b';
}

.thin-icon-document-edit:before {
    content: '\e82c';
}

.thin-icon-document-delete:before {
    content: '\e82d';
}

.thin-icon-money:before {
    content: '\e82e';
}

.thin-icon-eye:before {
    content: '\e82f';
}

.thin-icon-settings:before {
    content: '\e830';
}

.thin-icon-arrow-bottom-right:before {
    content: '\e831';
}

.thin-icon-arrow-right:before {
    content: '\e832';
}

.thin-icon-flag:before {
    content: '\e833';
}

.thin-icon-star:before {
    content: '\e834';
}

.thin-icon-calculator:before {
    content: '\e835';
}

.thin-icon-safe:before {
    content: '\e836';
}

.thin-icon-cart:before {
    content: '\e837';
}

.thin-icon-bullhorn:before {
    content: '\e838';
}

.thin-icon-anchor:before {
    content: '\e839';
}

.thin-icon-globe:before {
    content: '\e83a';
}

.thin-icon-statistics:before {
    content: '\e83b';
}

.thin-icon-thumb-up:before {
    content: '\e83c';
}

.thin-icon-headphones:before {
    content: '\e83d';
}

.thin-icon-bell:before {
    content: '\e83e';
}

.thin-icon-study:before {
    content: '\e83f';
}

.thin-icon-cart-add:before {
    content: '\e840';
}

.thin-icon-cart-delete:before {
    content: '\e841';
}

.thin-icon-satelite:before {
    content: '\e842';
}

.thin-icon-home:before {
    content: '\e843';
}

.thin-icon-time:before {
    content: '\e844';
}

.thin-icon-book:before {
    content: '\e845';
}

.thin-icon-bookmark:before {
    content: '\e846';
}

.thin-icon-key:before {
    content: '\e847';
}

.thin-icon-timer:before {
    content: '\e848';
}

.thin-icon-saturn:before {
    content: '\e849';
}

.thin-icon-notes:before {
    content: '\e84a';
}

.thin-icon-ambulance:before {
    content: '\e84b';
}

.thin-icon-briefcase:before {
    content: '\e84c';
}

.thin-icon-layers:before {
    content: '\e84d';
}

.thin-icon-delivery:before {
    content: '\e84e';
}

.thin-icon-tint:before {
    content: '\e84f';
}

.thin-icon-trash:before {
    content: '\e850';
}

.thin-icon-lightbulb:before {
    content: '\e851';
}

.thin-icon-calendar:before {
    content: '\e852';
}

.thin-icon-chart:before {
    content: '\e853';
}

.thin-icon-documents:before {
    content: '\e854';
}

.thin-icon-checklist:before {
    content: '\e855';
}

.thin-icon-camera-web:before {
    content: '\e856';
}

.thin-icon-camera:before {
    content: '\e857';
}

.thin-icon-lock:before {
    content: '\e858';
}

.thin-icon-umbrella:before {
    content: '\e859';
}

.thin-icon-user:before {
    content: '\e85a';
}

.thin-icon-love:before {
    content: '\e85b';
}

.thin-icon-hanger:before {
    content: '\e85c';
}

.thin-icon-car:before {
    content: '\e85d';
}

.thin-icon-cloth:before {
    content: '\e85e';
}

.thin-icon-box:before {
    content: '\e85f';
}

.thin-icon-attachment:before {
    content: '\e860';
}

.thin-icon-cd:before {
    content: '\e861';
}

.thin-icon-love-broken:before {
    content: '\e862';
}

.thin-icon-volume-off:before {
    content: '\e863';
}

/**
 * Title: Great icon set Flaticon Pack
 * Author: Taras Shypka
 * Source: https://www.flaticon.com/packs/great-icon-set
 * License:  CC BY 3.0 (https://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
    font-family: "fl-great-icon-set";
    src: url("../fonts/fl-great-icon-set.eot");
    src: url("../fonts/fl-great-icon-set.eot#iefix") format("embedded-opentype"), url("../fonts/fl-great-icon-set.woff") format("woff"), url("../fonts/fl-great-icon-set.ttf") format("truetype"), url("../fonts/fl-great-icon-set.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fl-great-icon-set-ico,
[class^="fl-great-icon-set-"]:before,
[class*=" fl-great-icon-set-"]:before,
[class^="fl-great-icon-set-"]:after,
[class*=" fl-great-icon-set-"]:after {
    font-family: 'fl-great-icon-set';
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
}

.fl-great-icon-set-actualization:before {
    content: "\e000";
}

.fl-great-icon-set-add177:before {
    content: "\e001";
}

.fl-great-icon-set-alarm49:before {
    content: "\e002";
}

.fl-great-icon-set-arrow626:before {
    content: "\e003";
}

.fl-great-icon-set-arrow627:before {
    content: "\e004";
}

.fl-great-icon-set-ball38:before {
    content: "\e005";
}

.fl-great-icon-set-band14:before {
    content: "\e006";
}

.fl-great-icon-set-battery149:before {
    content: "\e007";
}

.fl-great-icon-set-bell44:before {
    content: "\e008";
}

.fl-great-icon-set-bluetooth20:before {
    content: "\e009";
}

.fl-great-icon-set-book207:before {
    content: "\e00a";
}

.fl-great-icon-set-bottle38:before {
    content: "\e00b";
}

.fl-great-icon-set-button10:before {
    content: "\e00c";
}

.fl-great-icon-set-button9:before {
    content: "\e00d";
}

.fl-great-icon-set-cassette17:before {
    content: "\e00e";
}

.fl-great-icon-set-chat73:before {
    content: "\e00f";
}

.fl-great-icon-set-checkmark22:before {
    content: "\e010";
}

.fl-great-icon-set-chronometer24:before {
    content: "\e011";
}

.fl-great-icon-set-circular264:before {
    content: "\e012";
}

.fl-great-icon-set-cloud301:before {
    content: "\e013";
}

.fl-great-icon-set-code42:before {
    content: "\e014";
}

.fl-great-icon-set-coffee66:before {
    content: "\e015";
}

.fl-great-icon-set-compass105:before {
    content: "\e016";
}

.fl-great-icon-set-configuration20:before {
    content: "\e017";
}

.fl-great-icon-set-credit95:before {
    content: "\e018";
}

.fl-great-icon-set-crescent32:before {
    content: "\e019";
}

.fl-great-icon-set-cross100:before {
    content: "\e01a";
}

.fl-great-icon-set-crosshair15:before {
    content: "\e01b";
}

.fl-great-icon-set-design31:before {
    content: "\e01c";
}

.fl-great-icon-set-diamond37:before {
    content: "\e01d";
}

.fl-great-icon-set-digital22:before {
    content: "\e01e";
}

.fl-great-icon-set-disc29:before {
    content: "\e01f";
}

.fl-great-icon-set-dislike15:before {
    content: "\e020";
}

.fl-great-icon-set-down102:before {
    content: "\e021";
}

.fl-great-icon-set-download161:before {
    content: "\e022";
}

.fl-great-icon-set-electrical27:before {
    content: "\e023";
}

.fl-great-icon-set-electrical28:before {
    content: "\e024";
}

.fl-great-icon-set-equalizer32:before {
    content: "\e025";
}

.fl-great-icon-set-fast41:before {
    content: "\e026";
}

.fl-great-icon-set-favorites5:before {
    content: "\e027";
}

.fl-great-icon-set-file93:before {
    content: "\e028";
}

.fl-great-icon-set-flash24:before {
    content: "\e029";
}

.fl-great-icon-set-folder213:before {
    content: "\e02a";
}

.fl-great-icon-set-games37:before {
    content: "\e02b";
}

.fl-great-icon-set-ghost7:before {
    content: "\e02c";
}

.fl-great-icon-set-glass49:before {
    content: "\e02d";
}

.fl-great-icon-set-global39:before {
    content: "\e02e";
}

.fl-great-icon-set-house139:before {
    content: "\e02f";
}

.fl-great-icon-set-ice78:before {
    content: "\e030";
}

.fl-great-icon-set-image84:before {
    content: "\e031";
}

.fl-great-icon-set-ink16:before {
    content: "\e032";
}

.fl-great-icon-set-key170:before {
    content: "\e033";
}

.fl-great-icon-set-keyword5:before {
    content: "\e034";
}

.fl-great-icon-set-lantern19:before {
    content: "\e035";
}

.fl-great-icon-set-left204:before {
    content: "\e036";
}

.fl-great-icon-set-lifesaver8:before {
    content: "\e037";
}

.fl-great-icon-set-light87:before {
    content: "\e038";
}

.fl-great-icon-set-lightbulb52:before {
    content: "\e039";
}

.fl-great-icon-set-like76:before {
    content: "\e03a";
}

.fl-great-icon-set-like77:before {
    content: "\e03b";
}

.fl-great-icon-set-link59:before {
    content: "\e03c";
}

.fl-great-icon-set-liquid13:before {
    content: "\e03d";
}

.fl-great-icon-set-list87:before {
    content: "\e03e";
}

.fl-great-icon-set-locked55:before {
    content: "\e03f";
}

.fl-great-icon-set-menu54:before {
    content: "\e040";
}

.fl-great-icon-set-microphone83:before {
    content: "\e041";
}

.fl-great-icon-set-mobile226:before {
    content: "\e042";
}

.fl-great-icon-set-monitor85:before {
    content: "\e043";
}

.fl-great-icon-set-monthly5:before {
    content: "\e044";
}

.fl-great-icon-set-more19:before {
    content: "\e045";
}

.fl-great-icon-set-more20:before {
    content: "\e046";
}

.fl-great-icon-set-mouse48:before {
    content: "\e047";
}

.fl-great-icon-set-musical115:before {
    content: "\e048";
}

.fl-great-icon-set-network38:before {
    content: "\e049";
}

.fl-great-icon-set-new99:before {
    content: "\e04a";
}

.fl-great-icon-set-nine19:before {
    content: "\e04b";
}

.fl-great-icon-set-notebook69:before {
    content: "\e04c";
}

.fl-great-icon-set-pause43:before {
    content: "\e04d";
}

.fl-great-icon-set-pencil107:before {
    content: "\e04e";
}

.fl-great-icon-set-pendrive8:before {
    content: "\e04f";
}

.fl-great-icon-set-photo208:before {
    content: "\e050";
}

.fl-great-icon-set-placeholder34:before {
    content: "\e051";
}

.fl-great-icon-set-portfolio36:before {
    content: "\e052";
}

.fl-great-icon-set-print40:before {
    content: "\e053";
}

.fl-great-icon-set-rectangle19:before {
    content: "\e054";
}

.fl-great-icon-set-recycle74:before {
    content: "\e055";
}

.fl-great-icon-set-rewind43:before {
    content: "\e056";
}

.fl-great-icon-set-right204:before {
    content: "\e057";
}

.fl-great-icon-set-save19:before {
    content: "\e058";
}

.fl-great-icon-set-searching40:before {
    content: "\e059";
}

.fl-great-icon-set-share37:before {
    content: "\e05a";
}

.fl-great-icon-set-shield91:before {
    content: "\e05b";
}

.fl-great-icon-set-shuffle21:before {
    content: "\e05c";
}

.fl-great-icon-set-speaker110:before {
    content: "\e05d";
}

.fl-great-icon-set-sportive64:before {
    content: "\e05e";
}

.fl-great-icon-set-sun90:before {
    content: "\e05f";
}

.fl-great-icon-set-tag70:before {
    content: "\e060";
}

.fl-great-icon-set-text149:before {
    content: "\e061";
}

.fl-great-icon-set-thermometer53:before {
    content: "\e062";
}

.fl-great-icon-set-traffic20:before {
    content: "\e063";
}

.fl-great-icon-set-tree108:before {
    content: "\e064";
}

.fl-great-icon-set-trophy70:before {
    content: "\e065";
}

.fl-great-icon-set-two373:before {
    content: "\e066";
}

.fl-great-icon-set-two374:before {
    content: "\e067";
}

.fl-great-icon-set-up154:before {
    content: "\e068";
}

.fl-great-icon-set-upload117:before {
    content: "\e069";
}

.fl-great-icon-set-upper12:before {
    content: "\e06a";
}

.fl-great-icon-set-user156:before {
    content: "\e06b";
}

.fl-great-icon-set-video172:before {
    content: "\e06c";
}

.fl-great-icon-set-visible11:before {
    content: "\e06d";
}

.fl-great-icon-set-volume45:before {
    content: "\e06e";
}

.fl-great-icon-set-wallet32:before {
    content: "\e06f";
}

.fl-great-icon-set-washing14:before {
    content: "\e070";
}

.fl-great-icon-set-wifi80:before {
    content: "\e071";
}

* {
    outline: none;
}

html *:first-child {
    margin-top: 0;
}

html *:last-child {
    margin-bottom: 0;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
}

a {
    color: #76a9e7;
    text-decoration: none;
    transition: .3s;
}

a:hover,
a:focus {
    color: #2573d2;
    text-decoration: none;
    outline: none;
}

a:focus {
    color: inherit;
}

a.text-hover {
    color: #666;
}

a.text-hover:hover {
    color: #76a9e7;
}

.p a:hover,
.list a:hover {
    text-decoration: underline;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.5;
    font-family: "Titan One", "Times New Roman", Times, serif;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        line-height: 1.20833;
        font-size: 48px;
    }
}

h2,
.h2 {
    font-size: 32px;
    line-height: 1.5;
}

@media (min-width: 768px) {

    h2,
    .h2 {
        line-height: 1.21739;
        font-size: 46px;
    }
}

h3,
.h3 {
    font-size: 28px;
    line-height: 1.5;
    font-family: "Titan One", "Times New Roman", Times, serif;
    color: #333434;
}

@media (min-width: 768px) {

    h3,
    .h3 {
        line-height: 1.19444;
        font-size: 36px;
    }
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.5;
}

@media (min-width: 768px) {

    h4,
    .h4 {
        line-height: 1.23333;
        font-size: 30px;
    }
}

h5,
.h5 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
}

@media (min-width: 768px) {

    h5,
    .h5 {
        line-height: 1.18182;
        font-size: 22px;
    }
}

h6,
.h6 {
    font-size: 17px;
    line-height: 1.5;
    font-family: "Titan One", "Times New Roman", Times, serif;
}

@media (min-width: 768px) {

    h6,
    .h6 {
        line-height: 1.16667;
        font-size: 18px;
    }
}

p {
    margin: 0;
}

p.h5 {
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    transition: .3s all ease;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
    color: #76a9e7;
}

.big {
    font-size: 20px;
}

small,
.small {
    display: block;
    font-size: 14px;
}

.divider {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #eee;
}

.decorative-divider {
    stroke: #ff8b99;
    fill: transparent;
}

ul,
ol {
    /* list-style: none; */
    padding: 0;
    margin: 0;
}

.list>li+li {
    margin-top: 10px;
}

.list-inline {
    margin-left: -5px;
    margin-right: -5px;
}

.list-inline>li {
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline-1 {
    margin-left: -2px;
    margin-right: -2px;
}

.list-inline-1>li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

dl {
    margin: 0;
}

.list-terms dt,
.list-terms dd {
    line-height: 1.5;
}

.list-terms dt+dd {
    margin-top: 17px;
}

.list-terms dd+dt {
    margin-top: 46px;
}

.list-terms-inline dt {
    float: left;
    min-width: 100px;
}

.list-terms-inline dt,
.list-terms-inline dd {
    line-height: 1.5;
}

.page-footer .list-terms-inline dt {
    color: #76a9e7;
    font-weight: 300;
}

.list-index {
    counter-reset: li;
}

.list-index li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

.list-marked li {
    position: relative;
    padding-left: 16px;
}

.list-marked li:before {
    content: '';
    display: inline-block;
    background: #333434;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-marked li+li {
    margin-top: 12px;
}

.context-dark .list-marked li:before {
    background: #fff;
}

.quote {
    margin: 0;
    padding: 0;
    font-size: inherit;
    border: none;
}

.quote q {
    font-style: italic;
    font-weight: 300;
    line-height: 1.6;
}

.quote q:before {
    content: no-open-quote;
}

.quote q:after {
    content: no-close-quote;
}

.quote cite {
    font-style: normal;
    display: inline-block;
    margin-top: 25px;
}

.link {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: .3s;
}

.link:hover {
    text-decoration: underline;
}

.context-dark .link:hover {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-white+.bg-white {
    padding-top: 0;
}

@media (min-width: 992px) {
    .desktop header+.bg-white {
        border-top: 1px solid #d7d7d7;
    }
}

.bg-primary {
    background: #76a9e7;
}

.bg-primary+.bg-primary {
    padding-top: 0;
}

.bg-primary .btn-primary {
    color: #76a9e7;
    background-color: #fff;
    border-color: #fff;
}

.bg-primary .btn-primary:hover,
.bg-primary .btn-primary:focus,
.bg-primary .btn-primary:active,
.bg-primary .btn-primary:hover {
    color: #76a9e7;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.bg-service-green {
    background-color: #9fb667;
}

.bg-service-orange {
    background-color: #f2966c;
}

.bg-service-blue {
    background-color: #6cbdf1;
}

.bg-service-dark-blue {
    background-color: #275b99;
}

.bg-person-yellow {
    background-color: rgba(226, 211, 83, 0.68);
}

.bg-person-yellow:hover {
    background-color: #e2d353;
}

.bg-person-green {
    background-color: rgba(135, 186, 98, 0.68);
}

.bg-person-green:hover {
    background-color: #87ba62;
}

.bg-person-blue {
    background-color: rgba(108, 189, 241, 0.68);
}

.bg-person-blue:hover {
    background-color: #6cbdf1;
}

.bg-person-orange {
    background-color: rgba(255, 136, 82, 0.68);
}

.bg-person-orange:hover {
    background-color: #ff8852;
}

.bg-home-1,
.bg-slider-1,
.bg-home-2,
.bg-home-3,
.bg-home-4,
.bg-home-5,
.bg-about-1,
.bg-classes-1,
.bg-news-1,
.bg-primary-img,
.bg-secondary-img {
    background-size: cover;
    background-position: center center;
}

.bg-home-1 {
    background-image: url(../images/home-1-1922x602.jpg);
}

.bg-slider-1 {
    background-image: url(../images/home-2-1170x602.png);
}

.bg-home-2 {
    background-image: url(../images/home-3-1920x479.jpg);
}

.bg-home-3 {
    background-image: url(../images/home-5-1920x755.jpg);
}

.bg-home-4 {
    background-image: url(../images/home-bg-5-1920x520.jpg);
}

@media (min-width: 992px) {
    .bg-home-5 {
        background-image: url(../images/home-bg-6-1920x676.jpg);
    }
}

.bg-about-1 {
    background-image: url(../images/about-1-1920x413.jpg);
}

.bg-classes-1 {
    background-image: url(../images/classes-1-1920x413.jpg);
}

.bg-news-1 {
    background-image: url(../images/news-1-1920x387.jpg);
}

.bg-primary-img {
    background-image: url(../images/bg-primary-img.jpg);
}

.bg-secondary-img {
    background-image: url(../images/bg-secondary-img.jpg);
}

.bg-wraper {
    display: none;
}

.bg-wraper>img {
    max-width: 300px;
}

@media (min-width: 992px) {
    .bg-wraper {
        display: block;
        position: relative;
    }

    .bg-wraper>img {
        max-width: none;
        position: absolute;
        top: -200px;
        bottom: -200px;
        width: auto;
        height: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .bg-wraper-1>img {
        top: -80px;
        -webkit-transform: translateX(-59%);
        -ms-transform: translateX(-59%);
        transform: translateX(-59%);
    }

    .bg-wraper-2>img {
        top: -136px;
    }

    .bg-wraper-3>img {
        top: -80px;
        -webkit-transform: translateX(-61%);
        -ms-transform: translateX(-61%);
        transform: translateX(-61%);
    }

    .bg-wraper-4>img {
        top: -50px;
    }

    .bg-wraper-5>img {
        top: -160px;
    }
}

@media (min-width: 1200px) {
    .bg-wraper-3>img {
        height: auto;
    }
}

.page .text-gray-base {
    color: #000;
}

.page a.text-gray-base:hover,
.page a.text-gray-base:focus {
    color: #76a9e7;
}

.page .text-gray-darker {
    color: #131212;
}

.page a.text-gray-darker:hover,
.page a.text-gray-darker:focus {
    color: #76a9e7;
}

.page .text-gray-dark {
    color: #333434;
}

.page a.text-gray-dark:hover,
.page a.text-gray-dark:focus {
    color: #76a9e7;
}

.page .text-gray {
    color: #666;
}

.page a.text-gray:hover,
.page a.text-gray:focus {
    color: #76a9e7;
}

.page .text-gray-light {
    color: #c2c2c2;
}

.page a.text-gray-light:hover,
.page a.text-gray-light:focus {
    color: #76a9e7;
}

.page .text-gray-lighter {
    color: #d7d7d7;
}

.page a.text-gray-lighter:hover,
.page a.text-gray-lighter:focus {
    color: #76a9e7;
}

.page .text-primary {
    color: #76a9e7;
}

.page a.text-primary:hover,
.page a.text-primary:focus {
    color: #4b8edf;
}

.page .text-white {
    color: #fff;
}

.page a.text-white:hover,
.page a.text-white:focus {
    color: #e6e6e6;
}

.icon,
.icon-border {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.icon:before,
.icon-border:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-border {
    border: 1px solid;
    border-radius: 50%;
    transition: .3s;
}

.icon-border .ie-10,
.ie-11 .icon-border:before {
    top: calc(50% + 6px);
}

.icon-default {
    color: #c2c2c2;
}

.icon-primary {
    color: #76a9e7;
}

.icon-border:hover {
    color: #fff;
    background: #275b99;
    border-color: #275b99;
    box-shadow: 0px 0px 0px 8px #bcd5f3;
}

.context-dark .icon-border {
    border-color: #76a9e7;
}

.context-dark .icon-border:hover {
    color: #fff;
    background: #275b99;
    border-color: #275b99;
    box-shadow: 0px 0px 0px 8px #bcd5f3;
}

.icon-primary-light {
    color: #8ebef8;
}

.context-dark .icon-primary-light {
    color: #8ebef8;
}

.icon-primary-dark {
    color: #598ac3;
}

.context-dark .icon-primary-dark {
    color: #598ac3;
}

.context-dark .icon-primary-dark:hover {
    color: #fff;
}

.icon-xxs {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.icon-xs {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.icon-sm {
    font-size: 36px;
    width: 36px;
    height: 36px;
}

.icon-md {
    font-size: 40px;
    width: 48px;
    height: 48px;
}

.icon-lg {
    font-size: 55px;
    width: 109px;
    height: 109px;
}

.icon-xl {
    font-size: 60px;
    width: 60px;
    height: 60px;
}

.icon-xxl {
    font-size: 72px;
    width: 72px;
    height: 72px;
}

.button {
    display: inline-block;
    position: relative;
    padding: 13px 42px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 30px;
    font-family: "Titan One", "Times New Roman", Times, serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 250ms all ease-in-out;
}

.button:focus,
.button:active,
.button:active:focus {
    outline: none;
}

@media (max-width: 767px) {
    .button-responsive {
        padding: 9px 22px;
        font-size: 16px;
        line-height: 18px;
    }
}

.button-default {
    color: #554b4b;
    background-color: #fff;
    border-color: #d7d7d7;
}

.button-default:hover,
.button-default:focus,
.button-default:active,
.button-default:hover {
    color: #fff;
    background-color: #77d695;
    border-color: #77d695;
}

.button-primary,
.context-dark .button-primary {
    color: #554b4b;
    background-color: #fff10d;
    border-color: #fff10d;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-primary:hover,
.context-dark .button-primary:hover,
.context-dark .button-primary:focus,
.context-dark .button-primary:active,
.context-dark .button-primary:hover {
    color: #fff;
    background-color: #77d695;
    border-color: #77d695;
}

.button-shadow {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.button-shadow:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.button-xs {
    padding: 7px 28px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0;
}

.button-sm {
    padding: 10px 22px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0;
}

.button-lg {
    padding: 18px 30px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 0;
}

.button-circle {
    border-radius: 30px;
}

.button-ellipse-md {
    border-radius: 5px;
}

.button-ellipse-lg {
    border-radius: 10px;
}

.button.button-icon {
    padding-left: 17px;
    padding-right: 17px;
}

.button.button-icon .icon {
    font-size: 16px;
    line-height: inherit;
    vertical-align: middle;
    transition: 0s;
}

.button.button-icon-left .icon {
    float: left;
    padding-right: 10px;
}

.button.button-icon-right .icon {
    float: right;
    padding-left: 10px;
}

.rd-mailform {
    position: relative;
    text-align: left;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group+button {
    margin-top: 15px;
}

.form-input {
    display: block;
    width: 100%;
    height: 49px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
}

.form-input:focus {
    outline: 0;
}

textarea.form-input {
    height: 119px;
    min-height: 50px;
    max-height: 250px;
    resize: vertical;
}

.form-wrap {
    position: relative;
}

.form-wrap+.form-wrap,
.form-wrap+.button {
    margin-top: 15px;
}

.form-label {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    pointer-events: none;
    z-index: 9;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #666;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }

    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #666;
        font-size: 16px;
    }
}

.form-validation {
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 11px;
    line-height: 11px;
    color: #d9534f;
    margin-top: 2px;
    transition: .3s;
    z-index: 11;
}

.form-validation-left .form-validation {
    right: auto;
    top: 100%;
    left: 0;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}

#form-output-global.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

@media (min-width: 480px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #d9534f;
}

.form-output.success {
    color: #5cb85c;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -20px;
    margin-top: 5px;
    outline: none;
    cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #d7d7d7;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    position: absolute;
    opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
    opacity: 1;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
    content: '';
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #131212;
    border-radius: 50%;
}

.checkbox,
.checkbox-inline {
    padding-left: 20px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    border-radius: 3px;
    margin-left: 0;
    left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    content: '\e5ca';
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #131212;
}

.table-custom-wrap {
    overflow-x: auto;
}

.table-custom {
    width: 100%;
    text-align: left;
}

.table-custom tr:first-child td {
    font-weight: 700;
}

.table-custom th tbody,
.table-custom td tbody {
    padding: 7px 18px;
}

@media (min-width: 992px) {

    .table-custom th:nth-child(n+2),
    .table-custom td:nth-child(n+2) {
        padding-left: 56px;
    }
}

.table-custom {
    font-size: 16px;
    text-align: left;
}

.table-custom th {
    color: #131212;
    font-weight: 400;
}

.table-custom td {
    color: #c2c2c2;
}

.table-custom tbody tr {
    border: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
}

.table-custom tbody tr:first-child {
    border: 1px solid #d7d7d7;
}

.table-custom tbody tr td,
.table-custom tbody tr th {
    border: none;
    vertical-align: middle;
    padding: 13px 23px;
}

.table-custom tbody tr td:first-child,
.table-custom tbody tr th:first-child {
    width: 130px;
}

.table-custom tbody tr th,
.table-custom tbody tr td {
    padding: 4px 16px;
}

@media (min-width: 992px) {
    .table-custom.table-fixed {
        table-layout: fixed;
    }
}

.table-custom.table-fixed th tbody,
.table-custom.table-fixed td tbody {
    padding: 0;
}

@media (min-width: 992px) {

    .table-custom.table-fixed th,
    .table-custom.table-fixed td {
        padding: 13px 23px;
    }

    .table-custom.table-fixed th:nth-child(n+2),
    .table-custom.table-fixed td:nth-child(n+2) {
        padding-left: 0;
    }
}

.table-custom.table-hover-rows tbody tr:first-child,
.table-custom.striped-table tbody tr:first-child,
.table-custom.condensed-table tbody tr:first-child,
.table-custom.bordered-table tbody tr:first-child {
    border: none;
    border-bottom: 1px solid #131212;
}

.table-custom.table-hover-rows tbody tr:nth-child(n+2):hover {
    background: #d7d7d7;
    cursor: pointer;
}

.table-custom.striped-table tbody tr:hover,
.table-custom.condensed-table tbody tr:hover,
.table-custom.bordered-table tbody tr:hover {
    background: none;
    cursor: auto;
}

.table-custom.striped-table tbody tr:nth-child(even),
.table-custom.condensed-table tbody tr:nth-child(even),
.table-custom.bordered-table tbody tr:nth-child(even) {
    background: rgba(31, 41, 50, 0.05);
}

@media (min-width: 992px) {

    .table-custom.condensed-table th,
    .table-custom.condensed-table td {
        padding: 9px 23px;
    }
}

.table-custom.bordered-table tbody tr {
    border: 1px solid #d7d7d7;
}

.table-custom.bordered-table tbody tr td,
.table-custom.bordered-table tbody tr th {
    border: 1px solid #d7d7d7;
}

.table-custom.bordered-table tbody tr th {
    border-bottom: none;
}

.table-custom.bordered-table tbody tr:nth-child(n+2) td {
    border-top: none;
}

.table-custom.bordered-table tbody tr:nth-child(even) {
    background: none;
}

.table-custom.bordered-table tbody tr th:first-child,
.table-custom.bordered-table tbody tr td:first-child {
    width: 110px;
}

@media (min-width: 992px) {

    .table-custom.bordered-table tbody th,
    .table-custom.bordered-table tbody td {
        padding: 12px 19px;
    }

    .table-custom.bordered-table tbody th:nth-child(n+2),
    .table-custom.bordered-table tbody td:nth-child(n+2) {
        padding-left: 20px;
    }
}

.table-custom.table-primary tbody tr {
    border-color: transparent;
}

.table-custom.table-primary tbody tr:nth-child(even) {
    background: rgba(31, 41, 50, 0.05);
}

.table-custom.table-primary tbody tr:first-child th {
    font-weight: 700;
}

.table-custom.table-primary tbody tr th {
    background: #76a9e7;
    color: #fff;
    border-top-color: #76a9e7;
}

.table-custom.table-primary tbody tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.table-custom.table-primary tbody tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.service {
    overflow: hidden;
    margin: 0 9px;
    text-align: center;
    border-radius: 60px;
    transition: .3s;
}

.service .content-wraper {
    overflow: hidden;
    padding-bottom: 51px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}


.service img {

    padding: 20px;
    aspect-ratio: 4/3;
    object-fit: contain;

}

.service-title {
    position: relative;
    padding: 17px 5px;
    font-weight: 700;
    color: #fff;
}

.service-title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: inherit;
}

.service-title a {
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.service-title a:hover {
    color: inherit;
    border-bottom: 2px solid;
}

.service .exeption {
    padding: 0 5%;
    padding-top: 40px;
    color: #666;
}

.service-propose {
    color: #000;
}

.service-propose .propose {
    float: left;
    width: 33.3333%;
    margin-top: 35px;
    border-left: 1px solid #d7d7d7;
}

.service-propose .propose:first-child {
    border-left: none;
}

.service-propose .propose p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.service-propose .propose .small {
    margin-top: 3px;
}

.service:hover {
    box-shadow: 0 0px 13px 1px rgba(108, 189, 241, 0.17);
}

@media (min-width: 992px) {
    .service .exeption {
        padding: 0 10%;
        padding-top: 50px;
    }
}

.post-footer .unit-left {
    overflow: hidden;
    border-radius: 10px;
}

.post-footer .post-title {
    font-weight: 700;
}

.post-footer .post-meta {
    margin-top: 6px;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: #76a9e7;
}

.post-footer+.post-footer {
    margin-top: 17px;
}

.post-meta {
    color: #76a9e7;
    font-weight: 700;
}

.post-title {
    max-width: 260px;
    margin: auto;
    margin-top: 3px;
}

.post-content {
    margin: auto;
    margin-top: 21px;
    max-width: 300px;
}

.tag {
    display: inline-block;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    background-color: #4a81c6;
    border: 1px solid #4a81c6;
    padding: 4px 15px;
}

.tag:hover {
    color: #fff;
    border: 1px solid #fff;
}

.person {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 60px;
}

.person * {
    color: #fff;
}

.person-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 13px 10px 13px 10px;
    transition: .3s;
}

.person-info .person-title .person-name {
    font-weight: 700;
}

.person-info .person-contacts {
    font-weight: 600;
}

.person-info .person-contacts .divider {
    margin: 0 auto;
    margin-top: 13px;
    padding-top: 13px;
    max-width: 270px;
}

.person-info .person-contacts .person-mail {
    margin-top: 4px;
}

.person-info .person-contacts .person-phone,
.person-info .person-contacts .person-mail {
    border-bottom: 1px solid transparent;
}

.person-info .person-contacts .person-phone:hover,
.person-info .person-contacts .person-mail:hover {
    color: inherit;
    border-bottom: 1px solid;
    transition: .3s;
}

@media (min-width: 1200px) {
    .desktop .person-info {
        left: 15%;
        bottom: 15%;
        padding: 13px 10px 13px 32px;
        text-align: left;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
    }

    .desktop .person-info .person-contacts {
        overflow: hidden;
        max-height: 0;
        transition: .3s;
    }

    .desktop .person-info .person-contacts .divider {
        max-width: none;
        padding: 0;
        margin: 0;
        transition: .3s;
    }

    .desktop .person-info:hover {
        padding: 20px 10px 20px 32px;
    }

    .desktop .person-info:hover .person-contacts {
        max-height: 300px;
    }

    .desktop .person-info:hover .person-contacts .divider {
        margin-top: 13px;
        padding-top: 13px;
    }
}

.vacancy {
    padding: 23px 36px 30px;
    text-align: left;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
}

.vacancy .group-lg {
    margin-top: 13px;
    position: relative;
    z-index: -1;
}

.vacancy .group-lg .item:before {
    content: "";
    padding-right: 6px;
    font-family: "FontAwesome";
    color: #8ebef8;
}

.vacancy .group-lg .location:before {
    content: "\f041";
}

.vacancy .group-lg .time:before {
    content: "\f017";
}

.vacancy .group-lg .date:before {
    content: "\f274";
}

.program {
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    max-width: 270px;
    margin: auto;
}

.program>img {
    width: 100%;
}

.program * {
    color: #fff;
}

.program-info {
    position: absolute;
    left: 17%;
    right: 0;
    bottom: 15%;
    overflow: hidden;
    padding: 23px 10px 23px 36px;
    text-align: left;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    transition: .3s;
}

.program-info .program-title a {
    border-bottom: 2px solid transparent;
}

.program-info .program-title a:hover {
    color: inherit;
    border-bottom: 2px solid;
    transition: .3s;
}

.program-info .program-title .program-name {
    font-weight: 700;
}

.blurb-button {
    max-width: 290px;
    margin: auto;
}

.blurb {
    max-width: 280px;
    margin: auto;
}

.blurb i {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
}

.blurb p {
    text-align: justify;
}

.blurb-1 {
    max-width: 210px;
}

.blurb:hover .icon-border {
    color: #fff;
    background: #275b99;
    border-color: #275b99;
    box-shadow: 0px 0px 0px 8px #bcd5f3;
}

.img-caption {
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    max-width: 350px;
    margin: auto;
}

.img-caption>img {
    width: 100%;
}

.img-caption * {
    color: #fff;
}

.img-caption .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    overflow: hidden;
    padding: 17px 10px 16px;
    text-align: center;
}

.img-round {
    border-radius: 60px;
}

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

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

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

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

@media (min-width: 480px) {
    html:not(.lt-ie10) .text-xs-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-xs-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-xs-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-xs-justify {
        text-align: justify;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .text-sm-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-sm-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-sm-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .text-md-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-md-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-md-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .text-lg-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-lg-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-lg-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-lg-justify {
        text-align: justify;
    }
}

.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-sbold {
    font-weight: 600;
}

.text-bold,
strong {
    font-weight: 700;
}

.text-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-spacing-40 {
    letter-spacing: 0.04em;
}

.text-spacing-120 {
    letter-spacing: 0.12em;
}

.reveal-block {
    display: block !important;
}

.reveal-inline-block {
    display: inline-block !important;
}

.reveal-inline {
    display: inline !important;
}

.reveal-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.veil {
    display: none !important;
}

@media (min-width: 480px) {
    .reveal-xs-block {
        display: block !important;
    }

    .reveal-xs-inline-block {
        display: inline-block !important;
    }

    .reveal-xs-inline {
        display: inline !important;
    }

    .reveal-xs-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

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

@media (min-width: 768px) {
    .reveal-sm-block {
        display: block !important;
    }

    .reveal-sm-inline-block {
        display: inline-block !important;
    }

    .reveal-sm-inline {
        display: inline !important;
    }

    .reveal-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

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

@media (min-width: 992px) {
    .reveal-md-block {
        display: block !important;
    }

    .reveal-md-inline-block {
        display: inline-block !important;
    }

    .reveal-md-inline {
        display: inline !important;
    }

    .reveal-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

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

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

    .reveal-lg-inline-block {
        display: inline-block !important;
    }

    .reveal-lg-inline {
        display: inline !important;
    }

    .reveal-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

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

@media (min-width: 1800px) {
    .reveal-xl-block {
        display: block !important;
    }

    .reveal-xl-inline-block {
        display: inline-block !important;
    }

    .reveal-xl-inline {
        display: inline !important;
    }

    .reveal-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-xl {
        display: none !important;
    }
}

html .page .group {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-left: -15px;
}

html .page .group>*,
html .page .group>*:first-child {
    display: inline-block;
    margin-top: 20px;
    margin-left: 15px;
}

html .page .group-xs {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    margin-bottom: -5px;
    margin-left: -5px;
}

html .page .group-xs>*,
html .page .group-xs>*:first-child {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}

html .page .group-sm {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -10px;
}

html .page .group-sm>*,
html .page .group-sm>*:first-child {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

html .page .group-lg {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
    margin-bottom: -14px;
    margin-left: -8px;
}

html .page .group-lg>*,
html .page .group-lg>*:first-child {
    display: inline-block;
    margin-top: 14px;
    margin-left: 8px;
}

html .page .group-xl {
    -webkit-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    transform: translateY(-27px);
    margin-bottom: -27px;
    margin-left: -27px;
}

html .page .group-xl>*,
html .page .group-xl>*:first-child {
    display: inline-block;
    margin-top: 27px;
    margin-left: 27px;
}

html .page .group-top>*,
html .page .group-top>*:first-child {
    vertical-align: top;
}

html .page .group-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

html .page .group-bottom>*,
html .page .group-bottom>*:first-child {
    vertical-align: bottom;
}

.context-dark h1,
.context-dark .h1,
.context-dark h2,
.context-dark .h2,
.context-dark h3,
.context-dark .h3,
.context-dark h4,
.context-dark .h4,
.context-dark h5,
.context-dark .h5,
.context-dark h6,
.context-dark .h6,
.context-dark * {
    color: #fff;
}

.context-dark svg {
    stroke: #fff;
}

.context-light h1,
.context-light .h1,
.context-light h2,
.context-light .h2,
.context-light h3,
.context-light .h3,
.context-light h4,
.context-light .h4,
.context-light h5,
.context-light .h5,
.context-light h6,
.context-light .h6 {
    color: #000;
}

.shell,
.shell-wide,
.shell-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.shell,
.shell-wide {
    min-width: 300px;
    max-width: 480px;
}

@media (min-width: 768px) {

    .shell,
    .shell-wide {
        max-width: 750px;
    }
}

@media (min-width: 992px) {

    .shell,
    .shell-wide {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {

    .shell,
    .shell-wide {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .shell-wide {
        max-width: 1800px;
    }
}

@media (min-width: 1200px) {
    .shell-fluid-inset-lg-50 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.range {
    margin-left: -15px;
    margin-right: -15px;
}

.range>.range {
    margin-left: 0;
    margin-right: 0;
}

.range-spacer {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

[class*="cell-"] {
    padding-left: 15px;
    padding-right: 15px;
}

html.lt-ie-10 *+.range,
*+.range {
    margin-top: 50px;
}

html.lt-ie-10 *+[class*='cell-'],
*+[class*='cell-'],
html.lt-ie-10 *+.range-sm,
*+.range-sm {
    margin-top: 40px;
}

html.lt-ie-10 *+.range-lg,
*+.range-lg {
    margin-top: 66px;
}

html.lt-ie-10 .range-condensed,
.range-condensed {
    margin-left: 0;
    margin-right: 0;
}

html.lt-ie-10 .range-condensed>[class*='cell'],
.range-condensed>[class*='cell'] {
    padding-left: 0;
    padding-right: 0;
}

html.lt-ie-10 .range-condensed>*+[class*='cell'],
.range-condensed>*+[class*='cell'] {
    margin-top: 0;
}

html.lt-ie-10 .range-narrow,
.range-narrow {
    margin-left: -5px;
    margin-right: -5px;
}

html.lt-ie-10 .range-narrow>[class*='cell'],
.range-narrow>[class*='cell'] {
    padding-left: 5px;
    padding-right: 5px;
}

html.lt-ie-10 .range-narrow>*+[class*='cell'],
.range-narrow>*+[class*='cell'] {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 480px) {
    .range {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .range>.range {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .range>[class*='cell'] {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 480px) {
    *+[class*='cell-xs-'] {
        margin-top: 0;
    }

    .range-xs-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-xs-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-xs-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-xs-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-xs-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-xs-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-xs {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-xs-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-xs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-xs-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-xs-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .cell-xs-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .cell-xs-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .range>.cell-xs-preffix-0 {
        margin-left: 0%;
    }

    .range>.cell-xs-1 {
        -ms-flex-preferred-size: 8.33333%;
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .range>.cell-xs-preffix-1 {
        margin-left: 8.33333%;
    }

    .range>.cell-xs-2 {
        -ms-flex-preferred-size: 16.66667%;
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .range>.cell-xs-preffix-2 {
        margin-left: 16.66667%;
    }

    .range>.cell-xs-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .range>.cell-xs-preffix-3 {
        margin-left: 25%;
    }

    .range>.cell-xs-4 {
        -ms-flex-preferred-size: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .range>.cell-xs-preffix-4 {
        margin-left: 33.33333%;
    }

    .range>.cell-xs-5 {
        -ms-flex-preferred-size: 41.66667%;
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .range>.cell-xs-preffix-5 {
        margin-left: 41.66667%;
    }

    .range>.cell-xs-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .range>.cell-xs-preffix-6 {
        margin-left: 50%;
    }

    .range>.cell-xs-7 {
        -ms-flex-preferred-size: 58.33333%;
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .range>.cell-xs-preffix-7 {
        margin-left: 58.33333%;
    }

    .range>.cell-xs-8 {
        -ms-flex-preferred-size: 66.66667%;
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .range>.cell-xs-preffix-8 {
        margin-left: 66.66667%;
    }

    .range>.cell-xs-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .range>.cell-xs-preffix-9 {
        margin-left: 75%;
    }

    .range>.cell-xs-10 {
        -ms-flex-preferred-size: 83.33333%;
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .range>.cell-xs-preffix-10 {
        margin-left: 83.33333%;
    }

    .range>.cell-xs-11 {
        -ms-flex-preferred-size: 91.66667%;
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .range>.cell-xs-preffix-11 {
        margin-left: 91.66667%;
    }

    .range>.cell-xs-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range>.cell-xs-preffix-12 {
        margin-left: 100%;
    }

    .range>.cell-xs-1-5 {
        -ms-flex-preferred-size: 20%;
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    *+[class*='cell-sm-'] {
        margin-top: 0;
    }

    .range-sm-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-sm-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-sm-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-sm-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-sm-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-sm-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-sm {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-sm-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-sm-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-sm-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .cell-sm-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .cell-sm-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .range>.cell-sm-preffix-0 {
        margin-left: 0%;
    }

    .range>.cell-sm-1 {
        -ms-flex-preferred-size: 8.33333%;
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .range>.cell-sm-preffix-1 {
        margin-left: 8.33333%;
    }

    .range>.cell-sm-2 {
        -ms-flex-preferred-size: 16.66667%;
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .range>.cell-sm-preffix-2 {
        margin-left: 16.66667%;
    }

    .range>.cell-sm-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .range>.cell-sm-preffix-3 {
        margin-left: 25%;
    }

    .range>.cell-sm-4 {
        -ms-flex-preferred-size: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .range>.cell-sm-preffix-4 {
        margin-left: 33.33333%;
    }

    .range>.cell-sm-5 {
        -ms-flex-preferred-size: 41.66667%;
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .range>.cell-sm-preffix-5 {
        margin-left: 41.66667%;
    }

    .range>.cell-sm-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .range>.cell-sm-preffix-6 {
        margin-left: 50%;
    }

    .range>.cell-sm-7 {
        -ms-flex-preferred-size: 58.33333%;
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .range>.cell-sm-preffix-7 {
        margin-left: 58.33333%;
    }

    .range>.cell-sm-8 {
        -ms-flex-preferred-size: 66.66667%;
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .range>.cell-sm-preffix-8 {
        margin-left: 66.66667%;
    }

    .range>.cell-sm-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .range>.cell-sm-preffix-9 {
        margin-left: 75%;
    }

    .range>.cell-sm-10 {
        -ms-flex-preferred-size: 83.33333%;
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .range>.cell-sm-preffix-10 {
        margin-left: 83.33333%;
    }

    .range>.cell-sm-11 {
        -ms-flex-preferred-size: 91.66667%;
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .range>.cell-sm-preffix-11 {
        margin-left: 91.66667%;
    }

    .range>.cell-sm-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range>.cell-sm-preffix-12 {
        margin-left: 100%;
    }

    .range>.cell-sm-1-5 {
        -ms-flex-preferred-size: 20%;
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    *+[class*='cell-md-'] {
        margin-top: 0;
    }

    .range-md-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-md-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-md-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-md-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-md-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-md-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-md {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-md-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-md-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-md-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .cell-md-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .cell-md-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .range>.cell-md-preffix-0 {
        margin-left: 0%;
    }

    .range>.cell-md-1 {
        -ms-flex-preferred-size: 8.33333%;
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .range>.cell-md-preffix-1 {
        margin-left: 8.33333%;
    }

    .range>.cell-md-2 {
        -ms-flex-preferred-size: 16.66667%;
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .range>.cell-md-preffix-2 {
        margin-left: 16.66667%;
    }

    .range>.cell-md-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .range>.cell-md-preffix-3 {
        margin-left: 25%;
    }

    .range>.cell-md-4 {
        -ms-flex-preferred-size: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .range>.cell-md-preffix-4 {
        margin-left: 33.33333%;
    }

    .range>.cell-md-5 {
        -ms-flex-preferred-size: 41.66667%;
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .range>.cell-md-preffix-5 {
        margin-left: 41.66667%;
    }

    .range>.cell-md-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .range>.cell-md-preffix-6 {
        margin-left: 50%;
    }

    .range>.cell-md-7 {
        -ms-flex-preferred-size: 58.33333%;
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .range>.cell-md-preffix-7 {
        margin-left: 58.33333%;
    }

    .range>.cell-md-8 {
        -ms-flex-preferred-size: 66.66667%;
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .range>.cell-md-preffix-8 {
        margin-left: 66.66667%;
    }

    .range>.cell-md-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .range>.cell-md-preffix-9 {
        margin-left: 75%;
    }

    .range>.cell-md-10 {
        -ms-flex-preferred-size: 83.33333%;
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .range>.cell-md-preffix-10 {
        margin-left: 83.33333%;
    }

    .range>.cell-md-11 {
        -ms-flex-preferred-size: 91.66667%;
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .range>.cell-md-preffix-11 {
        margin-left: 91.66667%;
    }

    .range>.cell-md-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range>.cell-md-preffix-12 {
        margin-left: 100%;
    }

    .range>.cell-md-1-5 {
        -ms-flex-preferred-size: 20%;
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    *+[class*='cell-lg-'] {
        margin-top: 0;
    }

    .range-lg-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-lg-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-lg-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-lg-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-lg-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-lg-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-lg {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-lg-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-lg-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-lg-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .cell-lg-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .cell-lg-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .range>.cell-lg-preffix-0 {
        margin-left: 0%;
    }

    .range>.cell-lg-1 {
        -ms-flex-preferred-size: 8.33333%;
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .range>.cell-lg-preffix-1 {
        margin-left: 8.33333%;
    }

    .range>.cell-lg-2 {
        -ms-flex-preferred-size: 16.66667%;
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .range>.cell-lg-preffix-2 {
        margin-left: 16.66667%;
    }

    .range>.cell-lg-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .range>.cell-lg-preffix-3 {
        margin-left: 25%;
    }

    .range>.cell-lg-4 {
        -ms-flex-preferred-size: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .range>.cell-lg-preffix-4 {
        margin-left: 33.33333%;
    }

    .range>.cell-lg-5 {
        -ms-flex-preferred-size: 41.66667%;
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .range>.cell-lg-preffix-5 {
        margin-left: 41.66667%;
    }

    .range>.cell-lg-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .range>.cell-lg-preffix-6 {
        margin-left: 50%;
    }

    .range>.cell-lg-7 {
        -ms-flex-preferred-size: 58.33333%;
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .range>.cell-lg-preffix-7 {
        margin-left: 58.33333%;
    }

    .range>.cell-lg-8 {
        -ms-flex-preferred-size: 66.66667%;
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .range>.cell-lg-preffix-8 {
        margin-left: 66.66667%;
    }

    .range>.cell-lg-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .range>.cell-lg-preffix-9 {
        margin-left: 75%;
    }

    .range>.cell-lg-10 {
        -ms-flex-preferred-size: 83.33333%;
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .range>.cell-lg-preffix-10 {
        margin-left: 83.33333%;
    }

    .range>.cell-lg-11 {
        -ms-flex-preferred-size: 91.66667%;
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .range>.cell-lg-preffix-11 {
        margin-left: 91.66667%;
    }

    .range>.cell-lg-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range>.cell-lg-preffix-12 {
        margin-left: 100%;
    }

    .range>.cell-lg-1-5 {
        -ms-flex-preferred-size: 20%;
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1800px) {
    *+[class*='cell-xl-'] {
        margin-top: 0;
    }

    .range-xl-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .range-xl-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .range-xl-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .range-xl-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .range-xl-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .range-xl-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .range-xl {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .range-xl-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .range-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .range-xl-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .cell-xl-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .cell-xl-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .cell-xl-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .range>.cell-xl-preffix-0 {
        margin-left: 0%;
    }

    .range>.cell-xl-1 {
        -ms-flex-preferred-size: 8.33333%;
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .range>.cell-xl-preffix-1 {
        margin-left: 8.33333%;
    }

    .range>.cell-xl-2 {
        -ms-flex-preferred-size: 16.66667%;
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .range>.cell-xl-preffix-2 {
        margin-left: 16.66667%;
    }

    .range>.cell-xl-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .range>.cell-xl-preffix-3 {
        margin-left: 25%;
    }

    .range>.cell-xl-4 {
        -ms-flex-preferred-size: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .range>.cell-xl-preffix-4 {
        margin-left: 33.33333%;
    }

    .range>.cell-xl-5 {
        -ms-flex-preferred-size: 41.66667%;
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .range>.cell-xl-preffix-5 {
        margin-left: 41.66667%;
    }

    .range>.cell-xl-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .range>.cell-xl-preffix-6 {
        margin-left: 50%;
    }

    .range>.cell-xl-7 {
        -ms-flex-preferred-size: 58.33333%;
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .range>.cell-xl-preffix-7 {
        margin-left: 58.33333%;
    }

    .range>.cell-xl-8 {
        -ms-flex-preferred-size: 66.66667%;
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .range>.cell-xl-preffix-8 {
        margin-left: 66.66667%;
    }

    .range>.cell-xl-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .range>.cell-xl-preffix-9 {
        margin-left: 75%;
    }

    .range>.cell-xl-10 {
        -ms-flex-preferred-size: 83.33333%;
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .range>.cell-xl-preffix-10 {
        margin-left: 83.33333%;
    }

    .range>.cell-xl-11 {
        -ms-flex-preferred-size: 91.66667%;
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .range>.cell-xl-preffix-11 {
        margin-left: 91.66667%;
    }

    .range>.cell-xl-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range>.cell-xl-preffix-12 {
        margin-left: 100%;
    }

    .range>.cell-xl-1-5 {
        -ms-flex-preferred-size: 20%;
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

html.lt-ie-10 .range>.cell-xs-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%;
}

html.lt-ie-10 .range>.cell-xs-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%;
}

html.lt-ie-10 .range>.cell-xs-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%;
}

html.lt-ie-10 .range>.cell-xs-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%;
}

html.lt-ie-10 .range>.cell-xs-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%;
}

html.lt-ie-10 .range>.cell-xs-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

html.lt-ie-10 .range>.cell-xs-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%;
}

html.lt-ie-10 .range>.cell-xs-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%;
}

html.lt-ie-10 .range>.cell-xs-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

html.lt-ie-10 .range>.cell-xs-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%;
}

html.lt-ie-10 .range>.cell-xs-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%;
}

html.lt-ie-10 .range>.cell-xs-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

html.lt-ie-10 .range>.cell-xs-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%;
}

html.lt-ie-10 .range>.cell-sm-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%;
}

html.lt-ie-10 .range>.cell-sm-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%;
}

html.lt-ie-10 .range>.cell-sm-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%;
}

html.lt-ie-10 .range>.cell-sm-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%;
}

html.lt-ie-10 .range>.cell-sm-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%;
}

html.lt-ie-10 .range>.cell-sm-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

html.lt-ie-10 .range>.cell-sm-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%;
}

html.lt-ie-10 .range>.cell-sm-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%;
}

html.lt-ie-10 .range>.cell-sm-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

html.lt-ie-10 .range>.cell-sm-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%;
}

html.lt-ie-10 .range>.cell-sm-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%;
}

html.lt-ie-10 .range>.cell-sm-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

html.lt-ie-10 .range>.cell-sm-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%;
}

html.lt-ie-10 .range>.cell-md-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%;
}

html.lt-ie-10 .range>.cell-md-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%;
}

html.lt-ie-10 .range>.cell-md-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%;
}

html.lt-ie-10 .range>.cell-md-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%;
}

html.lt-ie-10 .range>.cell-md-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%;
}

html.lt-ie-10 .range>.cell-md-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

html.lt-ie-10 .range>.cell-md-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%;
}

html.lt-ie-10 .range>.cell-md-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%;
}

html.lt-ie-10 .range>.cell-md-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

html.lt-ie-10 .range>.cell-md-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%;
}

html.lt-ie-10 .range>.cell-md-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%;
}

html.lt-ie-10 .range>.cell-md-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

html.lt-ie-10 .range>.cell-md-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%;
}

html.lt-ie-10 .range>.cell-lg-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 8.33333%;
}

html.lt-ie-10 .range>.cell-lg-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 16.66667%;
}

html.lt-ie-10 .range>.cell-lg-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 25%;
}

html.lt-ie-10 .range>.cell-lg-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33333%;
}

html.lt-ie-10 .range>.cell-lg-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 41.66667%;
}

html.lt-ie-10 .range>.cell-lg-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

html.lt-ie-10 .range>.cell-lg-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.33333%;
}

html.lt-ie-10 .range>.cell-lg-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.66667%;
}

html.lt-ie-10 .range>.cell-lg-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

html.lt-ie-10 .range>.cell-lg-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%;
}

html.lt-ie-10 .range>.cell-lg-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.66667%;
}

html.lt-ie-10 .range>.cell-lg-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

html.lt-ie-10 .range>.cell-lg-1-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%;
}

html.lt-ie-10 .range>[class*="cell-xs-preffix-"],
html.lt-ie-10 .range>[class*="cell-sm-preffix-"],
html.lt-ie-10 .range>[class*="cell-md-preffix-"],
html.lt-ie-10 .range>[class*="cell-lg-preffix-"] {
    margin-left: auto;
}

.unit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.unit-body {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unit-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.unit-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.unit-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.unit-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.unit-top,
.unit-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

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

.unit-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.unit-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.unit-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.unit-item-top {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.unit-item-middle {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.unit-item-bottom {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.unit-item-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.unit-item-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.unit-item-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.unit,
.unit-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.unit>[class*='unit-']:first-child,
.unit-vertical>[class*='unit-']:first-child {
    padding-top: 0;
}

.unit>.unit-left+.unit-right,
.unit>.unit-left+.unit-body,
.unit-vertical>.unit-left+.unit-right,
.unit-vertical>.unit-left+.unit-body {
    padding-left: 0;
    padding-top: 20px;
}

.unit>.unit-body+.unit-right,
.unit-vertical>.unit-body+.unit-right {
    padding-left: 0;
    padding-top: 20px;
}

.unit-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.unit-horizontal>.unit-left+.unit-right,
.unit-horizontal>.unit-left+.unit-body {
    padding-top: 0;
    padding-left: 30px;
}

.unit-horizontal>.unit-body+.unit-right {
    padding-top: 0;
    padding-left: 30px;
}

.unit-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.unit-inverse,
.unit-inverse.unit-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.unit-inverse>[class*='unit-']:first-child,
.unit-inverse.unit-vertical>[class*='unit-']:first-child {
    padding-top: 20px;
}

.unit-inverse>[class*='unit-']:last-child,
.unit-inverse.unit-vertical>[class*='unit-']:last-child {
    padding-top: 0;
}

.unit-inverse.unit-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.unit-inverse.unit-horizontal>[class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px;
}

.unit-inverse.unit-horizontal>[class*='unit-']:last-child {
    padding-left: 0;
}

@media (min-width: 480px) {
    .unit-xs-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-xs-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .unit-xs-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .unit-xs-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .unit-xs-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .unit-top,
    .unit-xs-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .unit-xs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xs-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .unit-xs-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-xs-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-xs-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .unit-item-xs-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .unit-item-xs-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .unit-item-xs-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .unit-item-xs-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .unit-item-xs-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-item-xs-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-xs,
    .unit-xs-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .unit-xs>[class*='unit-']:first-child,
    .unit-xs-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-xs>.unit-left+.unit-right,
    .unit-xs>.unit-left+.unit-body,
    .unit-xs-vertical>.unit-left+.unit-right,
    .unit-xs-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-xs>.unit-body+.unit-right,
    .unit-xs-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-xs-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .unit-xs-horizontal>.unit-left+.unit-right,
    .unit-xs-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-xs-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-xs-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-xs-inverse,
    .unit-xs-inverse.unit-xs-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-xs-inverse>[class*='unit-']:first-child,
    .unit-xs-inverse.unit-xs-vertical>[class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-xs-inverse>[class*='unit-']:last-child,
    .unit-xs-inverse.unit-xs-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-xs-inverse.unit-xs-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .unit-xs-inverse.unit-xs-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-xs-inverse.unit-xs-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .unit-sm-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-sm-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .unit-sm-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .unit-sm-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .unit-sm-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .unit-top,
    .unit-sm-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .unit-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-sm-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .unit-sm-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-sm-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-sm-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .unit-item-sm-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .unit-item-sm-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .unit-item-sm-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .unit-item-sm-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .unit-item-sm-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-item-sm-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-sm,
    .unit-sm-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .unit-sm>[class*='unit-']:first-child,
    .unit-sm-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-sm>.unit-left+.unit-right,
    .unit-sm>.unit-left+.unit-body,
    .unit-sm-vertical>.unit-left+.unit-right,
    .unit-sm-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-sm>.unit-body+.unit-right,
    .unit-sm-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-sm-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .unit-sm-horizontal>.unit-left+.unit-right,
    .unit-sm-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-sm-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-sm-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-sm-inverse,
    .unit-sm-inverse.unit-sm-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-sm-inverse>[class*='unit-']:first-child,
    .unit-sm-inverse.unit-sm-vertical>[class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-sm-inverse>[class*='unit-']:last-child,
    .unit-sm-inverse.unit-sm-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-sm-inverse.unit-sm-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .unit-sm-inverse.unit-sm-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-sm-inverse.unit-sm-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .unit-md-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-md-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .unit-md-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .unit-md-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .unit-md-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .unit-top,
    .unit-md-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .unit-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-md-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .unit-md-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-md-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-md-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .unit-item-md-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .unit-item-md-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .unit-item-md-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .unit-item-md-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .unit-item-md-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-item-md-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-md,
    .unit-md-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .unit-md>[class*='unit-']:first-child,
    .unit-md-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-md>.unit-left+.unit-right,
    .unit-md>.unit-left+.unit-body,
    .unit-md-vertical>.unit-left+.unit-right,
    .unit-md-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-md>.unit-body+.unit-right,
    .unit-md-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-md-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .unit-md-horizontal>.unit-left+.unit-right,
    .unit-md-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-md-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-md-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-md-inverse,
    .unit-md-inverse.unit-md-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-md-inverse>[class*='unit-']:first-child,
    .unit-md-inverse.unit-md-vertical>[class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-md-inverse>[class*='unit-']:last-child,
    .unit-md-inverse.unit-md-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-md-inverse.unit-md-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .unit-md-inverse.unit-md-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-md-inverse.unit-md-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .unit-lg-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-lg-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .unit-lg-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .unit-lg-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .unit-lg-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .unit-top,
    .unit-lg-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .unit-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-lg-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .unit-lg-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-lg-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-lg-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .unit-item-lg-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .unit-item-lg-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .unit-item-lg-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .unit-item-lg-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .unit-item-lg-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-item-lg-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-lg,
    .unit-lg-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .unit-lg>[class*='unit-']:first-child,
    .unit-lg-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-lg>.unit-left+.unit-right,
    .unit-lg>.unit-left+.unit-body,
    .unit-lg-vertical>.unit-left+.unit-right,
    .unit-lg-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-lg>.unit-body+.unit-right,
    .unit-lg-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-lg-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .unit-lg-horizontal>.unit-left+.unit-right,
    .unit-lg-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-lg-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-lg-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-lg-inverse,
    .unit-lg-inverse.unit-lg-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-lg-inverse>[class*='unit-']:first-child,
    .unit-lg-inverse.unit-lg-vertical>[class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-lg-inverse>[class*='unit-']:last-child,
    .unit-lg-inverse.unit-lg-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-lg-inverse.unit-lg-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .unit-lg-inverse.unit-lg-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-lg-inverse.unit-lg-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1800px) {
    .unit-xl-align-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .unit-xl-align-left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .unit-xl-align-right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .unit-xl-align-justify {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .unit-xl-align-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .unit-top,
    .unit-xl-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .unit-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xl-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .unit-xl-grow-1 {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-xl-grow-2 {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-xl-grow-3 {
        -webkit-flex-grow: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .unit-item-xl-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }

    .unit-item-xl-middle {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }

    .unit-item-xl-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    .unit-item-xl-narrow {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .unit-item-xl-standart {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-item-xl-wide {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .unit-xl,
    .unit-xl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .unit-xl>[class*='unit-']:first-child,
    .unit-xl-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-xl>.unit-left+.unit-right,
    .unit-xl>.unit-left+.unit-body,
    .unit-xl-vertical>.unit-left+.unit-right,
    .unit-xl-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-xl>.unit-body+.unit-right,
    .unit-xl-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 20px;
    }

    .unit-xl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .unit-xl-horizontal>.unit-left+.unit-right,
    .unit-xl-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-xl-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-xl-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-xl-inverse,
    .unit-xl-inverse.unit-xl-vertical {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .unit-xl-inverse>[class*='unit-']:first-child,
    .unit-xl-inverse.unit-xl-vertical>[class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-xl-inverse>[class*='unit-']:last-child,
    .unit-xl-inverse.unit-xl-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-xl-inverse.unit-xl-horizontal {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .unit-xl-inverse.unit-xl-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 30px;
    }

    .unit-xl-inverse.unit-xl-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

.unit-spacing-xs.unit>[class*='unit-']:first-child,
.unit-spacing-xs.unit-vertical>[class*='unit-']:first-child {
    padding-top: 0;
}

.unit-spacing-xs.unit>.unit-left+.unit-right,
.unit-spacing-xs.unit>.unit-left+.unit-body,
.unit-spacing-xs.unit-vertical>.unit-left+.unit-right,
.unit-spacing-xs.unit-vertical>.unit-left+.unit-body {
    padding-left: 0;
    padding-top: 7px;
}

.unit-spacing-xs.unit>.unit-body+.unit-right,
.unit-spacing-xs.unit-vertical>.unit-body+.unit-right {
    padding-left: 0;
    padding-top: 7px;
}

.unit-spacing-xs.unit-horizontal>.unit-left+.unit-right,
.unit-spacing-xs.unit-horizontal>.unit-left+.unit-body {
    padding-top: 0;
    padding-left: 16px;
}

.unit-spacing-xs.unit-horizontal>.unit-body+.unit-right {
    padding-top: 0;
    padding-left: 16px;
}

.unit-spacing-xs.unit-inverse>[class*='unit-']:first-child,
.unit-spacing-xs.unit-inverse.unit-vertical>[class*='unit-']:first-child {
    padding-top: 7px;
}

.unit-spacing-xs.unit-inverse>[class*='unit-']:last-child,
.unit-spacing-xs.unit-inverse.unit-vertical>[class*='unit-']:last-child {
    padding-top: 0;
}

.unit-spacing-xs.unit-inverse.unit-horizontal>[class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 16px;
}

.unit-spacing-xs.unit-inverse.unit-horizontal>[class*='unit-']:last-child {
    padding-left: 0;
}

@media (min-width: 480px) {

    .unit-spacing-xs.unit-xs>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-xs-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xs>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xs>.unit-left+.unit-body,
    .unit-spacing-xs.unit-xs-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xs-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-xs>.unit-body+.unit-right,
    .unit-spacing-xs.unit-xs-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-xs-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xs-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-xs-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-xs-inverse>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical>[class*='unit-']:first-child {
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-xs-inverse>[class*='unit-']:last-child,
    .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {

    .unit-spacing-xs.unit-sm>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-sm-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-sm>.unit-left+.unit-right,
    .unit-spacing-xs.unit-sm>.unit-left+.unit-body,
    .unit-spacing-xs.unit-sm-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-sm-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-sm>.unit-body+.unit-right,
    .unit-spacing-xs.unit-sm-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-sm-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-sm-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-sm-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-sm-inverse>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical>[class*='unit-']:first-child {
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-sm-inverse>[class*='unit-']:last-child,
    .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 992px) {

    .unit-spacing-xs.unit-md>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-md-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-md>.unit-left+.unit-right,
    .unit-spacing-xs.unit-md>.unit-left+.unit-body,
    .unit-spacing-xs.unit-md-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-md-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-md>.unit-body+.unit-right,
    .unit-spacing-xs.unit-md-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-md-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-md-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-md-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-md-inverse>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-md-inverse.unit-md-vertical>[class*='unit-']:first-child {
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-md-inverse>[class*='unit-']:last-child,
    .unit-spacing-xs.unit-md-inverse.unit-md-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {

    .unit-spacing-xs.unit-lg>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-lg-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-lg>.unit-left+.unit-right,
    .unit-spacing-xs.unit-lg>.unit-left+.unit-body,
    .unit-spacing-xs.unit-lg-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-lg-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-lg>.unit-body+.unit-right,
    .unit-spacing-xs.unit-lg-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-lg-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-lg-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-lg-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-lg-inverse>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical>[class*='unit-']:first-child {
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-lg-inverse>[class*='unit-']:last-child,
    .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

@media (min-width: 1800px) {

    .unit-spacing-xs.unit-xl>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-xl-vertical>[class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xl>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xl>.unit-left+.unit-body,
    .unit-spacing-xs.unit-xl-vertical>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xl-vertical>.unit-left+.unit-body {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-xl>.unit-body+.unit-right,
    .unit-spacing-xs.unit-xl-vertical>.unit-body+.unit-right {
        padding-left: 0;
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-xl-horizontal>.unit-left+.unit-right,
    .unit-spacing-xs.unit-xl-horizontal>.unit-left+.unit-body {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-xl-horizontal>.unit-body+.unit-right {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-xl-inverse>[class*='unit-']:first-child,
    .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical>[class*='unit-']:first-child {
        padding-top: 7px;
    }

    .unit-spacing-xs.unit-xl-inverse>[class*='unit-']:last-child,
    .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical>[class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal>[class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 16px;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal>[class*='unit-']:last-child {
        padding-left: 0;
    }
}

.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #131212;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.snackbars .icon-xxs {
    font-size: 18px;
}

.snackbars p span:last-child {
    padding-left: 14px;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 480px) {
    .snackbars {
        max-width: 380px;
        padding: 14px 17px;
    }
}

.section-sm,
.section-md,
.section-lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {

    .section-sm,
    .section-md,
    .section-lg {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .section-sm {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-md {
        padding-top: 80px;
        padding-bottom: 84px;
    }

    .section-lg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.section-relative {
    position: relative;
    z-index: 1;
}

.section-build {
    padding-top: 1px;
    padding-bottom: 1px;
}

@media (max-width: 480px) {
    .section-grid-demonstration [class^="col"] {
        padding: 5px;
    }
}

.section-grid-demonstration .grid-demonstration-item {
    background: #d7d7d7;
}

@media (min-width: 768px) {
    .section-grid-demonstration .grid-demonstration-item {
        padding: 35px 30px;
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .section-grid-demonstration .grid-demonstration-item h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .section-grid-demonstration .grid-demonstration-item p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

.section-grid-demonstration .divider+.row {
    margin-top: 35px;
}

*+p {
    margin-top: 15px;
}

*+h1 {
    margin-top: 40px;
}

*+h2 {
    margin-top: 35px;
}

*+h3 {
    margin-top: 32px;
}

*+h4 {
    margin-top: 30px;
}

*+h5 {
    margin-top: 25px;
}

*+h6 {
    margin-top: 20px;
}

*+.decorative-divider {
    margin-top: 24px;
}

*+.blurb-container {
    margin-top: 50px;
}

*+.button-md {
    margin-top: 30px;
}

*+.button-responsive {
    margin-top: 20px;
}

*+cite {
    margin-top: 25px;
}

*+.list-marked {
    margin-top: 16px;
}

*+.list-terms {
    margin-top: 15px;
}

*+.accordion-custom {
    margin-top: 16px;
}

*+.e-mail {
    margin-top: 24px;
}

h6+* {
    margin-top: 22px;
}

h6+p {
    margin-top: 27px;
}

h6+.group-sm {
    margin-top: 33px;
}

h6+.post-footer {
    margin-top: 31px;
}

h2+.divider {
    margin-top: 35px;
}

h5+p {
    margin-top: 15px;
}

p+p {
    margin-top: 12px;
}

.divider+.range {
    margin-top: 35px;
}

.decorative-divider+p {
    margin-top: 15px;
}

.decoration-line+.list-terms-inline {
    margin-top: 20px;
}

.icon-lg+h5 {
    margin-top: 0;
}

.counter+h5 {
    margin-top: 17px;
}

@media (min-width: 992px) {
    *+.button-md {
        margin-top: 43px;
    }

    *+.button-responsive {
        margin-top: 43px;
    }

    *+.blurb-container {
        margin-top: 63px;
    }

    h5+p {
        margin-top: 21px;
    }

    .icon-lg+h5 {
        margin-top: 19px;
    }

    .offset-top-1 {
        margin-top: 20px;
    }

    .offset-top-2 {
        margin-top: 10px;
    }

    .offset-top-3 {
        margin-top: 60px;
    }

    .offset-top-4 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    *+.phone {
        margin-top: 15px;
    }
}

html .range-60 {
    padding-top: 1px;
    position: relative;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-bottom: -60px;
}

html .range-60>* {
    margin-top: 60px;
}

html .range-60>*:before {
    content: '';
    display: table;
}

html .range-40 {
    padding-top: 1px;
    position: relative;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    margin-bottom: -40px;
}

html .range-40>* {
    margin-top: 40px;
}

html .range-40>*:before {
    content: '';
    display: table;
}

html .range-30 {
    padding-top: 1px;
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -30px;
}

html .range-30>* {
    margin-top: 30px;
}

html .range-30>*:before {
    content: '';
    display: table;
}

html .range-10 {
    padding-top: 1px;
    position: relative;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: -10px;
}

html .range-10>* {
    margin-top: 10px;
}

html .range-10>*:before {
    content: '';
    display: table;
}

html .range-0 {
    padding-top: 1px;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
}

html .range-0>* {
    margin-top: 0;
}

html .range-0>*:before {
    content: '';
    display: table;
}

@media (min-width: 992px) {
    html .range-md-30 {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        margin-bottom: -30px;
    }

    html .range-md-30>* {
        margin-top: 30px;
    }
}

.page {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 100vh !important;
}

header {
    border: 1px solid #d9d9d9;
}

.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;

}

.top_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0px 50px;
    align-items: center;
    background-image: url("../images/bg-secondary-img.jpg");
    color: white;

}

.top_head .socials a {
    font-size: 20px;
    padding: 0px 5px;
    color: #fff;
}

.rd-navbar-nav li a span {
    display: none;
}

.socials {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    margin-left: 100px;
}



.socials a {
    color: #333;
    padding: 0px 20px;
    font-size: 25px;
}

.socials i:hover {
    cursor: pointer;
}

.top_head p:hover {
    animation: none;
    cursor: pointer;
}

.top_head p {
    font-weight: 800;
    padding: 5px;
    /* animation: blink 1s infinite alternate ease-in-out; */
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .swiper-slide {

        background-image: url("bg-primary-img.jpg");
    }

    .page-header {
        padding-top: 1px;
        display: flex;
    }

    .top_head .socials {
        display: none;
    }

    .section .socials {
        position: absolute;
        top: 1px;


    }




}

.page-footer {
    font-size: 14px;
    padding: 1px 0;
}

.page-footer .privacy {
    display: inline-block;
}

.page-footer .decoration-line {
    height: 1px;
    background-color: #5385c0;
    margin: 7px 0;
}

.page-footer .decoration-line-1 {
    margin-top: 20px;
}

.page-footer .footer-top {
    padding-top: 51px;
    padding-bottom: 30px;
}

.page-footer .footer-bottom {
    background-color: #214f87;
    padding-top: 24px;
    padding-bottom: 25px;
}

.page-footer .footer-bottom>* {
    width: 100%;
}

.e-mail {
    display: inline-block;
    color: #f2966c;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

/**
* FadeIn Keyframes Animation
*/
@-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;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

[data-isotope-layout] {
    display: block;
    transition: .4s all ease;
    min-height: 160px;
    z-index: 0;
}

[data-isotope-layout]:after {
    content: '';
    position: absolute;
    margin-top: 15px;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    background-image: url("../images/isotope-loader.png");
    background-position: -1152px 0;
    -webkit-animation: 0.7s sprite-animation steps(18) infinite;
    animation: 0.7s sprite-animation steps(18) infinite;
    transition: .4s all ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[data-isotope-layout] .row {
    margin-bottom: -30px;
}

[data-isotope-layout] .row>[class*="col-"] {
    margin-top: 30px;
}

[data-isotope-layout] .row-narrow {
    margin-bottom: -10px;
}

[data-isotope-layout] .row-narrow>[class*="col-"] {
    margin-top: 10px;
}

[data-isotope-layout] .row-condensed {
    margin-bottom: 0;
}

[data-isotope-layout] .row-condensed>[class*="col-"] {
    margin-top: 0;
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    opacity: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .1s opacity ease-in;
}

@media (max-width: 479px) {
    [data-isotope-layout] [class*="col-"] {
        max-width: 100%;
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .isotope-xl .row>[class*="col-"] .row {
        margin-bottom: -30px;
    }

    .isotope-xl .row>[class*="col-"] .row>[class*="col-"] {
        margin-top: 35px;
    }
}

@media (min-width: 1800px) {
    .isotope-xl .row>[class*="col-"] .row {
        margin-bottom: -30px;
    }

    .isotope-xl .row>[class*="col-"] .row>[class*="col-"] {
        margin-top: 66px;
    }
}

.isotope-filters {
    position: relative;
    display: inline-block;
}

.isotope-filters-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 5px 0;
    margin: 5px 0;
    z-index: 10;
    float: left;
    min-width: 130px;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.isotope-filters-list>li {
    display: block;
}

.isotope-filters-list>li>a {
    display: block;
    position: relative;
    clear: both;
    color: #131212;
    white-space: nowrap;
    line-height: 1.5;
    padding: 0 5px 13px;
}

.isotope-filters-list>li>a.active,
.isotope-filters-list>li>a:hover {
    background-color: #d7d7d7;
}

.isotope-filters-list.active {
    display: block;
}

.isotope-filters-toggle.active:focus {
    outline: none;
}

.isotope-filters-title {
    display: none;
}

@media (min-width: 480px) {
    .isotope-filters-list {
        right: auto;
        left: 0;
    }
}

@media (min-width: 992px) {

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list {
        position: static;
        display: inline-block;
        float: none;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        border-bottom: 1px solid #666;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li {
        display: inline-block;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a {
        display: inline-block;
        text-transform: uppercase;
        padding: 0 5px 13px;
        color: #333434;
        transition: 0.3s all ease-in;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:after,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 50%;
        width: 0;
        height: 1px;
        background: #76a9e7;
        transition: .4s;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active,
    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:hover,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:hover {
        color: #131212;
        background-color: transparent;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active:after,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active:after {
        left: 0;
        width: 100%;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li+li,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li+li {
        margin-left: 23px;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-toggle {
        display: none;
    }
}

@media (min-width: 1200px) {
    .isotope-filters.isotope-filters-vertical .isotope-filters-list {
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
        border-left: 1px solid #666;
    }

    .isotope-filters.isotope-filters-vertical .isotope-filters-list>li {
        display: block;
        margin-top: 0;
        text-align: left;
    }

    .isotope-filters.isotope-filters-vertical .isotope-filters-list>li>a {
        padding: 0 25px;
    }

    .isotope-filters.isotope-filters-vertical .isotope-filters-list>li>a:after {
        bottom: 50%;
        left: -1px;
        width: 1px;
        height: 0;
        background: #76a9e7;
    }

    .isotope-filters.isotope-filters-vertical .isotope-filters-list>li>a.active:after {
        bottom: 0;
        width: 1px;
        height: 100%;
        left: -1px;
    }

    .isotope-filters.isotope-filters-vertical .isotope-filters-list>li+li {
        margin-left: 0;
        margin-top: 24px;
    }

    .isotope-filters.isotope-filters-vertical .isotope-filters-title {
        display: block;
    }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-prev,
.owl-next {
    display: inline-block;
    padding: 0 5px;
    font: 400 46px/50px 'FontAwesome';
}

.owl-prev:before,
.owl-prev:after,
.owl-next:before,
.owl-next:after {
    content: "";
    font-family: "fl-great-icon-set";
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    transition: .3s;
}

.owl-prev:hover,
.owl-next:hover {
    color: #8ebef8;
}

@media (min-width: 768px) {

    .owl-prev,
    .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .owl-prev:before,
    .owl-prev:after,
    .owl-next:before,
    .owl-next:after {
        font-size: 48px;
    }
}

.owl-prev {
    left: 50%;
}

@media (min-width: 768px) {
    .owl-prev {
        -webkit-transform: translate(-335px, -50%);
        -ms-transform: translate(-335px, -50%);
        transform: translate(-335px, -50%);
    }
}

@media (min-width: 992px) {
    .owl-prev {
        -webkit-transform: translate(-445px, -50%);
        -ms-transform: translate(-445px, -50%);
        transform: translate(-445px, -50%);
    }
}

@media (min-width: 1200px) {
    .owl-prev {
        -webkit-transform: translate(-560px, -50%);
        -ms-transform: translate(-560px, -50%);
        transform: translate(-560px, -50%);
    }
}

.owl-prev:before {

    content: "<";
}

.owl-next {
    right: 50%;
}

@media (min-width: 768px) {
    .owl-next {
        -webkit-transform: translate(335px, -50%);
        -ms-transform: translate(335px, -50%);
        transform: translate(335px, -50%);
    }
}

@media (min-width: 992px) {
    .owl-next {
        -webkit-transform: translate(445px, -50%);
        -ms-transform: translate(445px, -50%);
        transform: translate(445px, -50%);
    }
}

@media (min-width: 1200px) {
    .owl-next {
        -webkit-transform: translate(560px, -50%);
        -ms-transform: translate(560px, -50%);
        transform: translate(560px, -50%);
    }
}

.owl-next:before {
    content: ">";
}

/*
 * Owl Pagination
 */
.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #000;
    transition: box-shadow 0.3s ease;
}

.owl-dot:hover,
.owl-dot:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.6);
}

.owl-dot.active {
    box-shadow: inset 0 0 0 8px #000;
}

@-webkit-keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.rd-navbar {
    display: none;
    font-size: 16px;
    line-height: 1;
}

.rd-navbar-wrap {
    position: relative;
    z-index: 1000;
    background: transparent;
}

.rd-navbar-toggle {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: top;
    background: none;
    color: #131212;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: none;
}

.rd-navbar-toggle .toggle-icon {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-toggle .toggle-icon:after,
.rd-navbar-toggle .toggle-icon:before {
    content: "";
    position: absolute;
    left: 0;
    transition: .3s all ease;
}

.rd-navbar-toggle .toggle-icon:before {
    top: -10px;
}

.rd-navbar-toggle .toggle-icon:after {
    top: 10px;
}

.rd-navbar-toggle .toggle-icon:after,
.rd-navbar-toggle .toggle-icon:before,
.rd-navbar-toggle .toggle-icon {
    width: 30px;
    height: 5px;
    background-color: #131212;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rd-navbar-toggle .toggle-icon:before,
.rd-navbar-toggle .toggle-icon:after {
    transition: top .3s .3s, -webkit-transform .3s 0s;
    transition: top .3s .3s, transform .3s 0s;
    transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
}

.rd-navbar-toggle.active .toggle-icon {
    transition: background .3s 0s ease;
    background: transparent;
}

.rd-navbar-toggle.active .toggle-icon:before,
.rd-navbar-toggle.active .toggle-icon:after {
    top: 0;
    transition: top .3s 0s, -webkit-transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s;
    transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.rd-navbar-toggle.active .toggle-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar-toggle.active .toggle-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-toggle {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: top;
    background: none;
    color: #131212;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: none;
}

.search-toggle .toggle-icon:before,
.search-toggle .toggle-icon:after {
    font-family: "FontAwesome";
}

.search-toggle .toggle-icon:before {
    content: "";
}

.search-toggle .toggle-icon:after {
    content: "";
}

.search-toggle .toggle-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.search-toggle .toggle-icon:before,
.search-toggle .toggle-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    transition: .3s ease-out;
}

.search-toggle .toggle-icon,
.search-toggle .toggle-icon:before,
.search-toggle .toggle-icon:after {
    width: 20px;
    height: 20px;
}

.search-toggle .toggle-icon:before {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.search-toggle .toggle-icon:after {
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

.search-toggle.active .toggle-icon:before {
    -webkit-transform: scale(0) rotate(180deg);
    -ms-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
}

.search-toggle.active .toggle-icon:after {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.search-toggle .toggle-icon,
.search-toggle .toggle-icon:before,
.search-toggle .toggle-icon:after {
    color: #131212;
}

.search-toggle:hover .toggle-icon,
.search-toggle:hover .toggle-icon:before,
.search-toggle:hover .toggle-icon:after {
    color: #ff8b99;
}

.login-toggle {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: top;
    background: none;
    color: #131212;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: none;
}

.login-toggle .toggle-icon:before,
.login-toggle .toggle-icon:after {
    font-family: "FontAwesome";
}

.login-toggle .toggle-icon:before {
    content: "";
}

.login-toggle .toggle-icon:after {
    content: "";
}

.login-toggle .toggle-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.login-toggle .toggle-icon:before,
.login-toggle .toggle-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    transition: .3s ease-out;
}

.login-toggle .toggle-icon,
.login-toggle .toggle-icon:before,
.login-toggle .toggle-icon:after {
    width: 20px;
    height: 20px;
}

.login-toggle .toggle-icon:before {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.login-toggle .toggle-icon:after {
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

.login-toggle.active .toggle-icon:before {
    -webkit-transform: scale(0) rotate(180deg);
    -ms-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
}

.login-toggle.active .toggle-icon:after {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.login-toggle .toggle-icon,
.login-toggle .toggle-icon:before,
.login-toggle .toggle-icon:after {
    color: #131212;
}

.login-toggle:hover .toggle-icon,
.login-toggle:hover .toggle-icon:before,
.login-toggle:hover .toggle-icon:after {
    color: #ff8b99;
}

.info-toggle {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: top;
    background: none;
    color: #131212;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: none;
}

.info-toggle .toggle-icon:before,
.info-toggle .toggle-icon:after {
    font-family: "FontAwesome";
}

.info-toggle .toggle-icon:before {
    content: "";
}

.info-toggle .toggle-icon:after {
    content: "";
}

.info-toggle .toggle-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.info-toggle .toggle-icon:before,
.info-toggle .toggle-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    transition: .3s ease-out;
}

.info-toggle .toggle-icon,
.info-toggle .toggle-icon:before,
.info-toggle .toggle-icon:after {
    width: 50px;
    height: 50px;
}

.info-toggle .toggle-icon:before {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.info-toggle .toggle-icon:after {
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

.info-toggle.active .toggle-icon:before {
    -webkit-transform: scale(0) rotate(180deg);
    -ms-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
}

.info-toggle.active .toggle-icon:after {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.rd-navbar-brand {
    position: relative;
    display: none;
    font-family: "Titan One", "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 1.2;

}

.rd-navbar-brand img {
    max-height: 60px;
}

.ie-edge .rd-navbar-brand {
    transition: none;
}

#ui-to-top {
    display: none;
}

.rd-navbar-nav {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.rd-navbar-nav>li>a {
    letter-spacing: 0;
}

.rd-navbar-nav a {
    transition: .3s;
}

.rd-navbar-dropdown {
    display: none;
}

.rd-navbar-dropdown li {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}

.rd-navbar-dropdown li a {
    position: relative;
    padding-left: 32px;
    padding-right: 25px;
}

.rd-navbar-dropdown li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-200%, -50%);
    -ms-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.rd-navbar-dropdown li:nth-child(4n+1)>a:before {
    background-color: #ff8b99;
}

.rd-navbar-dropdown li:nth-child(4n+2)>a:before {
    background-color: #ecc844;
}

.rd-navbar-dropdown li:nth-child(4n+3)>a:before {
    background-color: #81cd99;
}

.rd-navbar-dropdown li:nth-child(4n+4)>a:before {
    background-color: #76a9e7;
}

.rd-navbar-info {
    display: none;
}

.rd-navbar-login-form {
    display: none;
    text-align: left;
    background: #fff;
    color: #131212;
}

.rd-navbar-brand img,
.rd-navbar-wrap,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-collapse-items,
.rd-navbar-nav,
.rd-navbar-nav-wrap,
.rd-navbar-panel,
.rd-navbar-panel-right,
.rd-navbar-info,
.rd-navbar-static .rd-navbar-outer,
.rd-navbar-fullwidth .rd-navbar-outer,
.rd-navbar-static .rd-navbar-panel,
.rd-navbar-fullwidth .rd-navbar-panel,
.rd-navbar-static .rd-navbar-nav>li,
.rd-navbar-fullwidth .rd-navbar-nav>li,
.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-sidebar .rd-navbar-nav li a {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth {
    display: block;
}

.rd-navbar-wrap.absolute {
    position: absolute;
    width: 100%;
}

.rd-navbar-static .rd-navbar-outer,
.rd-navbar-fullwidth .rd-navbar-outer {
    background: white;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-static .rd-navbar-panel,
.rd-navbar-fullwidth .rd-navbar-panel {
    display: block;
}

.rd-navbar-static .rd-navbar-brand,
.rd-navbar-fullwidth .rd-navbar-brand {
    display: block;
}

.rd-navbar-static .rd-navbar-panel-right,
.rd-navbar-fullwidth .rd-navbar-panel-right {
    display: block;
    text-align: right;
}

.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-fullwidth .rd-navbar-nav-wrap {
    background: transparent;
}

.rd-navbar-static .rd-navbar-nav:before,
.rd-navbar-static .rd-navbar-nav:after,
.rd-navbar-fullwidth .rd-navbar-nav:before,
.rd-navbar-fullwidth .rd-navbar-nav:after {
    content: " ";
    display: table;
}

.rd-navbar-static .rd-navbar-nav:after,
.rd-navbar-fullwidth .rd-navbar-nav:after {
    clear: both;
}

.rd-navbar-static .rd-navbar-nav>li,
.rd-navbar-fullwidth .rd-navbar-nav>li {
    display: block;
    float: left;
    text-align: center;
}

.rd-navbar-static .rd-navbar-nav>li>a,
.rd-navbar-fullwidth .rd-navbar-nav>li>a {
    position: relative;
    display: inline-block;
    color: #131212;
    transition: none;
}

.rd-navbar-static .rd-navbar-nav>li>a .nav-link,
.rd-navbar-fullwidth .rd-navbar-nav>li>a .nav-link {
    display: block;
}

.rd-navbar-static .rd-navbar-nav>li>a .icon:before,
.rd-navbar-static .rd-navbar-nav>li>a .nav-link,
.rd-navbar-fullwidth .rd-navbar-nav>li>a .icon:before,
.rd-navbar-fullwidth .rd-navbar-nav>li>a .nav-link {
    transition: .3s;
}

.rd-navbar-static .rd-navbar-nav>li>a *+*,
.rd-navbar-fullwidth .rd-navbar-nav>li>a *+* {
    margin-top: 3px;
}

.rd-navbar-static .rd-navbar-nav>li:hover>a,
.rd-navbar-fullwidth .rd-navbar-nav>li:hover>a {
    color: #ff8b99;
    /* display: none; */
    background: transparent;

}

.rd-navbar-static .rd-navbar-nav>li:hover>a .icon,
.rd-navbar-fullwidth .rd-navbar-nav>li:hover>a .icon {
    color: #ff8b99;
}

.rd-navbar-static .rd-navbar-nav>li.active>a,
.rd-navbar-static .rd-navbar-nav>li.focus>a,
.rd-navbar-static .rd-navbar-nav>li.opened>a,
.rd-navbar-fullwidth .rd-navbar-nav>li.active>a,
.rd-navbar-fullwidth .rd-navbar-nav>li.focus>a,
.rd-navbar-fullwidth .rd-navbar-nav>li.opened>a {
    color: #ff8b99;
    background: transparent;
}

.rd-navbar-static .rd-navbar-nav>li.active>a .icon,
.rd-navbar-static .rd-navbar-nav>li.focus>a .icon,
.rd-navbar-static .rd-navbar-nav>li.opened>a .icon,
.rd-navbar-fullwidth .rd-navbar-nav>li.active>a .icon,
.rd-navbar-fullwidth .rd-navbar-nav>li.focus>a .icon,
.rd-navbar-fullwidth .rd-navbar-nav>li.opened>a .icon {
    color: #ff8b99;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    color: #131212;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    line-height: inherit;
    transition: all .3s;
    will-change: transform;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown:hover>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.active>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.active>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
    color: #ff8b99;
    cursor: pointer;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-submenu-toggle:before,
.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar--has-dropdown.opened>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar--has-dropdown.opened>.rd-navbar-dropdown {
    visibility: visible;
    opacity: 1;
}

.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #999;
    will-change: transform;
}

.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    line-height: inherit;
    transition: .3s;
}

.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown:hover,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown:hover {
    color: #ff8b99;
}

.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown:hover>.rd-navbar-submenu-toggle {
    cursor: pointer;
}

.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown.focus,
.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown.active,
.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown.opened,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown.focus,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown.active,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown.opened {
    color: #ff8b99;
}

.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown.focus>.rd-navbar-submenu-toggle:before,
.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown.active>.rd-navbar-submenu-toggle:before,
.rd-navbar-static .rd-navbar-nav>li li.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown.focus>.rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown.active>.rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav>li li.rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown {
    position: absolute;
    z-index: 1;
    display: block;
    margin-top: 38px;
    padding: 20px 10px;
    width: 300px;
    font-weight: 900;
    line-height: 30px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    border-top: 3px solid #ff8b99;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(194, 194, 194, 0.3);
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li {
    display: block;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li+li,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li+li {
    margin-top: 20px;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li a,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li a {
    display: block;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li a,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li a {
    color: #999;
    background: transparent;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li a:hover,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li a:hover {
    color: #ff8b99;
    background: transparent;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li.focus>a,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li.active>a,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li.opened>a,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li.focus>a,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li.active>a,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li.opened>a {
    color: #ff8b99;
    background: transparent;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li.active>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li.opened>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li.active>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown li.opened>.rd-navbar-submenu-toggle {
    color: #ff8b99;
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown {
    top: 100%;
    left: -10px;
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown {
    top: -10px;
    right: auto;
    left: calc(100% + 11px);
    margin-top: 20px;
    min-width: 235px;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-dropdown {
    margin-top: 29px;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar--has-dropdown.opened>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar--has-dropdown.opened>.rd-navbar-dropdown {
    margin-top: 0;
}

.rd-navbar-static .rd-navbar-info,
.rd-navbar-fullwidth .rd-navbar-info {
    display: block;
    text-align: right;
}

.rd-navbar-static .rd-navbar-login-form,
.rd-navbar-fullwidth .rd-navbar-login-form {
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    margin-top: 34px;
    padding: 27px 22px;
    width: 270px;
    font-size: 14px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 10px 0 rgba(194, 194, 194, 0.3);
}

.rd-navbar-static .rd-navbar-login-form *+*,
.rd-navbar-fullwidth .rd-navbar-login-form *+* {
    margin-top: 10px;
}

.rd-navbar-static .rd-navbar-login-form.active,
.rd-navbar-fullwidth .rd-navbar-login-form.active {
    margin-top: 14px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-clone {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 1px 10px 0 rgba(194, 194, 194, 0.3);
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-collapse,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-collapse,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-collapse,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-collapse {
    display: none;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-outer,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-outer {
    background: transparent;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-panel,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-outer,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-outer,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-outer,
.rd-navbar-fullwidth.rd-navbar-transparent.rd-navbar--is-clone .rd-navbar-outer {
    background: white;
}

.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-sidebar .rd-navbar-panel {
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-nav,
.rd-navbar-sidebar .rd-navbar-nav {
    background: #fff;
    color: #131212;
}

.rd-navbar-fixed .rd-navbar-nav li,
.rd-navbar-sidebar .rd-navbar-nav li {
    position: relative;
    color: inherit;
}

.rd-navbar-fixed .rd-navbar-nav li a,
.rd-navbar-sidebar .rd-navbar-nav li a {
    display: block;
    padding: 5px 40px 5px 5px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    background: transparent;
    color: inherit;
}

.rd-navbar-fixed .rd-navbar-nav li a .icon,
.rd-navbar-sidebar .rd-navbar-nav li a .icon {
    font-size: 25px;
}

.rd-navbar-fixed .rd-navbar-nav li a>*,
.rd-navbar-sidebar .rd-navbar-nav li a>* {
    line-height: inherit;
    vertical-align: top;
}

.rd-navbar-fixed .rd-navbar-nav li a *+*,
.rd-navbar-sidebar .rd-navbar-nav li a *+* {
    margin-left: 5px;
}

.rd-navbar-fixed .rd-navbar-nav li:hover>a,
.rd-navbar-fixed .rd-navbar-nav li.active>a,
.rd-navbar-fixed .rd-navbar-nav li.opened>a,
.rd-navbar-sidebar .rd-navbar-nav li:hover>a,
.rd-navbar-sidebar .rd-navbar-nav li.active>a,
.rd-navbar-sidebar .rd-navbar-nav li.opened>a {
    color: #ff8b99;
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #ff8b99;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:after,
.rd-navbar-sidebar .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li.opened>.rd-navbar-dropdown {
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-submenu-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle:after,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-submenu-toggle:after {
    content: '\f078';
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    font: 400 14px "FontAwesome";
    line-height: 14px;
    transition: 0.4s all ease;
    will-change: transform;
}

.rd-navbar-fixed .rd-navbar-nav li+li,
.rd-navbar-sidebar .rd-navbar-nav li+li {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown a {
    padding-left: 50px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown .rd-navbar-dropdown a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown .rd-navbar-dropdown a {
    padding-left: 70px;
}

.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-navbar-inner {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rd-navbar-static .rd-navbar-inner .rd-navbar-cell {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.rd-navbar-static .login-toggle {
    display: block;
}

.rd-navbar-static .rd-navbar-panel {
    padding: 20px 0;
}

.rd-navbar-static .rd-navbar-panel-right {
    padding: 20px 0;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    display: block;
}

.rd-navbar-static .rd-navbar-nav>li {
    margin-top: 23px;
    margin-bottom: 29px;
    padding: 0 25px;
}

.rd-navbar-static .rd-navbar-nav>li>a {
    margin: 0 0;
}

.rd-navbar-static .rd-navbar-nav>li+li {
    margin-left: 0;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown {
    padding: 31px 26px 34px;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown li+li {
    margin-top: 19px;
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown {
    left: -29px;
}

.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown {
    left: calc(100% + 27px);
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar--has-dropdown.opened>.rd-navbar-dropdown {
    margin-top: -22px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
    max-height: 50px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    padding: 10px 0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel-right,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel-right {
    padding: 10px 0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav>li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li>a,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav>li>a {
    margin: 0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-static-collapse,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-static-collapse {
    display: none;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-dropdown {
    margin-top: 10px;
}

.rd-navbar-static .rd-navbar-static--visible {
    display: block;
}

.rd-navbar-static .rd-navbar-static--hidden {
    display: none;
}

.rd-navbar-fullwidth {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-inner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rd-navbar-fullwidth .rd-navbar-inner .rd-navbar-cell {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rd-navbar-fullwidth .rd-navbar-inner .rd-navbar-nav-wrap {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    max-width: auto;
}

.rd-navbar-fullwidth .search-toggle {
    display: block;
}

.rd-navbar-fullwidth .login-toggle {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-brand img {
    max-height: 50px;
}

.rd-navbar-fullwidth .rd-navbar-panel {
    padding: 10px 0;
}

.rd-navbar-fullwidth .rd-navbar-panel-right {
    padding: 10px 0;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav {
    font-size: 16px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 0 12px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li>a {
    margin: 0 0;
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
    margin-left: 0px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li:not(:last-child)>a:after {
    right: -19px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown {
    width: 200px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar--has-dropdown.opened>.rd-navbar-dropdown {
    margin-top: 14px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar--has-dropdown.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar--has-dropdown.opened>.rd-navbar-dropdown {
    margin-top: -12px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-fullwidth-collapse,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-fullwidth-collapse {
    display: none;
}

.rd-navbar-fullwidth .rd-navbar-fullwidth-visible {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-fullwidth-hidden {
    display: none;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 50px;
}

html.rd-navbar-fixed-linked .rd-navbar-wrap {
    position: absolute;
}

.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: block;
    float: left;
}

.rd-navbar-fixed .login-toggle {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    vertical-align: top;
    background: none;
    color: #131212;
    width: 30px;
    height: 50px;
    line-height: 50px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
}

.rd-navbar-fixed .login-toggle .toggle-icon:before,
.rd-navbar-fixed .login-toggle .toggle-icon:after {
    font-family: "FontAwesome";
}

.rd-navbar-fixed .login-toggle .toggle-icon:before {
    content: "";
}

.rd-navbar-fixed .login-toggle .toggle-icon:after {
    content: "";
}

.rd-navbar-fixed .login-toggle .toggle-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.rd-navbar-fixed .login-toggle .toggle-icon:before,
.rd-navbar-fixed .login-toggle .toggle-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    transition: .3s ease-out;
}

.rd-navbar-fixed .login-toggle .toggle-icon,
.rd-navbar-fixed .login-toggle .toggle-icon:before,
.rd-navbar-fixed .login-toggle .toggle-icon:after {
    width: 30px;
    height: 50px;
}

.rd-navbar-fixed .login-toggle .toggle-icon:before {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed .login-toggle .toggle-icon:after {
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

.rd-navbar-fixed .login-toggle.active .toggle-icon:before {
    -webkit-transform: scale(0) rotate(180deg);
    -ms-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
}

.rd-navbar-fixed .login-toggle.active .toggle-icon:after {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed .login-toggle .toggle-icon,
.rd-navbar-fixed .login-toggle .toggle-icon:before,
.rd-navbar-fixed .login-toggle .toggle-icon:after {
    color: #131212;
}

.rd-navbar-fixed .login-toggle:hover .toggle-icon,
.rd-navbar-fixed .login-toggle:hover .toggle-icon:before,
.rd-navbar-fixed .login-toggle:hover .toggle-icon:after {
    color: #ff8b99;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.rd-navbar-fixed .rd-navbar-panel:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(194, 194, 194, 0.3);
}

.rd-navbar-fixed .rd-navbar-brand {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 100%;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-height: 40px;
}

.rd-navbar-fixed .rd-navbar-nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    z-index: -1;
    display: block;
    width: 270px;
    padding: 4px;
    padding-top: 10px;
    text-transform: uppercase;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 1px 10px 0 rgba(194, 194, 194, 0.3);
}

.rd-navbar-fixed .rd-navbar-nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-login-form {
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    z-index: -1;
    padding: 27px 22px;
    width: 270px;
    max-height: calc(100vh - 50px);
    font-size: 14px;
    overflow-y: auto;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 10px 0 rgba(194, 194, 194, 0.3);
}

.rd-navbar-fixed .rd-navbar-login-form *+* {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-login-form.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/*
* Sidebar Layout
*/
.rd-navbar-sidebar {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
}

.rd-navbar-sidebar .rd-navbar-inner {
    height: 100%;
    background: #fff;
}

.rd-navbar-sidebar .rd-navbar-panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.rd-navbar-sidebar .rd-navbar-brand {
    display: inline-block;
}

.rd-navbar-sidebar .rd-navbar-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    height: auto;
}

.rd-navbar-sidebar .rd-navbar-nav {
    display: block;
    height: 100%;
    padding: 4px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    text-transform: none;
}

.rd-navbar-sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.6.4
*/
.rd-parallax-inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    clip: rect(0, auto, auto, 0);
}

.rd-parallax-layer[data-type="media"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%;
}

.rd-parallax-layer[data-url] {
    background-size: cover;
    background-position: center center;
}

.rd-parallax-swiper {
    z-index: 1 !important;
}

/*
* @subsection   RD Google Map
*
* @description  Describes style declarations for RD Google Map extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.0.0
*/
.rd-google-map__model {
    color: #333;
    height: 250px;
}

.rd-google-map__model img {
    max-width: none !important;
}

@media (min-width: 480px) {
    .rd-google-map__model {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .rd-google-map__model {
        height: 392px;
    }
}

.map_locations {
    display: none;
}

.search_list {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    list-style-type: none;
    overflow: hidden;
}

.search_list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.search_list li:before {
    top: 6px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.search_list li+li {
    margin-top: 25px;
}

.search_list h5+* {
    margin-top: 8px;
}

.search_list p {
    margin-bottom: 8px;
}

.search_list li:only-child::before {
    display: none;
}

.result-item {
    padding-left: 20px;
    list-style-type: decimal;
    margin-left: 20px;
    color: #333434;
}

.result-item>* {
    color: #131212;
}

.result-item p {
    font-size: 16px;
}

.result-item+.result-item {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .result-item {
        padding-left: 40px;
    }
}

.search_title {
    color: #000;
}

.match {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #76a9e7;
}

.match em {
    font-style: normal;
}

.search {
    background: #76a9e7;
    color: #fff;
}

#rd-search-results-live #search-results {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(194, 194, 194, 0.3);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.33s all ease-in;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#rd-search-results-live #search-results.active {
    visibility: visible;
    opacity: 1;
}

#rd-search-results-live #search-results .result-item {
    padding-left: 15px;
}

#rd-search-results-live #search-results p.match {
    font-size: 14px;
    letter-spacing: 0;
}

#rd-search-results-live #search-results p.match em {
    display: block;
}

#rd-search-results-live #search-results .result-item+.result-item {
    margin-top: 20px;
}

#rd-search-results-live #search-results .search_all {
    margin-top: 20px;
}

#rd-search-results-live #search-results .search_all a:hover {
    color: #76a9e7;
}

#rd-search-results-live #search-results .search_list {
    padding-bottom: 30px;
}

.swiper-container {
    height: 91vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-slide .swiper-slide-active {
    display: none;
}

.swiper-container-no-flexbox .swiper-slide {
    background: none;
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* flex-wrap: wrap; */

    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    background-position: -10% 100%;
}

@media (min-width: 992px) {
    .swiper-slide {
        background-position: left;
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    text-align: center;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    color: #598ac3;
}

.swiper-button-prev:before,
.swiper-button-next:before {
    content: "";
    /* font-family: "fl-great-icon-set"; */
    font-size: 48px;
    line-height: 1;
    display: none;
    /* display: inline-block; */
    transition: .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #8ebef8;
}

@media (min-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 0.5%;
}

.swiper-button-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\e003";
}

@media (min-width: 1200px) {
    .swiper-button-prev {
        left: 50%;
        -webkit-transform: translateX(-590px);
        -ms-transform: translateX(-590px);
        transform: translateX(-590px);
    }
}

.swiper-button-next {
    right: 0.5%;
}

.swiper-button-next:before {
    content: "\e003";
}

@media (min-width: 1200px) {
    .swiper-button-next {
        right: 50%;
        -webkit-transform: translateX(590px);
        -ms-transform: translateX(590px);
        transform: translateX(590px);
    }
}

.swiper-button-next+.swiper-pagination {
    display: block;
}

@media (min-width: 768px) {
    .swiper-button-next+.swiper-pagination {
        display: none;
    }
}

/* Pagination Styles */
.swiper-pagination {
    display: block;
    position: absolute;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    bottom: 0;
    z-index: 50;
    height: 3px;
    width: 100%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #76a9e7;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
    height: 100%;
}

.swiper-slide {
    white-space: nowrap;
}

.swiper-slide:not(.vide):not(.rd-parallax):before,
.swiper-slide .parallax_cnt:before,
.swiper-slide .vide__body:before {
    content: '';
    display: inline-block;
    height: 50%;
}

.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;

}

.swiper-slide-caption h1 {
    color: #000;
}

.swiper-slide-caption *+h5 {
    margin-top: 14px;
}

.swiper-slide-caption h5 {
    font-weight: 400;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #131212;

}

.swiper-slide-caption p {
    display: none;
}

.swiper-slide,
.swiper-slide h1,
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4,
.swiper-slide h5,
.swiper-slide h6,
.swiper-slide .h1,
.swiper-slide .h2,
.swiper-slide .h3,
.swiper-slide .h4,
.swiper-slide .h5,
.swiper-slide .h6 {
    /* color: #fff; */
}

@media (min-width: 768px) {
    .swiper-slide-caption p {
        display: block;
    }
}

/*
* @subsection   ToTop
* @license      MIT license - https://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    background: #76a9e7;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.ui-to-top:hover {
    color: #fff;
    background: #609be3;
    text-decoration: none;
}

.ui-to-top:focus {
    color: #fff;
}

.ui-to-top.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 480px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

.panel-custom {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.panel-custom .panel-heading {
    padding: 0;
}

.panel-custom .panel-body {
    padding: 7px 15px 15px 2px;
}

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

.accordion-custom .accordion-custom-title a {
    display: block;
    padding: 6px 15px 7px 21px;
    position: relative;
    color: #76a9e7;
}

.context-dark .accordion-custom .accordion-custom-title a {
    color: #fff;
}

.context-dark .accordion-custom .accordion-custom-title a .accordion-custom-arrow:before,
.context-dark .accordion-custom .accordion-custom-title a .accordion-custom-arrow:after {
    color: #fff;
}

.accordion-custom .accordion-custom-title a:hover {
    text-decoration: underline;
}

.accordion-custom .accordion-custom-title a .accordion-custom-arrow {
    font-family: 'FontAwesome';
    font-size: 12px;
}

.accordion-custom .accordion-custom-title a .accordion-custom-arrow:before,
.accordion-custom .accordion-custom-title a .accordion-custom-arrow:after {
    position: absolute;
    top: 9px;
    left: 0;
    color: #d7d7d7;
    transition: 100ms ease-in-out;
}

.accordion-custom .accordion-custom-title a .accordion-custom-arrow:before {
    content: '\f067';
}

.accordion-custom .accordion-custom-title a .accordion-custom-arrow:after {
    content: '\f068';
    opacity: 0;
}

.accordion-custom .accordion-custom-title.active a .accordion-custom-arrow:before,
.accordion-custom .accordion-custom-title [aria-expanded="true"] .accordion-custom-arrow:before {
    opacity: 0;
}

.accordion-custom .accordion-custom-title.active a .accordion-custom-arrow:after,
.accordion-custom .accordion-custom-title [aria-expanded="true"] .accordion-custom-arrow:after {
    opacity: 1;
}

.accordion-custom .panel-heading+.panel-collapse>.panel-body,
.accordion-custom .panel-heading+.panel-collapse>.list-group {
    border: none;
}

.accordion-custom-body {
    padding: 15px 5px;
    text-align: left;
}

@media (min-width: 992px) {


    .tabs-custom .tabs-custom-list {
        border-bottom: 1px solid #d7d7d7;
        text-align: left;
    }

    .tabs-custom .tabs-custom-list .accordion-custom-title .accordion-custom-arrow {
        display: none;
    }

    .tabs-custom .tabs-custom-list .accordion-custom-title a {
        color: #c2c2c2;
        border: none;
    }

    .tabs-custom .tabs-custom-list li {
        display: inline-block;
    }

    .tabs-custom .tabs-custom-list li a {
        padding: 0 0 7px;
        position: relative;
    }

    .tabs-custom .tabs-custom-list li a:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        display: inline-block;
        height: 1px;
        width: 0;
        background: #76a9e7;
        transition: 210ms ease-in-out;
    }

    .tabs-custom .tabs-custom-list li:hover a,
    .tabs-custom .tabs-custom-list li.active a {
        color: #333434;
    }

    .tabs-custom .tabs-custom-list li:hover a:before,
    .tabs-custom .tabs-custom-list li.active a:before {
        width: 100%;
    }

    .tabs-custom .tabs-custom-list li+li {
        margin-left: 20px;
    }
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 999999;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

.thumbnail-classic {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumbnail-classic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .3s;
}

.thumbnail-classic:after {
    content: "🔍";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    font-family: "Thin Regular";
    font-size: 72px;
    line-height: 1;
    color: #fff;
    z-index: 2;
    transition: .3s;
}

.thumbnail-classic img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .3s;
}

.thumbnail-classic:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.thumbnail-classic:hover:before {
    background: rgba(0, 0, 0, 0.46);
}

.thumbnail-classic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pswp * {
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__item .video-warp,
.pswp__item .post-video-warp {
    position: absolute;
    top: 50%;
    width: 600px;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

[data-photo-swipe] [data-inner-html] iframe {
    pointer-events: none;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/photoswipe-controls.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/photoswipe-controls.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
    display: none;
    pointer-events: none;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
    visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - https://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.progress-linear {
    position: relative;
    text-align: left;
}

.progress-linear .progress-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.progress-linear .progress-bar-linear-wrap,
.progress-linear .progress-bar-linear {
    height: 100%;
    border-radius: 3px;
}

.progress-linear .progress-bar-linear-wrap {
    background: #d7d7d7;
    height: 10px;
}

.progress-linear .progress-bar-linear {
    width: 0;
    transition: .5s all ease-in-out;
}

.progress-linear .progress-value:after {
    content: "%";
}

.progress-linear+.progress-linear {
    margin-top: 15px;
}

.counter-preffix,
.counter {
    font-weight: 700;
}

.counter {
    font-size: 72px;
    line-height: 1;
    font-family: "Titan One", "Times New Roman", Times, serif;
}

.counter.sup:after {
    content: "%";
    font-size: 30px;
    line-height: 1.5;
    vertical-align: top;
}

*+p {
    margin-top: 10px;
}

.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.progress-bar-circle canvas {
    vertical-align: middle;
}

.progress-bar-circle span {
    position: absolute;
    top: 48%;
    left: 50%;
    font-weight: 900;
    font-size: 38px;
    line-height: 38px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.progress-bar-circle span:after {
    content: "%";
}

/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles>div {
    position: absolute;
    text-align: center;
    top: 50% !important;
    margin-top: -10px;
    -ms-transform: translateY(-63%) !important;
    transform: translateY(-63%) !important;
    -webkit-transform: translateY(-63%) !important;
}

@media (min-width: 1200px) {
    #DateCountdown {
        width: 100%;
    }
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px !important;
    color: #131212;
    font-weight: 700;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
}

.time_circles>div>h4+* {
    margin-top: 0;
}

@media (min-width: 480px) {
    .time_circles>div>h4 {
        font-size: 16px !important;
        bottom: -24px;
    }
}

@media (min-width: 768px) {
    .time_circles>div>h4 {
        bottom: -110px;
        font-size: 20px !important;
    }
}

@media (min-width: 1200px) {
    .time_circles>div>h4 {
        bottom: -125px;
    }
}

@media (min-width: 768px) {
    .time_circles>div>span {
        margin-top: 20px;
    }
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles>div>span {
    display: block;
    font-size: 20px !important;
    text-align: center;
    font-weight: bold;
    color: #c2c2c2;
}

@media (min-width: 480px) {
    .time_circles>div>span {
        font-size: 28px !important;
    }
}

@media (min-width: 768px) {
    .time_circles>div>span {
        font-size: 34px !important;
    }
}