@charset "UTF-8";
/**
* 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@") 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") 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; }

/**
 * Title: Budicons free Flaticon Pack
 * Author: Budi Tanrim
 * Source: http://www.flaticon.com/packs/budicons-free
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
  font-family: "fl-budicons-free";
  src: url("../fonts/fl-budicons-free.eot");
  src: url("../fonts/fl-budicons-free.eot") format("embedded-opentype"), url("../fonts/fl-budicons-free.woff") format("woff"), url("../fonts/fl-budicons-free.ttf") format("truetype"), url("../fonts/fl-budicons-free.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.fl-budicons-free-ico,
[class^="fl-budicons-free-"]:before, [class*=" fl-budicons-free-"]:before,
[class^="fl-budicons-free-"]:after, [class*=" fl-budicons-free-"]:after {
  font-family: 'fl-budicons-free';
  font-size: inherit;
  font-weight: 400;
  font-style: normal; }

.fl-budicons-free-add156:before {
  content: "\e000"; }

.fl-budicons-free-analogic3:before {
  content: "\e001"; }

.fl-budicons-free-bag32:before {
  content: "\e002"; }

.fl-budicons-free-bookmark31:before {
  content: "\e003"; }

.fl-budicons-free-chat58:before {
  content: "\e004"; }

.fl-budicons-free-circle95:before {
  content: "\e005"; }

.fl-budicons-free-closet:before {
  content: "\e006"; }

.fl-budicons-free-cloud262:before {
  content: "\e007"; }

.fl-budicons-free-cold11:before {
  content: "\e008"; }

.fl-budicons-free-comment46:before {
  content: "\e009"; }

.fl-budicons-free-cross84:before {
  content: "\e00a"; }

.fl-budicons-free-delete70:before {
  content: "\e00b"; }

.fl-budicons-free-design22:before {
  content: "\e00c"; }

.fl-budicons-free-down67:before {
  content: "\e00d"; }

.fl-budicons-free-download149:before {
  content: "\e00e"; }

.fl-budicons-free-electrical18:before {
  content: "\e00f"; }

.fl-budicons-free-email75:before {
  content: "\e010"; }

.fl-budicons-free-file72:before {
  content: "\e011"; }

.fl-budicons-free-folder174:before {
  content: "\e012"; }

.fl-budicons-free-folder175:before {
  content: "\e013"; }

.fl-budicons-free-heart284:before {
  content: "\e014"; }

.fl-budicons-free-label26:before {
  content: "\e015"; }

.fl-budicons-free-left161:before {
  content: "\e016"; }

.fl-budicons-free-lifeline14:before {
  content: "\e017"; }

.fl-budicons-free-location37:before {
  content: "\e018"; }

.fl-budicons-free-logout12:before {
  content: "\e019"; }

.fl-budicons-free-music223:before {
  content: "\e01a"; }

.fl-budicons-free-musical102:before {
  content: "\e01b"; }

.fl-budicons-free-notebook47:before {
  content: "\e01c"; }

.fl-budicons-free-paper124:before {
  content: "\e01d"; }

.fl-budicons-free-person308:before {
  content: "\e01e"; }

.fl-budicons-free-photo186:before {
  content: "\e01f"; }

.fl-budicons-free-photo187:before {
  content: "\e020"; }

.fl-budicons-free-placeholder22:before {
  content: "\e021"; }

.fl-budicons-free-portfolio27:before {
  content: "\e022"; }

.fl-budicons-free-quit2:before {
  content: "\e023"; }

.fl-budicons-free-rain31:before {
  content: "\e024"; }

.fl-budicons-free-right163:before {
  content: "\e025"; }

.fl-budicons-free-shape6:before {
  content: "\e026"; }

.fl-budicons-free-share29:before {
  content: "\e027"; }

.fl-budicons-free-speech102:before {
  content: "\e028"; }

.fl-budicons-free-tag49:before {
  content: "\e029"; }

.fl-budicons-free-two327:before {
  content: "\e02a"; }

.fl-budicons-free-up119:before {
  content: "\e02b"; }

.fl-budicons-free-upload96:before {
  content: "\e02c"; }

.fl-budicons-free-verify5:before {
  content: "\e02d"; }

.fl-budicons-free-verify6:before {
  content: "\e02e"; }

.fl-budicons-free-wheel29:before {
  content: "\e02f"; }

@font-face {
  font-family: 'Car Repire';
  src: url("../fonts/CarRepire-Regular.eot@23942566");
  src: url("../fonts/CarRepire-Regular.eot@23942566") format("embedded-opentype"), url("../fonts/CarRepire-Regular.woff@23942566") format("woff"), url("../fonts/CarRepire-Regular.ttf@23942566") format("truetype"), url("../fonts/CarRepire-Regular.svg@23942566") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.car-repire-icon-01:before {
  content: '\e800'; }

.car-repire-icon-02:before {
  content: '\e801'; }

.car-repire-icon-03:before {
  content: '\e802'; }

.car-repire-icon-04:before {
  content: '\e803'; }

.car-repire-icon-05:before {
  content: '\e804'; }

.car-repire-icon-06:before {
  content: '\e805'; }

.car-repire-icon-07:before {
  content: '\e806'; }

.car-repire-icon-08:before {
  content: '\e807'; }

.car-repire-icon-09:before {
  content: '\e808'; }

.car-repire-icon-10:before {
  content: '\e809'; }

.car-repire-icon-11:before {
  content: '\e80a'; }

.car-repire-icon-12:before {
  content: '\e80b'; }

.car-repire-icon-13:before {
  content: '\e80c'; }

.car-repire-icon-14:before {
  content: '\e80d'; }

.car-repire-icon-15:before {
  content: '\e80e'; }

.car-repire-icon-16:before {
  content: '\e80f'; }

.car-repire-icon-17:before {
  content: '\e810'; }

.car-repire-icon-key-outline:before {
  content: '\e811'; }

.car-repire-icon-19:before {
  content: '\e812'; }

.car-repire-icon-20:before {
  content: '\e813'; }

.car-repire-icon-40:before {
  content: '\e814'; }

.car-repire-icon-39:before {
  content: '\e815'; }

.car-repire-icon-38:before {
  content: '\e816'; }

.car-repire-icon-37:before {
  content: '\e817'; }

.car-repire-icon-36:before {
  content: '\e818'; }

.car-repire-icon-35:before {
  content: '\e819'; }

.car-repire-icon-34:before {
  content: '\e81a'; }

.car-repire-icon-33:before {
  content: '\e81b'; }

.car-repire-icon-32:before {
  content: '\e81c'; }

.car-repire-icon-31:before {
  content: '\e81d'; }

.car-repire-icon-30:before {
  content: '\e81e'; }

.car-repire-icon-29:before {
  content: '\e81f'; }

.car-repire-icon-28:before {
  content: '\e820'; }

.car-repire-icon-27:before {
  content: '\e821'; }

.car-repire-icon-26:before {
  content: '\e822'; }

.car-repire-icon-25:before {
  content: '\e823'; }

.car-repire-icon-24:before {
  content: '\e824'; }

.car-repire-icon-23:before {
  content: '\e825'; }

.car-repire-icon-22:before {
  content: '\e826'; }

.car-repire-icon-21:before {
  content: '\e827'; }

.car-repire-icon-41:before {
  content: '\e828'; }

.car-repire-icon-42:before {
  content: '\e829'; }

.car-repire-icon-43:before {
  content: '\e82a'; }

.car-repire-icon-45:before {
  content: '\e82c'; }

.car-repire-icon-46:before {
  content: '\e82d'; }

.car-repire-icon-47:before {
  content: '\e82e'; }

.car-repire-icon-48:before {
  content: '\e82f'; }

.car-repire-icon-49:before {
  content: '\e830'; }

.car-repire-icon-50:before {
  content: '\e831'; }

.car-repire-icon-51:before {
  content: '\e832'; }

.car-repire-icon-52:before {
  content: '\e833'; }

.car-repire-icon-53:before {
  content: '\e834'; }

.car-repire-icon-54:before {
  content: '\e835'; }

.car-repire-icon-55:before {
  content: '\e836'; }

.car-repire-icon-56:before {
  content: '\e837'; }

.car-repire-icon-57:before {
  content: '\e838'; }

.car-repire-icon-58:before {
  content: '\e839'; }

.car-repire-icon-key:before {
  content: '\e83a'; }

.car-repire-icon-mail:before {
  content: '\e83b'; }

.car-repire-icon-quote-circled:before {
  content: '\e83c'; }

.car-repire-icon-thumbs-up:before {
  content: '\e83f'; }

.car-repire-icon-thumbs-down:before {
  content: '\e840'; }

.car-repire-icon-chat:before {
  content: '\e843'; }

.car-repire-icon-login:before {
  content: '\e844'; }

.car-repire-icon-logout:before {
  content: '\e845'; }

.car-repire-icon-basket:before {
  content: '\e846'; }

.car-repire-icon-comment-inv-alt2:before {
  content: '\e84a'; }

.car-repire-icon-warehouse:before {
  content: '\e84b'; }

/**
 * Title: Arrows Flaticon Pack
 * Author: Icons8
 * Source: http://www.flaticon.com/packs/arrows
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
  font-family: "arrows";
  src: url("https://livedemo00.template-help.com/wt_58706/fonts/arrows.eot");
  src: url("https://livedemo00.template-help.com/wt_58706/fonts/arrows.eot") format("embedded-opentype"), url("../fonts/arrows.woff") format("woff"), url("../fonts/arrows.ttf") format("truetype"), url("../fonts/arrows.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.arrows-ico,
[class^="arrows-"]:before, [class*=" arrows-"]:before,
[class^="arrows-"]:after, [class*=" arrows-"]:after {
  font-family: "arrows";
  font-size: inherit;
  font-weight: 400;
  font-style: normal; }

.arrows-collapse3:before {
  content: "\e000"; }

.arrows-down44:before {
  content: "\e001"; }

.arrows-down45:before {
  content: "\e002"; }

.arrows-expand22:before {
  content: "\e003"; }

.arrows-left126:before {
  content: "\e004"; }

.arrows-left127:before {
  content: "\e005"; }

.arrows-left128:before {
  content: "\e006"; }

.arrows-left129:before {
  content: "\e007"; }

.arrows-next15:before {
  content: "\e008"; }

.arrows-previous11:before {
  content: "\e009"; }

.arrows-right103:before {
  content: "\e00a"; }

.arrows-right104:before {
  content: "\e00b"; }

.arrows-right105:before {
  content: "\e00c"; }

.arrows-right106:before {
  content: "\e00d"; }

.arrows-right107:before {
  content: "\e00e"; }

.arrows-thin35:before {
  content: "\e00f"; }

.arrows-thin36:before {
  content: "\e010"; }

.arrows-up76:before {
  content: "\e011"; }

.arrows-up77:before {
  content: "\e012"; }

.arrows-up78:before {
  content: "\e013"; }

html *:first-child {
  margin-top: 0; }

html *:last-child {
  margin-bottom: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.85714;
  color: #808080;
  background-color: #fff;
  font-weight: 300; }

a {
  color: #3470af;
  text-decoration: none; }
  a:hover, a:focus {
    color: #224a74;
    text-decoration: none;
    outline: none; }

.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;
  text-transform: uppercase;
  font-weight: 300;
  color: #0d0d0d; }

h1,
.h1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 800; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      line-height: 1.12;
      font-size: 50px; } }

h2,
.h2 {
  font-size: 32px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      line-height: 1.27273;
      font-size: 44px; } }

h3,
.h3 {
  font-size: 28px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      line-height: 1.16667;
      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; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      line-height: 1;
      font-size: 24px; } }

h6,
.h6 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600; }
  @media (min-width: 768px) {
    h6,
    .h6 {
      line-height: 1.33333;
      font-size: 18px; } }

.subtitle {
  font-size: 17px;
  line-height: 26px;
  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 {
  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: #224a74; }

h1 .link, h2 .link, h3 .link, h4 .link, h5 .link, h6 .link, .h1 .link, .h2 .link, .h3 .link, .h4 .link, .h5 .link, .h6 .link {
  display: inline; }

.big {
  font-size: 18px; }

small,
.small {
  display: block;
  font-size: 12px; }

.divider {
  margin-bottom: 0;
  border-top: 1px solid #ff4646; }

hr {
  background-color: #e0e0e0; }
  @media (min-width: 768px) {
    hr {
      margin-left: 0;
      text-align: left; } }

.divider-xs {
  width: 36px;
  border-width: 2px; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.list {
  text-align: left; }
  .list li {
    padding-top: 5px;
    padding-bottom: 5px; }

.list-inline {
  margin-left: -5px;
  margin-right: -5px; }
  .list-inline > li {
    padding-left: 5px;
    padding-right: 5px; }

.list-inline-md {
  margin-left: -26px;
  margin-right: -26px; }
  .list-inline-md > li {
    padding-left: 26px;
    padding-right: 26px; }

dl {
  margin: 0; }

.list-terms {
  margin-top: 58px; }
  .list-terms dt + dd {
    margin-top: 17px; }
  .list-terms dd + dt {
    margin-top: 45px; }
  .list-terms dd {
    line-height: inherit; }

.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: 31px; }
  .list-marked li:before {
    content: '\e02d';
    font-family: "fl-budicons-free";
    font-size: 12px;
    display: inline-block;
    color: #3470af;
    position: absolute;
    left: 0;
    top: 6px; }

.list-2-col {
  -webkit-columns: 2;
  columns: 2;
  -moz-columns: 2;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-gap: 30px; }

.bg-white {
  background: #fff; }
  .bg-white + .bg-white {
    padding-top: 0; }

.bg-primary {
  background: #3470af; }
  .bg-primary + .bg-primary {
    padding-top: 0; }
  .bg-primary *,
  .bg-primary .quote-variant-1 * {
    color: #fff; }
  .bg-primary .button-default-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
    .bg-primary .button-default-outline:hover, .bg-primary .button-default-outline:focus, .bg-primary .button-default-outline:active, .bg-primary .button-default-outline:hover {
      color: #fff;
      background-color: #ff4646;
      border-color: #ff4646; }
  .bg-primary .link.link-default, .bg-primary .link.link-default:active, .bg-primary .link.link-default:focus {
    color: #fff; }
  .bg-primary .link.link-default:hover {
    color: #0d0d0d; }
  .bg-primary .icon-primary {
    color: #fff;
    opacity: .6; }
    .bg-primary .icon-primary.icon-circle {
      border-color: #fff; }
    .bg-primary .icon-primary.icon-circle:hover {
      opacity: 1;
      color: #3470af;
      background-color: #fff;
      box-shadow: 0 0 0 8px #c5d5e6; }
  .bg-primary .divider {
    border-color: #ff7b7b; }

[class*='bg-image-'] {
  background-size: cover;
  background-position: center center;
  position: relative; }
  [class*='bg-image-']:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, 0.65); }
  [class*='bg-image-'] > * {
    position: relative; }
  [class*='bg-image-'] * {
    color: #fff; }
  [class*='bg-image-'] .button-default-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
    [class*='bg-image-'] .button-default-outline:hover, [class*='bg-image-'] .button-default-outline:focus, [class*='bg-image-'] .button-default-outline:active, [class*='bg-image-'] .button-default-outline:hover {
      color: #fff;
      background-color: #ff4646;
      border-color: #ff4646; }
  @media (min-width: 1200px) {
    [class*='bg-image-']:before {
      content: none; } }

.bg-image-1 {
  background-image: url("../images/bg-image-1.jpg"); }
  @media (min-width: 768px) {
    .bg-image-1 {
      background-position: 33% 50%; } }

.bg-image-2 {
  background-image: url("../images/bg-image-2.jpg"); }

.page .text-gray-base {
  color: #808080; }

.page a.text-gray-base:hover,
.page a.text-gray-base:focus {
  color: #3470af; }

.page .text-gray-darker {
  color: #222; }

.page a.text-gray-darker:hover,
.page a.text-gray-darker:focus {
  color: #3470af; }

.page .text-gray-dark {
  color: #0d0d0d; }

.page a.text-gray-dark:hover,
.page a.text-gray-dark:focus {
  color: #3470af; }

.page .text-gray {
  color: #999999; }

.page a.text-gray:hover,
.page a.text-gray:focus {
  color: #3470af; }

.page .text-gray-light {
  color: #757575; }

.page a.text-gray-light:hover,
.page a.text-gray-light:focus {
  color: #3470af; }

.page .text-gray-lighter {
  color: #666666; }

.page a.text-gray-lighter:hover,
.page a.text-gray-lighter:focus {
  color: #3470af; }

.page .text-primary {
  color: #3470af; }

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

.page .text-white {
  color: #fff; }

.page a.text-white:hover,
.page a.text-white:focus {
  color: #e6e6e6; }

.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  transition: 250ms ease-in; }
  .icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-primary {
  color: #3470af; }
  .icon-primary.icon-circle {
    border-color: #3470af; }
  .icon-primary.icon-circle:hover {
    color: #fff;
    background-color: #3470af;
    box-shadow: 0 0 0 8px #c5d5e6; }

.icon-white {
  color: #fff; }
  .icon-white.icon-circle {
    border-color: #fff; }
  .icon-white.icon-circle:hover {
    color: #3470af;
    background-color: #fff; }

.icon-xs {
  font-size: 18px; }
  .icon-xs.icon-circle {
    width: 38px;
    height: 38px;
    line-height: 36px; }

.icon-sm {
  font-size: 21px; }

.icon-md {
  font-size: 24px; }

.icon-lg {
  font-size: 57px; }
  .icon-lg.icon-circle {
    width: 92px;
    height: 92px;
    line-height: 88px; }

.icon-footer {
  font-size: 24px;
  line-height: 1.2;
  width: 36px;
  height: 24px; }
  .icon-footer:before {
    color: #3a6b9d; }
  .icon-footer.fa-map-marker {
    font-size: 30px; }

.icon-circle {
  border-radius: 50%;
  border: 1px solid;
  text-align: center; }

.button {
  display: inline-block;
  position: relative;
  padding: 13px 22px;
  font-size: 14px;
  line-height: 29px;
  border-radius: 0;
  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;
  text-transform: uppercase;
  font-weight: 700;
  transition: 250ms all ease-in-out; }
  .button:focus, .button:active, .button:active:focus {
    outline: none; }

.button-default {
  color: #222;
  background-color: transparent;
  border-color: #999999; }
  .button-default:hover, .button-default:focus, .button-default:active, .button-default:hover {
    color: #fff;
    background-color: #222;
    border-color: #222; }

.button-default-outline {
  color: #757575;
  background-color: transparent;
  border-color: #d7d7d7; }
  .button-default-outline:hover, .button-default-outline:focus, .button-default-outline:active, .button-default-outline:hover {
    color: #fff;
    background-color: #ff4646;
    border-color: #ff4646; }

.button-coral-red {
  color: #fff;
  background-color: #ff4646;
  border-color: #ff4646; }
  .button-coral-red:hover, .button-coral-red:focus, .button-coral-red:active, .button-coral-red:hover {
    color: #ff4646;
    background-color: #fff;
    border-color: #ff4646; }

.button-primary {
  color: #fff;
  background-color: #3470af;
  border-color: #3470af; }
  .button-primary:hover, .button-primary:focus, .button-primary:active, .button-primary:hover {
    color: #fff;
    background-color: #2e639b;
    border-color: #2e639b; }

.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: 17px 23px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0;
  border-width: 1px; }

.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; }
  * + .rd-mailform {
    margin-top: 50px; }

.form-input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  color: #808080;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out; }
  .form-input:focus {
    outline: 0; }

textarea.form-input {
  height: 180px;
  min-height: 150px;
  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: 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  color: #808080;
  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: #808080; }

@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: #808080;
      font-size: 17px; } }

.form-validation {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 11px;
  line-height: 11px;
  color: #d9534f;
  transition: .3s;
  z-index: 11; }

.form-validation-left .form-validation {
  right: auto;
  top: 100%;
  left: 0; }

.form-validation-bottom .form-validation {
  top: 101%; }

#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: #666666;
    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: #222;
    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: #222; }

.form-subscribe {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 480px) {
    .form-subscribe {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .form-subscribe .form-group {
        width: 100%;
        margin-bottom: 0; }
      .form-subscribe .button {
        margin-left: -3px; } }
  .form-subscribe .button {
    margin-top: 0;
    min-width: 70px; }
  .form-subscribe .form-validation {
    top: 0; }
  @media (min-width: 480px) {
    .form-subscribe .button {
      padding: 0 14px;
      max-height: 45px; }
    .form-subscribe .form-validation {
      right: 80px; } }

@media (min-width: 480px) {
  .rd-search {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .rd-search .form-wrap {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .rd-search .button {
      margin-left: 10%; } }

.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: #222;
    font-weight: 400; }
  .table-custom td {
    color: #757575; }
  .table-custom tbody tr {
    border: 1px solid #666666;
    border-left: none;
    border-right: none; }
    .table-custom tbody tr:first-child {
      border: 1px solid #666666; }
    .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 #222; }
  .table-custom.table-hover-rows tbody tr:nth-child(n+2):hover {
    background: #666666;
    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 #666666; }
    .table-custom.bordered-table tbody tr td, .table-custom.bordered-table tbody tr th {
      border: 1px solid #666666; }
    .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: #3470af;
      color: #fff;
      border-top-color: #3470af; }
    .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; }

.link {
  display: inline-block;
  transition: 250ms ease-in; }

.link-sm {
  font-size: 18px; }

.page .link-default, .page .link-default:active, .page .link-default:focus {
  color: #0d0d0d; }

.page .link-default:hover {
  color: #3470af; }

.page .link-gray-base, .page .link-gray-base:active, .page .link-gray-base:focus {
  color: #808080; }

.page .link-gray-base:hover {
  color: #ff4646; }

.page .link-gray-lightest, .page .link-gray-lightest:active, .page .link-gray-lightest:focus {
  color: #a7a7a7; }

.page .link-gray-lightest:hover {
  color: #ff4646; }

.page .link-primary, .page .link-primary:active, .page .link-primary:focus {
  color: #3470af; }

.page .link-primary:hover {
  color: #0d0d0d; }

.page .link-white, .page .link-white:active, .page .link-white:focus {
  color: #fff; }

.page .link-white:hover {
  color: #224a74; }

.page .link-coral-red, .page .link-coral-red:active, .page .link-coral-red:focus {
  color: #ff4646; }

.page .link-coral-red:hover {
  color: #224a74; }

.page .link-black, .page .link-black:active, .page .link-black:focus {
  color: #000; }

.page .link-black:hover {
  color: #ff4646; }

.page .link-footer {
  font-size: 12px;
  text-transform: uppercase; }
  .page .link-footer, .page .link-footer:active, .page .link-footer:focus {
    color: #b1d3e6; }
  .page .link-footer:hover {
    color: #ff4646; }

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

blockquote cite {
  font-style: normal; }

.quote-variant-1 {
  border-left: 0;
  margin: 0;
  padding-left: 0;
  font-size: 14px;
  text-align: left; }
  .quote-variant-1 q {
    font-weight: 300;
    font-style: italic; }
  .quote-variant-1 cite {
    display: block;
    font: 600 18px/24px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #0d0d0d; }
    .quote-variant-1 cite + * {
      margin-top: 6px;
      margin-bottom: 7px; }
    .quote-variant-1 cite + p {
      font-weight: 400; }
  .quote-variant-1 .quote-body {
    margin-top: 22px; }
  .quote-variant-1 hr {
    margin-left: 0;
    text-align: left; }

.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(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: -20px;
  margin-left: -20px; }
  html .page .group-lg > *, html .page .group-lg > *:first-child {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px; }

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 {
  color: #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: #808080; }

.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 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 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: 30px; }

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 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 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;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-xs-preffix-0 {
    margin-left: 0%; }
  .range > .cell-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-xs-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-xs-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-xs-preffix-3 {
    margin-left: 25%; }
  .range > .cell-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-xs-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-xs-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-xs-preffix-6 {
    margin-left: 50%; }
  .range > .cell-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-xs-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-xs-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-xs-preffix-9 {
    margin-left: 75%; }
  .range > .cell-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-xs-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-xs-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-xs-preffix-12 {
    margin-left: 100%; }
  .range > .cell-xs-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-sm-preffix-0 {
    margin-left: 0%; }
  .range > .cell-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%; }
  .range > .cell-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%; }
  .range > .cell-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%; }
  .range > .cell-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%; }
  .range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-md-preffix-0 {
    margin-left: 0%; }
  .range > .cell-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-md-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-md-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-md-preffix-3 {
    margin-left: 25%; }
  .range > .cell-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-md-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-md-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-md-preffix-6 {
    margin-left: 50%; }
  .range > .cell-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-md-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-md-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-md-preffix-9 {
    margin-left: 75%; }
  .range > .cell-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-md-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-md-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-md-preffix-12 {
    margin-left: 100%; }
  .range > .cell-md-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-lg-preffix-0 {
    margin-left: 0%; }
  .range > .cell-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-lg-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-lg-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-lg-preffix-3 {
    margin-left: 25%; }
  .range > .cell-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-lg-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-lg-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-lg-preffix-6 {
    margin-left: 50%; }
  .range > .cell-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-lg-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-lg-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-lg-preffix-9 {
    margin-left: 75%; }
  .range > .cell-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-lg-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-lg-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-lg-preffix-12 {
    margin-left: 100%; }
  .range > .cell-lg-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-xl-preffix-0 {
    margin-left: 0%; }
  .range > .cell-xl-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-xl-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-xl-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-xl-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-xl-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-xl-preffix-3 {
    margin-left: 25%; }
  .range > .cell-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-xl-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-xl-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-xl-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-xl-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-xl-preffix-6 {
    margin-left: 50%; }
  .range > .cell-xl-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-xl-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-xl-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-xl-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-xl-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-xl-preffix-9 {
    margin-left: 75%; }
  .range > .cell-xl-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-xl-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-xl-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-xl-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-xl-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-xl-preffix-12 {
    margin-left: 100%; }
  .range > .cell-xl-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.unit-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.unit-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: 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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: 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-xxs.unit > [class*='unit-']:first-child, .unit-spacing-xxs.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-xxs.unit > .unit-left + .unit-right,
.unit-spacing-xxs.unit > .unit-left + .unit-body, .unit-spacing-xxs.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xxs.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 4px; }

.unit-spacing-xxs.unit > .unit-body + .unit-right, .unit-spacing-xxs.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 4px; }

.unit-spacing-xxs.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xxs.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 4px; }

.unit-spacing-xxs.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 4px; }

.unit-spacing-xxs.unit-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 4px; }

.unit-spacing-xxs.unit-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-xxs.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 4px; }

.unit-spacing-xxs.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-xxs.unit-xs > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-xs > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-xs > .unit-left + .unit-body, .unit-spacing-xxs.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-xs > .unit-body + .unit-right, .unit-spacing-xxs.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 4px; }
  .unit-spacing-xxs.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-xxs.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxs.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-sm > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-sm > .unit-left + .unit-body, .unit-spacing-xxs.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-sm > .unit-body + .unit-right, .unit-spacing-xxs.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 4px; }
  .unit-spacing-xxs.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-xxs.unit-md > [class*='unit-']:first-child, .unit-spacing-xxs.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-md > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-md > .unit-left + .unit-body, .unit-spacing-xxs.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-md > .unit-body + .unit-right, .unit-spacing-xxs.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 4px; }
  .unit-spacing-xxs.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-xxs.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxs.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-lg > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-lg > .unit-left + .unit-body, .unit-spacing-xxs.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-lg > .unit-body + .unit-right, .unit-spacing-xxs.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 4px; }
  .unit-spacing-xxs.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-xxs.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-xl > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-xl > .unit-left + .unit-body, .unit-spacing-xxs.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-xl > .unit-body + .unit-right, .unit-spacing-xxs.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 4px; }
  .unit-spacing-xxs.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxs.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 4px; }
  .unit-spacing-xxs.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 4px; }
  .unit-spacing-xxs.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: 7px; }

.unit-spacing-xs.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 7px; }

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

.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: 7px; }
  .unit-spacing-xs.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 7px; }
  .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: 7px; }
  .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: 7px; }
  .unit-spacing-xs.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 7px; }
  .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: 7px; }
  .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: 7px; }
  .unit-spacing-xs.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 7px; }
  .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: 7px; }
  .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: 7px; }
  .unit-spacing-xs.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 7px; }
  .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: 7px; }
  .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: 7px; }
  .unit-spacing-xs.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 7px; }
  .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: 7px; }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-spacing-sm.unit > [class*='unit-']:first-child, .unit-spacing-sm.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-sm.unit > .unit-left + .unit-right,
.unit-spacing-sm.unit > .unit-left + .unit-body, .unit-spacing-sm.unit-vertical > .unit-left + .unit-right,
.unit-spacing-sm.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 15px; }

.unit-spacing-sm.unit > .unit-body + .unit-right, .unit-spacing-sm.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 15px; }

.unit-spacing-sm.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-sm.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 15px; }

.unit-spacing-sm.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 15px; }

.unit-spacing-sm.unit-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 15px; }

.unit-spacing-sm.unit-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-sm.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 15px; }

.unit-spacing-sm.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-sm.unit-xs > [class*='unit-']:first-child, .unit-spacing-sm.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xs > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs > .unit-left + .unit-body, .unit-spacing-sm.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xs > .unit-body + .unit-right, .unit-spacing-sm.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-sm.unit-sm > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-sm > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm > .unit-left + .unit-body, .unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-sm > .unit-body + .unit-right, .unit-spacing-sm.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-sm.unit-md > [class*='unit-']:first-child, .unit-spacing-sm.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-md > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md > .unit-left + .unit-body, .unit-spacing-sm.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-md > .unit-body + .unit-right, .unit-spacing-sm.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-sm.unit-lg > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-lg > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg > .unit-left + .unit-body, .unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-lg > .unit-body + .unit-right, .unit-spacing-sm.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-sm.unit-xl > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xl > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl > .unit-left + .unit-body, .unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xl > .unit-body + .unit-right, .unit-spacing-sm.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-spacing-md.unit > [class*='unit-']:first-child, .unit-spacing-md.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-md.unit > .unit-left + .unit-right,
.unit-spacing-md.unit > .unit-left + .unit-body, .unit-spacing-md.unit-vertical > .unit-left + .unit-right,
.unit-spacing-md.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 25px; }

.unit-spacing-md.unit > .unit-body + .unit-right, .unit-spacing-md.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 25px; }

.unit-spacing-md.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-md.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 25px; }

.unit-spacing-md.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 25px; }

.unit-spacing-md.unit-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 25px; }

.unit-spacing-md.unit-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-md.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 25px; }

.unit-spacing-md.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-md.unit-xs > [class*='unit-']:first-child, .unit-spacing-md.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xs > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs > .unit-left + .unit-body, .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-xs > .unit-body + .unit-right, .unit-spacing-md.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 25px; }
  .unit-spacing-md.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-md.unit-sm > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-sm > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm > .unit-left + .unit-body, .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-sm > .unit-body + .unit-right, .unit-spacing-md.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 25px; }
  .unit-spacing-md.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-md.unit-md > [class*='unit-']:first-child, .unit-spacing-md.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-md > .unit-left + .unit-right,
  .unit-spacing-md.unit-md > .unit-left + .unit-body, .unit-spacing-md.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-md > .unit-body + .unit-right, .unit-spacing-md.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 25px; }
  .unit-spacing-md.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-md.unit-lg > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-lg > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg > .unit-left + .unit-body, .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-lg > .unit-body + .unit-right, .unit-spacing-md.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 25px; }
  .unit-spacing-md.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-md.unit-xl > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xl > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl > .unit-left + .unit-body, .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-xl > .unit-body + .unit-right, .unit-spacing-md.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 25px; }
  .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 25px; }
  .unit-spacing-md.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 25px; }
  .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-spacing-xl.unit > [class*='unit-']:first-child, .unit-spacing-xl.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-xl.unit > .unit-left + .unit-right,
.unit-spacing-xl.unit > .unit-left + .unit-body, .unit-spacing-xl.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xl.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 50px; }

.unit-spacing-xl.unit > .unit-body + .unit-right, .unit-spacing-xl.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 50px; }

.unit-spacing-xl.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xl.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 50px; }

.unit-spacing-xl.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 50px; }

.unit-spacing-xl.unit-inverse > [class*='unit-']:first-child, .unit-spacing-xl.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 50px; }

.unit-spacing-xl.unit-inverse > [class*='unit-']:last-child, .unit-spacing-xl.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-xl.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 50px; }

.unit-spacing-xl.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-xl.unit-xs > [class*='unit-']:first-child, .unit-spacing-xl.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-xs > .unit-left + .unit-right,
  .unit-spacing-xl.unit-xs > .unit-left + .unit-body, .unit-spacing-xl.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-xl.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-xs > .unit-body + .unit-right, .unit-spacing-xl.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-xl.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 50px; }
  .unit-spacing-xl.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-xl.unit-sm > [class*='unit-']:first-child, .unit-spacing-xl.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-sm > .unit-left + .unit-right,
  .unit-spacing-xl.unit-sm > .unit-left + .unit-body, .unit-spacing-xl.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-xl.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-sm > .unit-body + .unit-right, .unit-spacing-xl.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-xl.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 50px; }
  .unit-spacing-xl.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-xl.unit-md > [class*='unit-']:first-child, .unit-spacing-xl.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-md > .unit-left + .unit-right,
  .unit-spacing-xl.unit-md > .unit-left + .unit-body, .unit-spacing-xl.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-xl.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-md > .unit-body + .unit-right, .unit-spacing-xl.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-xl.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xl.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 50px; }
  .unit-spacing-xl.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xl.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-xl.unit-lg > [class*='unit-']:first-child, .unit-spacing-xl.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-lg > .unit-left + .unit-right,
  .unit-spacing-xl.unit-lg > .unit-left + .unit-body, .unit-spacing-xl.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-xl.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-lg > .unit-body + .unit-right, .unit-spacing-xl.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-xl.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 50px; }
  .unit-spacing-xl.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-xl.unit-xl > [class*='unit-']:first-child, .unit-spacing-xl.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-xl > .unit-left + .unit-right,
  .unit-spacing-xl.unit-xl > .unit-left + .unit-body, .unit-spacing-xl.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-xl.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-xl > .unit-body + .unit-right, .unit-spacing-xl.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 50px; }
  .unit-spacing-xl.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-xl.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 50px; }
  .unit-spacing-xl.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 50px; }
  .unit-spacing-xl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-spacing-xxl.unit > [class*='unit-']:first-child, .unit-spacing-xxl.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-xxl.unit > .unit-left + .unit-right,
.unit-spacing-xxl.unit > .unit-left + .unit-body, .unit-spacing-xxl.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xxl.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 40px; }

.unit-spacing-xxl.unit > .unit-body + .unit-right, .unit-spacing-xxl.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 40px; }

.unit-spacing-xxl.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xxl.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 40px; }

.unit-spacing-xxl.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 40px; }

.unit-spacing-xxl.unit-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 40px; }

.unit-spacing-xxl.unit-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-xxl.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 40px; }

.unit-spacing-xxl.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-xxl.unit-xs > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xs > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xs > .unit-left + .unit-body, .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-xs > .unit-body + .unit-right, .unit-spacing-xxl.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 40px; }
  .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-xxl.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-sm > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-sm > .unit-left + .unit-body, .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-sm > .unit-body + .unit-right, .unit-spacing-xxl.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 40px; }
  .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-xxl.unit-md > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-md > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-md > .unit-left + .unit-body, .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-md > .unit-body + .unit-right, .unit-spacing-xxl.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 40px; }
  .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-xxl.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-lg > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-lg > .unit-left + .unit-body, .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-lg > .unit-body + .unit-right, .unit-spacing-xxl.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 40px; }
  .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-xxl.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xl > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-xl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 40px; }
  .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 40px; }
  .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 40px; }
  .unit-spacing-xxl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-xxl.unit > [class*='unit-']:first-child, .unit-spacing-xxl.unit-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit > .unit-left + .unit-right,
  .unit-spacing-xxl.unit > .unit-left + .unit-body, .unit-spacing-xxl.unit-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit > .unit-body + .unit-right, .unit-spacing-xxl.unit-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-inverse.unit-vertical > [class*='unit-']:first-child {
    padding-top: 60px; }
  .unit-spacing-xxl.unit-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-inverse.unit-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) and (min-width: 480px) {
  .unit-spacing-xxl.unit-xs > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xs > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xs > .unit-left + .unit-body, .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-xs > .unit-body + .unit-right, .unit-spacing-xxl.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 60px; }
  .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) and (min-width: 768px) {
  .unit-spacing-xxl.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-sm > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-sm > .unit-left + .unit-body, .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-sm > .unit-body + .unit-right, .unit-spacing-xxl.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 60px; }
  .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) and (min-width: 992px) {
  .unit-spacing-xxl.unit-md > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-md > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-md > .unit-left + .unit-body, .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-md > .unit-body + .unit-right, .unit-spacing-xxl.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 60px; }
  .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) and (min-width: 1200px) {
  .unit-spacing-xxl.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-lg > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-lg > .unit-left + .unit-body, .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-lg > .unit-body + .unit-right, .unit-spacing-xxl.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 60px; }
  .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) and (min-width: 1800px) {
  .unit-spacing-xxl.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xl > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-xl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 60px; }
  .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 60px; }
  .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xxl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 60px; }
  .unit-spacing-xxl.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: #222;
  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-xs {
  padding-top: 44px;
  padding-bottom: 44px; }

.section-sm {
  padding-top: 60px;
  padding-bottom: 60px; }

.section-md {
  padding-top: 70px;
  padding-bottom: 80px; }

.section-lg {
  padding-top: 120px;
  padding-bottom: 120px; }

.section-banner {
  padding-top: 70px;
  padding-bottom: 120px; }
  @media (min-width: 768px) {
    .section-banner {
      padding-top: 110px; } }
  @media (min-width: 1200px) {
    .section-banner {
      padding-bottom: 258px; } }

.section-banner-2 {
  padding-top: 120px;
  padding-bottom: 65px; }
  @media (min-width: 768px) {
    .section-banner-2 {
      padding-top: 258px;
      padding-bottom: 65px; } }

.section-sm-bottom-180 {
  padding-bottom: 180px; }

.section-bottom-50 {
  padding-bottom: 60px; }

.section-relative {
  position: relative;
  z-index: 1; }

@media (max-width: 480px) {
  .section-grid-demonstration [class^="col"] {
    padding: 5px; } }

.section-grid-demonstration .grid-demonstration-item {
  background: #666666; }
  @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: 20px; }

* + .button {
  margin-top: 45px; }

* + .subtitle {
  margin-top: 17px; }

* + hr {
  margin-top: 8px; }

* + .list-inline {
  margin-top: 10px; }

* + .form-subscribe {
  margin-top: 10px; }

* + .banner-subtitle {
  margin-top: 25px; }

hr + * {
  margin-top: 25px; }

.list-terms + * {
  margin-top: 30px; }

h2 + .divider {
  margin-top: 35px; }

h3 + .rd-search {
  margin-top: 35px; }

header + hr {
  margin-top: 0; }

h6 + p {
  margin-top: 25px; }

p + p {
  margin-top: 12px; }

.divider + .range {
  margin-top: 35px; }

@media (min-width: 768px) {
  html .offset-sm-top-80 {
    margin-top: 80px !important; } }

html .range-60 {
  position: relative;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  margin-bottom: -60px; }
  html .range-60:before {
    content: '';
    display: block;
    width: 0; }
  html .range-60 > * {
    margin-top: 60px; }
    html .range-60 > *:before {
      content: '';
      display: block; }

html .range-55 {
  position: relative;
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px);
  margin-bottom: -55px; }
  html .range-55:before {
    content: '';
    display: block;
    width: 0; }
  html .range-55 > * {
    margin-top: 55px; }
    html .range-55 > *:before {
      content: '';
      display: block; }

html .range-50 {
  position: relative;
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px);
  margin-bottom: -55px; }
  html .range-50:before {
    content: '';
    display: block;
    width: 0; }
  html .range-50 > * {
    margin-top: 55px; }
    html .range-50 > *:before {
      content: '';
      display: block; }

html .range-45 {
  position: relative;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  margin-bottom: -45px; }
  html .range-45:before {
    content: '';
    display: block;
    width: 0; }
  html .range-45 > * {
    margin-top: 45px; }
    html .range-45 > *:before {
      content: '';
      display: block; }

html .range-30 {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px; }
  html .range-30:before {
    content: '';
    display: block;
    width: 0; }
  html .range-30 > * {
    margin-top: 30px; }
    html .range-30 > *:before {
      content: '';
      display: block; }

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

.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none; }

.page-footer {
  background-color: #0c345f; }
  .page-footer * {
    color: #fff;
    font-weight: 400; }
  .page-footer * + .unit-top {
    margin-top: 17px; }
  .page-footer .unit-top + .unit-horizontal {
    margin-top: 12px; }
  .page-footer .link-white, .page-footer .link-white:active, .page-footer .link-white:focus {
    color: #fff; }
  .page-footer .link-white:hover {
    color: #ff4646; }
  .page-footer .small {
    text-transform: uppercase;
    color: #b1d3e6; }
  .page-footer .form-input,
  .page-footer .form-label {
    color: #999999; }
  .page-footer .form-validation {
    color: #ff4646; }
  .page-footer [href*='callto:'] {
    font-size: 18px;
    line-height: 1.4; }
  .page-footer .list-2-col {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .page-footer .list-2-col {
        margin-left: 0; } }

.copyright {
  background-color: #0f3053;
  padding-top: 12px;
  padding-bottom: 12px; }

.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: #222;
        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: #666666; }
    .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 #999999; }
    .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: #0d0d0d;
        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: #3470af;
          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: #222;
          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 #999999; }
    .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: #3470af; }
        .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 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 400 48px/50px 'Arrows';
  color: #fff; }
  .owl-prev:hover, .owl-next:hover {
    color: #2f68a3; }

.owl-prev {
  left: 3px; }
  .owl-prev:before {
    content: '\e009'; }
  @media (min-width: 768px) {
    .owl-prev {
      left: 22px; } }

.owl-next {
  right: 3px; }
  .owl-next:before {
    content: '\e008'; }
  @media (min-width: 768px) {
    .owl-next {
      right: 22px; } }

/*
 * 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; }

.owl-carousel .quote-variant-1 {
  background-color: #4884c3;
  padding: 20px 35px; }
  .owl-carousel .quote-variant-1 img {
    width: 70px; }
  @media (min-width: 768px) {
    .owl-carousel .quote-variant-1 {
      padding: 50px 124px 45px 78px; }
      .owl-carousel .quote-variant-1 img {
        width: 100%; } }

@-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;
  position: relative;
  z-index: 30; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-fixed .rd-navbar-nav li a {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase; }

.rd-navbar-default, .rd-navbar-default-with-top-panel, .rd-navbar-sidebar {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.rd-navbar a {
  transition: .3s ease-in-out; }

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important; }

.rd-navbar-fixed,
.rd-navbar-fullwidth,
.rd-navbar-static {
  display: block; }

.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15); }

.rd-navbar.rd-navbar--is-clone {
  display: none !important; }

.rd-navbar-toggle {
  display: none;
  background-color: transparent;
  border: none; }
  @media (max-width: 1199px) {
    .rd-navbar-toggle {
      display: inline-block;
      position: relative;
      width: 48px;
      height: 48px;
      line-height: 48px;
      cursor: pointer;
      color: #ff4646;
      display: none;
      position: fixed;
      top: 4px;
      left: 4px; }
      .rd-navbar-toggle span {
        position: relative;
        display: block;
        margin: auto;
        transition: .3s all ease; }
        .rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
          content: "";
          position: absolute;
          left: 0;
          top: -8px;
          transition: .3s all ease; }
        .rd-navbar-toggle span:after {
          top: 8px; }
        .rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
          width: 24px;
          height: 4px;
          background-color: #ff4646;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          border-radius: 2px; }
      .rd-navbar-toggle span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
          -webkit-transform-origin: 1.71429px center;
          -ms-transform-origin: 1.71429px center;
          transform-origin: 1.71429px center;
          transform-origin: 1.71429px center; }
      .rd-navbar-toggle.active span {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); }
        .rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
          top: 0;
          width: 15px; }
        .rd-navbar-toggle.active span:before {
          -webkit-transform: rotate3d(0, 0, 1, -40deg);
          transform: rotate3d(0, 0, 1, -40deg); }
        .rd-navbar-toggle.active span:after {
          -webkit-transform: rotate3d(0, 0, 1, 40deg);
          transform: rotate3d(0, 0, 1, 40deg); } }
  .rd-navbar-toggle:focus {
    outline: none; }

.rd-navbar-search-toggle {
  transition: .2s ease-in; }
  .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #ff4646;
    background: none;
    border: none;
    outline: none;
    padding: 0; }
    .rd-navbar-search-toggle span, .rd-navbar-search-toggle span:before, .rd-navbar-search-toggle span:after {
      transition: .3s all ease-in-out; }
    .rd-navbar-search-toggle span:before, .rd-navbar-search-toggle span:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .rd-navbar-search-toggle span:before {
      content: "";
      -webkit-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible;
      font-family: "FontAwesome"; }
    .rd-navbar-search-toggle span:after {
      content: "";
      -webkit-transform: rotate(-90deg) scale(0);
      -ms-transform: rotate(-90deg) scale(0);
      transform: rotate(-90deg) scale(0);
      opacity: 0;
      visibility: hidden;
      font-family: "FontAwesome"; }
  .rd-navbar-search-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    -ms-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0); }
  .rd-navbar-search-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }

.rd-navbar-search-button {
  position: absolute;
  top: 11px;
  right: 18px;
  width: 33px;
  height: 25px;
  background: #fff;
  color: #ff4646;
  transition: 250ms ease-in;
  outline: none;
  border: 0; }
  .rd-navbar-search-button:before {
    content: "\f002";
    display: inline-block;
    font: 400 18px/10px "FontAwesome"; }
  .rd-navbar-search-button:hover {
    color: #3470af; }

.rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #ff4646;
  background-color: transparent;
  border: none;
  display: none; }
  .rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px; }
    .rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
      position: absolute;
      width: 6px;
      height: 6px;
      line-height: 6px;
      text-align: center;
      background: #ff4646;
      left: 50%;
      margin-left: -3px;
      border-radius: 50%;
      transition: .3s all ease; }
    .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
      content: ''; }
    .rd-navbar-collapse-toggle span:before {
      bottom: 100%;
      margin-bottom: 3px; }
    .rd-navbar-collapse-toggle span:after {
      top: 100%;
      margin-top: 3px; }
  .rd-navbar-collapse-toggle.active span {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
    .rd-navbar-collapse-toggle.active span:before {
      -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
      transform: translateY(18px); }
    .rd-navbar-collapse-toggle.active span:after {
      -webkit-transform: translateY(-18px);
      -ms-transform: translateY(-18px);
      transform: translateY(-18px); }
  .rd-navbar-collapse-toggle:focus {
    outline: none; }

.rd-navbar-fixed .rd-navbar-collapse-toggle,
.rd-navbar-fullwidth .rd-navbar-collapse-toggle {
  display: block; }

.rd-navbar-fixed .rd-navbar-collapse-items,
.rd-navbar-fullwidth .rd-navbar-collapse-items {
  opacity: 0;
  visibility: hidden;
  right: 15px;
  width: 275px;
  padding: 20px;
  z-index: 20;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
  color: #808080; }
  .rd-navbar-fixed .rd-navbar-collapse-items .list-inline,
  .rd-navbar-fullwidth .rd-navbar-collapse-items .list-inline {
    margin-top: 5px;
    text-align: left; }
    .rd-navbar-fixed .rd-navbar-collapse-items .list-inline li + li,
    .rd-navbar-fullwidth .rd-navbar-collapse-items .list-inline li + li {
      margin-top: 5px; }
  .rd-navbar-fixed .rd-navbar-collapse-items .icon,
  .rd-navbar-fullwidth .rd-navbar-collapse-items .icon {
    color: #808080; }
  .rd-navbar-fixed .rd-navbar-collapse-items a,
  .rd-navbar-fullwidth .rd-navbar-collapse-items a {
    color: #808080; }
    .rd-navbar-fixed .rd-navbar-collapse-items a:hover,
    .rd-navbar-fullwidth .rd-navbar-collapse-items a:hover {
      color: #757575; }
  .rd-navbar-fixed .rd-navbar-collapse-items.active,
  .rd-navbar-fullwidth .rd-navbar-collapse-items.active {
    opacity: 1;
    visibility: visible; }

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  position: fixed;
  top: 4px;
  right: -4px; }

.rd-navbar-fixed .rd-navbar-collapse-items {
  position: fixed;
  top: 60px;
  background: #fff; }

.rd-navbar-fullwidth .rd-navbar-collapse-toggle {
  position: absolute;
  right: 15px;
  top: 10px; }

.rd-navbar-fullwidth .rd-navbar-collapse-items {
  position: absolute;
  top: 50px;
  background: #fff; }

.rd-navbar-brand a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  color: #ff4646;
  vertical-align: middle; }
  .rd-navbar-brand a:hover {
    color: #ff4646; }

.rd-navbar-brand img {
  max-width: 180px; }

.rd-navbar-mobile-brand {
  display: none; }
  .rd-navbar-mobile-brand img {
    max-width: 180px; }

.rd-navbar-dropdown {
  display: none; }

.rd-navbar-top-panel-inner,
.rd-navbar-inner {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto; }

.rd-navbar-default.rd-navbar-fixed #rd-search-results-live {
  display: none; }

.rd-navbar-default.rd-navbar-fixed .rd-navbar-search-toggle {
  position: fixed;
  top: 4px;
  z-index: 20;
  right: 1px;
  height: 48px; }

.rd-navbar-default.rd-navbar-fixed .rd-search {
  position: fixed;
  top: 6px;
  z-index: 999;
  right: 47px;
  left: 15px;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease-in-out; }
  .rd-navbar-default.rd-navbar-fixed .rd-search .form-label {
    font-style: italic; }
  .rd-navbar-default.rd-navbar-fixed .rd-search .form-input {
    border: none;
    padding-right: 50px; }

.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel.active .rd-navbar-brand, .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel.active .rd-navbar-collapse-toggle, .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel.active .rd-navbar-toggle {
  opacity: 0;
  pointer-events: none; }

.rd-navbar-default.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  pointer-events: all; }

.rd-navbar-default.rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-toggle {
  right: 1px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-aside-right, .rd-navbar-default.rd-navbar-static .rd-navbar-aside-right {
  position: relative; }

.rd-navbar-default.rd-navbar-fullwidth .rd-search, .rd-navbar-default.rd-navbar-static .rd-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 24px;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease-in-out; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-search .form-label, .rd-navbar-default.rd-navbar-static .rd-search .form-label {
    font-style: italic; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-search .form-input, .rd-navbar-default.rd-navbar-static .rd-search .form-input {
    border: none;
    border-bottom: 1px solid #666666; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-panel.active .rd-navbar-nav, .rd-navbar-default.rd-navbar-static .rd-navbar-panel.active .rd-navbar-nav {
  opacity: 0;
  pointer-events: none; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-search.active .rd-search, .rd-navbar-default.rd-navbar-static .rd-navbar-search.active .rd-search {
  opacity: 1;
  pointer-events: all;
  z-index: 9; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav:before, .rd-navbar-default.rd-navbar-static .rd-navbar-nav:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav:after, .rd-navbar-default.rd-navbar-static .rd-navbar-nav:after {
  content: " ";
  display: table; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav:after, .rd-navbar-default.rd-navbar-static .rd-navbar-nav:after {
  clear: both; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li {
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) {
    .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li {
      padding: 1px 17px; } }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a {
    display: inline-block;
    position: relative;
    padding: 1px 3px;
    color: #000;
    transition: .3s ease-in-out; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.active > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.focus > a {
    color: #ff4646; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li a:hover, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li a:hover {
    color: #ff4646; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.rd-navbar-submenu > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a {
    padding-right: 20px; }
    .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.rd-navbar-submenu > a:after, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > a:after {
      content: '\f107';
      position: absolute;
      top: 50%;
      right: 6px;
      left: auto;
      font: 16px/20px "FontAwesome";
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: .3s transform ease-in-out; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a:after, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.focus > a:after, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover:after, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:hover:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.rd-navbar--has-megamenu, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.rd-navbar--has-megamenu {
    position: static; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-default.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu, .rd-navbar-default.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-default.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 270px;
  padding: 0;
  visibility: hidden;
  transition: .3s all ease;
  text-align: left;
  opacity: 0;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li {
    cursor: pointer; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li a {
    font-size: 14px;
    font-weight: 400; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown {
    left: 100%;
    top: -1px;
    margin: 0;
    z-index: 2; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown {
    z-index: 3; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown.rd-navbar-open-left, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu.rd-navbar-open-left, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown {
    right: 100%;
    left: auto; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown.rd-navbar-open-left, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown.rd-navbar-open-left {
  right: 0; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu {
  right: 20px;
  left: 20px;
  max-width: 1900px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a:before {
  left: 5px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown {
  margin-top: 30px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu {
  border: 1px solid #f8f8f8;
  padding-top: 23px;
  padding-bottom: 17px; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li {
    position: relative; }
    .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a {
      position: relative;
      display: block;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      padding: 9px 28px;
      color: #999999; }
      .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a:hover, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a:focus, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a:hover, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a:hover, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a:focus, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a:focus {
        color: #ff4646;
        background: transparent; }
        .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a:hover:before, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a:hover:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a:focus:before, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a:focus:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a:hover:before, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a:hover:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a:focus:before, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a:focus:before {
          color: #ff4646; }
      .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a:before {
        transition: .3s all ease; }
      .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a:before {
        content: '\f101';
        position: absolute;
        top: 16px;
        left: 13px;
        font: 14px/18px "FontAwesome";
        margin-top: -6px;
        pointer-events: none; }
      .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li > a > span, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a > span, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li > a > span, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a > span {
        vertical-align: middle; }
    .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li.rd-navbar--has-dropdown a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li.rd-navbar--has-dropdown a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown a {
      padding-right: 30px; }
    .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li:focus > a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li:focus > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li:hover > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li:focus > a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li:focus > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li:hover > a {
      color: #ff4646; }
      .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li:focus > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li:focus > a:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li:hover > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li:hover > a:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li:focus > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li:focus > a:before, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li:hover > a:before, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li:hover > a:before {
        color: #ff4646; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 13px;
    font-size: 22px;
    line-height: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s all ease; }
    .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-dropdown li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle:after, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle:after, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-megamenu li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle:after, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown .rd-navbar-submenu-toggle:after {
      content: '\f105';
      font-family: 'FontAwesome'; }

@media (max-width: 1199px) {
  .rd-navbar-fixed .rd-navbar-brand {
    position: fixed;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.rd-navbar-fixed .rd-navbar-panel {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 56px;
  padding: 5px;
  z-index: 16;
  color: #000;
  box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.17); }

.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block; }

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: 0;
  padding: 112px 0 56px;
  background: #fff;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.17);
  z-index: 15;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  width: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: .3s ease-in-out; }

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 16;
  padding: 10px 0;
  text-align: left; }
  .rd-navbar-fixed .rd-navbar-nav > li:last-child {
    margin-bottom: 10px; }
  .rd-navbar-fixed .rd-navbar-nav li {
    float: none; }
    .rd-navbar-fixed .rd-navbar-nav li + li {
      margin-top: 5px; }
    .rd-navbar-fixed .rd-navbar-nav li a {
      display: block;
      padding: 11px 40px 11px 15px;
      transition: .3s ease-in-out;
      color: #0d0d0d; }
    .rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle {
      color: #0d0d0d; }
    .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:before {
      content: '\f106'; }
  .rd-navbar-fixed .rd-navbar-nav li.active > a,
  .rd-navbar-fixed .rd-navbar-nav li.opened > a,
  .rd-navbar-fixed .rd-navbar-nav li:hover > a {
    background: #3470af;
    color: #fff; }
  .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-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle {
    color: #fff; }

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative; }

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 44px;
  font-size: 20px;
  line-height: 43px;
  font-family: 'FontAwesome';
  transition: .3s all ease; }
  .rd-navbar-fixed .rd-navbar-submenu-toggle:before {
    content: '\f107';
    display: block;
    vertical-align: middle; }

.rd-navbar-fixed .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-dropdown {
  display: none;
  padding: 5px 0; }
  .rd-navbar-fixed .rd-navbar-megamenu > li > a,
  .rd-navbar-fixed .rd-navbar-dropdown > li > a {
    padding-left: 27px; }
  .rd-navbar-fixed .rd-navbar-megamenu > li .rd-navbar-dropdown > li > a,
  .rd-navbar-fixed .rd-navbar-dropdown > li .rd-navbar-dropdown > li > a {
    padding-left: 42px; }
  .rd-navbar-fixed .rd-navbar-megamenu > li .rd-navbar-dropdown > li .rd-navbar-dropdown > li > a,
  .rd-navbar-fixed .rd-navbar-dropdown > li .rd-navbar-dropdown > li .rd-navbar-dropdown > li > a {
    padding-left: 50px; }

.rd-navbar-fixed .rd-navbar-megamenu li a {
  padding-left: 27px; }

.rd-navbar-fixed .rd-navbar-megamenu > li a {
  padding-left: 27px; }

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown {
  display: block; }

.rd-navbar-fixed .rd-navbar-megamenu [class^='cell-'],
.rd-navbar-fixed .rd-navbar-megamenu [class^='col-'] {
  width: 100%; }

.rd-navbar-fixed .rd-navbar-megamenu [class^='cell-'] {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media (max-width: 991px) {
  html.rd-navbar-fixed-linked .page {
    padding-top: 55px; } }

@media (min-width: 1200px) {
  .rd-navbar-default .search_list {
    -webkit-columns: 1;
    columns: 1;
    -moz-columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    -moz-column-gap: 0; } }

.rd-navbar-default.rd-navbar-fullwidth:not(.rd-navbar-transparent), .rd-navbar-default.rd-navbar-static:not(.rd-navbar-transparent) {
  background: #fff; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-inner, .rd-navbar-default.rd-navbar-static .rd-navbar-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-aside-right, .rd-navbar-default.rd-navbar-static .rd-navbar-aside-right {
  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;
  height: 50px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-search-toggle, .rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle {
  display: inline-block;
  height: 22px;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  z-index: 8; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-search-toggle span, .rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px; }
  .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-search-toggle span:hover, .rd-navbar-default.rd-navbar-static .rd-navbar-search-toggle span:hover {
    color: #3470af; }

.rd-navbar-default.rd-navbar-fullwidth .rd-search .form-input, .rd-navbar-default.rd-navbar-static .rd-search .form-input {
  border-radius: 35px;
  box-shadow: 0 0 5px 0 rgba(52, 112, 175, 0.3);
  border-bottom: 0;
  padding-left: 25px;
  padding-right: 50px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-search .form-label, .rd-navbar-default.rd-navbar-static .rd-search .form-label {
  left: 25px;
  top: 22px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-search .form-label,
.rd-navbar-default.rd-navbar-fullwidth .rd-search .form-input, .rd-navbar-default.rd-navbar-static .rd-search .form-label,
.rd-navbar-default.rd-navbar-static .rd-search .form-input {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  font-style: normal; }

.rd-navbar-default.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown {
  margin-top: 15px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-inner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.rd-navbar-default.rd-navbar-fullwidth:not(.rd-navbar--is-stuck) .rd-navbar-inner {
  padding-top: 20px; }

.rd-navbar-default.rd-navbar-fullwidth:not(.rd-navbar--is-stuck) .rd-navbar-aside-right {
  margin-top: 20px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-search {
  top: 2px; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-aside-right {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.rd-navbar-default.rd-navbar-fullwidth .rd-navbar-search.active .rd-navbar-search-toggle {
  position: absolute;
  top: 12px;
  right: 0; }

.rd-navbar-default.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-brand {
  display: none; }

.rd-navbar-default.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-search.active .rd-navbar-search-toggle {
  top: 14px; }

.rd-navbar-default.rd-navbar-static .rd-navbar-inner {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px; }

.rd-navbar-default.rd-navbar-static .rd-navbar-aside-right {
  position: static; }

.rd-navbar-default.rd-navbar-static .rd-search {
  max-width: 670px;
  width: 100%;
  left: auto;
  right: 0;
  top: 33px; }

.rd-navbar-default.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-inner {
  padding-top: 30px;
  padding-bottom: 30px; }

.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-search {
  top: 8px; }

.rd-navbar-default-with-top-panel .contact-info {
  text-align: left;
  font-size: 14px; }
  .rd-navbar-default-with-top-panel .contact-info .unit-horizontal {
    font-weight: 400; }
  .rd-navbar-default-with-top-panel .contact-info .unit-left {
    color: #808080; }

.rd-navbar-default-with-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand {
  display: inline-block;
  margin: 20px 0; }

.rd-navbar-default-with-top-panel.rd-navbar-fixed .rd-navbar-brand {
  display: none; }

@media (min-width: 480px) {
  .rd-navbar-default-with-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand {
    display: none; }
  .rd-navbar-default-with-top-panel.rd-navbar-fixed .rd-navbar-brand {
    display: inline-block; } }

.rd-navbar-default-with-top-panel.rd-navbar-fixed .rd-navbar-search-toggle {
  right: 44px; }

.rd-navbar-default-with-top-panel.rd-navbar-fullwidth .rd-navbar-top-panel, .rd-navbar-default-with-top-panel.rd-navbar-static .rd-navbar-top-panel {
  background-color: #f8f8f8; }

.rd-navbar-default-with-top-panel.rd-navbar-fullwidth .rd-navbar-inner, .rd-navbar-default-with-top-panel.rd-navbar-static .rd-navbar-inner {
  max-width: 1200px; }

.rd-navbar-default-with-top-panel.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-collapse-toggle,
.rd-navbar-default-with-top-panel.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-top-panel, .rd-navbar-default-with-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-collapse-toggle,
.rd-navbar-default-with-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel {
  display: none; }

.rd-navbar-default-with-top-panel.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-brand {
  display: none; }

.rd-navbar-default-with-top-panel.rd-navbar-static .rd-navbar-top-panel-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  height: 46px;
  max-width: 1200px; }

.rd-navbar-default-with-top-panel.rd-navbar-static .rd-navbar-top-panel-inner > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.rd-navbar-default-with-top-panel.rd-navbar-static .right-side .list-inline {
  letter-spacing: -4px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.rd-navbar-default-with-top-panel.rd-navbar-static .right-side .list-inline li {
  border-left: 1px solid #d7d7d7;
  letter-spacing: 0;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .rd-navbar-default-with-top-panel.rd-navbar-static .right-side .list-inline li:last-of-type {
    border-right: 1px solid #d7d7d7; }

html.rd-navbar-sidebar-linked body {
  padding-left: 320px; }
  html.rd-navbar-sidebar-linked body .rd-navbar-wrap {
    position: fixed; }
  html.rd-navbar-sidebar-linked body .page {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3); }

.rd-navbar-sidebar {
  position: fixed;
  display: block;
  overflow: auto;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
  width: 320px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 34px;
  color: #0d0d0d;
  background: #fff;
  z-index: 998;
  padding: 10px 0; }
  .rd-navbar-sidebar:before, .rd-navbar-sidebar:after {
    content: '';
    display: block;
    height: 56px; }
  .rd-navbar-sidebar::-webkit-scrollbar {
    width: 4px; }
  .rd-navbar-sidebar::-webkit-scrollbar-thumb {
    background: white;
    border: none;
    border-radius: 0;
    opacity: .2; }
  .rd-navbar-sidebar::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 0; }
  .rd-navbar-sidebar .contact-info {
    text-align: left;
    font-size: 14px; }
  .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-brand {
    margin: 20px 0;
    position: static;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-nav-scroll-holder {
    padding-left: 10px;
    padding-right: 10px; }
  .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-nav {
    margin: 20px 0;
    height: auto;
    overflow-y: hidden; }
  @media (min-width: 1200px) {
    .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-panel {
      position: static;
      text-align: left;
      height: auto;
      padding: 0;
      background: transparent;
      box-shadow: none; }
    .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle {
      transition: .3s ease-in-out;
      position: fixed;
      top: 4px;
      left: 4px; }
      .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 26px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #ff4646;
        background: none;
        border: none;
        outline: none;
        padding: 0; }
        .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span, .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span:after {
          transition: .3s all ease-in-out; }
        .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span:before {
          content: "";
          -webkit-transform: rotate(0deg) scale(1);
          -ms-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
          opacity: 1;
          visibility: visible;
          font-family: "FontAwesome"; }
        .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle span:after {
          content: "";
          -webkit-transform: rotate(-90deg) scale(0);
          -ms-transform: rotate(-90deg) scale(0);
          transform: rotate(-90deg) scale(0);
          opacity: 0;
          visibility: hidden;
          font-family: "FontAwesome"; }
      .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        -ms-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0); }
      .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle.active span:after {
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible; }
      .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-toggle.active {
        left: 350px; }
    .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-nav-wrap {
      width: 320px; }
    .rd-navbar-sidebar.rd-navbar-fixed .rd-navbar-nav-scroll-holder {
      padding: 60px 30px 60px; } }

/*
* @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] {
  -webkit-background-size: cover;
  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: 625px; } }

.map_locations {
  display: none; }

.page .gm-style-iw > div:nth-child(1) {
  border: 0 !important; }
  @media (min-width: 1200px) {
    .page .gm-style-iw > div:nth-child(1) {
      padding-top: 15px; } }

.gm-wrapper > div > div > div:nth-child(2) {
  background-color: rgba(0, 33, 68, 0.52) !important; }

.gm-wrapper > div > div > div:last-of-type {
  background-color: transparent !important; }

.gm-wrapper > div > div > div:nth-child(3) {
  display: none; }

.gm-wrapper > div > div > div:nth-child(1) {
  border-top: 14px solid rgba(0, 33, 68, 0.52) !important; }

@media (min-width: 1200px) {
  .page .gm-style-iw {
    width: 780px !important; }
    .page .gm-style-iw > div {
      max-width: 780px !important; }
  .gm-wrapper > div {
    width: 780px !important; }
    .gm-wrapper > div > div > div:nth-child(2) {
      width: 780px !important; }
    .gm-wrapper > div > div > div:last-of-type {
      width: 780px !important; } }

.iw-content h2 {
  display: none;
  font-weight: 400;
  text-transform: none; }
  @media (min-width: 1200px) {
    .iw-content h2 {
      display: block;
      white-space: nowrap; } }

.iw-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0; }

.iw-content > * {
  color: #fff; }

.search_list {
  text-align: left;
  font-size: 18px;
  list-style-type: none;
  overflow: hidden;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .search_list {
      -webkit-columns: 2;
      columns: 2;
      -moz-columns: 2;
      -webkit-column-gap: 50px;
      column-gap: 50px;
      -moz-column-gap: 70px; } }
  .search_list li div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap; }
  .search_list li {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    @media (min-width: 1200px) {
      .search_list li {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .search_list li:before {
    top: 6px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .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;
  color: #0d0d0d; }
  .result-item p {
    font-size: 14px;
    font-weight: 300;
    color: #808080; }
  .mobile .result-item,
  .tablet .result-item {
    margin-left: 40px; }
  @media (min-width: 1200px) {
    .result-item {
      padding-left: 20px; } }

.search_title a {
  font-weight: 600;
  font-size: 18px;
  color: #0d0d0d; }

.search_title a:hover {
  color: #ff4646; }

.match {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em; }
  .match em {
    font-style: normal;
    color: #3470af; }

.search {
  background: #3470af;
  color: #fff; }

#rd-search-results-live {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px; }
  #rd-search-results-live #search-results {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(52, 112, 175, 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 .search_all a:hover {
      color: #ff4646; }

.rd-search-results {
  margin-top: 30px; }

@media (min-width: 1200px) {
  form.rd-search {
    max-width: 470px; } }

.swiper-container {
  height: 91vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -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 {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* 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: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 46px;
  text-align: center;
  margin-top: -23px;
  z-index: 10;
  cursor: pointer;
  opacity: .5;
  color: #fff; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1; }
  @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: 3.5%; }

.swiper-button-next {
  right: 3.5%; }

/* 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);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -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;
  -moz-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;
  -moz-transform-style: preserve-3d;
  -ms-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 {
  -webkit-transition-timing-function: ease-out;
  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;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-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;
  -moz-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;
  -moz-backface-visibility: hidden;
  -ms-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: #3470af;
  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%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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 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 - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #3470af;
  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: #2e639b;
    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: 0px;
  background-color: transparent;
  border: none;
  box-shadow: none; }

.accordion-custom-body {
  padding: 15px 5px;
  text-align: left; }

@media (min-width: 992px) {
  .tabs-custom .tabs-custom-list {
    border-bottom: 1px solid #666666;
    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: #757575;
      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: #3470af;
        transition: 210ms ease-in-out; }
    .tabs-custom .tabs-custom-list li:hover a,
    .tabs-custom .tabs-custom-list li.active a {
      color: #0d0d0d; }
      .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; } }

.accordion-custom {
  text-align: left; }
  .accordion-custom .panel {
    border-color: #d7d7d7;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent; }
    .accordion-custom .panel + .panel {
      position: relative;
      margin-top: -1px; }
  .accordion-custom .panel-heading + .panel-collapse > .panel-body {
    border: none;
    position: relative;
    padding: 20px 70px 20px 18px;
    margin-top: -1px;
    background: #fff; }
  .accordion-custom .panel-heading {
    padding: 20px 70px 20px 18px;
    border-color: #d7d7d7;
    background-color: transparent;
    position: relative; }
    .accordion-custom .panel-heading h4 {
      font-weight: 300;
      transition: .3s;
      font-size: 18px;
      text-transform: none;
      color: #666666; }
      .accordion-custom .panel-heading h4:hover a {
        color: #3470af; }
  .accordion-custom .two-column-arrow:before {
    position: absolute;
    top: 16px;
    right: 36px;
    content: '\e00d';
    display: inline-block;
    font-size: 24px;
    font-family: "fl-budicons-free";
    color: #7faad5;
    transition: 250ms ease-in;
    opacity: 1; }
  .accordion-custom .two-column-arrow[aria-expanded='true']:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

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

.pswp * {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  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 */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  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 */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  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;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  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;
  -webkit-transition: opacity 0.25s ease-out;
  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;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  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 - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  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: #666666;
    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; }

* + 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: #222;
  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: #757575; }
  @media (min-width: 480px) {
    .time_circles > div > span {
      font-size: 28px !important; } }
  @media (min-width: 768px) {
    .time_circles > div > span {
      font-size: 34px !important; } }

.banner h3 {
  letter-spacing: 0.1em; }

.banner-subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px; }

.contact-info {
  position: relative;
  z-index: 1; }
  .contact-info .list,
  .contact-info .unit-left {
    color: #000; }
  .contact-info .list-2-col li:nth-child(n+4) {
    color: #a7a7a7; }
  .contact-info .unit-horizontal,
  .contact-info .list-2-col,
  .contact-info .link-sm {
    font-weight: 600; }
  .contact-info [class*='cell-'] {
    padding: 25px 15px; }
  .contact-info .link-gray-base, .contact-info .link-gray-base:active, .contact-info .link-gray-base:focus {
    color: #b1b1b1; }
  .contact-info .link-gray-base:hover {
    color: #ff4646; }
  @media (min-width: 1200px) {
    .contact-info {
      margin-top: -93px; }
      .contact-info .range {
        background-color: #fff;
        box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.13); } }

.contact-info-item {
  font-weight: 400; }
  .contact-info-item .unit {
    margin-top: 7px; }
  @media (min-width: 1200px) {
    .contact-info-item {
      padding-left: 80px; } }

.thumbnail-variant-1 .caption {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .thumbnail-variant-1 .caption p {
      padding-left: 6%;
      padding-right: 6%; } }

.title-thumbnail {
  font-size: 17px;
  font-weight: 600;
  color: #000; }

.subtitle-thumnbail {
  color: #000; }

.thumbnail-variant-2 {
  position: relative;
  overflow: hidden;
  text-align: left;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto; }
  .thumbnail-variant-2 .caption {
    background-color: #f8f8f8;
    padding: 20px 30px 17px; }
    .thumbnail-variant-2 .caption > .link {
      display: block;
      padding-top: 15px;
      margin-top: 13px;
      border-top: 1px solid #d7d7d7; }
  @media (min-width: 1200px) {
    .thumbnail-variant-2 {
      padding-bottom: 87px; }
      .thumbnail-variant-2 .caption {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        -webkit-transform: translateY(52px);
        -ms-transform: translateY(52px);
        transform: translateY(52px);
        transition: 250ms ease-in; }
        .thumbnail-variant-2 .caption > .link {
          opacity: 0; }
      .thumbnail-variant-2:hover .caption {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .thumbnail-variant-2:hover .caption > .link {
          opacity: 1; } }

.thumbnail-variant-3 {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  transition: 250ms ease-in;
  padding-top: 28px;
  padding-bottom: 28px; }
  .thumbnail-variant-3 .img-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f8f8f8;
    width: 155px;
    height: 155px;
    margin-left: auto;
    margin-right: auto;
    transition: 250ms ease-in; }
  .thumbnail-variant-3 .caption {
    margin-top: 29px; }
  .thumbnail-variant-3 h6 {
    font-weight: 400; }
  .thumbnail-variant-3:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19); }
    .thumbnail-variant-3:hover .img-wrap {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.caption * + .button {
  margin-top: 18px; }

.price-thumbnail {
  display: block;
  color: #ff4646;
  font-weight: 600;
  font-size: 18px; }

.thumbnail-variant-4 {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto; }
  .thumbnail-variant-4 .caption {
    margin-top: 25px; }
  .thumbnail-variant-4 .title-thumbnail {
    font-size: 17px;
    font-weight: 600; }
  .thumbnail-variant-4 .text-thumbnail {
    margin-top: 3px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300; }

.thumbnail-variant-5 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto; }
  .thumbnail-variant-5 + .thumbnail-variant-5 {
    margin-top: 30px; }
  .thumbnail-variant-5 .caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    text-align: center; }
    .thumbnail-variant-5 .caption * {
      color: #fff;
      transition: 300ms ease-out;
      -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      transform: translateY(-25px);
      opacity: 0; }
      .thumbnail-variant-5 .caption *:nth-child(1) {
        transition-delay: 100ms; }
      .thumbnail-variant-5 .caption *:nth-child(2) {
        transition-delay: 250ms; }
      .thumbnail-variant-5 .caption *:nth-child(3) {
        transition-delay: 400ms; }
    .thumbnail-variant-5 .caption .icon + * {
      margin-top: 15px; }
    .thumbnail-variant-5 .caption * + p {
      margin-top: 10px; }
  .thumbnail-variant-5:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    background-color: rgba(255, 70, 70, 0.8);
    opacity: 0;
    transition: 250ms ease-in; }
  .thumbnail-variant-5:hover:before {
    opacity: 1; }
  .thumbnail-variant-5:hover .caption * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

@media (min-width: 1200px) {
  .border-left-cell {
    overflow: hidden; }
    .border-left-cell > [class*='cell-'] + [class*='cell-'] {
      position: relative;
      z-index: 1; }
      .border-left-cell > [class*='cell-'] + [class*='cell-']:before {
        position: absolute;
        content: '';
        display: inline-block;
        z-index: 0; }
      .border-left-cell > [class*='cell-'] + [class*='cell-']:before {
        top: 0;
        left: -15px;
        bottom: 0;
        border-left: 1px solid #f8f8f8; } }

/*# sourceMappingURL=style.css.map */