/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/fontawesome-webfont.eot?v=1719945992?v=4.7.0');
  src: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/fontawesome-webfont.eot?v=1719945992?#iefix&v=4.7.0') format('embedded-opentype'), url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/fontawesome-webfont.woff2?v=1719945992?v=4.7.0') format('woff2'), url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/fontawesome-webfont.woff?v=1719945992?v=4.7.0') format('woff'), url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/fontawesome-webfont.ttf?v=1719945992?v=4.7.0') format('truetype'), url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/fontawesome-webfont.svg?v=1719945992?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 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 {
  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;
}

/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: mb.YTPlayer.css                                                                                                                            _
 _ last modified: 19/08/14 19.57                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/


@charset"UTF-8";

@font-face {
  font-family: 'ytpregular';
  src: url('ytp-regular.eot');
}

@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'),
  url('ytp-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
.mb_YTPlayer :focus {
  outline: 0;
}

.mb_YTPlayer{
  display:block;
  transform:translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;
  box-sizing: border-box;
}

.mb_YTPlayer.fullscreen{
  display:block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
}

.mb_YTPlayer.fullscreen .mbYTP_wrapper{
  opacity:1 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  margin:0!important;
  padding:0!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
}

/*CONTROL BAR*/

.mb_YTPBar .ytpicon{
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon{
  font-size: 30px;
}

.mb_YTPBar{
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  display:block;
  width:100%;
  height:10px;
  padding:5px;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  -moz-box-sizing:padding-box;
  -webkit-box-sizing:border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:.1;
}

.mb_YTPBar.visible, .mb_YTPBar:hover{
  opacity:1;
}

.mb_YTPBar .buttonBar{
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background:transparent;
  font:12px/14px Calibri;
  position:absolute;
  top:-30px;
  left:0;
  padding: 5px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar{
  background: rgba(0,0,0,0.4);
}

.mb_YTPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime{
  width: 130px;
}

.mb_YTPBar span.mb_YTPUrl,.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img{
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a{
  color:white;
}

.mb_YTPPlaypause,.mb_YTPlayer .mb_YTPPlaypause img{
  cursor:pointer;
}

.mb_YTPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTPseekbar{
  height:10px;
  width:0;
  background:#fff;
  bottom:0;
  left:0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.YTPOverlay{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

/*RASTER OVERLAY*/
.YTPOverlay.raster{
  background: url("../images/raster.png");
}

.YTPOverlay.raster.retina{
  background: url("../images/raster@2x.png");
}

.YTPOverlay.raster-dot{
  background: url("../images/raster_dot.png");
}

.YTPOverlay.raster-dot.retina{
  background: url("../images/raster_dot@2x.png");
}

@charset 'UTF-8';@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format('embedded-opentype'),url(./fonts/slick.woff) format('woff'),url(./fonts/slick.ttf) format('truetype'),url(./fonts/slick.svg#slick) format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:0 0}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:0 0}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:0 0}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated750 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

section.block-tooltip .inner .tooltip-trigger:before, section.block-tooltip .inner .tooltip-trigger:after, .side-menu .side-menu-block > ul li.has-children .sub-menu-button:after, .side-menu .side-menu-block > ul li.has-children .sub-menu-button:before, .full-screen-intro .content-caption .click-n-drag:before, .footer .form-subscribe .form-group button:after, .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret, .slick-arrow, ul.widget-archive > li .toggle:before, .posts-container .post .post-more-link:after, a.arrow, blockquote p:after, blockquote p:before, .btn.btn-form.btn-block:before, .btn.btn-form.btn-block:after, .panel .panel-heading a:after, .product-links .product:after, .splatter, .feeds h5:after, .feeds .follow a:before {
  background: url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/sprite.png");
  background-repeat: no-repeat; }

section.block-tooltip .inner .tooltip-trigger {
  position: absolute;
  display: inline-block;
  width: 29px;
  height: 32px; }
  @media (min-width: 768px) {
    section.block-tooltip .inner .tooltip-trigger {
      width: 57px;
      height: 63px; } }
  section.block-tooltip .inner .tooltip-trigger:before, section.block-tooltip .inner .tooltip-trigger:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: -114px -220px;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
    @media (min-width: 768px) {
      section.block-tooltip .inner .tooltip-trigger:before, section.block-tooltip .inner .tooltip-trigger:after {
        background-position: 0 -220px; } }
  section.block-tooltip .inner .tooltip-trigger:after {
    background-position: -143px -220px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    @media (min-width: 768px) {
      section.block-tooltip .inner .tooltip-trigger:after {
        background-position: -57px -220px; } }
  section.block-tooltip .inner .tooltip-trigger:hover:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  section.block-tooltip .inner .tooltip-trigger:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.item-box.text > .container {
  height: 100%; }
  .item-box.text > .container .container-table {
    display: table;
    height: 100%;
    width: 100%; }
  .item-box.text > .container .container-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }

@font-face {
  font-family: 'social_icons';
  src: url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/social_icons.eot?15546309");
  src: url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/social_icons.eot?15546309#iefix") format("embedded-opentype"), url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/social_icons.woff2?15546309") format("woff2"), url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/social_icons.woff?15546309") format("woff"), url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/social_icons.ttf?15546309") format("truetype"), url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/fonts/social_icons.svg?15546309#social_icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'social_icons';
    src: url('../font/social_icons.svg?77283865#social_icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "social_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin: .05em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: '\e800'; }

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

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

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

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

.icon-linkedin-rect:before {
  content: '\f31b'; }

table,
h1, h2, h3, h4, h5, h6,
p, ol, ul {
  margin: 0; }

table + *,
h1 + *, h2 + *, h3 + *, h4 + *,
p + *, ol + *, ul + * {
  margin-top: 18px; }
table + ul, table + ol,
h1 + ul,
h1 + ol, h2 + ul, h2 + ol, h3 + ul, h3 + ol, h4 + ul, h4 + ol,
p + ul,
p + ol, ol + ul, ol + ol, ul + ul, ul + ol {
  margin-top: 19px; }
table + .panel,
table + .btn,
h1 + .panel,
h1 + .btn, h2 + .panel,
h2 + .btn, h3 + .panel,
h3 + .btn, h4 + .panel,
h4 + .btn,
p + .panel,
p + .btn, ol + .panel,
ol + .btn, ul + .panel,
ul + .btn {
  margin-top: 20px; }
@media (min-width: 1024px) {
  table + .panel,
  table + .btn,
  h1 + .panel,
  h1 + .btn, h2 + .panel,
  h2 + .btn, h3 + .panel,
  h3 + .btn, h4 + .panel,
  h4 + .btn,
  p + .panel,
  p + .btn, ol + .panel,
  ol + .btn, ul + .panel,
  ul + .btn {
    margin-top: 31px; } }

h5 + *, h6 + * {
  margin-top: 10px; }
h5 + form, h6 + form {
  margin-top: 30px; }
h5 + ul, h5 + ol, h6 + ul, h6 + ol {
  margin-top: 5px; }
h5 + .btn, h6 + .btn {
  margin-top: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000; }

.white-copy {
  color: #FFFFFF; }

h1 {
  font-size: 70px;
  line-height: 74px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 34px; } }

h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 25px;
      line-height: 29px; } }

h3 {
  font-size: 30px;
  line-height: 34px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 20px;
      line-height: 24px; } }

h4 {
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 1px; }

h5 {
  font-size: 20px;
  line-height: 24px; }

h6 {
  line-height: 17px;
  font-size: 14px; }

a {
  color: #000000; }
  a .underline {
    text-decoration: underline; }

p {
  font-size: 16px;
  line-height: 20px; }
  @media (max-width: 768px) {
    p {
      font-size: 16px;
      line-height: 20px; } }
  p.smaller {
    font-size: 14px;
    line-height: 17px; }

.thick {
  font-family: 'Montserrat', sans-serif; }

.uppercase {
  text-transform: uppercase; }

ul.container-filter,
.breadcrumbs ul {
  font-weight: normal; }

body {
  color: #000000;
  font-family: 'Arimo', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500; }

.bootstrap-select.btn-group .dropdown-toggle.btn-transparent {
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 500;
  color: #000000; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  /*text-align: center;*/
  text-align: left;
  font-weight: normal; }

.top-search-bar {
  color: #FFFFFF; }
  .top-search-bar input {
    font-size: 16px;
    color: #FFFFFF; }
  .top-search-bar .bar-close,
  .top-search-bar .search-bar-icon {
    font-size: 16px;
    color: #FFFFFF; }
    .top-search-bar .bar-close:hover, .top-search-bar .bar-close:active,
    .top-search-bar .search-bar-icon:hover,
    .top-search-bar .search-bar-icon:active {
      color: #F9ED03; }

.header {
  font-size: 14px; }
  .header .mobile-menu-icon, .header.sticky .mobile-menu-icon {
    font-size: 15px;
    line-height: 24px; }
  @media (min-width: 360px) {
    .header .side-menu-btn > ul > li > a {
      font-size: 22px;
      line-height: 22px; } }
  .header .mobile-menu-icon,
  .header .side-menu-btn > ul > li > a {
    color: #000000; }
    .header .mobile-menu-icon:hover,
    .header .side-menu-btn > ul > li > a:hover {
      color: #A5A5A5; }
  .header.sticky {
    color: #323232; }
    .header.sticky .mobile-menu-icon:hover,
    .header.sticky .side-menu-btn > ul > li > a:hover {
      color: #A5A5A5; }
  .header .navigation {
    font-family: 'Arimo', sans-serif;
    font-size: 12px; }
    .header .navigation a {
      letter-spacing: 1px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .header .navigation > ul > li a {
      color: #323232; }
    .header .navigation > ul > li > a:hover {
      color: #323232; }
    @media (min-width: 1300px) {
      .header .navigation > ul > li ul li a {
        color: #FFFFFF; } }
    .header .navigation > ul > li ul li a:hover {
      color: #F9ED03; }
  @media (min-width: 1300px) {
    .header.header-white .navigation > ul > li > a {
      color: #FFFFFF; }
      .header.header-white .navigation > ul > li > a:hover {
        color: #FFFFFF; }
    .header.header-white.sticky .navigation > ul > li > a {
      color: inherit; }
      .header.header-white.sticky .navigation > ul > li > a:hover {
        color: #A5A5A5; } }
  .header.header-white .mobile-menu-icon,
  .header.header-white .side-menu-btn ul li > a {
    color: #FFFFFF; }
    .header.header-white .mobile-menu-icon:hover,
    .header.header-white .side-menu-btn ul li > a:hover {
      color: #A5A5A5; }
  .header.header-white.sticky .mobile-menu-icon, .header.header-white.sticky .side-menu-btn > ul > li > a {
    color: inherit; }
    .header.header-white.sticky .mobile-menu-icon:hover, .header.header-white.sticky .side-menu-btn > ul > li > a:hover {
      color: #A5A5A5; }
  .header.header-white .navigation > ul > li ul li a:hover {
    color: #F9ED03; }

.panel .panel-heading a {
  color: #000000;
  text-decoration: none; }
.panel .panel-body {
  color: #636363; }

.intro .hero-content, .intro .hero-content h1, .intro .hero-content h2, .intro .hero-content h3, .intro .hero-content h4, .intro .hero-content h5, .intro .hero-content h6 {
  color: #FFFFFF; }
.intro.theme2 .hero-content, .intro.theme2 .hero-content h1, .intro.theme2 .hero-content h2, .intro.theme2 .hero-content h3, .intro.theme2 .hero-content h4, .intro.theme2 .hero-content h5, .intro.theme2 .hero-content h6 {
  color: #000000; }
.intro.theme2 .hero-content p {
  color: #000000; }
.intro.about {
  color: #000000; }
  .intro.about .title, .intro.about .title h1, .intro.about .title h2, .intro.about .title h3, .intro.about .title h4, .intro.about .title h5, .intro.about .title h6 {
    color: #000000; }
  .intro.about p {
    max-width: 85%; }
.intro h1 + *, .intro h2 + *, .intro h3 + *, .intro h4 + *, .intro h5 + *, .intro h6 + * {
  margin-top: 20px; }
.intro h1 + p, .intro h2 + p, .intro h3 + p, .intro h4 + p, .intro h5 + p, .intro h6 + p {
  margin-top: 15px; }
.intro .form-control {
  text-align: center;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase; }
.intro .bootstrap-select .btn {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.8; }
.intro input::-webkit-input-placeholder {
  color: #000000;
  font-size: 13px;
  line-height: 1.5; }
.intro input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-size: 13px;
  line-height: 1.5; }
.intro input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-size: 13px;
  line-height: 1.5; }
.intro input:-ms-input-placeholder {
  color: #000000;
  font-size: 13px;
  line-height: 1.5; }

.full-screen-intro h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 90%; }
  @media (min-width: 768px) {
    .full-screen-intro h1 {
      font-size: 53px;
      line-height: 50px; } }
  @media (min-width: 1024px) {
    .full-screen-intro h1 {
      font-size: 80px;
      line-height: 75px; } }
.full-screen-intro .content-caption {
  text-align: center; }
  .full-screen-intro .content-caption .click-n-drag {
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
@media (min-width: 768px) {
  .full-screen-intro .wide h1 {
    max-width: 90%; } }
@media (min-width: 1024px) {
  .full-screen-intro .wide h1 {
    max-width: 94%; } }
@media (min-width: 1300px) {
  .full-screen-intro .wide h1 {
    max-width: 90%; } }
.full-screen-intro.dark h1 {
  color: #000000; }

.feeds h5 {
  color: #000000;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px; }
.feeds a {
  color: #000000;
  text-decoration: none; }
  .feeds a:hover, .feeds a:hover h5 {
    color: #F9ED03; }
.feeds .follow a {
  color: #FFFFFF;
  text-align: center;
  font-size: 36px; }
  @media (min-width: 768px) {
    .feeds .follow a {
      font-size: 43px; } }
  .feeds .follow a:hover {
    color: #252525; }
.feeds .item-box-date {
  font-size: 16px; }
.feeds .item-box h5, .feeds .item-box:hover h5 {
  color: #F9ED03; }

.item-box .item-mask, .item-box .item-mask h5 {
  color: #FFFFFF; }
.item-box .item-mask, .item-box .item-mask ul {
  color: #FFFFFF; }
.item-box .item-mask .item-caption {
  text-align: left; }

.tooltip {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px; }
  @media (min-width: 768px) {
    .tooltip {
      font-size: 15px; } }
  .tooltip .tooltip-inner {
    color: #000000;
    line-height: 1.55; }

.product-benefits {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold; }
  .product-benefits .product-benefits-left {
    text-align: left; }
    @media (min-width: 768px) {
      .product-benefits .product-benefits-left {
        text-align: right; } }
  .product-benefits .product-benefits-image {
    text-align: left; }
  .product-benefits .product-benefits-right {
    text-align: left; }

.product-links {
  font-weight: bold;
  text-transform: uppercase; }
  .product-links .product {
    color: #000000;
    text-align: center;
    text-decoration: none; }
    .product-links .product .title {
      line-height: 1;
      font-size: 32px; }
      @media (min-width: 768px) {
        .product-links .product .title {
          font-size: 40px; } }
      @media (min-width: 1024px) {
        .product-links .product .title {
          font-size: 36px; } }
      @media (min-width: 1300px) {
        .product-links .product .title {
          font-size: 40px; } }
    .product-links .product:hover {
      color: #FFFFFF; }
      .product-links .product:hover .title {
        color: #F9ED03; }

.btn {
  color: #FFFFFF;
  line-height: 1.55;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Arimo', Arial, sans-serif;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    .btn {
      font-size: 16px; } }
  .btn:hover, .btn:active, .btn:focus {
    color: #FFFFFF; }
  .btn.btn-default {
    color: #000000; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      color: #FFFFFF; }
  .btn.btn-white, .btn.btn-primary {
    color: #000000; }
    .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      color: #000000; }
  .btn.btn-outline-yellow {
    color: #F9ED03; }
    .btn.btn-outline-yellow:hover, .btn.btn-outline-yellow:active, .btn.btn-outline-yellow:focus {
      color: #000000; }
  .btn.btn-large {
    font-size: 20px;
    line-height: 24px; }

.side-menu {
  color: #FFFFFF;
  font-size: 13px; }
  .side-menu .bar-close {
    font-size: 18px;
    color: #FFFFFF; }
    .side-menu .bar-close:hover, .side-menu .bar-close:active {
      color: #F9ED03; }
  .side-menu .side-menu-block {
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 2px; }
    .side-menu .side-menu-block a, .side-menu .side-menu-block a:hover {
      text-decoration: none; }
    .side-menu .side-menu-block .side-menu-block-title {
      color: #898989;
      font-size: 13px; }
    .side-menu .side-menu-block > ul ul li {
      font-size: 12px; }
      .side-menu .side-menu-block > ul ul li.current a {
        color: #F9ED03; }
      .side-menu .side-menu-block > ul ul li a {
        color: #898989; }
        .side-menu .side-menu-block > ul ul li a:hover {
          color: #F9ED03; }
  .side-menu, .side-menu a, .side-menu h5 {
    color: #FFFFFF; }
  .side-menu a:hover {
    color: #F9ED03; }
  .side-menu ul li.current a {
    color: #F9ED03; }
  .side-menu ul.social a {
    font-size: 20px; }
  .side-menu label {
    color: #FFFFFF; }
  .side-menu .sign-in a {
    text-decoration: none; }

label {
  font-weight: normal;
  font-size: 13px;
  color: #000000; }

.form-group label {
  font-size: 16px;
  font-family: 'Montserrat', Arial, sans-serif; }

form .counter {
  font-family: 'Arimo', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  color: #999; }

.form-note {
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px; }

.alerts {
  line-height: 15px;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: Arimo; }
  @media (min-width: 768px) {
    .alerts {
      font-size: 15px; } }

.breadcrumbs {
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px; }
  .breadcrumbs ul {
    color: #898989; }
  @media (min-width: 768px) {
    .breadcrumbs {
      font-size: 12px; } }
  .breadcrumbs a {
    color: #000000;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #898989; }

.product-icon {
  text-transform: uppercase;
  font-weight: bold; }
  .product-icon .product-icon-inner {
    text-align: center; }
  .product-icon .product-icon-title {
    font-size: 33px;
    color: #F9ED03;
    line-height: 1; }
  .product-icon .product-icon-note {
    text-align: center;
    font-size: 12px;
    color: #000000;
    letter-spacing: 1px; }
  .product-icon .product-icon-sub-title {
    color: #FFFFFF;
    font-size: 13px; }

.text-teaser {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .text-teaser {
      text-align: left;
      font-size: 26px; } }
  @media (min-width: 1024px) {
    .text-teaser {
      font-size: 30px; } }

.footer {
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer {
      font-size: 14px; } }
  .footer .form-control {
    color: #FFFFFF;
    font-size: 12px; }
  .footer p {
    line-height: 1.4; }
  .footer, .footer a {
    color: #FFFFFF; }
  .footer a {
    text-decoration: underline; }
  .footer h6 {
    font-size: 14px;
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .footer h6 {
        font-size: 14px; } }
  .footer ul {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400; }
    @media (min-width: 768px) {
      .footer ul {
        font-size: 14px; } }
    .footer ul li a {
      color: #F9ED03;
      letter-spacing: 0.6px;
      text-decoration: underline; }
      .footer ul li a:hover {
        color: #FFFFFF; }
    .footer ul.social li a:hover {
      color: #A5A5A5; }
    .footer ul.social li + li {
      margin-top: 0; }

section.block-gallery {
  font-size: 16px; }
  section.block-gallery .title-bar p {
    font-size: 14px; }
  section.block-gallery .image-title-box h5 {
    color: #FFFFFF;
    text-align: left; }
  section.block-gallery .image-title-box p {
    color: #FFFFFF;
    font-size: 16px; }

section.block-text {
  font-size: 16px; }
  section.block-text .solutions-header-gray p, section.block-text .solutions-header-gray h2 {
    color: #FFFFFF; }

section.block-custom .bar-container h3 {
  color: #FFFFFF; }
section.block-custom .bar-container p {
  color: #FFFFFF;
  margin: 0; }

.join-the-team .intro .title .form h5 {
  color: #000000; }

.modal {
  z-index: 2050; }

@media (min-width: 768px) {
  .ekko-lightbox.modal {
    padding-left: 17px; } }

.modal-dialog {
  margin-top: 122px !important;
  max-width: 1200px;
  width: 85%; }

.modal-content {
  background: none;
  box-shadow: none;
  border: 0; }

.modal-body,
.modal-header {
  padding: 0;
  border: 0; }

.modal-header {
  position: relative;
  padding-right: 20px; }
  .modal-header h4 {
    margin-bottom: 5px;
    min-height: 24px; }
  .modal-header .close {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px; }

.modal-backdrop {
  z-index: 2040;
  background-color: #FFFFFF; }
  .modal-backdrop.in {
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9; }

body.push-body-totop {
  top: 64px; }
  body.push-body-totop .header.sticky {
    position: fixed;
    top: 64px; }

.push-body {
  position: relative;
  left: 0; }

.push-body, .cbp-spmenu-push {
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s; }
  .push-body.modal-open, .cbp-spmenu-push.modal-open {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.push-body-toleft {
  left: -300px; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 60px;
  left: 0;
  overflow: hidden;
  top: 0; }

.cbp-spmenu-top {
  transform: translateY(-100%); }
  .cbp-spmenu-top.menu-open {
    transform: translateY(60px); }

.cbp-spmenu {
  position: fixed; }

.cbp-spmenu-right {
  right: -300px; }
  .cbp-spmenu-right.menu-open {
    right: 0; }

.cbp-spmenu-left {
  left: -300px; }
  .cbp-spmenu-left.menu-open {
    left: 0; }

.cbp-spmenu-vertical {
  width: 300px;
  height: 100%;
  top: 0;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.side-menu {
  background: #252525;
  z-index: 2031;
  padding: 50px 30px 0;
  overflow-y: auto; }
  .side-menu .lang, .side-menu .nav {
    margin-top: 0 !important; }
  .side-menu .side-menu-block a {
    display: block; }
  .side-menu .side-menu-block .side-menu-block-title {
    border-bottom: 1px solid #686868;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .side-menu .side-menu-block + * {
    margin-top: 40px; }
  .side-menu .side-menu-block + .side-menu-block {
    margin-top: 23px; }
  .side-menu .side-menu-block > ul li {
    padding: 0; }
    .side-menu .side-menu-block > ul li a {
      padding-right: 15px; }
    .side-menu .side-menu-block > ul li.has-children {
      position: relative; }
      .side-menu .side-menu-block > ul li.has-children > a {
        margin-right: 30px; }
      .side-menu .side-menu-block > ul li.has-children .sub-menu-button {
        content: " ";
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0; }
        .side-menu .side-menu-block > ul li.has-children .sub-menu-button:hover {
          cursor: pointer; }
        .side-menu .side-menu-block > ul li.has-children .sub-menu-button:after, .side-menu .side-menu-block > ul li.has-children .sub-menu-button:before {
          content: " ";
          position: absolute;
          right: 0;
          top: 50%; }
        .side-menu .side-menu-block > ul li.has-children .sub-menu-button:before {
          width: 6px;
          height: 10px;
          background-position: -37px -11px;
          margin-top: -11px; }
        .side-menu .side-menu-block > ul li.has-children .sub-menu-button:after {
          width: 10px;
          height: 6px;
          background-position: -37px -21px;
          display: none;
          margin-top: -9px; }
      .side-menu .side-menu-block > ul li.has-children.opened .sub-menu-button:before {
        display: none; }
      .side-menu .side-menu-block > ul li.has-children.opened .sub-menu-button:after {
        display: block; }
  .side-menu .side-menu-block > ul ul {
    display: none;
    padding: 15px 0 15px 16px; }
    .side-menu .side-menu-block > ul ul li + li {
      margin-top: 13px; }
  .side-menu h5 {
    border-bottom: 1px solid #6e6e6e;
    padding-bottom: 12px; }
    .side-menu h5 + * {
      margin-top: 16px; }
  .side-menu ul {
    padding: 0; }
    .side-menu ul li {
      padding: 0;
      list-style: none; }
      .side-menu ul li + li {
        margin-top: 8px; }
    .side-menu ul.social {
      display: table;
      margin-left: auto;
      margin-right: auto; }
      .side-menu ul.social li {
        display: inline-block; }
        .side-menu ul.social li + li {
          margin-left: 22px; }
  .side-menu label {
    margin: 0; }
  .side-menu .sign-in .form-control {
    border: 0; }
  .side-menu .sign-in .form-group + .form-group {
    margin-top: 10px; }
  .side-menu .sign-in a {
    display: inline-block;
    margin-top: 15px; }
  .side-menu .sign-in + * {
    margin-top: 25px; }
  .side-menu .bar-close {
    position: absolute;
    top: 10px;
    display: block;
    background: none;
    border: 0;
    padding: 0; }
    .side-menu .bar-close:hover {
      cursor: pointer;
      text-decoration: none; }
    .side-menu .bar-close.menu-left {
      left: 10px !important; }
    .side-menu .bar-close.menu-right {
      left: 263px; }

.navigation ul,
.navigation ul li,
.navigation ul li a,
.navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box; }

.navigation:after,
.navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.navigation #menu-button {
  display: none; }

.navigation {
  position: static;
  float: right;
  text-transform: uppercase;
  margin-left: 30px;
  padding-top: 0; }

.navigation ul li .nav-dropdown {
  transition: all 0.4s ease; }

.navigation > ul > li {
  float: left; }

.navigation.align-center > ul {
  font-size: 0;
  text-align: center; }

.navigation.align-center > ul > li {
  display: inline-block;
  float: none; }

.navigation.align-center ul ul {
  text-align: left; }

.navigation.align-right > ul > li {
  float: right; }

.navigation.align-right ul ul {
  text-align: right; }

.navigation > ul > li > a {
  padding: 60px 14px 34px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
  outline: none; }

@media (min-width: 1300px) {
  .header.sticky .navigation ul li a {
    padding-bottom: 32px;
    padding-top: 32px; } }

.header.sticky .navigation ul ul li a,
.header .navigation ul ul li a,
.navigation ul ul li a {
  padding: 7px 40px 6px 23px;
  outline: none; }

.navigation > ul > li.nav-has-sub:hover > a::after {
  border-color: #F9ED03; }

.navigation ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  transition: all 0.4s ease;
  top: 130%;
  visibility: hidden;
  margin-left: 17px; }

.navigation li:hover > ul {
  left: auto;
  opacity: 1;
  top: 100%;
  visibility: visible; }

.navigation li:hover ul.nav-sub-dropdown {
  top: 0; }

.navigation.align-right li:hover > ul {
  right: 0; }

.navigation ul ul ul {
  margin-left: 100%;
  top: 0; }

.navigation .nav-dropdown, .navigation .nav-sub-dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(32, 32, 32, 0.95); }

.navigation li:hover ul.nav-sub-dropdown {
  top: -10px; }

.navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

.navigation ul ul li a {
  padding: 10px 20px;
  width: auto;
  text-decoration: none;
  transition: color .2s ease; }

.navigation ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease; }

.navigation.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #F9ED03;
  border-left: 1px solid #F9ED03; }

.navigation ul ul li.nav-has-sub:hover > a::after {
  border-color: #F9ED03; }

@media (min-width: 768px) and (max-width: 1299px) {
  .navigation #menu-button {
    display: inline-block; } }
@media all and (max-width: 1299px) {
  .navigation {
    width: auto;
    margin-left: 0; }

  .navigation ul {
    display: none;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    overflow: auto;
    position: fixed;
    top: 64px;
    z-index: 2;
    height: calc(100% - 64px); }

  .navigation .nav-dropdown, .navigation .nav-sub-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    background: #f7f7f7; }

  .navigation li:hover > ul, .navigation li:hover ul.nav-sub-dropdown {
    top: auto; }

  .navigation ul ul {
    opacity: 1;
    visibility: visible; }

  .navigation > ul > li > a, .header.sticky .navigation > ul > li > a {
    padding: 20px 16px; }

  .navigation.align-center > ul,
  .navigation.align-right ul ul {
    text-align: left; }

  .navigation ul li,
  .navigation ul ul li,
  .navigation ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid #eee; }

  .navigation ul li a,
  .navigation ul ul li a {
    width: 100%; }

  .navigation > ul > li,
  .navigation.align-center > ul > li,
  .navigation.align-right > ul > li {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .navigation ul ul li a {
    padding: 20px 20px 20px 30px;
    background: none; }

  .header.sticky .navigation ul ul li a, .header .navigation ul ul li a {
    padding: 20px 20px 20px 30px; }

  .header.sticky .navigation ul ul ul li a, .header .navigation ul ul ul li a {
    padding: 20px 20px 20px 45px; }

  .navigation ul ul ul li a {
    padding-left: 40px; }

  .navigation ul ul,
  .navigation ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0; }

  .navigation > ul > li.nav-has-sub > a::after,
  .navigation ul ul li.nav-has-sub > a::after {
    display: none; }

  #menu-line {
    display: none; }

  .navigation #menu-button {
    padding: 19px 0 20px;
    margin-left: 15px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 2;
    float: left; }

  .navigation .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #eee;
    height: 52px;
    width: 52px;
    cursor: pointer; }

  .navigation .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #323232;
    z-index: 99; }

  .navigation .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #323232;
    z-index: 99; }

  .navigation .submenu-button.submenu-opened:after {
    display: none; } }
html, body {
  max-width: 100%; }
  html.menu-open, body.menu-open {
    height: 100vh;
    overflow: hidden; }

.header {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  position: relative;
  width: 100%;
  z-index: 2000;
  padding: 0; }
  .header ul, .header li {
    margin: 0;
    padding: 0; }
  .header .container {
    position: relative; }
  .header .logo {
    float: left;
    display: inline-block; }
    .header .logo a {
      width: 100px;
      position: relative;
      display: block;
      margin: 9px 0 0 0; }
      @media (min-width: 768px) {
        .header .logo a {
          margin-top: 15px; } }
      @media (min-width: 1024px) {
        .header .logo a {
          /*changed from widescreen */
          margin-top: 35px;
          width: 184px; } }
      .header .logo a img {
        position: absolute;
        width: 100%;
        display: block; }
  .header .side-menu-btn {
    float: right;
    position: relative; }

.ctaButtons {
  display: flex;
  margin-left: auto;
  align-items: center; }
  .ctaButtons ul {
    display: flex;
    height: auto;
    /*border: 2px solid $primary-color-1;
    border-radius: 5px;*/
    gap: 14px; }
    .ctaButtons ul .btn {
      white-space: normal; }

.top-search-bar {
  background: #444444;
  z-index: 2002;
  padding-top: 10px; }
  .top-search-bar .search-wrapper {
    position: relative; }
    @media (min-width: 768px) {
      .top-search-bar .search-wrapper {
        margin-right: 24px;
        margin-left: 12px; } }
    .top-search-bar .search-wrapper input {
      background-color: rgba(255, 255, 255, 0);
      border: none;
      padding: 10px 40px;
      margin: 0;
      letter-spacing: 1px;
      line-height: 1.5;
      height: 44px;
      box-shadow: none; }
  .top-search-bar .bar-close,
  .top-search-bar .search-bar-icon {
    position: absolute;
    top: 7px;
    display: block;
    left: 0;
    background: none;
    border: 0;
    padding: 0; }
    .top-search-bar .bar-close:hover,
    .top-search-bar .search-bar-icon:hover {
      cursor: pointer;
      text-decoration: none; }
  .top-search-bar .bar-close {
    right: 0;
    left: auto; }

.header-black {
  background: #000000;
  position: relative;
  height: 120px;
  display: none; }
  .header-black ul {
    list-style: none; }
  .header-black a {
    text-decoration: none; }
  .header-black .centerBlock ul.primary-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    gap: 30px;
    align-items: center; }
    @media (max-width: 1300px) {
      .header-black .centerBlock ul.primary-list {
        gap: 20px; } }
  .header-black .centerBlock .primary-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 36px 0px; }
    .header-black .centerBlock .primary-item:hover > .primary-option {
      color: #F9ED03 !important;
      cursor: pointer; }
    .header-black .centerBlock .primary-item .primary-option {
      color: #FFFFFF;
      text-decoration: none;
      font-size: 12px;
      line-height: 15px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 0.2px;
      font-weight: 900; }
    .header-black .centerBlock .primary-item.has-children:hover > .dropdown {
      display: block;
      position: absolute;
      top: 90px;
      background-color: rgba(0, 0, 0, 0.8);
      width: 100vw;
      z-index: 999;
      height: 100vh;
      overflow-x: hidden;
      padding-top: 0px;
      padding-bottom: 162px;
      overflow-y: auto;
      backdrop-filter: blur(2px); }
    .header-black .centerBlock .primary-item .dropdown {
      display: none;
      line-height: 30px;
      padding: 15px; }
      .header-black .centerBlock .primary-item .dropdown .tray {
        display: block;
        width: 100%;
        text-align: left; }
        .header-black .centerBlock .primary-item .dropdown .tray .left-category {
          min-width: 28%; }
        .header-black .centerBlock .primary-item .dropdown .tray .right-products {
          max-width: 70%; }
        .header-black .centerBlock .primary-item .dropdown .tray .category-list {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr; }
          .header-black .centerBlock .primary-item .dropdown .tray .category-list .category-link {
            text-align: left;
            padding-right: 0px;
            padding-bottom: 20px; }
            .header-black .centerBlock .primary-item .dropdown .tray .category-list .category-link p {
              color: #000000;
              margin-top: 0; }
            .header-black .centerBlock .primary-item .dropdown .tray .category-list .category-link a:hover > * {
              color: #A5A5A5; }
          .header-black .centerBlock .primary-item .dropdown .tray .category-list .non-category-links {
            padding-right: 40px;
            padding-bottom: 40px;
            grid-row: 2;
            grid-row-end: span 3; }
            .header-black .centerBlock .primary-item .dropdown .tray .category-list .non-category-links a {
              text-decoration: underline; }
            .header-black .centerBlock .primary-item .dropdown .tray .category-list .non-category-links a:hover {
              color: #A5A5A5; }
        .header-black .centerBlock .primary-item .dropdown .tray .category-header {
          padding-left: 10px;
          padding-top: 10px; }
        .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-template-areas: 'prodL0  prodM0' 'prodL1  prodM1' 'prodL2  prodM2' 'prodL3  prodM3' 'prodL4  prodM4';
          gap: 15px; }
          .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .category-link {
            text-align: left;
            padding-right: 0px;
            padding-bottom: 5px; }
            .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .category-link p {
              color: #000000;
              margin-top: 0; }
            .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .category-link a {
              display: block;
              padding: 10px; }
            .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .category-link a:hover {
              background: #2222; }
            .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .category-link a:hover > * {
              color: #000000; }
          .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .non-category-links {
            padding-right: 0px;
            padding-bottom: 0px; }
            .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .non-category-links a {
              text-decoration: underline; }
            .header-black .centerBlock .primary-item .dropdown .tray .protective-category-list .non-category-links a:hover {
              color: #000000; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodL0 {
          grid-area: prodL0; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodL1 {
          grid-area: prodL1; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodL2 {
          grid-area: prodL2; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodL3 {
          grid-area: prodL3; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodL4 {
          grid-area: prodL4; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodM0 {
          grid-area: prodM0; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodM1 {
          grid-area: prodM1; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodM2 {
          grid-area: prodM2; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodM3 {
          grid-area: prodM3; }
        .header-black .centerBlock .primary-item .dropdown .tray .prodM3 {
          grid-area: prodM4; }
        .header-black .centerBlock .primary-item .dropdown .tray .customization-category-list {
          display: grid;
          grid-template-columns: repeat(auto-fill, 33%);
          grid-template-rows: 1fr 1fr 1fr 1fr;
          grid-auto-flow: column;
          gap: 15px; }
          .header-black .centerBlock .primary-item .dropdown .tray .customization-category-list .category-link {
            text-align: left;
            padding-right: 0px;
            padding-bottom: 5px; }
            .header-black .centerBlock .primary-item .dropdown .tray .customization-category-list .category-link p {
              color: #000000;
              margin-top: 0; }
            .header-black .centerBlock .primary-item .dropdown .tray .customization-category-list .category-link a {
              display: block;
              padding: 10px; }
            .header-black .centerBlock .primary-item .dropdown .tray .customization-category-list .category-link a:hover {
              background: #2222; }
            .header-black .centerBlock .primary-item .dropdown .tray .customization-category-list .category-link a:hover > * {
              color: #000000; }
        .header-black .centerBlock .primary-item .dropdown .tray .essentials-category-list {
          display: grid;
          grid-template-rows: 1fr;
          gap: 15px; }
          .header-black .centerBlock .primary-item .dropdown .tray .essentials-category-list .category-link {
            text-align: left;
            padding-right: 0px;
            padding-bottom: 5px; }
            .header-black .centerBlock .primary-item .dropdown .tray .essentials-category-list .category-link p {
              color: #000000;
              margin-top: 0; }
            .header-black .centerBlock .primary-item .dropdown .tray .essentials-category-list .category-link a {
              display: block;
              padding: 10px; }
            .header-black .centerBlock .primary-item .dropdown .tray .essentials-category-list .category-link a:hover {
              background: #2222; }
            .header-black .centerBlock .primary-item .dropdown .tray .essentials-category-list .category-link a:hover > * {
              color: #000000; }
        .header-black .centerBlock .primary-item .dropdown .tray .tray-bottom {
          border-top: 2px solid #A5A5A5;
          padding-top: 40px; }
          .header-black .centerBlock .primary-item .dropdown .tray .tray-bottom p {
            margin-top: 10px;
            width: 80%; }
          .header-black .centerBlock .primary-item .dropdown .tray .tray-bottom a {
            margin-top: 20px; }

.headerCenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

#largeHeader .container {
  position: relative;
  display: flex;
  text-align: center; }

#largeHeader .logoLarge {
  display: flex;
  align-items: center;
  margin-right: auto;
  padding: 22px 0; }

#largeHeader .logoLarge img {
  max-height: 46px; }
  @media (max-width: 1300px) {
    #largeHeader .logoLarge img {
      max-height: 45px; } }

@media screen and (min-width: 1600px) {
  .top-menu-block li {
    font-size: 14px; } }
@media screen and (min-width: 1025px) {
  #mobileHeader {
    display: none; }

  #largeHeader {
    display: block; } }
@media (min-width: 768px) {
  #largeHeader.header.sticky {
    box-shadow: none; } }
.centerBlock .dropdown .tray {
  background-color: #FFFFFF;
  padding: 40px 20px; }

.centerBlock .dropdown .tray p {
  text-transform: none;
  font-weight: normal; }

.header-yellow {
  background-color: #F9ED03;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 5px 0; }
  .header-yellow .phone-number {
    text-align: left; }
  .header-yellow a {
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #000000; }
    .header-yellow a:hover {
      text-decoration: underline; }
  .header-yellow ul {
    list-style: none;
    text-align: right;
    margin-left: auto;
    display: flex;
    gap: 30px; }
    .header-yellow ul li {
      display: inline-block; }

.intro {
  height: 440px;
  position: relative;
  display: block; }
  .intro.bg-grey {
    background-color: #333333; }
  .intro.bg-black {
    background-color: #000000; }
  .intro.blog, .intro.news {
    height: auto;
    margin-top: 90px;
    margin-bottom: 0px;
    text-align: left; }
    @media (max-width: 768px) {
      .intro.blog, .intro.news {
        margin-top: 60px; } }
    .intro.blog .bg-image, .intro.news .bg-image {
      display: none; }
    .intro.blog .title h1, .intro.news .title h1 {
      color: #000000; }
    .intro.blog > .container, .intro.news > .container {
      position: relative;
      z-index: 1;
      height: 100%;
      display: block; }
      @media (min-width: 769px) {
        .intro.blog > .container, .intro.news > .container {
          position: relative;
          top: 0; } }
      @media (min-width: 1025px) {
        .intro.blog > .container, .intro.news > .container {
          left: 0; } }
      @media (min-width: 1301px) {
        .intro.blog > .container, .intro.news > .container {
          left: 0; } }
  .intro.high {
    height: 500px; }
    .intro.high .hero-content {
      top: calc(50% - 30px);
      left: 0px; }
      @media (min-width: 1025px) {
        .intro.high .hero-content {
          left: 0; } }
      @media (min-width: 1301px) {
        .intro.high .hero-content {
          left: 0; } }
  .intro .form-group {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }
    .intro .form-group + .form-group-submit {
      margin-top: 35px; }
  .intro * + .form-group-submit {
    margin-top: 35px; }
  .intro > .container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: block; }
    @media (min-width: 769px) {
      .intro > .container {
        position: absolute;
        top: 0; } }
    @media (min-width: 1025px) {
      .intro > .container {
        left: calc(50vw - 512px); } }
    @media (min-width: 1301px) {
      .intro > .container {
        left: calc(50vw - 650px); } }
  .intro .hero-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 4fr;
    grid-template-columns: 8fr 4fr;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    padding: 20px 0 20px 25px;
    left: -25px;
    height: auto;
    width: fit-content;
    text-align: left; }
    .intro .hero-content__overlay {
      opacity: 0.5;
      width: 100%;
      height: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 9fr 3fr;
      grid-template-columns: 9fr 3fr;
      position: absolute;
      top: 0;
      z-index: -1; }
      .intro .hero-content__overlay .color-bg {
        background-color: #000000; }
      .intro .hero-content__overlay:before {
        content: "";
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0; }
    .intro .hero-content h1 + h4 {
      margin-top: 40px; }
    .intro .hero-content h1 + p {
      margin-top: 20px; }
    .intro .hero-content h4 + p {
      margin-top: 10px; }
    .intro .hero-content h1, .intro .hero-content h4, .intro .hero-content h3, .intro .hero-content p {
      -ms-grid-column: 1;
      grid-column: 1; }
    .intro .hero-content p {
      font-size: 16px;
      line-height: 20px; }
    .intro .hero-content a + .btn {
      margin-left: 20px; }
    .intro .hero-content .buttons-container {
      -ms-grid-column: 1;
      grid-column: 1;
      margin-top: 40px; }
    @media (max-width: 1300px) {
      .intro .hero-content {
        -ms-grid-columns: 10fr 2fr;
        grid-template-columns: 10fr 2fr; }
        .intro .hero-content__overlay {
          -ms-grid-columns: 11fr 1fr;
          grid-template-columns: 11fr 1fr; } }
    @media (max-width: 1024px) {
      .intro .hero-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        .intro .hero-content p {
          padding-right: 40px; }
        .intro .hero-content__overlay {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  .intro .title-append {
    position: absolute;
    left: 0;
    right: 0; }
  .intro .bg-image {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    overflow: hidden; }
    .intro .bg-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      bottom: 0;
      left: 0; }
  .intro.theme2 .hero-content {
    -ms-grid-columns: 10fr 2fr;
    grid-template-columns: 10fr 2fr; }
    .intro.theme2 .hero-content__overlay {
      display: none; }
    @media (max-width: 1300px) {
      .intro.theme2 .hero-content {
        -ms-grid-columns: 11fr 1fr;
        grid-template-columns: 11fr 1fr; } }
    @media (max-width: 1024px) {
      .intro.theme2 .hero-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        .intro.theme2 .hero-content p {
          padding-right: 0;
          max-width: 100%; } }
  .intro.theme3 {
    height: 220px; }
    .intro.theme3 .hero-content {
      -ms-grid-columns: 10fr 2fr;
      grid-template-columns: 10fr 2fr; }
      .intro.theme3 .hero-content h1 {
        color: #000000; }
      .intro.theme3 .hero-content__overlay {
        display: none; }
      @media (max-width: 1300px) {
        .intro.theme3 .hero-content {
          -ms-grid-columns: 11fr 1fr;
          grid-template-columns: 11fr 1fr; } }
      @media (max-width: 1024px) {
        .intro.theme3 .hero-content {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; }
          .intro.theme3 .hero-content p {
            padding-right: 0;
            max-width: 100%; } }
  @media (max-width: 768px) {
    .intro.theme1 {
      height: auto;
      background-color: #000000; }
      .intro.theme1.bg-grey {
        background-color: #000000; }
      .intro.theme1.high {
        height: auto; }
      .intro.theme1 .bg-image {
        position: relative;
        top: 0;
        height: 300px; }
      .intro.theme1 .hero-content {
        top: 0;
        transform: none; }
      .intro.theme1 .hero-content a + .btn {
        margin-left: 0;
        margin-top: 20px; }
      .intro.theme1 .btn {
        display: table; } }

.full-screen-intro {
  overflow: hidden;
  position: relative;
  background: #000000; }
  .full-screen-intro + section {
    /*padding-top: 60px;*/
    /*&.breadcrumbs {
      padding-top: 60px;
    }*/ }
    @media (min-width: 1024px) {
      .full-screen-intro + section {
        /*padding-top: 117px;*/ } }
  .full-screen-intro video {
    width: 100%; }
  .full-screen-intro .bg-image {
    width: 100%;
    position: relative; }
    .full-screen-intro .bg-image img {
      position: absolute;
      left: 50%;
      margin-left: -960px;
      top: 50%;
      margin-top: -600px;
      max-width: none;
      z-index: 0;
      object-fit: cover; }
      @media (max-width: 768px) {
        .full-screen-intro .bg-image img {
          height: 1024px;
          margin-top: -512px; } }
    .full-screen-intro .bg-image:after {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/pattern-striped-diagonal.png");
      z-index: 1; }
    .full-screen-intro .bg-image.no-overlay:after {
      display: none; }
  .full-screen-intro .full-cap-wrapper {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1; }
  .full-screen-intro .content-caption {
    display: table-cell;
    vertical-align: middle; }
    .full-screen-intro .content-caption .container {
      position: relative;
      z-index: 1; }
    .full-screen-intro .content-caption .click-n-drag {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 22px;
      z-index: 0;
      display: none; }
      @media (min-width: 768px) {
        .full-screen-intro .content-caption .click-n-drag {
          display: block; } }
      @media (min-width: 1024px) {
        .full-screen-intro .content-caption .click-n-drag {
          bottom: 52px; } }
      .full-screen-intro .content-caption .click-n-drag:before {
        content: " ";
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 39px;
        left: 50%;
        margin-left: -15px;
        background-position: 0 0; }
  .full-screen-intro .btn {
    margin-top: 25px; }

#mobileHeader {
  background-color: #000000; }
  #mobileHeader .container {
    text-align: center;
    height: 60px; }
  #mobileHeader .logo {
    padding: 10px 0;
    height: 60px;
    width: 124px;
    float: none; }
    #mobileHeader .logo a {
      margin: 0;
      width: auto; }
  #mobileHeader .side-menu-btn {
    width: 24px; }
    #mobileHeader .side-menu-btn a {
      color: #FFFFFF;
      cursor: pointer; }
      #mobileHeader .side-menu-btn a i {
        font-size: 28px;
        line-height: 20px;
        padding: 20px 0; }
      #mobileHeader .side-menu-btn a:hover {
        text-decoration: none; }
    #mobileHeader .side-menu-btn:not(.menu-active) .fa {
      display: block; }
    #mobileHeader .side-menu-btn:not(.menu-active) .close-icon {
      display: none; }
    #mobileHeader .side-menu-btn .menu-top {
      display: block; }
      #mobileHeader .side-menu-btn .menu-top .close-icon {
        width: 20px;
        padding: 20px 0; }
      #mobileHeader .side-menu-btn .menu-top.menu-active .fa {
        display: none; }
      #mobileHeader .side-menu-btn .menu-top.menu-active .close-icon {
        display: block; }

.mobile-menu {
  background-color: #000000;
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 30;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  .mobile-menu .menu-expanded-top {
    width: 100%;
    border-top: 2px solid #333333;
    height: calc(100vh - 60px);
    overflow-y: scroll; }
    .mobile-menu .menu-expanded-top .ctaButtons {
      justify-content: center;
      padding: 10px; }
      .mobile-menu .menu-expanded-top .ctaButtons ul {
        display: flex;
        gap: 15px;
        height: auto;
        padding: 0;
        width: auto; }
        .mobile-menu .menu-expanded-top .ctaButtons ul li {
          margin: 0; }
    .mobile-menu .menu-expanded-top ul {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      list-style: none; }
      .mobile-menu .menu-expanded-top ul.expanded-navigation {
        background: #FFFFFF;
        padding: 40px 20px; }
        .mobile-menu .menu-expanded-top ul.expanded-navigation .expanded-navigation-item {
          padding-bottom: 0; }
          .mobile-menu .menu-expanded-top ul.expanded-navigation .expanded-navigation-item:first-child {
            padding-top: 0; }
        .mobile-menu .menu-expanded-top ul.expanded-navigation li {
          padding-bottom: 20px;
          padding-top: 20px;
          border-top: 2px solid #A5A5A5;
          letter-spacing: 0.5px; }
          .mobile-menu .menu-expanded-top ul.expanded-navigation li:first-child {
            border-top: none; }
        .mobile-menu .menu-expanded-top ul.expanded-navigation li .primary-option-mobile {
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          line-height: 17px;
          position: relative;
          cursor: pointer; }
          .mobile-menu .menu-expanded-top ul.expanded-navigation li .primary-option-mobile span {
            position: absolute;
            right: 0; }
            .mobile-menu .menu-expanded-top ul.expanded-navigation li .primary-option-mobile span img {
              width: 14px;
              height: 8px; }
        .mobile-menu .menu-expanded-top ul.expanded-navigation .dropdown-mobile {
          height: 0;
          overflow: hidden;
          margin-top: 20px; }
          .mobile-menu .menu-expanded-top ul.expanded-navigation .dropdown-mobile .dropdown-content .tray-bottom, .mobile-menu .menu-expanded-top ul.expanded-navigation .dropdown-mobile .dropdown-content .non-category-links {
            display: none; }
          .mobile-menu .menu-expanded-top ul.expanded-navigation .dropdown-mobile .dropdown-content .tray-top {
            padding: 0 20px; }
            .mobile-menu .menu-expanded-top ul.expanded-navigation .dropdown-mobile .dropdown-content .tray-top .category-link {
              border-color: #F0F0F0; }
              .mobile-menu .menu-expanded-top ul.expanded-navigation .dropdown-mobile .dropdown-content .tray-top .category-link a:hover > * {
                color: #A5A5A5; }
              .mobile-menu .menu-expanded-top ul.expanded-navigation .dropdown-mobile .dropdown-content .tray-top .category-link:first-child {
                border-top: none; }
      .mobile-menu .menu-expanded-top ul.expanded-footer {
        background: #F0F0F0;
        padding: 40px 20px;
        margin: 0; }
        .mobile-menu .menu-expanded-top ul.expanded-footer li {
          font-size: 14px;
          line-height: 17px;
          padding-bottom: 20px; }
          .mobile-menu .menu-expanded-top ul.expanded-footer li:last-child {
            padding-bottom: 0; }
          .mobile-menu .menu-expanded-top ul.expanded-footer li a {
            text-transform: none;
            font-size: 14px;
            line-height: 17px;
            text-decoration: underline; }
            .mobile-menu .menu-expanded-top ul.expanded-footer li a:hover {
              color: #A5A5A5; }

.footer {
  padding: 27px 0 40px;
  position: relative;
  z-index: 0;
  background-color: #000000; }
  @media (max-width: 1024px) {
    .footer {
      padding-bottom: 0; } }
  .footer p {
    font-size: 14px;
    line-height: 17px;
    text-wrap: balance; }
  .footer h6 + ul {
    margin-top: 10px; }
  .footer .footer-top {
    display: -ms-grid;
    -ms-grid-columns: 1.0fr 1.0fr 1.2fr 1.7fr 1.6fr;
    display: grid;
    grid-template-columns: 1.0fr 1.0fr 1.2fr 1.7fr 1.6fr; }
    @media (max-width: 1300px) {
      .footer .footer-top {
        -ms-grid-columns: 1.0fr 1.0fr 1.2fr 1.7fr 1.6fr;
        grid-template-columns: 1.0fr 1.0fr 1.2fr 1.7fr 1.6fr; } }
    .footer .footer-top .logo {
      padding: 20px 0; }
      .footer .footer-top .logo img {
        max-height: 46px; }
    .footer .footer-top .about {
      padding: 20px 40px 20px 25px;
      border-right: 2px solid #333333; }
    .footer .footer-top .links, .footer .footer-top .newsletter {
      padding-left: 40px; }
    .footer .footer-top .links {
      padding: 20px 0 20px 40px;
      border-right: 2px solid #333333; }
      .footer .footer-top .links .privacy-links {
        display: flex;
        gap: 10px;
        align-items: center; }
        .footer .footer-top .links .privacy-links li {
          margin-top: 4px; }
    .footer .footer-top .links:last-child {
      border-right: 0px; }
    .footer .footer-top .newsletter {
      padding: 20px 0 20px 40px; }
    @media (max-width: 1024px) {
      .footer .footer-top {
        -ms-grid-columns: 4fr 8fr;
        grid-template-columns: 4fr 8fr;
        grid-template-areas: "logo logo" "about about" "links newsletter"; }
        .footer .footer-top .logo {
          padding: 15px 0 0 0;
          -ms-grid-row: 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          grid-area: logo; }
        .footer .footer-top .about {
          padding: 40px 0;
          -ms-grid-row: 2;
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          grid-area: about;
          border-right: none; }
        .footer .footer-top .links {
          padding: 20px 0;
          -ms-grid-row: 3;
          -ms-grid-column: 1;
          grid-area: links; }
        .footer .footer-top .newsletter {
          padding: 40px 40px 40px 60px;
          border-right: none;
          -ms-grid-row: 3;
          -ms-grid-column: 2;
          grid-area: newsletter; }
          .footer .footer-top .newsletter form {
            display: inline-flex;
            flex-wrap: wrap; }
          .footer .footer-top .newsletter input[type="email"] {
            max-width: 400px; }
          .footer .footer-top .newsletter input[type="submit"] {
            margin-left: 0; } }
    @media (max-width: 768px) {
      .footer .footer-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: none; }
        .footer .footer-top .logo {
          padding: 15px 0 0 0;
          grid-area: auto; }
        .footer .footer-top .about, .footer .footer-top .links, .footer .footer-top .newsletter {
          padding: 40px 0;
          border-right: none;
          border-bottom: 2px solid #333333;
          grid-area: auto; }
        .footer .footer-top .newsletter form {
          display: inline-flex;
          flex-wrap: wrap; }
        .footer .footer-top .newsletter input[type="email"] {
          width: 100%;
          max-width: 400px;
          margin-bottom: 20px; }
        .footer .footer-top .newsletter input[type="submit"] {
          margin-left: 0; } }
  .footer ul {
    margin: 0;
    padding: 0; }
    .footer ul + h5 {
      margin-top: 15px; }
    .footer ul + ul {
      margin-top: 26px; }
    .footer ul li {
      padding: 0;
      list-style: none;
      margin-bottom: 10px; }
      .footer ul li + li {
        margin-top: 4px; }
      @media (min-width: 768px) {
        .footer ul li.padded {
          margin-top: 31px; } }
    .footer ul.social {
      margin-top: 10px;
      font-size: 22px;
      line-height: 1;
      overflow: hidden; }
      @media (min-width: 768px) {
        .footer ul.social + * {
          margin-top: 30px; } }
      .footer ul.social li {
        float: left;
        position: relative; }
        .footer ul.social li a {
          color: #FFFFFF; }
          .footer ul.social li a:hover {
            color: #F9ED03; }
        .footer ul.social li + li {
          margin-left: 20px; }
          @media (min-width: 768px) {
            .footer ul.social li + li {
              margin-left: 20px; } }
  .footer .footer-bottom {
    display: flex;
    margin-top: 20px;
    align-items: center; }
    @media (max-width: 768px) {
      .footer .footer-bottom {
        flex-flow: wrap;
        margin-top: 0; } }
    .footer .footer-bottom .footer-bottom__left {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      flex-grow: 1;
      flex-basis: min-content; }
      @media (max-width: 1024px) {
        .footer .footer-bottom .footer-bottom__left {
          margin: 40px 0;
          width: 100%; } }
      @media (max-width: 768px) {
        .footer .footer-bottom .footer-bottom__left {
          gap: 40px;
          flex-basis: auto; } }
      .footer .footer-bottom .footer-bottom__left p {
        margin: 0; }
      .footer .footer-bottom .footer-bottom__left ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        position: relative;
        gap: 20px;
        align-items: center; }
        .footer .footer-bottom .footer-bottom__left ul li {
          margin: 0; }
          .footer .footer-bottom .footer-bottom__left ul li a {
            color: #FFFFFF; }
            .footer .footer-bottom .footer-bottom__left ul li a:hover {
              color: #F9ED03; }
    .footer .footer-bottom .footer-bottom__right {
      margin-left: auto; }
      @media (max-width: 1024px) {
        .footer .footer-bottom .footer-bottom__right {
          margin-left: 0; } }
      @media (max-width: 768px) {
        .footer .footer-bottom .footer-bottom__right {
          padding-bottom: 40px; } }
      .footer .footer-bottom .footer-bottom__right ul li {
        margin-bottom: 0; }
  .footer form {
    display: flex;
    align-items: center; }
  .footer input[type="submit"] {
    margin-left: auto; }
  .footer input[type="email"] {
    padding: 9px 15px;
    border: 0;
    border-radius: 5px;
    color: #000000;
    flex-grow: 1;
    margin-right: 20px; }
  .footer .form-control {
    background: #363636;
    height: 29px;
    border: 0; }
  .footer .form-subscribe + * {
    margin-top: 25px; }
    @media (min-width: 768px) {
      .footer .form-subscribe + * {
        margin-top: 45px; } }
  .footer .form-subscribe .form-message {
    margin-top: 5px;
    color: #FFFFFF;
    text-transform: uppercase; }
    .footer .form-subscribe .form-message.error {
      color: red; }
  .footer .form-subscribe .form-group {
    margin: 18px 0 0;
    position: relative; }
    .footer .form-subscribe .form-group button {
      padding: 0;
      border: none;
      width: 7px;
      height: 11px;
      position: absolute;
      right: 14px;
      top: 50%;
      margin-top: -5px;
      text-indent: -9999px;
      background: none; }
      .footer .form-subscribe .form-group button:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-position: -30px -11px; }
  @media (max-width: 1024px) {
    .footer img.logo {
      width: 138px; } }
  @media (min-width: 1024px) {
    .footer [class*="col-"] {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 20px; }
      .footer [class*="col-"]:first-child {
        padding-left: 25px;
        border-right: 1px solid #333;
        min-height: 204px; }
      .footer [class*="col-"]:last-child {
        padding-right: 25px;
        border-left: 1px solid #333;
        min-height: 204px; } }
  @media (max-width: 1024px) {
    .footer [class*="col-"] {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 1024px) {
    .footer {
      padding-top: 25px; } }

textarea {
  resize: none; }

form .alerts {
  margin: -50px 0 50px 0; }
form .form-group select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select {
  margin-top: 5px; }
  .bootstrap-select.btn-group.country_intl .dropdown-menu li:first-child {
    display: none; }
  .bootstrap-select.btn-group:active, .bootstrap-select.btn-group:focus {
    border: none;
    outline: none; }
  .bootstrap-select.btn-group .dropdown-toggle {
    font-size: 14px; }
    .bootstrap-select.btn-group .dropdown-toggle.btn-transparent {
      border: 2px solid #A5A5A5;
      background: none;
      outline: none; }
      .bootstrap-select.btn-group .dropdown-toggle.btn-transparent:active, .bootstrap-select.btn-group .dropdown-toggle.btn-transparent:focus {
        outline: 2px solid #A5A5A5; }
    .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret {
      width: 15px;
      height: 10px;
      background-position: -186px 0;
      border: 0;
      margin-top: -3px; }
  .bootstrap-select .dropdown-menu {
    margin: 5px 0 0;
    border-radius: 0;
    font-size: 13px; }
    .bootstrap-select .dropdown-menu > li > a {
      padding: 7px 20px;
      text-transform: uppercase; }
    .bootstrap-select .dropdown-menu li {
      padding-left: 0; }
      .bootstrap-select .dropdown-menu li + li {
        margin-top: 0; }

label {
  margin: 0; }
  label.visibility-hidden {
    visibility: hidden; }
  label + *,
  label + .form-control {
    margin-top: 5px; }
  label.radio {
    margin-left: 20px;
    display: inline-block;
    margin-right: 40px; }

* + .form-note {
  margin-top: 28px; }

input[type="radio"], input[type="checkbox"] {
  margin: 2px 0 0; }

.radio-inline,
.checkbox-inline {
  padding-left: 26px; }
  .radio-inline input[type="radio"],
  .radio-inline input[type="checkbox"],
  .checkbox-inline input[type="radio"],
  .checkbox-inline input[type="checkbox"] {
    margin-left: -26px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 35px; }

.checkbox-inline-options {
  min-height: 35px; }

.form-control, .form-control:invalid, .form-control:active, .form-control:focus {
  border: 2px solid #A5A5A5;
  border-radius: 5px;
  box-shadow: none;
  outline: none; }

input.form-error,
textarea.form-error,
.bootstrap-select.form-error button,
.form-radio.form-error label {
  border: 1px solid #B22222 !important; }

small.form-alert,
small.form-notice {
  color: #B22222;
  font-size: 13px; }

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

form.ajax button i {
  margin-right: 5px; }
form.ajax .form-controls {
  margin-top: 20px; }
form.ajax small.form-alert {
  position: absolute;
  display: block; }
form.ajax .form-group {
  margin: 0 0 20px 0;
  text-align: left; }

form.otb {
  margin-top: 55px; }
  @media (min-width: 768px) {
    form.otb {
      margin-top: 75px; } }
  form.otb .btn-submit {
    margin-top: 35px; }

form.lead {
  margin-top: 55px; }
  @media (min-width: 768px) {
    form.lead {
      margin-top: 75px; } }
  form.lead h4 {
    text-align: left; }
  form.lead .btn-submit {
    margin-top: 35px; }
  form.lead .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: left;
    font-weight: normal; }
  form.lead .vehicle-info,
  form.lead .contact-email,
  form.lead .contact-phone {
    display: none; }
  form.lead .form-group.source_detail {
    display: none; }
  form.lead .form-group.country_other {
    display: none; }
  form.lead .form-group.opt_in {
    display: none; }
    form.lead .form-group.opt_in .form-notice {
      display: none; }
  form.lead .form-group.product-group {
    display: none; }
  form.lead .form-notice {
    color: #B22222;
    font-size: 13px;
    line-height: 1.4; }
    form.lead .form-notice a {
      color: #B22222;
      text-decoration: underline; }
      form.lead .form-notice a:hover {
        text-decoration: none; }

form.subscribe .form-control, form.subscribe .form-control:invalid, form.subscribe .form-control:active, form.subscribe .form-control:focus {
  border: none; }
form.subscribe input.form-error,
form.subscribe .bootstrap-select.form-error button,
form.subscribe .form-radio.form-error label {
  border: none !important; }

.form-section + .form-section {
  margin-top: 25px; }

form.testimonial {
  display: none;
  margin-top: 55px; }
  @media (min-width: 768px) {
    form.testimonial {
      margin-top: 75px; } }
  form.testimonial .btn-submit {
    margin-top: 35px; }
  form.testimonial label {
    text-transform: uppercase; }
  form.testimonial .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: left;
    font-weight: normal; }
  form.testimonial textarea {
    resize: none; }

form.warranty {
  padding: 80px 0; }
  form.warranty .customer {
    display: none; }
  form.warranty .confirmation .thanks {
    background-color: #F9ED03;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    height: 105px;
    line-height: 105px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      form.warranty .confirmation .thanks {
        font-size: 45px;
        padding: 0 90px; } }
  form.warranty .confirmation h4 {
    margin-bottom: 50px; }
  form.warranty .confirmation .row.text-center > div {
    display: inline-block;
    float: none; }
  form.warranty .form-groupcountry_other, form.warranty .form-group.opt_in, form.warranty .form-group.source_detail {
    display: none; }
  form.warranty .form-group.marketing_opt_in {
    margin: 30px 0; }
  form.warranty .form-group.activation_code {
    position: relative;
    margin-bottom: 0; }
    form.warranty .form-group.activation_code .form-control {
      background-color: #F9ED03;
      font-size: 20px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: #000000;
      border: none;
      height: 90px;
      padding: 0 90px 0 20px; }
      @media (min-width: 768px) {
        form.warranty .form-group.activation_code .form-control {
          font-size: 45px;
          padding: 0 90px;
          height: 105px; } }
    form.warranty .form-group.activation_code ::-webkit-input-placeholder {
      color: #000000; }
    form.warranty .form-group.activation_code :-moz-placeholder {
      /* Firefox 18- */
      color: #000000; }
    form.warranty .form-group.activation_code ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000; }
    form.warranty .form-group.activation_code :-ms-input-placeholder {
      color: #000000; }
    form.warranty .form-group.activation_code button.search {
      position: absolute;
      top: 30px;
      display: block;
      right: 42px;
      background: none;
      border: 0;
      padding: 0;
      color: #000000;
      font-size: 22px; }
      @media (min-width: 768px) {
        form.warranty .form-group.activation_code button.search {
          font-size: 30px; } }
      form.warranty .form-group.activation_code button.search:hover {
        cursor: pointer; }
      form.warranty .form-group.activation_code button.search:hover, form.warranty .form-group.activation_code button.search:active {
        color: #FFFFFF; }
  form.warranty .search {
    margin-bottom: 50px; }
    form.warranty .search .message {
      margin-top: 30px; }
      form.warranty .search .message h4 {
        line-height: 1.3; }
        form.warranty .search .message h4.not-found {
          display: none; }
  form.warranty .form-controls {
    margin-top: 0; }
    form.warranty .form-controls a, form.warranty .form-controls button {
      display: block;
      width: 100%;
      margin-top: 20px; }
    @media (min-width: 768px) {
      form.warranty .form-controls {
        margin-top: 20px; } }

form.dealer-search .bootstrap-select.btn-group .dropdown-toggle .filter-option,
form.career-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: left; }

form.dealer-search .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  border-bottom: 1px solid; }
  @media (min-width: 768px) {
    form.dealer-search .form-grid {
      grid-template-columns: 1fr 1fr 1fr; } }

form.dealer-search .location input {
  margin-top: 5px;
  font-size: 17px;
  padding: 9px 12px;
  height: 39px; }

form.dealer-search .form-group-submit button, form.career-search .form-group-submit button {
  width: 100%;
  margin-top: 5px; }

form.career-search .btn.btn-default {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #A5A5A5;
  font-family: "helveticaneuemedium", Helvetica, Arial, sans-serif;
  font-weight: 500; }
form.career-search .form-control {
  text-align: center; }

form.career-search .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  border-bottom: 1px solid; }
  @media (min-width: 768px) {
    form.career-search .form-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

form.warranty .form-control[disabled],
form.warranty .form-control[readonly],
form.lead .form-control[disabled],
form.lead .form-control[readonly] {
  background-color: #eee;
  color: #eee; }
form.warranty .bootstrap-select.btn-group .dropdown-toggle.btn-transparent.disabled,
form.lead .bootstrap-select.btn-group .dropdown-toggle.btn-transparent.disabled {
  background-color: #eee;
  opacity: 1;
  color: #eee; }

.cover-flow-overlay {
  position: relative;
  height: 488px;
  display: none; }
  @media (min-width: 768px) {
    .cover-flow-overlay {
      display: block; } }
  .cover-flow-overlay .coverflow-overlay-inner {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: #FFFFFF;
    padding: 25px 45px;
    left: 87px;
    right: 87px; }
    @media (min-width: 958px) {
      .cover-flow-overlay .coverflow-overlay-inner {
        left: 0;
        right: 0; } }
  .cover-flow-overlay h5 {
    font-size: 20px;
    color: #F9ED03;
    text-transform: uppercase; }
    .cover-flow-overlay h5 + * {
      margin-top: 5px; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow {
  background-color: #F9ED03;
  position: absolute;
  padding: 0;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  z-index: 1; }
  .slick-arrow.slick-next {
    background-position: -128px 8px;
    right: 0; }
  .slick-arrow.slick-prev {
    background-position: -101px 8px;
    left: 0; }
  @media (min-width: 1024px) {
    .slick-arrow {
      height: 40px;
      width: 40px;
      margin-top: -20px; }
      .slick-arrow.slick-next {
        background-position: -123px 13px; }
      .slick-arrow.slick-prev {
        background-position: -96px 13px; } }
  @media (min-width: 1070px) {
    .slick-arrow.slick-next {
      right: -60px; }
    .slick-arrow.slick-prev {
      left: -60px; } }
  @media (min-width: 1300px) {
    .slick-arrow.slick-next {
      right: 0; }
    .slick-arrow.slick-prev {
      left: 0; } }
  @media (min-width: 1340px) {
    .slick-arrow.slick-next {
      right: -60px; }
    .slick-arrow.slick-prev {
      left: -60px; } }
  .slick-arrow.slick-hidden {
    display: none; }

.slider-for + * {
  margin-top: 10px; }

.slider-nav-wrapper {
  border: 1px solid #e1e1e1;
  padding: 9px; }

.slider-nav {
  text-align: center;
  margin: 0 auto; }
  .slider-nav .slider-nav-item {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 150px;
    /*float: left;*/ }
    .slider-nav .slider-nav-item:hover {
      cursor: pointer; }

section.block-custom {
  position: relative; }
  section.block-custom .spacer {
    height: 90px; }
    @media (max-width: 768px) {
      section.block-custom .spacer {
        height: 60px; } }
  section.block-custom .lifetime-warranty {
    background-color: #000000;
    color: #FFFFFF;
    padding: 90px 0 90px 0;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center; }
    section.block-custom .lifetime-warranty h2, section.block-custom .lifetime-warranty h4, section.block-custom .lifetime-warranty p {
      color: #FFFFFF; }
    section.block-custom .lifetime-warranty p {
      margin-top: 20px;
      font-size: 16px;
      line-height: 20px; }
    section.block-custom .lifetime-warranty .protection-container {
      display: flex;
      align-items: center;
      gap: 67px; }
      @media (max-width: 768px) {
        section.block-custom .lifetime-warranty .protection-container {
          gap: 60px;
          flex-wrap: wrap;
          justify-content: center; } }
    section.block-custom .lifetime-warranty .badge-container {
      min-width: 200px; }
    section.block-custom .lifetime-warranty .text-right-container {
      text-align: left; }
  section.block-custom .divider-line {
    margin-top: 0px;
    margin-bottom: 60px;
    border-top: 2px solid #A5A5A5; }
  section.block-custom .divider-line-space-top {
    margin-top: 60px;
    margin-bottom: 0px;
    border-top: 2px solid #A5A5A5; }
  section.block-custom .divider-line-no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 2px solid #515151; }
  section.block-custom .support-gallery {
    font-size: 16px; }
    section.block-custom .support-gallery ul {
      padding: 0; }
      section.block-custom .support-gallery ul li {
        list-style: none;
        font-weight: normal;
        text-transform: capitalize;
        padding: 0; }
    section.block-custom .support-gallery h2 {
      margin-bottom: 60px; }
  section.block-custom h2 {
    text-align: center; }
  section.block-custom .wide-image {
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-top: 32px; }
  section.block-custom .bar-container {
    background-color: #000000;
    display: flex;
    color: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 62px; }
    section.block-custom .bar-container p {
      margin: 0; }

section.block-text {
  position: relative;
  color: #000000;
  text-align: center;
  /* Responsive multiple column layouts */
  /* General styling */ }
  section.block-text .header-paragraph-text {
    padding: 60px 0;
    border-bottom: 2px solid #333333; }
    section.block-text .header-paragraph-text h1, section.block-text .header-paragraph-text h2, section.block-text .header-paragraph-text h3, section.block-text .header-paragraph-text h4, section.block-text .header-paragraph-text p {
      color: black; }
    section.block-text .header-paragraph-text h2 + * {
      margin-top: 30px; }
    section.block-text .header-paragraph-text p {
      font-size: 16px;
      line-height: 20px; }
  section.block-text.black_bg {
    background-color: #000000; }
    section.block-text.black_bg .header-paragraph-text h1, section.block-text.black_bg .header-paragraph-text h2, section.block-text.black_bg .header-paragraph-text h3, section.block-text.black_bg .header-paragraph-text h4, section.block-text.black_bg .header-paragraph-text p {
      color: #FFFFFF; }
    section.block-text.black_bg .header-paragraph-text .left-align {
      text-align: left; }
  section.block-text .experience-results {
    background-color: black;
    color: #FFFFFF;
    text-align: left;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 90px;
    display: grid;
    grid-template-columns: 3fr 9fr;
    row-gap: 60px;
    column-gap: 40px; }
    @media (max-width: 768px) {
      section.block-text .experience-results {
        grid-template-columns: 1fr; } }
    section.block-text .experience-results h2 {
      text-align: center;
      color: #FFFFFF; }
    section.block-text .experience-results h4 {
      color: #FFFFFF; }
    section.block-text .experience-results .thumbnail-img {
      text-align: center; }
    section.block-text .experience-results .row:first-of-type {
      padding: 50px 0 0 0; }
    section.block-text .experience-results .row {
      padding: 50px 0; }
      section.block-text .experience-results .row p {
        font-size: 16px; }
  section.block-text .boxes-container {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    width: 100%; }
    @media (max-width: 767px) {
      section.block-text .boxes-container {
        grid-template-columns: repeat(1, 1fr); } }
    section.block-text .boxes-container.column-gap {
      grid-column-gap: 40px;
      grid-row-gap: 60px; }
    section.block-text .boxes-container .info_card_black_texture_top {
      width: 100%;
      background-size: auto 30px;
      height: 30px;
      margin-bottom: -1px; }
    section.block-text .boxes-container .info_card_black_texture_bottom {
      width: 100%;
      background-size: auto 30px;
      height: 30px;
      transform: rotate(180deg);
      margin-top: -1px; }
    section.block-text .boxes-container .box-block {
      padding: 10px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: calc(100% - 60px); }
      section.block-text .boxes-container .box-block.box-black {
        background-color: #000000; }
        section.block-text .boxes-container .box-block.box-black p, section.block-text .boxes-container .box-block.box-black h5, section.block-text .boxes-container .box-block.box-black h4, section.block-text .boxes-container .box-block.box-black h3, section.block-text .boxes-container .box-block.box-black h2, section.block-text .boxes-container .box-block.box-black h1 {
          color: #FFFFFF; }
        section.block-text .boxes-container .box-block.box-black .line-separator {
          border-bottom: 5px solid #F9ED03; }
      section.block-text .boxes-container .box-block.box-yellow {
        background-color: #F9ED03; }
        section.block-text .boxes-container .box-block.box-yellow p, section.block-text .boxes-container .box-block.box-yellow h5, section.block-text .boxes-container .box-block.box-yellow h4, section.block-text .boxes-container .box-block.box-yellow h3 {
          color: #000000; }
        section.block-text .boxes-container .box-block.box-yellow .line-separator {
          border-bottom: 5px solid #000000; }
      section.block-text .boxes-container .box-block p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 40px; }
      section.block-text .boxes-container .box-block .btn, section.block-text .boxes-container .box-block h5 {
        margin-top: auto;
        padding: 7px 21px; }
      section.block-text .boxes-container .box-block .white-space {
        white-space: normal; }
      section.block-text .boxes-container .box-block h5.panel-header {
        padding: 0;
        margin: 0; }
      section.block-text .boxes-container .box-block .phone-number {
        font-size: 20px;
        line-height: 24px;
        line-height: 24px;
        font-family: 'Montserrat', sans-serif;
        color: #FFFFFF;
        margin-top: auto; }
        section.block-text .boxes-container .box-block .phone-number:hover {
          color: #F9ED03;
          text-decoration: none; }
      section.block-text .boxes-container .box-block.wide-box {
        padding: 60px 40px; }
        section.block-text .boxes-container .box-block.wide-box h1 {
          font-size: 90px;
          line-height: 94px; }
        section.block-text .boxes-container .box-block.wide-box .line-separator {
          width: 100px;
          margin: 40px 0; }
        section.block-text .boxes-container .box-block.wide-box p {
          font-family: 'Montserrat', sans-serif;
          text-transform: uppercase;
          margin: 0; }
@media (max-width: 1024px) and (min-width: 769px) {
  section.block-text .boxes-container .box-block.wide-box h1 {
    font-size: 70px;
    line-height: 74px; }
  section.block-text .boxes-container .box-block.wide-box p {
    font-size: 16px; } }

  section.block-text .four-columns {
    margin: 60px 0;
    text-align: center;
    color: #000000; }
    section.block-text .four-columns h4 {
      letter-spacing: 0; }
    section.block-text .four-columns p {
      font-size: 16px; }
  section.block-text.black_bg {
    background-color: #000000; }
  section.block-text.gray_bg.full_width {
    background-color: #A5A5A5;
    padding: 60px 0; }
  section.block-text.gray_bg.padded .inner {
    background-color: #A5A5A5;
    padding: 60px 0; }
  section.block-text.yellow_img {
    padding: 60px 0; }
    section.block-text.yellow_img .background-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
  section.block-text .solutions-header-gray {
    padding: 120px 0 150px 0;
    background-color: #A5A5A5;
    margin-bottom: 60px; }
  @media (max-width: 767px) {
    section.block-text .col-xs-12 + .col-xs-12 {
      margin-top: 18px; } }
  @media (max-width: 1023px) {
    section.block-text .col-sm-12 + .col-sm-12 {
      margin-top: 18px; } }
  @media (max-width: 1299px) {
    section.block-text .col-md-12 + .col-md-12 {
      margin-top: 18px; } }
  section.block-text.padded .inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px; }
    @media (min-width: 768px) {
      section.block-text.padded .inner {
        width: 768px; } }
    @media (min-width: 1024px) {
      section.block-text.padded .inner {
        width: 1024px; } }
    @media (min-width: 1300px) {
      section.block-text.padded .inner {
        width: 1300px; } }

@media (min-width: 1300px) {
  body.home section.block-text.padded .inner {
    padding: 0 230px; } }

section.block-tooltip {
  position: relative;
  overflow: hidden; }
  section.block-tooltip > img.block-background {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -380px;
    width: 795px; }
    @media (min-width: 768px) {
      section.block-tooltip > img.block-background {
        margin-left: -960px;
        width: 1920px; } }
  section.block-tooltip img {
    max-width: none; }
  section.block-tooltip .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    section.block-tooltip .overlay img {
      max-width: 322px; }
      @media (min-width: 768px) {
        section.block-tooltip .overlay img {
          max-width: none; } }
    section.block-tooltip .overlay > .container {
      position: relative;
      height: 100%; }
  section.block-tooltip .inner {
    position: absolute; }
    section.block-tooltip .inner .block-image {
      width: 100%; }

section.block-image {
  position: relative;
  text-align: center;
  padding: 60px 0; }
  section.block-image.full_bleed {
    height: 600px;
    margin-top: 90px;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      section.block-image.full_bleed {
        height: 300px;
        margin-top: 60px; } }
  section.block-image.half {
    height: 352px;
    padding: 0;
    display: flex; }
    @media (max-width: 768px) {
      section.block-image.half {
        display: block;
        height: 600px; } }
    section.block-image.half.one_image {
      height: 416px; }
      @media (max-width: 768px) {
        section.block-image.half.one_image {
          height: calc(100vw - 50px);
          min-height: 600px; }
          section.block-image.half.one_image .half-right {
            max-height: 300px; } }
    section.block-image.half.special_png {
      height: 392px;
      margin-top: 50px; }
      section.block-image.half.special_png .special-img {
        width: 65vw;
        max-width: 893px;
        height: auto;
        position: absolute;
        right: 0;
        top: -50px; }
        @media (max-width: 768px) {
          section.block-image.half.special_png .special-img {
            width: 520px;
            left: 50%;
            transform: translateX(-50%);
            padding-right: 20px; } }
        @media (max-width: 519px) {
          section.block-image.half.special_png .special-img {
            left: auto;
            transform: none; } }
      @media (max-width: 1024px) {
        section.block-image.half.special_png p {
          font-size: 16px;
          line-height: 20px; } }
    section.block-image.half .content {
      margin: auto;
      width: 650px; }
      @media (max-width: 1299px) {
        section.block-image.half .content {
          width: 512px; } }
      @media (max-width: 1024px) {
        section.block-image.half .content {
          width: 100%; } }
    section.block-image.half .half-left {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 50%;
      background-position: center;
      background-size: cover; }
      section.block-image.half .half-left .content {
        padding-left: 25px;
        padding-right: 20px;
        margin-right: 0; }
      section.block-image.half .half-left.image-fixed-size {
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat; }
        @media (max-width: 768px) {
          section.block-image.half .half-left.image-fixed-size {
            background-position: center; } }
    section.block-image.half .half-right {
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      background-position: center;
      background-size: cover; }
      section.block-image.half .half-right .content {
        padding-right: 25px;
        padding-left: 20px;
        margin-left: 0; }
      section.block-image.half .half-right.black-text h2, section.block-image.half .half-right.black-text p {
        color: #000000; }
    @media (max-width: 768px) {
      section.block-image.half .half-left, section.block-image.half .half-right {
        width: 100%;
        height: 50%; }
      section.block-image.half.special_png {
        margin-top: 94px;
        height: 430px; }
        section.block-image.half.special_png .half-left {
          height: 35%; }
          section.block-image.half.special_png .half-left .special-img {
            top: -94px; }
        section.block-image.half.special_png .half-right {
          height: 65%;
          padding-bottom: 60px; } }
    @media (max-width: 435px) {
      section.block-image.half.special_png {
        margin-top: 150px;
        height: 440px; }
        section.block-image.half.special_png .half-left {
          height: 20%; }
          section.block-image.half.special_png .half-left .special-img {
            top: -150px; }
        section.block-image.half.special_png .half-right {
          height: 80%;
          padding-bottom: 60px; }
          section.block-image.half.special_png .half-right p {
            margin-top: 10px; } }
  section.block-image h2 + * {
    margin-top: 30px; }
  section.block-image.full_width .img-bg {
    padding: 90px 0px; }
    @media (max-width: 768px) {
      section.block-image.full_width .img-bg {
        padding: 60px 0px; } }
    section.block-image.full_width .img-bg .block-top {
      background-size: auto 50px;
      width: 100%;
      height: 50px;
      position: absolute;
      top: 0; }
    section.block-image.full_width .img-bg .block-bottom {
      background-size: auto 50px;
      width: 100%;
      height: 50px;
      position: absolute;
      bottom: 0;
      transform: rotate(180deg); }
  section.block-image.full_width .img-bg-tires {
    background-size: auto calc(100% - 20px);
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 90px 0px; }
    @media (max-width: 768px) {
      section.block-image.full_width .img-bg-tires {
        padding: 60px 0px; } }
    section.block-image.full_width .img-bg-tires .tires-top {
      background-size: auto 10px;
      width: 100%;
      height: 10px;
      position: absolute;
      top: 0; }
    section.block-image.full_width .img-bg-tires .tires-bottom {
      background-size: auto 10px;
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: 0; }
  section.block-image.fullscreen {
    color: #FFFFFF;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto; }
    section.block-image.fullscreen h3, section.block-image.fullscreen h4 {
      color: #FFFFFF; }
    section.block-image.fullscreen ul li {
      color: #FFFFFF; }
      section.block-image.fullscreen ul li a {
        color: #FFFFFF; }
    section.block-image.fullscreen h1, section.block-image.fullscreen h2 {
      color: #FFFFFF; }
  section.block-image .leader-image {
    width: 206px;
    height: 206px;
    text-align: center; }
    section.block-image .leader-image img {
      width: 100%; }
  @media (min-width: 768px) {
    section.block-image .product-icon {
      margin-top: -15px; } }
  section.block-image .product-icon a {
    color: #000000;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none; }
    section.block-image .product-icon a:hover {
      color: #898989; }
  section.block-image .text-cta-module.white-copy h1, section.block-image .text-cta-module.white-copy h2, section.block-image .text-cta-module.white-copy h3, section.block-image .text-cta-module.white-copy h4, section.block-image .text-cta-module.white-copy p {
    color: #FFFFFF; }
  section.block-image .text-cta-module h1, section.block-image .text-cta-module h2, section.block-image .text-cta-module h3, section.block-image .text-cta-module h4, section.block-image .text-cta-module p {
    color: black; }
  section.block-image .text-cta-module h2 + * {
    margin-top: 20px; }
    @media (min-width: 768px) {
      section.block-image .text-cta-module h2 + * {
        margin-top: 10px; } }
  section.block-image .text-cta-module .btn {
    margin-top: 40px; }
    section.block-image .text-cta-module .btn:first-of-type {
      margin-right: 20px; }
      @media (max-width: 768px) {
        section.block-image .text-cta-module .btn:first-of-type {
          display: block;
          width: fit-content;
          margin: 40px auto 0; } }

section.block-gallery {
  position: relative;
  overflow: hidden;
  text-align: center; }
  section.block-gallery p {
    margin-bottom: 60px; }
  section.block-gallery .overflow-hidden {
    overflow: hidden; }
  section.block-gallery .item-box {
    margin: 0; }
    section.block-gallery .item-box a.bar:hover h5 {
      color: #F9ED03; }
    section.block-gallery .item-box.bar_overlay.animated:hover .image-title-box {
      display: none !important; }
  section.block-gallery .col-same-height {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    height: 100%; }
    section.block-gallery .col-same-height .item-box {
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      /*height: 100%;*/ }
      section.block-gallery .col-same-height .item-box .image-details {
        text-align: left;
        padding: 40px;
        background-color: #F0F0F0;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
  section.block-gallery .follow-us-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px; }
    section.block-gallery .follow-us-container h3 {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        section.block-gallery .follow-us-container h3 {
          font-size: 25px;
          line-height: 29px; } }
    section.block-gallery .follow-us-container .social {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      align-items: center;
      list-style: none;
      gap: 40px;
      margin: 0; }
      @media (max-width: 768px) {
        section.block-gallery .follow-us-container .social {
          grid-template-columns: repeat(3, 1fr); } }
      section.block-gallery .follow-us-container .social li {
        margin: 0; }
        section.block-gallery .follow-us-container .social li i {
          color: #000000;
          font-size: 60px;
          line-height: 60px; }
        section.block-gallery .follow-us-container .social li a:hover i {
          color: #A5A5A5; }
    section.block-gallery .follow-us-container p {
      color: #000000;
      margin: 60px 0 0;
      font-size: 16px;
      line-height: 20px; }
  section.block-gallery .title-bar {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 70px;
    padding-left: 20px; }
    section.block-gallery .title-bar h5, section.block-gallery .title-bar p {
      color: #FFFFFF;
      margin: 0; }
  section.block-gallery .bg-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: none; }
    section.block-gallery .bg-image img {
      left: 50%;
      margin-left: -960px;
      max-width: none;
      position: absolute;
      top: 0; }
  @media (min-width: 768px) {
    section.block-gallery .bg-image {
      display: block; } }
  section.block-gallery .container {
    position: relative;
    z-index: 10; }
  section.block-gallery .text-intro {
    text-align: center;
    margin: 0; }
    section.block-gallery .text-intro .btn {
      margin: 60px 0 0 0; }
  section.block-gallery .image-title-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    height: auto;
    min-height: 78px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0; }
    @media (max-width: 768px) {
      section.block-gallery .image-title-box {
        min-width: 36px;
        padding: 10px 10px;
        font-size: 12px;
        line-height: 16px; } }
    section.block-gallery .image-title-box .star-container {
      width: 45px;
      height: 30px;
      position: absolute;
      top: -20px;
      left: 15px;
      margin: 0; }
    section.block-gallery .image-title-box p {
      margin-top: 5px; }
  @media (min-width: 768px) {
    section.block-gallery.layout-2X1 .row, section.block-gallery.layout-1X2 .row {
      margin-left: -17px;
      margin-right: -17px; } }
  @media (min-width: 768px) {
    section.block-gallery.layout-2X1 .col-xs-1, section.block-gallery.layout-2X1 .col-sm-1, section.block-gallery.layout-2X1 .col-md-1, section.block-gallery.layout-2X1 .col-lg-1, section.block-gallery.layout-2X1 .col-xs-2, section.block-gallery.layout-2X1 .col-sm-2, section.block-gallery.layout-2X1 .col-md-2, section.block-gallery.layout-2X1 .col-lg-2, section.block-gallery.layout-2X1 .col-xs-3, section.block-gallery.layout-2X1 .col-sm-3, section.block-gallery.layout-2X1 .col-md-3, section.block-gallery.layout-2X1 .col-lg-3, section.block-gallery.layout-2X1 .col-xs-4, section.block-gallery.layout-2X1 .col-sm-4, section.block-gallery.layout-2X1 .col-md-4, section.block-gallery.layout-2X1 .col-lg-4, section.block-gallery.layout-2X1 .col-xs-5, section.block-gallery.layout-2X1 .col-sm-5, section.block-gallery.layout-2X1 .col-md-5, section.block-gallery.layout-2X1 .col-lg-5, section.block-gallery.layout-2X1 .col-xs-6, section.block-gallery.layout-2X1 .col-sm-6, section.block-gallery.layout-2X1 .col-md-6, section.block-gallery.layout-2X1 .col-lg-6, section.block-gallery.layout-2X1 .col-xs-7, section.block-gallery.layout-2X1 .col-sm-7, section.block-gallery.layout-2X1 .col-md-7, section.block-gallery.layout-2X1 .col-lg-7, section.block-gallery.layout-2X1 .col-xs-8, section.block-gallery.layout-2X1 .col-sm-8, section.block-gallery.layout-2X1 .col-md-8, section.block-gallery.layout-2X1 .col-lg-8, section.block-gallery.layout-2X1 .col-xs-9, section.block-gallery.layout-2X1 .col-sm-9, section.block-gallery.layout-2X1 .col-md-9, section.block-gallery.layout-2X1 .col-lg-9, section.block-gallery.layout-2X1 .col-xs-10, section.block-gallery.layout-2X1 .col-sm-10, section.block-gallery.layout-2X1 .col-md-10, section.block-gallery.layout-2X1 .col-lg-10, section.block-gallery.layout-2X1 .col-xs-11, section.block-gallery.layout-2X1 .col-sm-11, section.block-gallery.layout-2X1 .col-md-11, section.block-gallery.layout-2X1 .col-lg-11, section.block-gallery.layout-2X1 .col-xs-12, section.block-gallery.layout-2X1 .col-sm-12, section.block-gallery.layout-2X1 .col-md-12, section.block-gallery.layout-2X1 .col-lg-12, section.block-gallery.layout-1X2 .col-xs-1, section.block-gallery.layout-1X2 .col-sm-1, section.block-gallery.layout-1X2 .col-md-1, section.block-gallery.layout-1X2 .col-lg-1, section.block-gallery.layout-1X2 .col-xs-2, section.block-gallery.layout-1X2 .col-sm-2, section.block-gallery.layout-1X2 .col-md-2, section.block-gallery.layout-1X2 .col-lg-2, section.block-gallery.layout-1X2 .col-xs-3, section.block-gallery.layout-1X2 .col-sm-3, section.block-gallery.layout-1X2 .col-md-3, section.block-gallery.layout-1X2 .col-lg-3, section.block-gallery.layout-1X2 .col-xs-4, section.block-gallery.layout-1X2 .col-sm-4, section.block-gallery.layout-1X2 .col-md-4, section.block-gallery.layout-1X2 .col-lg-4, section.block-gallery.layout-1X2 .col-xs-5, section.block-gallery.layout-1X2 .col-sm-5, section.block-gallery.layout-1X2 .col-md-5, section.block-gallery.layout-1X2 .col-lg-5, section.block-gallery.layout-1X2 .col-xs-6, section.block-gallery.layout-1X2 .col-sm-6, section.block-gallery.layout-1X2 .col-md-6, section.block-gallery.layout-1X2 .col-lg-6, section.block-gallery.layout-1X2 .col-xs-7, section.block-gallery.layout-1X2 .col-sm-7, section.block-gallery.layout-1X2 .col-md-7, section.block-gallery.layout-1X2 .col-lg-7, section.block-gallery.layout-1X2 .col-xs-8, section.block-gallery.layout-1X2 .col-sm-8, section.block-gallery.layout-1X2 .col-md-8, section.block-gallery.layout-1X2 .col-lg-8, section.block-gallery.layout-1X2 .col-xs-9, section.block-gallery.layout-1X2 .col-sm-9, section.block-gallery.layout-1X2 .col-md-9, section.block-gallery.layout-1X2 .col-lg-9, section.block-gallery.layout-1X2 .col-xs-10, section.block-gallery.layout-1X2 .col-sm-10, section.block-gallery.layout-1X2 .col-md-10, section.block-gallery.layout-1X2 .col-lg-10, section.block-gallery.layout-1X2 .col-xs-11, section.block-gallery.layout-1X2 .col-sm-11, section.block-gallery.layout-1X2 .col-md-11, section.block-gallery.layout-1X2 .col-lg-11, section.block-gallery.layout-1X2 .col-xs-12, section.block-gallery.layout-1X2 .col-sm-12, section.block-gallery.layout-1X2 .col-md-12, section.block-gallery.layout-1X2 .col-lg-12 {
      padding-left: 17px;
      padding-right: 17px; } }
  section.block-gallery.layout-2X1 .item-box, section.block-gallery.layout-1X2 .item-box {
    display: inline-block; }
    @media (min-width: 768px) {
      section.block-gallery.layout-2X1 .item-box, section.block-gallery.layout-1X2 .item-box {
        display: block; } }
  section.block-gallery.layout-slider .carousel-container {
    margin-bottom: 30px; }
  section.block-gallery.layout-slider .carousel-item {
    padding: 10px; }
  section.block-gallery.layout-slider .text-intro {
    margin-bottom: 35px; }
  section.block-gallery.layout-slider .item-box {
    margin: 0;
    width: unset; }
    section.block-gallery.layout-slider .item-box img {
      margin: 0 auto; }
    section.block-gallery.layout-slider .item-box .item-container {
      width: unset; }
    section.block-gallery.layout-slider .item-box.animated {
      width: 100%; }
      section.block-gallery.layout-slider .item-box.animated .item-container {
        width: 100%; }
  section.block-gallery .container-gallery1x4 .bottom {
    border-bottom: 1px solid #000;
    padding-bottom: 10px; }
  section.block-gallery .container-gallery1x4 .features-list {
    padding-left: 50px; }
  section.block-gallery .container-gallery1x4 .row-thumbs {
    padding: 10px; }
  section.block-gallery .container-gallery1x4 .grid-item {
    padding: 2px; }
  section.block-gallery .container-gallery1x4 p {
    margin-bottom: 10px; }
  @media (max-width: 768px) {
    section.block-gallery .container-gallery1x4 .carousel-mobile-bottom {
      margin-top: 90px; } }
  section.block-gallery .container-gallery1x4 .card-lx-cta {
    /* padding: 0 20px 20px 20px; */
    text-align: left;
    display: flex;
    gap: 15px;
    flex-wrap: wrap; }
  section.block-gallery .grid-container {
    height: auto !important; }
    section.block-gallery .grid-container .isotope-item {
      position: relative !important;
      top: auto !important;
      left: auto !important; }
  section.block-gallery .container-filter {
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      section.block-gallery .container-filter {
        font-size: 13px; } }
    section.block-gallery .container-filter button {
      background-color: transparent;
      border: none; }
    section.block-gallery .container-filter li.arrow {
      display: none;
      margin: 0;
      z-index: 4; }
      @media (max-width: 768px) {
        section.block-gallery .container-filter li.arrow {
          display: block; } }
      section.block-gallery .container-filter li.arrow .filter-arrow-right {
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg); }
      section.block-gallery .container-filter li.arrow .filter-arrow-left {
        transform: rotate(90deg); }
      section.block-gallery .container-filter li.arrow .arrow-gray {
        display: none; }
      section.block-gallery .container-filter li.arrow img {
        width: 20px; }
    section.block-gallery .container-filter li a {
      text-decoration: underline;
      color: #000000;
      letter-spacing: 0px;
      font-size: 16px;
      line-height: 20px; }
      @media (max-width: 768px) {
        section.block-gallery .container-filter li a {
          position: absolute;
          width: calc(100vw - 50px);
          left: 100%;
          top: 8px; } }
      section.block-gallery .container-filter li a:hover {
        color: #A5A5A5; }
      section.block-gallery .container-filter li a.active {
        left: 0;
        text-decoration: none;
        font-family: 'Montserrat', Arial,  sans-serif; }
      section.block-gallery .container-filter li a::after {
        content: attr(data-text);
        content: attr(data-text)/"";
        height: 0;
        visibility: hidden;
        overflow: hidden;
        user-select: none;
        pointer-events: none;
        font-family: 'Montserrat', Arial,  sans-serif; }
  section.block-gallery.layout-1 .gallery-header {
    text-transform: none; }
  @media (max-width: 768px) {
    section.block-gallery.layout-1 .container-filter {
      flex-flow: column;
      align-items: start;
      gap: 20px; }
      section.block-gallery.layout-1 .container-filter .arrow {
        display: none; }
      section.block-gallery.layout-1 .container-filter a.categories {
        position: relative;
        width: auto;
        left: 0; } }
  section.block-gallery.layout-1 .icons-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    margin: 60px 0 20px; }
    @media (max-width: 768px) {
      section.block-gallery.layout-1 .icons-container {
        grid-template-columns: 1fr;
        gap: 40px; } }
    section.block-gallery.layout-1 .icons-container .circle {
      height: 80px;
      width: 80px;
      background-color: #F0F0F0;
      border: 1px solid #A5A5A5;
      border-radius: 50%;
      display: block;
      margin: 0 auto 20px; }
  section.block-gallery.layout-1 .disclaimer {
    margin-top: 60px; }
  section.block-gallery.layout-1 .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /*grid-auto-rows: 1fr;*/
    gap: 40px;
    width: 100%;
    margin: 0; }
    section.block-gallery.layout-1 .grid-container .isotope-item {
      background-color: #F0F0F0; }
    section.block-gallery.layout-1 .grid-container .item-box .details {
      position: relative; }
    section.block-gallery.layout-1 .grid-container .item-box .details_unsized {
      position: relative; }
    section.block-gallery.layout-1 .grid-container .item-box .image-details {
      text-align: left;
      padding: 40px;
      background-color: #F0F0F0; }
      section.block-gallery.layout-1 .grid-container .item-box .image-details p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0; }
    section.block-gallery.layout-1 .grid-container a:hover .image-title-box h5, section.block-gallery.layout-1 .grid-container a:focus .image-title-box h5 {
      color: #F9ED03; }
  section.block-gallery.layout-2 .gallery-header {
    text-transform: none; }
  @media (max-width: 768px) {
    section.block-gallery.layout-2 .container-filter {
      flex-flow: column;
      align-items: start;
      gap: 20px; }
      section.block-gallery.layout-2 .container-filter .arrow {
        display: none; }
      section.block-gallery.layout-2 .container-filter a.categories {
        position: relative;
        width: auto;
        left: 0; } }
  section.block-gallery.layout-2 .icons-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    margin: 60px 0 20px; }
    @media (max-width: 768px) {
      section.block-gallery.layout-2 .icons-container {
        grid-template-columns: 1fr;
        gap: 40px; } }
    section.block-gallery.layout-2 .icons-container .circle {
      height: 80px;
      width: 80px;
      background-color: #F0F0F0;
      border: 1px solid #A5A5A5;
      border-radius: 50%;
      display: block;
      margin: 0 auto 20px; }
  section.block-gallery.layout-2 .disclaimer {
    margin-top: 60px; }
  section.block-gallery.layout-2 .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-auto-rows: 1fr;*/
    gap: 40px;
    width: 100%;
    margin: 0; }
    @media (max-width: 768px) {
      section.block-gallery.layout-2 .grid-container {
        grid-template-columns: repeat(1, 1fr); } }
    section.block-gallery.layout-2 .grid-container .isotope-item {
      background-color: #F0F0F0; }
    section.block-gallery.layout-2 .grid-container .item-box .details {
      position: relative; }
    section.block-gallery.layout-2 .grid-container .item-box .details_unsized {
      position: relative; }
    section.block-gallery.layout-2 .grid-container .item-box .image-details {
      text-align: left;
      padding: 40px;
      background-color: #F0F0F0; }
      section.block-gallery.layout-2 .grid-container .item-box .image-details p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0; }
    section.block-gallery.layout-2 .grid-container a:hover .image-title-box h5, section.block-gallery.layout-2 .grid-container a:focus .image-title-box h5 {
      color: #F9ED03; }
  section.block-gallery.layout-3 p {
    margin-top: 20px;
    margin-bottom: 0; }
    section.block-gallery.layout-3 p.p-above {
      margin-bottom: 60px; }
    section.block-gallery.layout-3 p.p-below {
      margin-top: 60px; }
  @media (max-width: 1024px) {
    section.block-gallery.layout-3 .image-title-box {
      min-height: 36px; } }
  @media (max-width: 1024px) {
    section.block-gallery.layout-3 h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media (max-width: 768px) {
    section.block-gallery.layout-3 h2 {
      font-size: 25px;
      line-height: 29px; } }
  section.block-gallery.layout-3 .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    margin: 0; }
    @media (max-width: 1300px) {
      section.block-gallery.layout-3 .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
        gap: 20px; }
        section.block-gallery.layout-3 .grid-container h5 {
          font-size: 12px;
          line-height: 16px; } }
    @media (max-width: 600) {
      section.block-gallery.layout-3 .grid-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px; }
        section.block-gallery.layout-3 .grid-container::before {
          content: '';
          width: 0;
          padding-bottom: 100%;
          grid-row: 1 / 1;
          grid-column: 1 / 1; }
        section.block-gallery.layout-3 .grid-container > *:first-child {
          grid-row: 1 / 1;
          grid-column: 1 / 1; }
        section.block-gallery.layout-3 .grid-container .item-box.bar {
          height: 100%; }
          section.block-gallery.layout-3 .grid-container .item-box.bar .bar {
            height: 100%; }
            section.block-gallery.layout-3 .grid-container .item-box.bar .bar .overflow-hidden {
              height: 100%; }
              section.block-gallery.layout-3 .grid-container .item-box.bar .bar .overflow-hidden img {
                height: 100%;
                max-width: none;
                object-fit: cover; }
          section.block-gallery.layout-3 .grid-container .item-box.bar h5 {
            font-size: 12px;
            line-height: 16px; } }
    section.block-gallery.layout-3 .grid-container .linked .title-bar {
      background-color: rgba(0, 0, 0, 0.5);
      height: 84px;
      padding: 20px;
      position: absolute;
      bottom: 0;
      width: 100%; }
      section.block-gallery.layout-3 .grid-container .linked .title-bar h6 {
        color: #FFFFFF; }
      section.block-gallery.layout-3 .grid-container .linked .title-bar p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px; }
    section.block-gallery.layout-3 .grid-container .linked:hover .title-bar, section.block-gallery.layout-3 .grid-container .linked:focus .title-bar {
      text-decoration: none; }
      section.block-gallery.layout-3 .grid-container .linked:hover .title-bar p, section.block-gallery.layout-3 .grid-container .linked:focus .title-bar p {
        color: #F9ED03; }
      section.block-gallery.layout-3 .grid-container .linked:hover .title-bar h6, section.block-gallery.layout-3 .grid-container .linked:hover .title-bar h5, section.block-gallery.layout-3 .grid-container .linked:hover .title-bar h4, section.block-gallery.layout-3 .grid-container .linked:focus .title-bar h6, section.block-gallery.layout-3 .grid-container .linked:focus .title-bar h5, section.block-gallery.layout-3 .grid-container .linked:focus .title-bar h4 {
        color: #F9ED03; }
    section.block-gallery.layout-3 .grid-container .item-box .details {
      position: relative; }
    section.block-gallery.layout-3 .grid-container .item-box .details_unsized {
      position: relative; }
    section.block-gallery.layout-3 .grid-container .item-box .image-details {
      text-align: left;
      padding: 40px;
      background-color: #F0F0F0; }
      section.block-gallery.layout-3 .grid-container .item-box .image-details p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0; }
    section.block-gallery.layout-3 .grid-container a:hover .image-title-box h5, section.block-gallery.layout-3 .grid-container a:focus .image-title-box h5 {
      color: #F9ED03; }
  @media (max-width: 1024px) {
    section.block-gallery.layout-3_case_studies h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media (max-width: 768px) {
    section.block-gallery.layout-3_case_studies h2 {
      font-size: 25px;
      line-height: 29px; } }
  section.block-gallery.layout-3_case_studies p {
    margin-top: 20px;
    margin-bottom: 0; }
  section.block-gallery.layout-3_case_studies .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    margin: 0; }
    @media (max-width: 1024px) {
      section.block-gallery.layout-3_case_studies .grid-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      section.block-gallery.layout-3_case_studies .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 20px; }
        section.block-gallery.layout-3_case_studies .grid-container .isotope-item {
          max-width: 420px;
          margin: 0 auto; } }
    @media (max-width: 360px) {
      section.block-gallery.layout-3_case_studies .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
    section.block-gallery.layout-3_case_studies .grid-container .linked .title-bar {
      background-color: rgba(0, 0, 0, 0.5);
      height: 84px;
      padding: 20px;
      position: absolute;
      bottom: 0;
      width: 100%; }
      section.block-gallery.layout-3_case_studies .grid-container .linked .title-bar h6 {
        color: #FFFFFF; }
      section.block-gallery.layout-3_case_studies .grid-container .linked .title-bar p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px; }
    section.block-gallery.layout-3_case_studies .grid-container .linked:hover .title-bar, section.block-gallery.layout-3_case_studies .grid-container .linked:focus .title-bar {
      text-decoration: none; }
      section.block-gallery.layout-3_case_studies .grid-container .linked:hover .title-bar p, section.block-gallery.layout-3_case_studies .grid-container .linked:focus .title-bar p {
        color: #F9ED03; }
      section.block-gallery.layout-3_case_studies .grid-container .linked:hover .title-bar h6, section.block-gallery.layout-3_case_studies .grid-container .linked:hover .title-bar h5, section.block-gallery.layout-3_case_studies .grid-container .linked:hover .title-bar h4, section.block-gallery.layout-3_case_studies .grid-container .linked:focus .title-bar h6, section.block-gallery.layout-3_case_studies .grid-container .linked:focus .title-bar h5, section.block-gallery.layout-3_case_studies .grid-container .linked:focus .title-bar h4 {
        color: #F9ED03; }
  section.block-gallery.layout-4 .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 100%;
    margin: 0; }
    @media (max-width: 1024px) {
      section.block-gallery.layout-4 .grid-container {
        grid-template-columns: repeat(2, 1fr); } }
  section.block-gallery.layout-5 .grid-container {
    --gutter: 15px;
    --columns: 5;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    gap: var(--gutter);
    width: 100%;
    margin: 0; }
    @media (max-width: 768px) {
      section.block-gallery.layout-5 .grid-container {
        --gutter: 10px;
        --columns: 2;
        grid-template-rows: 1fr 1fr 0 0 0;
        overflow: hidden; } }
    section.block-gallery.layout-5 .grid-container .item-box {
      height: 100%; }
      section.block-gallery.layout-5 .grid-container .item-box img {
        object-fit: cover;
        height: 100%; }
  section.block-gallery.layout-6 .grid-container {
    --gutter: 40px;
    --columns: 6;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    gap: var(--gutter);
    width: 100%;
    margin: 0; }
    @media (max-width: 768px) {
      section.block-gallery.layout-6 .grid-container {
        --gutter: 20px;
        --columns: 4; } }
    section.block-gallery.layout-6 .grid-container .item-box {
      height: 100%; }
      section.block-gallery.layout-6 .grid-container .item-box img {
        object-fit: cover;
        height: 100%; }
  section.block-gallery.layout-slider_gallery {
    padding: 90px 0; }
    section.block-gallery.layout-slider_gallery .grid-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      width: 100%;
      margin: 0; }
    @media (max-width: 768px) {
      section.block-gallery.layout-slider_gallery {
        padding: 60px 0; }
        section.block-gallery.layout-slider_gallery .container-gallery {
          height: 320px;
          width: 100%; }
          section.block-gallery.layout-slider_gallery .container-gallery .item-container {
            width: 320px;
            height: 320px;
            margin-right: 20px;
            object-fit: cover; }
          section.block-gallery.layout-slider_gallery .container-gallery .image-title-box {
            width: 320px; }
        section.block-gallery.layout-slider_gallery .grid-container {
          display: grid;
          grid-template-columns: 1fr;
          gap: 0px;
          width: 100%;
          margin: 0; } }
  section.block-gallery .slider-container {
    position: relative; }
  section.block-gallery .image-info-container {
    text-align: left;
    margin-top: 40px; }
    section.block-gallery .image-info-container p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 20px; }
  @media (max-width: 1024px) {
    section.block-gallery.layout-split_gallery_top h2 {
      font-size: 30px;
      line-height: 34px; } }
  section.block-gallery.layout-split_gallery_top .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    margin: 0; }
    section.block-gallery.layout-split_gallery_top .grid-container > :last-child {
      display: none; }
    @media (max-width: 1024px) {
      section.block-gallery.layout-split_gallery_top .grid-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px; }
        section.block-gallery.layout-split_gallery_top .grid-container > :last-child {
          display: block; }
        section.block-gallery.layout-split_gallery_top .grid-container h5 {
          font-size: 12px;
          line-height: 16px; }
        section.block-gallery.layout-split_gallery_top .grid-container .image-title-box {
          min-height: 36px; } }
    @media (max-width: 1300px) {
      section.block-gallery.layout-split_gallery_top .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
        gap: 20px; } }
  @media (max-width: 1024px) {
    section.block-gallery.layout-split_gallery_bottom h2 {
      font-size: 30px;
      line-height: 34px; } }
  section.block-gallery.layout-split_gallery_bottom .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    margin: 0; }
    @media (max-width: 1024px) {
      section.block-gallery.layout-split_gallery_bottom .grid-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        /*
                & > :first-child {
                  display: none;
                }
        */ }
        section.block-gallery.layout-split_gallery_bottom .grid-container h5 {
          font-size: 12px;
          line-height: 16px; }
        section.block-gallery.layout-split_gallery_bottom .grid-container .image-title-box {
          min-height: 36px; } }
    @media (max-width: 1300px) {
      section.block-gallery.layout-split_gallery_bottom .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
        gap: 20px; } }
    @media (max-width: 600) {
      section.block-gallery.layout-split_gallery_bottom .grid-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px; } }

.ekko-lightbox-container {
  max-width: 900px;
  margin: 0 auto; }

.modal-content {
  max-width: 900px;
  margin: 0 auto; }

.ekko-lightbox-nav-overlay {
  max-width: 900px; }

.ekko-lightbox .glyphicon {
  top: calc(50% - 18px); }

@media (max-width: 768px) {
  .modal-dialog {
    width: unset; } }
section.block-testimonial {
  position: relative;
  /*min-height: 527px;*/
  overflow: hidden;
  color: #000000;
  font-size: 16px; }
  section.block-testimonial h2 {
    text-align: center;
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    section.block-testimonial {
      font-size: 16px;
      /*padding: 70px 0 148px 0;*/ } }
  section.block-testimonial .bg-image {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    section.block-testimonial .bg-image img {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -960px;
      max-width: none;
      width: auto; }
    section.block-testimonial .bg-image:after {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/pattern-striped-diagonal.png");
      z-index: 1; }
  section.block-testimonial .container {
    position: relative;
    z-index: 1; }
  section.block-testimonial .testimonials-container {
    padding: 90px 0;
    display: grid;
    grid-template-columns: 2fr 8fr 2fr; }
    @media (max-width: 768px) {
      section.block-testimonial .testimonials-container {
        padding: 90px 0;
        display: block;
        grid-template-columns: none; } }
    section.block-testimonial .testimonials-container .testimonial {
      grid-column: 2;
      display: flex;
      gap: 40px; }
      @media (max-width: 768px) {
        section.block-testimonial .testimonials-container .testimonial {
          flex-flow: wrap;
          justify-content: center; } }
      section.block-testimonial .testimonials-container .testimonial .testimonial-image img {
        width: 156px; }
        @media (max-width: 768px) {
          section.block-testimonial .testimonials-container .testimonial .testimonial-image img {
            width: 150px; } }
      section.block-testimonial .testimonials-container .testimonial .testimonial-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 0; }
        @media (min-width: 1024px) {
          section.block-testimonial .testimonials-container .testimonial .testimonial-copy {
            padding: 0 0px;
            width: 100%; } }
        section.block-testimonial .testimonials-container .testimonial .testimonial-copy .testimonial-author-title {
          margin-top: 20px; }
        section.block-testimonial .testimonials-container .testimonial .testimonial-copy .testimonial-author {
          font-family: 'Montserrat', sans-serif;
          text-transform: uppercase;
          font-size: 20px;
          line-height: 24px; }
        section.block-testimonial .testimonials-container .testimonial .testimonial-copy .testimonial-title {
          display: none; }

.testimonial-photo {
  padding-bottom: 70px;
  text-align: center; }
  @media (min-width: 1300px) {
    .testimonial-photo .testimonial-photos {
      padding: 0 125px; } }
  .testimonial-photo .testimonial-photos .testimonial-photo-wrapper {
    position: relative; }
    .testimonial-photo .testimonial-photos .testimonial-photo-wrapper .photo {
      display: none;
      width: 100%; }
      .testimonial-photo .testimonial-photos .testimonial-photo-wrapper .photo.first {
        display: inline; }
  .testimonial-photo .testimonial-photo-body {
    color: #000000;
    text-align: center;
    margin-top: 55px; }
    @media (min-width: 1300px) {
      .testimonial-photo .testimonial-photo-body {
        /*padding: 0 95px 0 95px;*/ } }
    .testimonial-photo .testimonial-photo-body + * {
      margin-top: 15px; }
  .testimonial-photo .testimonial-nav-wrapper {
    border: 1px solid #e1e1e1;
    padding: 9px;
    margin-top: 10px; }
    .testimonial-photo .testimonial-nav-wrapper .testimonial-nav-item {
      width: 20%;
      display: inline-block; }
      .testimonial-photo .testimonial-nav-wrapper .testimonial-nav-item + .testimonial-nav-item {
        padding-left: 10px; }
  .testimonial-photo ul.testimonial-photo-meta {
    padding: 0;
    display: table;
    margin-left: auto;
    margin-right: auto; }
    .testimonial-photo ul.testimonial-photo-meta li {
      list-style: none;
      float: left;
      position: relative; }
      .testimonial-photo ul.testimonial-photo-meta li + li {
        margin: 0 0 0 26px; }
        .testimonial-photo ul.testimonial-photo-meta li + li:before {
          content: "|";
          position: absolute;
          margin: -1px 0 0 -16px;
          color: #898989;
          font-weight: normal; }

.testimonial-library {
  margin-bottom: 55px; }
  @media (min-width: 768px) {
    .testimonial-library .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .testimonial-library .col-xs-1, .testimonial-library .col-sm-1, .testimonial-library .col-md-1, .testimonial-library .col-lg-1, .testimonial-library .col-xs-2, .testimonial-library .col-sm-2, .testimonial-library .col-md-2, .testimonial-library .col-lg-2, .testimonial-library .col-xs-3, .testimonial-library .col-sm-3, .testimonial-library .col-md-3, .testimonial-library .col-lg-3, .testimonial-library .col-xs-4, .testimonial-library .col-sm-4, .testimonial-library .col-md-4, .testimonial-library .col-lg-4, .testimonial-library .col-xs-5, .testimonial-library .col-sm-5, .testimonial-library .col-md-5, .testimonial-library .col-lg-5, .testimonial-library .col-xs-6, .testimonial-library .col-sm-6, .testimonial-library .col-md-6, .testimonial-library .col-lg-6, .testimonial-library .col-xs-7, .testimonial-library .col-sm-7, .testimonial-library .col-md-7, .testimonial-library .col-lg-7, .testimonial-library .col-xs-8, .testimonial-library .col-sm-8, .testimonial-library .col-md-8, .testimonial-library .col-lg-8, .testimonial-library .col-xs-9, .testimonial-library .col-sm-9, .testimonial-library .col-md-9, .testimonial-library .col-lg-9, .testimonial-library .col-xs-10, .testimonial-library .col-sm-10, .testimonial-library .col-md-10, .testimonial-library .col-lg-10, .testimonial-library .col-xs-11, .testimonial-library .col-sm-11, .testimonial-library .col-md-11, .testimonial-library .col-lg-11, .testimonial-library .col-xs-12, .testimonial-library .col-sm-12, .testimonial-library .col-md-12, .testimonial-library .col-lg-12 {
      padding-left: 15px;
      padding-right: 15px; } }
  .testimonial-library .testimonial-quote {
    background-color: #e1e1e1;
    border: 0;
    padding: 30px 40px;
    margin: 15px 0;
    color: #000000;
    text-align: left;
    font-size: 14px;
    display: table;
    width: 100%; }
    @media (min-width: 768px) {
      .testimonial-library .testimonial-quote {
        font-size: 16px; } }
    .testimonial-library .testimonial-quote p {
      position: relative; }
    .testimonial-library .testimonial-quote ul.testimonial-quote-meta {
      padding: 0; }
      .testimonial-library .testimonial-quote ul.testimonial-quote-meta li {
        list-style: none;
        float: left;
        position: relative; }
        .testimonial-library .testimonial-quote ul.testimonial-quote-meta li:first-child:before {
          content: "- "; }
        .testimonial-library .testimonial-quote ul.testimonial-quote-meta li + li {
          margin: 0 0 0 26px; }
          .testimonial-library .testimonial-quote ul.testimonial-quote-meta li + li:before {
            content: "|";
            position: absolute;
            margin: -1px 0 0 -16px;
            color: #898989;
            font-weight: normal; }

.timeline {
  margin: 0 auto; }
  .timeline ul {
    text-transform: none;
    font-weight: normal; }
  .timeline .nav-wrapper {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px; }
    .timeline .nav-wrapper div.nav-line {
      border-bottom: 1px solid #000000;
      bottom: 0;
      z-index: -1;
      height: 1px;
      left: 0;
      margin: 0 auto;
      width: 90%; }
    .timeline .nav-wrapper a.arrow {
      position: absolute;
      bottom: -10px; }
      .timeline .nav-wrapper a.arrow.left {
        left: -10px; }
      .timeline .nav-wrapper a.arrow.right {
        right: -10px; }
    .timeline .nav-wrapper .nav-item {
      text-align: center;
      float: left; }
      .timeline .nav-wrapper .nav-item span {
        display: block;
        text-align: center;
        color: #000000;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 35px;
        padding: 0;
        margin: 0 auto;
        font-weight: bold; }
        .timeline .nav-wrapper .nav-item span:hover {
          cursor: pointer; }
        .timeline .nav-wrapper .nav-item span:after {
          display: block;
          content: " ";
          width: 11px;
          height: 11px;
          border-radius: 5.5px;
          background: #000000;
          margin: -5px auto 0 auto;
          position: relative; }
      .timeline .nav-wrapper .nav-item.active span {
        background: #F9ED03;
        bottom: -35px;
        position: relative; }
        .timeline .nav-wrapper .nav-item.active span:after {
          background: none; }
    @media (max-width: 767px) {
      .timeline .nav-wrapper .nav-line {
        display: none; }
      .timeline .nav-wrapper .nav-item {
        float: none;
        margin: 0 auto;
        width: 0px !important; }
        .timeline .nav-wrapper .nav-item span {
          display: none; }
        .timeline .nav-wrapper .nav-item.active {
          width: 100% !important; }
          .timeline .nav-wrapper .nav-item.active span {
            display: block !important;
            margin: 0 auto; } }
  .timeline .content-wrapper .content {
    display: none; }
    .timeline .content-wrapper .content.active {
      display: block; }

.post a {
  color: #000000;
  text-decoration: underline; }
  .post a:hover {
    text-decoration: underline;
    color: #767676; }
.post .post-tag {
  margin: 0; }
  .post .post-tag, .post .post-tag a {
    color: #000000;
    letter-spacing: 0.03em;
    text-transform: capitalize; }
  .post .post-tag a:hover {
    text-decoration: underline; }
.post .post-meta {
  color: #000000; }
  .post .post-meta + h4 {
    margin-top: 15px; }
.post .post-more-link,
.post .post-tag,
.post .post-meta {
  font-size: 16px;
  line-height: 20px; }
.post .post-more-link {
  font-weight: bold;
  letter-spacing: 2px; }
.post .post-media {
  text-align: center; }

.sidebar-widget {
  font-size: 16px;
  padding-right: 20px; }
  .sidebar-widget ul {
    font-weight: normal; }
  .sidebar-widget a {
    color: #000000;
    text-decoration: underline;
    text-transform: none; }
    .sidebar-widget a:hover {
      color: #A5A5A5; }

ul.widget-archive > li {
  font-weight: normal; }
  ul.widget-archive > li, ul.widget-archive > li > a {
    color: #000000; }
  ul.widget-archive > li .toggle + span:hover {
    color: #A5A5A5; }
ul.widget-archive ul li, ul.widget-archive ul li a {
  color: #626366; }
ul.widget-archive ul li a:hover {
  color: #000000; }

.post-wrapper {
  margin-top: 60px; }
  .post-wrapper .split-columns {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 40px;
    text-align: left; }
    @media (max-width: 768px) {
      .post-wrapper .split-columns {
        display: block;
        grid-template-columns: none;
        gap: 0; } }
    .post-wrapper .split-columns ul ul {
      margin-left: 20px; }
  @media (min-width: 768px) {
    .post-wrapper .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .post-wrapper .col-xs-1, .post-wrapper .col-sm-1, .post-wrapper .col-md-1, .post-wrapper .col-lg-1, .post-wrapper .col-xs-2, .post-wrapper .col-sm-2, .post-wrapper .col-md-2, .post-wrapper .col-lg-2, .post-wrapper .col-xs-3, .post-wrapper .col-sm-3, .post-wrapper .col-md-3, .post-wrapper .col-lg-3, .post-wrapper .col-xs-4, .post-wrapper .col-sm-4, .post-wrapper .col-md-4, .post-wrapper .col-lg-4, .post-wrapper .col-xs-5, .post-wrapper .col-sm-5, .post-wrapper .col-md-5, .post-wrapper .col-lg-5, .post-wrapper .col-xs-6, .post-wrapper .col-sm-6, .post-wrapper .col-md-6, .post-wrapper .col-lg-6, .post-wrapper .col-xs-7, .post-wrapper .col-sm-7, .post-wrapper .col-md-7, .post-wrapper .col-lg-7, .post-wrapper .col-xs-8, .post-wrapper .col-sm-8, .post-wrapper .col-md-8, .post-wrapper .col-lg-8, .post-wrapper .col-xs-9, .post-wrapper .col-sm-9, .post-wrapper .col-md-9, .post-wrapper .col-lg-9, .post-wrapper .col-xs-10, .post-wrapper .col-sm-10, .post-wrapper .col-md-10, .post-wrapper .col-lg-10, .post-wrapper .col-xs-11, .post-wrapper .col-sm-11, .post-wrapper .col-md-11, .post-wrapper .col-lg-11, .post-wrapper .col-xs-12, .post-wrapper .col-sm-12, .post-wrapper .col-md-12, .post-wrapper .col-lg-12 {
      padding-left: 15px;
      padding-right: 15px; } }
  .post-wrapper .post-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    row-gap: 60px; }
    @media (max-width: 768px) {
      .post-wrapper .post-items {
        display: block;
        grid-template-columns: none;
        gap: 0; } }
    .post-wrapper .post-items .detail {
      grid-column: span 2; }
    .post-wrapper .post-items + * {
      margin-top: 0px;
      margin-left: -18px; }
      @media (min-width: 768px) {
        .post-wrapper .post-items + * {
          margin-top: 20px; } }

@media (max-width: 768px) {
  .sidebar {
    border-top: 2px solid #A5A5A5;
    margin-top: 60px;
    padding-top: 60px; } }

.sidebar-widget + .sidebar-widget {
  margin-top: 27px; }
.sidebar-widget h3 {
  padding-bottom: 20px;
  border-bottom: 2px solid #000000; }
  .sidebar-widget h3 + * {
    margin-top: 20px; }
.sidebar-widget ul {
  padding: 0; }
  .sidebar-widget ul li {
    padding: 0;
    list-style: none; }
    .sidebar-widget ul li + li {
      margin-top: 7px; }

ul.widget-post {
  padding: 0; }
  ul.widget-post li {
    padding: 0;
    list-style: none;
    display: table;
    width: 100%; }
    ul.widget-post li .widget-post-media {
      width: 58px;
      display: table-cell; }
      ul.widget-post li .widget-post-media + * {
        padding-left: 40px; }
      ul.widget-post li .widget-post-media img:hover {
        outline: 5px solid #F9ED03; }
    ul.widget-post li .widget-post-info {
      display: table-cell;
      vertical-align: middle; }
    ul.widget-post li .post-title {
      display: block;
      overflow: hidden; }
    ul.widget-post li .post-meta {
      margin: 0; }
    ul.widget-post li + li {
      margin-top: 7px; }

ul.widget-archive > li {
  padding-left: 0px;
  position: relative; }
  ul.widget-archive > li .toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: none; }
    ul.widget-archive > li .toggle:before {
      content: " ";
      width: 6px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 3px;
      background-position: -30px 0; }
    ul.widget-archive > li .toggle + span {
      display: block;
      text-decoration: underline; }
      ul.widget-archive > li .toggle + span:hover {
        cursor: pointer; }
  ul.widget-archive > li + li {
    margin-top: 9px; }
  ul.widget-archive > li ul {
    display: none;
    margin-top: 15px;
    padding-bottom: 8px; }
    ul.widget-archive > li ul li.active a {
      color: #F9ED03; }
    ul.widget-archive > li ul li + li {
      margin-top: 9px; }
  ul.widget-archive > li.active .toggle:before {
    top: 5px;
    width: 10px;
    height: 6px;
    background-position: -37px 0; }
  ul.widget-archive > li.active ul {
    display: block; }

.posts-container ul.pagination {
  margin-top: 60px;
  margin-bottom: 0; }
.posts-container .post-top {
  margin-bottom: 60px; }
.posts-container .post {
  position: relative;
  display: block; }
  .posts-container .post .row {
    margin: 0 0 25px 0; }
  .posts-container .post .yellow-box {
    background-color: #F9ED03;
    padding: 10px 20px;
    margin: 10px 0 20px 0px;
    width: 100%;
    background-size: cover; }
    .posts-container .post .yellow-box .row {
      margin: 0 0 0 -15px; }
  .posts-container .post.detail .yellow-box {
    margin-top: 40px; }
  .posts-container .post + .blog-post {
    margin-top: 34px; }
  .posts-container .post .blog-post-meta + * {
    margin-top: 15px; }
  .posts-container .post h4 + * {
    margin-top: 25px; }
  .posts-container .post .post-entry + * {
    margin-top: 10px; }
  .posts-container .post .post-more-link {
    padding-right: 25px;
    position: relative;
    display: inline-block;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .posts-container .post .post-more-link {
        margin-top: 0;
        float: right; } }
    .posts-container .post .post-more-link:after {
      content: " ";
      position: absolute;
      right: 0;
      top: 3px;
      width: 7px;
      height: 11px;
      background-position: -67px 0; }
  .posts-container .post .post-media {
    display: block; }
    .posts-container .post .post-media + * {
      margin-top: 10px; }
    .posts-container .post .post-media img {
      width: 100%;
      max-width: none;
      height: 352px;
      object-fit: cover; }
  .posts-container .post .post-tag span {
    display: inline; }
  .posts-container .post.big .post-entry.top-divider {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 2px solid #A5A5A5; }
  .posts-container .post.big .post-entry ul {
    padding-left: 20px; }
  .posts-container .post.big .post-entry p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px; }
  .posts-container .post.big .post-entry + * {
    margin-top: 30px; }
  .posts-container .post.big .post-meta + h3 {
    margin-top: 20px; }
.posts-container .first-post .post-media img {
  height: auto; }

form.dealer-search .btn.btn-default {
  background-color: #fff;
  color: #000000; }
  form.dealer-search .btn.btn-default:hover, form.dealer-search .btn.btn-default:active, form.dealer-search .btn.btn-default:focus {
    color: #000000;
    background-color: #F9ED03; }

.find-results {
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative; }
  .find-results address a {
    text-decoration: underline; }
    .find-results address a:hover {
      text-decoration: none; }
  @media (min-width: 768px) {
    .find-results {
      padding-bottom: 100px; } }
  .find-results .result-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px; }
    @media (min-width: 435px) {
      .find-results .result-grid {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 768px) {
      .find-results .result-grid {
        grid-template-columns: 1fr 1fr 1fr; } }
  .find-results .find-results-title {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 35px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .find-results .find-results-title {
        /*margin: -60px 0 0;
        position: absolute;
        top: 0;*/ } }
  .find-results .find-result-distance {
    font-size: 13px; }
  .find-results .find-result {
    border: 1px solid #000;
    padding: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px; }
    @media (min-width: 768px) {
      .find-results .find-result {
        padding: 25px; } }
    .find-results .find-result .hours {
      display: grid;
      grid-template-columns: 1fr 3fr; }
    .find-results .find-result h4 {
      border-bottom: 1px solid #c2c2c2;
      padding-bottom: 8px; }
    .find-results .find-result * + h5 {
      margin-top: 25px; }
    .find-results .find-result h5 + ul {
      margin-top: 13px; }
    .find-results .find-result.international .find-result-distance {
      display: none; }
  .find-results .find-result-contact {
    padding: 0;
    list-style: none; }
    .find-results .find-result-contact a {
      display: inline-block;
      width: 100%; }
    .find-results .find-result-contact li {
      padding: 0; }
      .find-results .find-result-contact li + li {
        margin-top: 9px; }
    .find-results .find-result-contact + * {
      margin-top: 35px; }

.full-screen-googlemaps {
  position: relative;
  height: 400px;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: -90px; }
  @media (min-width: 768px) {
    .full-screen-googlemaps {
      height: 600px; } }
  .full-screen-googlemaps #map {
    height: 100%; }
    .full-screen-googlemaps #map .gm-style-iw a {
      text-decoration: underline; }
  .full-screen-googlemaps #marker-tooltip {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    z-index: 100;
    left: 0;
    top: 0; }
    .full-screen-googlemaps #marker-tooltip .tooltip {
      position: static; }

.join-the-team .intro {
  /*height: auto;*/
  margin-top: 35px; }
  .join-the-team .intro .container .title {
    border-bottom: 2px solid #A5A5A5;
    padding-bottom: 20px; }
    .join-the-team .intro .container .title h1 {
      color: #000000; }
.join-the-team .bg-image {
  display: none; }

.job-detail {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left; }
  @media (min-width: 768px) {
    .job-detail {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .job-detail h2.job-title {
    text-align: left; }
  .job-detail .job-application form.career .btn-submit {
    margin-top: 35px; }
  .job-detail .job-application form.career .dropzone {
    margin-top: 0; }
  .job-detail .job-application form.career .form-group.state {
    display: none; }
  .job-detail .job-application form.career input.form-control {
    line-height: 1.55;
    padding: 7px 12px; }
  .job-detail .job-application form.career .form-control {
    height: auto; }
  .job-detail .job-application form.career .dropdown-menu {
    margin-top: 0; }
  .job-detail .job-body {
    margin-bottom: 30px; }
    .job-detail .job-body ul {
      color: inherit;
      font-weight: normal;
      text-transform: none;
      padding-left: 30px; }
    .job-detail .job-body .alerts {
      margin-bottom: 30px; }
  .job-detail .job-meta {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
    color: #000000; }
    .job-detail .job-meta .job-city {
      font-size: 20px;
      margin-bottom: 30px; }
  .job-detail .sidebar .sidebar-apply {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .job-detail .sidebar .sidebar-apply a {
      width: 100%; }
    @media (max-width: 1023px) {
      .job-detail .sidebar .sidebar-apply {
        padding-bottom: 30px; } }
  .job-detail .sidebar .sidebar-related {
    margin-bottom: 15px; }
    .job-detail .sidebar .sidebar-related .job {
      color: #000000;
      padding: 15px 0;
      border-bottom: 1px solid #000000; }
      .job-detail .sidebar .sidebar-related .job a {
        font-weight: bold;
        color: #000000; }
        .job-detail .sidebar .sidebar-related .job a:hover {
          color: #000000; }
  .job-detail a.view-all {
    color: #000000;
    display: block;
    margin-bottom: 15px; }
    .job-detail a.view-all span {
      text-decoration: underline; }
    .job-detail a.view-all:hover {
      text-decoration: none;
      color: #000000; }
      .job-detail a.view-all:hover span {
        text-decoration: none; }

.team-results {
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative; }
  .team-results .container-filter {
    flex-wrap: wrap;
    text-align: left;
    line-height: 1;
    font-size: 12px;
    margin: 30px 0; }
    .team-results .container-filter li {
      margin: 0 0 5px 0; }
      .team-results .container-filter li.clear {
        display: block; }
      .team-results .container-filter li a {
        text-decoration: none;
        letter-spacing: 0px;
        display: inline-block; }
        .team-results .container-filter li a.active {
          font-weight: bold; }
        .team-results .container-filter li a + span {
          margin-left: 10px;
          font-weight: bold; }
      .team-results .container-filter li + li {
        margin: 0 0 5px 0; }
  .team-results .team-results-title {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 35px;
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .team-results .team-results-items + * {
      margin-top: 30px; } }
  .team-results .team-result {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 33px 0;
    position: relative;
    border: 2px solid #A5A5A5;
    padding: 20px; }
    .team-results .team-result .team-title {
      height: 45px;
      margin-bottom: 20px;
      padding: 0;
      overflow: hidden; }
      .team-results .team-result .team-title h4 {
        margin: 0; }
    .team-results .team-result .team-result-position .team-result-position-inner {
      margin: -14px -13px 14px 0;
      float: right;
      background: #F9ED03;
      padding: 0 28px;
      color: #363636;
      font-size: 14px;
      line-height: 42px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .team-results .team-result .team-result-position .team-result-position-inner {
          margin: -28px -27px 0 0; } }
    .team-results .team-result .team-result-position:before, .team-results .team-result .team-result-position:after {
      content: " ";
      display: table; }
    .team-results .team-result .team-result-position:after {
      clear: both; }
      @media (min-width: 768px) {
        .team-results .team-result .team-result-position:after {
          clear: none; } }
    .team-results .team-result .team-result-meta {
      margin-top: 5px; }
      .team-results .team-result .team-result-meta + * {
        margin-top: 15px; }
        @media (min-width: 768px) {
          .team-results .team-result .team-result-meta + * {
            margin-top: 30px; } }
    .team-results .team-result .team-result-content + * {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .team-results .team-result .team-result-content + * {
          margin-top: 50px; } }
    .team-results .team-result .team-result-container {
      margin-bottom: 40px;
      text-align: left; }
    .team-results .team-result .bottom-buttons {
      margin-top: auto;
      display: flex;
      gap: 20px;
      flex-wrap: wrap; }
  .team-results .team-results-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #000000; }

#join-search .container {
  text-align: left; }

body.microsite .slick-track {
  margin: 0 auto; }
body.microsite .fade-bottom {
  background-image: linear-gradient(to bottom, transparent, black);
  /*background: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/black-fade.png?v=1719946056') repeat-x left top;*/
  height: 125px;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px; }
body.microsite.home {
  background: #000000; }
  body.microsite.home .full-screen-intro .maple-leaf {
    margin-bottom: 20px; }
  body.microsite.home #welcome, body.microsite.home #callouts, body.microsite.home #feature, body.microsite.home #gallery {
    background: #000000;
    color: #fff; }
    body.microsite.home #welcome h1, body.microsite.home #welcome h2, body.microsite.home #welcome h3, body.microsite.home #welcome h4, body.microsite.home #welcome h5, body.microsite.home #welcome h6, body.microsite.home #callouts h1, body.microsite.home #callouts h2, body.microsite.home #callouts h3, body.microsite.home #callouts h4, body.microsite.home #callouts h5, body.microsite.home #callouts h6, body.microsite.home #feature h1, body.microsite.home #feature h2, body.microsite.home #feature h3, body.microsite.home #feature h4, body.microsite.home #feature h5, body.microsite.home #feature h6, body.microsite.home #gallery h1, body.microsite.home #gallery h2, body.microsite.home #gallery h3, body.microsite.home #gallery h4, body.microsite.home #gallery h5, body.microsite.home #gallery h6 {
      color: #fbed23; }
  body.microsite.home #logos {
    background: #fff;
    padding: 50px 0 25px; }
    @media (min-width: 768px) {
      body.microsite.home #logos {
        padding: 100px 0 77px; } }
  body.microsite.home .callout-links {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px; }
    body.microsite.home .callout-links .callout {
      color: #fbed23;
      text-align: center;
      text-decoration: none;
      display: block;
      position: relative;
      max-width: 250px;
      margin: 0 auto 50px; }
      @media (min-width: 1024px) {
        body.microsite.home .callout-links .callout {
          /*margin-bottom: 88px;*/ } }
      body.microsite.home .callout-links .callout .title {
        line-height: 1;
        font-size: 26px;
        display: block; }
        @media (min-width: 768px) {
          body.microsite.home .callout-links .callout .title {
            font-size: 30px; } }
        @media (min-width: 1024px) {
          body.microsite.home .callout-links .callout .title {
            font-size: 32px; } }
        @media (min-width: 1300px) {
          body.microsite.home .callout-links .callout .title {
            font-size: 32px; } }
      body.microsite.home .callout-links .callout .sub-title {
        display: block;
        color: #fff;
        font-family: 'Arimo', sans-serif;
        text-transform: none;
        font-weight: normal;
        margin-top: 5px;
        text-decoration: underline; }
      body.microsite.home .callout-links .callout:hover {
        color: #fff; }
        body.microsite.home .callout-links .callout:hover .title {
          color: #626363; }
        body.microsite.home .callout-links .callout:hover .sub-title {
          text-decoration: none; }
      body.microsite.home .callout-links .callout .callout-image {
        display: block; }
      body.microsite.home .callout-links .callout .callout-inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden; }
        body.microsite.home .callout-links .callout .callout-inner .callout-inner-table {
          margin-top: 0;
          display: table;
          height: 100%;
          width: 100%; }
        body.microsite.home .callout-links .callout .callout-inner .callout-inner-cell {
          display: table-cell;
          width: 100%;
          vertical-align: middle; }
    @media (min-width: 768px) {
      body.microsite.home .callout-links .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 768px) {
      body.microsite.home .callout-links .col-xs-1, body.microsite.home .callout-links .col-sm-1, body.microsite.home .callout-links .col-md-1, body.microsite.home .callout-links .col-lg-1, body.microsite.home .callout-links .col-xs-2, body.microsite.home .callout-links .col-sm-2, body.microsite.home .callout-links .col-md-2, body.microsite.home .callout-links .col-lg-2, body.microsite.home .callout-links .col-xs-3, body.microsite.home .callout-links .col-sm-3, body.microsite.home .callout-links .col-md-3, body.microsite.home .callout-links .col-lg-3, body.microsite.home .callout-links .col-xs-4, body.microsite.home .callout-links .col-sm-4, body.microsite.home .callout-links .col-md-4, body.microsite.home .callout-links .col-lg-4, body.microsite.home .callout-links .col-xs-5, body.microsite.home .callout-links .col-sm-5, body.microsite.home .callout-links .col-md-5, body.microsite.home .callout-links .col-lg-5, body.microsite.home .callout-links .col-xs-6, body.microsite.home .callout-links .col-sm-6, body.microsite.home .callout-links .col-md-6, body.microsite.home .callout-links .col-lg-6, body.microsite.home .callout-links .col-xs-7, body.microsite.home .callout-links .col-sm-7, body.microsite.home .callout-links .col-md-7, body.microsite.home .callout-links .col-lg-7, body.microsite.home .callout-links .col-xs-8, body.microsite.home .callout-links .col-sm-8, body.microsite.home .callout-links .col-md-8, body.microsite.home .callout-links .col-lg-8, body.microsite.home .callout-links .col-xs-9, body.microsite.home .callout-links .col-sm-9, body.microsite.home .callout-links .col-md-9, body.microsite.home .callout-links .col-lg-9, body.microsite.home .callout-links .col-xs-10, body.microsite.home .callout-links .col-sm-10, body.microsite.home .callout-links .col-md-10, body.microsite.home .callout-links .col-lg-10, body.microsite.home .callout-links .col-xs-11, body.microsite.home .callout-links .col-sm-11, body.microsite.home .callout-links .col-md-11, body.microsite.home .callout-links .col-lg-11, body.microsite.home .callout-links .col-xs-12, body.microsite.home .callout-links .col-sm-12, body.microsite.home .callout-links .col-md-12, body.microsite.home .callout-links .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      body.microsite.home .callout-links {
        margin-top: 60px; } }
  body.microsite.home .product-links .product:after, body.microsite.home .product-links .product:before {
    content: " ";
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    margin-left: -41px;
    bottom: -41px;
    z-index: 2; }
  body.microsite.home .product-links .product:before {
    border-radius: 50%;
    border: 4px solid #242424;
    background: #fff; }
  body.microsite.home .product-links .product .product-image {
    display: block; }
    body.microsite.home .product-links .product .product-image:before {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/product-bg-hover.png?v=1719946060') no-repeat top center;
      background-size: contain;
      display: none; }
  body.microsite.home .product-links .product .title {
    display: block; }
  body.microsite.home .product-links .product .sub-title {
    display: block;
    position: absolute;
    left: 10%;
    right: 10%; }
    @media (min-width: 1300px) {
      body.microsite.home .product-links .product .sub-title {
        left: 16%;
        right: 16%; } }
  body.microsite.home .product-links .product:hover .product-image img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  body.microsite.home .product-links .product:hover .product-image:before {
    display: block; }
  body.microsite.home #feature {
    background: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/microsites/feature-bg.jpg?v=1719945604');
    background-repeat: no-repeat;
    background-position: center center; }
    body.microsite.home #feature img {
      padding: 88px 0; }
  body.microsite.home #gallery .item-box {
    margin-bottom: 0; }
    body.microsite.home #gallery .item-box .item-container {
      max-width: none;
      width: 768px;
      height: 540px;
      left: 50%;
      margin-left: -384px;
      position: relative;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    body.microsite.home #gallery .item-box .item-mask {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      visibility: visible; }
      body.microsite.home #gallery .item-box .item-mask .item-caption {
        bottom: 40px;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
    body.microsite.home #gallery .item-box .item-caption ul li + li {
      margin-top: 5px; }
    body.microsite.home #gallery .item-box .item-caption .btn {
      margin-top: 31px; }
  body.microsite.home #cta {
    padding: 175px 0;
    background-image: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/microsites/cta-bg.jpg?v=1719945604'); }
    body.microsite.home #cta h2 {
      color: #000; }
  body.microsite.home.int #cta {
    background-image: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/microsites/cta-int-bg.jpg?v=1719945604'); }
body.microsite #about {
  margin: 0 0 75px 0; }
body.microsite .footer {
  font-size: 15px;
  padding: 0 0 30px 0; }
  body.microsite .footer a {
    text-decoration: none; }
    body.microsite .footer a:hover {
      text-decoration: none; }
  body.microsite .footer .column {
    min-height: 275px;
    color: #fff; }
    body.microsite .footer .column + .column {
      border-top: 1px solid #898989;
      margin-top: 20px; }
    @media (min-width: 1024px) {
      body.microsite .footer .column + .column {
        border-top: none;
        border-left: 1px solid #898989;
        margin-top: 0; } }
  body.microsite .footer .icon {
    font-size: 40px;
    color: #fbed23; }
  body.microsite .footer h3 {
    color: #fbed23; }
    body.microsite .footer h3 + * {
      margin-top: 15px; }
  body.microsite .footer .hours-block + .hours-block {
    margin-top: 20px; }
  body.microsite .footer .telephone, body.microsite .footer .address {
    min-height: 80px;
    margin-bottom: 0; }
  body.microsite .footer .address {
    line-height: 1.3; }
  body.microsite .footer .telephone span {
    font-size: 26px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
  body.microsite .footer .footer-blocks {
    margin: 57px 0; }
    body.microsite .footer .footer-blocks .btn {
      display: block;
      width: 80%;
      margin: 0 auto; }
      body.microsite .footer .footer-blocks .btn + .btn {
        margin-top: 15px; }
    @media (min-width: 1024px) {
      body.microsite .footer .footer-blocks .column {
        margin-bottom: 57px; } }
  body.microsite .footer .footer-copy,
  body.microsite .footer .footer-external {
    padding: 30px 0;
    border-top: 1px solid #898989;
    margin: 0 0 25px 0; }
    @media (min-width: 1024px) {
      body.microsite .footer .footer-copy,
      body.microsite .footer .footer-external {
        padding: 30px 65px 30px 87px; } }
    @media (min-width: 1300px) {
      body.microsite .footer .footer-copy,
      body.microsite .footer .footer-external {
        padding: 30px 118px 30px 130px; } }
  body.microsite .footer .footer-external {
    color: #fff;
    margin-bottom: 0; }
    body.microsite .footer .footer-external a {
      color: #fbed23;
      font-family: "Montserrat",sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 25px; }
  body.microsite .footer .footer-copy img {
    float: left;
    margin: -3px 20px 0 0; }
  body.microsite .footer .footer-copy p {
    font-size: 12px;
    margin: 0; }
    body.microsite .footer .footer-copy p a {
      text-decoration: underline; }
  body.microsite .footer ul.social {
    margin-top: 0; }
    @media (min-width: 768px) {
      body.microsite .footer ul.social {
        float: right; } }
@media (min-width: 1024px) {
  body.microsite .full-screen-intro h1 {
    font-size: 58px;
    line-height: 55px; } }
body.microsite .full-screen-intro h2 {
  color: #fbed23; }
body.microsite .full-screen-intro .full-cap-wrapper p {
  color: #fff; }
body.microsite .side-menu .side-menu-block.padded {
  margin-top: 60px; }
body.microsite .side-menu h5 {
  border-bottom: none;
  color: #fbed23;
  padding-bottom: 0; }
  body.microsite .side-menu h5 + * {
    margin-top: 5px; }
body.microsite .side-menu .telephone {
  font-size: 26px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }
body.microsite .side-menu .address {
  font-weight: normal;
  text-transform: none; }
body.microsite .side-menu .btn {
  margin-top: 20px; }
body.microsite .side-menu a.external {
  font-weight: normal;
  text-transform: lowercase; }
body.microsite.int .footer .address, body.microsite.int .footer .telephone {
  min-height: 90px; }
body.microsite.campaign .header {
  background-color: rgba(0, 0, 0, 0.4); }
  body.microsite.campaign .header .logo a {
    width: 138px;
    margin-top: 15px; }
  body.microsite.campaign .header .side-menu-btn h3, body.microsite.campaign .header .side-menu-btn h4 {
    color: #fbed23; }
  body.microsite.campaign .header .side-menu-btn a.phone:hover {
    text-decoration: none; }
  body.microsite.campaign .header .side-menu-btn > ul > li {
    padding-top: 27px; }
  body.microsite.campaign .header.sticky {
    background-color: rgba(255, 255, 255, 0.95); }
    body.microsite.campaign .header.sticky h3, body.microsite.campaign .header.sticky h4 {
      color: #000; }
@media (min-width: 768px) {
  body.microsite.campaign .intro .title {
    padding: 25px 10% 0 10%; } }
@media (min-width: 768px) {
  body.microsite.campaign .intro .title > p {
    padding: 0 15% 0 15%; } }
body.microsite.campaign #offer {
  color: #000;
  background-color: #fbed23;
  margin: 0;
  padding: 40px 0; }
  @media (min-width: 768px) {
    body.microsite.campaign #offer {
      padding: 80px 0; } }
  body.microsite.campaign #offer h1 {
    font-size: 42px; }
    @media (min-width: 768px) {
      body.microsite.campaign #offer h1 {
        font-size: 55px; } }
  body.microsite.campaign #offer .body ul {
    display: inline-block;
    text-align: left;
    margin: 19px auto 0 auto; }
  body.microsite.campaign #offer .body + a {
    margin-top: 40px; }
@media (min-width: 1024px) and (max-width: 1299px) {
  body.microsite.campaign #gallery .item-box {
    margin-bottom: 35px; } }

body.microsite.campaign #gallery .gallery-form {
  margin-top: 30px; }
  @media (min-width: 1024px) {
    body.microsite.campaign #gallery .gallery-form {
      margin-top: 0px; } }
  body.microsite.campaign #gallery .gallery-form form {
    position: relative;
    padding: 30px 30px; }
    @media (min-width: 768px) {
      body.microsite.campaign #gallery .gallery-form form {
        padding: 30px 30px; } }
    @media (min-width: 1024px) {
      body.microsite.campaign #gallery .gallery-form form {
        height: 628px;
        padding: 25px 30px; } }
    @media (min-width: 1300px) {
      body.microsite.campaign #gallery .gallery-form form {
        height: 100%;
        padding: 48px 30px; } }
    body.microsite.campaign #gallery .gallery-form form .form-note {
      color: #999;
      display: none; }
      @media (min-width: 1300px) {
        body.microsite.campaign #gallery .gallery-form form .form-note {
          display: block; } }
    body.microsite.campaign #gallery .gallery-form form .form-group {
      margin: 0 0 15px 0; }
      @media (min-width: 1300px) {
        body.microsite.campaign #gallery .gallery-form form .form-group {
          margin: 0 0 20px 0; } }
    body.microsite.campaign #gallery .gallery-form form .form-alert {
      font-size: 12px; }
    body.microsite.campaign #gallery .gallery-form form:after {
      display: block;
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url('/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/pattern-striped-diagonal.png?v=1719946060');
      background-color: #252525;
      z-index: -1; }
    body.microsite.campaign #gallery .gallery-form form h4, body.microsite.campaign #gallery .gallery-form form label, body.microsite.campaign #gallery .gallery-form form .form-note {
      color: #fff; }
    body.microsite.campaign #gallery .gallery-form form .btn {
      padding: 6px 60px; }

a:active, a:focus, button:active, button:focus, .form-control:active, .form-control:focus, .btn:active, .btn:focus, input:active, input:focus, textarea:active, textarea:focus {
  outline: none !important;
  box-shadow: none; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin: 0; }

a.disabled:hover {
  cursor: default; }

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

@media (max-width: 767px) {
  .mb_YTPBar, .mbYTP_wrapper {
    display: none; } }
.col-centered {
  float: none;
  margin: 0 auto; }

.bold {
  font-weight: bold !important; }

.black {
  color: #000000 !important; }

.white {
  color: #FFFFFF !important; }

.yellow {
  color: #F9ED03 !important; }

.upper {
  text-transform: uppercase !important; }

.bg-yellow {
  color: #F9ED03 !important; }

ul.pagination {
  border-radius: 0;
  width: 100%;
  text-align: left; }
  ul.pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-left: 0;
    margin-left: 5px; }
    ul.pagination li a, ul.pagination li span {
      width: 100%;
      border-radius: 0 !important;
      border: none;
      background-color: #F0F0F0;
      color: #A5A5A5;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      font-weight: normal;
      font-size: 20px;
      text-align: center; }
      ul.pagination li a:hover, ul.pagination li span:hover {
        color: #000000;
        background-color: #A5A5A5; }
      ul.pagination li a:focus, ul.pagination li span:focus {
        color: #000000; }
    ul.pagination li.disabled a, ul.pagination li.disabled span, ul.pagination li.disabled a:hover, ul.pagination li.disabled span:hover {
      background-color: transparent;
      border: none;
      color: #A5A5A5;
      text-decoration: none; }
    ul.pagination li.active a, ul.pagination li.active a:hover, ul.pagination li.active span, ul.pagination li.active span:hover, ul.pagination li.active a:focus, ul.pagination li.active span:focus {
      background-color: #F9ED03;
      text-decoration: none;
      font-weight: 800;
      color: #000000;
      border: none; }
  ul.pagination li:first-child .page-link, ul.pagination li:last-child .page-link {
    background-color: transparent;
    text-decoration: none;
    color: #000000; }
    ul.pagination li:first-child .page-link:hover, ul.pagination li:last-child .page-link:hover {
      color: #A5A5A5; }

.masonry-items {
  position: relative;
  z-index: 1; }

a.ajax-pagination.loading {
  cursor: wait; }

a.edit {
  display: block;
  background-color: #F9ED03;
  color: #333333;
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 99;
  padding-left: 3px;
  height: 20px;
  width: 20px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  a.edit:hover {
    background-color: #c7bd02;
    color: #333333; }
  a.edit.large {
    width: 30px;
    font-size: 25px;
    height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

a.arrow {
  width: 9px;
  height: 15px;
  display: block;
  text-indent: -9999px; }
  a.arrow.left {
    background-position: -74px 0; }
  a.arrow.right {
    background-position: -83px 0; }

.tooltip.in {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
.tooltip.top {
  margin-top: -9px; }
  @media (min-width: 768px) {
    .tooltip.top {
      margin-top: -21px; } }
  .tooltip.top .tooltip-arrow {
    border-top-color: #F9ED03;
    border-width: 12px 6px 0;
    bottom: -7px;
    margin-left: -5px; }
    @media (min-width: 768px) {
      .tooltip.top .tooltip-arrow {
        border-width: 24px 12px 0;
        bottom: -19px;
        margin-left: -12px; } }
.tooltip.right {
  margin-left: 25px; }
  .tooltip.right .tooltip-arrow {
    border-right-color: #F9ED03;
    border-width: 6px 9px 6px 0;
    margin-top: -6px;
    left: -6px; }
    @media (min-width: 768px) {
      .tooltip.right .tooltip-arrow {
        margin-top: -12px;
        border-width: 12px 18px 12px 0;
        left: -13px; } }
.tooltip .tooltip-inner {
  border-radius: 0;
  background-color: #F9ED03;
  max-width: 300px;
  padding: 3px 19px; }
  @media (min-width: 768px) {
    .tooltip .tooltip-inner {
      padding: 6px 38px; } }

.alert {
  margin: 30px 0 0 0; }
  @media (min-width: 768px) {
    .alert {
      margin: 40px 0 0 0; } }

.breadcrumbs {
  padding: 20px 0; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .breadcrumbs ul li {
      padding: 0;
      list-style: none;
      float: left; }
      .breadcrumbs ul li a {
        font-family: 'Arimo', sans-serif;
        color: #A5A5A5;
        font-size: 12px;
        line-height: 15px;
        text-decoration: underline; }
        .breadcrumbs ul li a:hover {
          color: #000000; }
      .breadcrumbs ul li.active {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #000000; }
      .breadcrumbs ul li + li {
        margin: 0; }
        .breadcrumbs ul li + li:before {
          content: "/";
          display: inline-block;
          margin: 0 11px;
          font-family: 'Arimo', sans-serif;
          color: #A5A5A5; }

.bar_overlay .item-box .item-mask {
  display: flex;
  align-items: center;
  justify-content: center; }
  .bar_overlay .item-box .item-mask .item-caption {
    position: relative;
    bottom: unset;
    left: unset; }
.bar_overlay .item-box.animated:hover .item-mask {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible; }
  .bar_overlay .item-box.animated:hover .item-mask .item-caption {
    bottom: unset;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

/* mv */
.bar_overlay.item-box .item-mask {
  display: flex;
  align-items: center;
  justify-content: center; }
  .bar_overlay.item-box .item-mask .item-caption {
    position: relative;
    bottom: unset;
    left: unset; }
.bar_overlay.item-box.animated:hover .item-mask {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible; }
  .bar_overlay.item-box.animated:hover .item-mask .item-caption {
    bottom: unset;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
    .bar_overlay.item-box.animated:hover .item-mask .item-caption p {
      margin-bottom: 0px; }

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .item-box {
      margin-bottom: 50px; } }
  .item-box a {
    display: block; }
  .item-box .item-container {
    transform: scale(1);
    width: 100%;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  .item-box .item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
    .item-box .item-mask .item-caption {
      position: absolute;
      bottom: -60px;
      left: 0;
      padding-left: 35px;
      padding-right: 35px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
  .item-box.lightbox:hover .item-container, .item-box.video:hover .item-container, .item-box.linked:hover .item-container {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%; }
  .item-box a.video:before {
    content: " ";
    border-radius: 50%;
    position: absolute;
    height: 52px;
    width: 50px;
    border: 2px solid #FFFFFF;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -26px; }
  .item-box a.video:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #FFFFFF; }
  .item-box.text .title {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .item-box.text .title {
        width: 70%; } }
    @media (min-width: 1024px) {
      .item-box.text .title {
        width: 60%; } }
  .item-box.text .container {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 1; }
  .item-box.text a.btn {
    display: inline-block; }
  .item-box.animated:hover .item-mask {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible; }
    .item-box.animated:hover .item-mask .item-caption {
      bottom: 20px;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .item-box.youtube:hover a.video:before, .item-box.youtube:hover a.video:after {
    display: none; }

blockquote {
  background-color: #F9ED03;
  border: 0;
  padding: 25px 40px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px; }
  @media (min-width: 768px) {
    blockquote {
      padding: 55px 115px;
      font-size: 16px; } }
  blockquote p {
    line-height: 1.5625;
    position: relative; }
    blockquote p:after, blockquote p:before {
      content: " ";
      display: inline-block;
      width: 15px;
      height: 12px; }
    blockquote p:after {
      margin-left: 10px;
      background-position: -111px -51px; }
    blockquote p:before {
      position: absolute;
      left: -25px;
      top: 5px;
      background-position: -96px -51px; }
      @media (min-width: 768px) {
        blockquote p:before {
          left: -32px; } }

.btn {
  position: relative;
  background: #000000;
  color: #F9ED03;
  border: 2px solid #000000;
  box-shadow: none !important;
  padding: 9px 21px;
  border-radius: 5px;
  line-height: 17px;
  font-size: 16px;
  font-weight: bold; }
  .btn:hover, .btn:active, .btn:focus {
    color: #F9ED03; }
    .btn:hover::before, .btn:active::before, .btn:focus::before {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid #000000;
      border-radius: 8px; }
  .btn.btn-default {
    background: transparent;
    color: #000000;
    border: 2px solid #A5A5A5; }
    .btn.btn-default:hover::before, .btn.btn-default:active::before, .btn.btn-default:focus::before, .btn.btn-default:active:hover::before {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid #A5A5A5;
      border-radius: 8px; }
  .btn.btn-transparent {
    background: transparent;
    color: #000000;
    border: 2px solid #A5A5A5; }
    .btn.btn-transparent:hover::before, .btn.btn-transparent:active::before, .btn.btn-transparent:focus::before {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid #A5A5A5;
      border-radius: 8px; }
  .btn.btn-primary {
    background-color: #F9ED03;
    border: 2px solid #F9ED03; }
    .btn.btn-primary:hover::before, .btn.btn-primary:active::before, .btn.btn-primary:focus::before, .btn.btn-primary:active:hover::before {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid #F9ED03;
      border-radius: 8px; }
    .btn.btn-primary:active:hover {
      background-color: #F9ED03;
      border-color: #F9ED03; }
  .btn.btn-white {
    background-color: transparent; }
    .btn.btn-white:hover::before, .btn.btn-white:active::before, .btn.btn-white:focus::before {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid #A5A5A5;
      border-radius: 8px; }
  .btn.btn-outline-yellow {
    background-color: transparent;
    border: 2px solid #F9ED03; }
    .btn.btn-outline-yellow:hover::before, .btn.btn-outline-yellow:active::before, .btn.btn-outline-yellow:focus::before {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid #F9ED03;
      border-radius: 8px; }
  .btn.btn-large {
    padding: 16px 21px; }
    @media (max-width: 1024px) {
      .btn.btn-large {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .btn.btn-large {
        padding: 7px 12px;
        font-size: 14px; } }
  .btn.btn-form:active, .btn.btn-form:focus {
    background-color: #F9ED03; }
  .btn.btn-form.btn-block {
    padding: 20px 0; }
    .btn.btn-form.btn-block:before, .btn.btn-form.btn-block:after {
      content: " ";
      display: inline-block;
      width: 20px;
      height: 14px;
      background-position: -164px 0;
      position: relative;
      top: 2px; }
    .btn.btn-form.btn-block:before {
      margin-right: 25px; }
    .btn.btn-form.btn-block:after {
      margin-left: 25px; }
  .btn.btn-form span.collapsed {
    display: none; }
  .btn.btn-form.collapsed span.collapsed {
    display: inline; }
  .btn.btn-form.collapsed span.expanded {
    display: none; }

body.error .header {
  position: relative; }
  body.error .header .mobile-menu-icon, body.error .header .side-menu-btn ul li > a {
    color: #000000; }
body.error .message {
  padding: 100px 0 0 0; }
  body.error .message img {
    margin-bottom: 30px; }
  body.error .message a {
    font-weight: bold;
    color: #000000; }

@media (min-width: 1024px) {
  .container-0-25 {
    padding: 0 25px; } }

.padding-0-0-95 {
  padding-bottom: 45px; }
  @media (min-width: 768px) {
    .padding-0-0-95 {
      padding-bottom: 95px; } }

.padding-100-0 {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .padding-100-0 {
      padding: 100px 0; } }

@media (min-width: 768px) {
  .grid-gutter-30 .col-xs-1, .grid-gutter-30 .col-sm-1, .grid-gutter-30 .col-md-1, .grid-gutter-30 .col-lg-1, .grid-gutter-30 .col-xs-2, .grid-gutter-30 .col-sm-2, .grid-gutter-30 .col-md-2, .grid-gutter-30 .col-lg-2, .grid-gutter-30 .col-xs-3, .grid-gutter-30 .col-sm-3, .grid-gutter-30 .col-md-3, .grid-gutter-30 .col-lg-3, .grid-gutter-30 .col-xs-4, .grid-gutter-30 .col-sm-4, .grid-gutter-30 .col-md-4, .grid-gutter-30 .col-lg-4, .grid-gutter-30 .col-xs-5, .grid-gutter-30 .col-sm-5, .grid-gutter-30 .col-md-5, .grid-gutter-30 .col-lg-5, .grid-gutter-30 .col-xs-6, .grid-gutter-30 .col-sm-6, .grid-gutter-30 .col-md-6, .grid-gutter-30 .col-lg-6, .grid-gutter-30 .col-xs-7, .grid-gutter-30 .col-sm-7, .grid-gutter-30 .col-md-7, .grid-gutter-30 .col-lg-7, .grid-gutter-30 .col-xs-8, .grid-gutter-30 .col-sm-8, .grid-gutter-30 .col-md-8, .grid-gutter-30 .col-lg-8, .grid-gutter-30 .col-xs-9, .grid-gutter-30 .col-sm-9, .grid-gutter-30 .col-md-9, .grid-gutter-30 .col-lg-9, .grid-gutter-30 .col-xs-10, .grid-gutter-30 .col-sm-10, .grid-gutter-30 .col-md-10, .grid-gutter-30 .col-lg-10, .grid-gutter-30 .col-xs-11, .grid-gutter-30 .col-sm-11, .grid-gutter-30 .col-md-11, .grid-gutter-30 .col-lg-11, .grid-gutter-30 .col-xs-12, .grid-gutter-30 .col-sm-12, .grid-gutter-30 .col-md-12, .grid-gutter-30 .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) {
  .grid-gutter-30 .row {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 768px) {
  .grid-gutter-0 .col-xs-1, .grid-gutter-0 .col-sm-1, .grid-gutter-0 .col-md-1, .grid-gutter-0 .col-lg-1, .grid-gutter-0 .col-xs-2, .grid-gutter-0 .col-sm-2, .grid-gutter-0 .col-md-2, .grid-gutter-0 .col-lg-2, .grid-gutter-0 .col-xs-3, .grid-gutter-0 .col-sm-3, .grid-gutter-0 .col-md-3, .grid-gutter-0 .col-lg-3, .grid-gutter-0 .col-xs-4, .grid-gutter-0 .col-sm-4, .grid-gutter-0 .col-md-4, .grid-gutter-0 .col-lg-4, .grid-gutter-0 .col-xs-5, .grid-gutter-0 .col-sm-5, .grid-gutter-0 .col-md-5, .grid-gutter-0 .col-lg-5, .grid-gutter-0 .col-xs-6, .grid-gutter-0 .col-sm-6, .grid-gutter-0 .col-md-6, .grid-gutter-0 .col-lg-6, .grid-gutter-0 .col-xs-7, .grid-gutter-0 .col-sm-7, .grid-gutter-0 .col-md-7, .grid-gutter-0 .col-lg-7, .grid-gutter-0 .col-xs-8, .grid-gutter-0 .col-sm-8, .grid-gutter-0 .col-md-8, .grid-gutter-0 .col-lg-8, .grid-gutter-0 .col-xs-9, .grid-gutter-0 .col-sm-9, .grid-gutter-0 .col-md-9, .grid-gutter-0 .col-lg-9, .grid-gutter-0 .col-xs-10, .grid-gutter-0 .col-sm-10, .grid-gutter-0 .col-md-10, .grid-gutter-0 .col-lg-10, .grid-gutter-0 .col-xs-11, .grid-gutter-0 .col-sm-11, .grid-gutter-0 .col-md-11, .grid-gutter-0 .col-lg-11, .grid-gutter-0 .col-xs-12, .grid-gutter-0 .col-sm-12, .grid-gutter-0 .col-md-12, .grid-gutter-0 .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 768px) {
  .grid-gutter-0 .row {
    margin-left: 0px;
    margin-right: 0px; } }

.wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
  text-align: center; }
  @media (max-width: 768px) {
    .wrapper {
      padding-bottom: 60px; } }
  .wrapper.no-wrapper-padding {
    padding-bottom: 0; }

.cont-h-100per {
  height: 100%; }

@media (max-width: 767px) {
  .side-xs {
    margin-top: 20px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .side-sm {
    margin-top: 30px; } }
.panel {
  box-shadow: none;
  border: 0; }
  .panel.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0; }
  .panel .panel-heading a {
    display: block;
    position: relative;
    padding-right: 40px; }
    .panel .panel-heading a:after {
      content: " ";
      position: absolute;
      right: 17px;
      top: 50%;
      width: 10px;
      height: 6px;
      margin-top: -3px;
      background-position: -37px 0; }
    .panel .panel-heading a[aria-expanded="true"]:after {
      background-position: -47px 0; }
  .panel .panel-body {
    padding: 30px 0 0 0; }

.container-filter {
  padding: 0;
  margin: 60px 0px 20px 0;
  display: flex;
  align-items: center;
  gap: 15px; }
  .container-filter.left-pos {
    flex-wrap: wrap;
    grid-column-gap: 40px;
    justify-content: start; }
  .container-filter .header-li {
    flex-basis: 100%;
    border-top: 2px solid #A5A5A5;
    padding-top: 50px; }
    .container-filter .header-li p {
      margin-bottom: 0; }
  .container-filter li {
    list-style: none;
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 0; }
    @media (min-width: 768px) {
      .container-filter li {
        margin: 0 0 20px 0; } }
    @media (min-width: 768px) {
      .container-filter li + li {
        margin: 0 0 20px 0px; } }
    .container-filter li a {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }

.product-benefits {
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .product-benefits .product-benefits-image,
    .product-benefits .product-benefits-right,
    .product-benefits .product-benefits-left {
      width: 33.33%; } }
  @media (min-width: 768px) {
    .product-benefits .product-benefits-left {
      float: left; } }
  @media (min-width: 1300px) {
    .product-benefits .product-benefits-left ul {
      padding-left: 34%; } }
  .product-benefits .product-benefits-image {
    padding: 25px 0 20px; }
    @media (min-width: 768px) {
      .product-benefits .product-benefits-image {
        float: left;
        padding: 0 25px; } }
    @media (min-width: 1024px) {
      .product-benefits .product-benefits-image {
        padding: 0 44px; } }
  @media (min-width: 768px) {
    .product-benefits .product-benefits-right {
      float: right; } }
  @media (min-width: 1300px) {
    .product-benefits .product-benefits-right ul {
      padding-right: 34%; } }
  .product-benefits ul {
    margin: 19px 0 0 0;
    padding: 0; }
    .product-benefits ul li {
      padding: 0;
      list-style: none; }
      .product-benefits ul li + li {
        margin-top: 27px; }

.product-links {
  margin-top: 55px; }
  @media (min-width: 768px) {
    .product-links .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .product-links .col-xs-1, .product-links .col-sm-1, .product-links .col-md-1, .product-links .col-lg-1, .product-links .col-xs-2, .product-links .col-sm-2, .product-links .col-md-2, .product-links .col-lg-2, .product-links .col-xs-3, .product-links .col-sm-3, .product-links .col-md-3, .product-links .col-lg-3, .product-links .col-xs-4, .product-links .col-sm-4, .product-links .col-md-4, .product-links .col-lg-4, .product-links .col-xs-5, .product-links .col-sm-5, .product-links .col-md-5, .product-links .col-lg-5, .product-links .col-xs-6, .product-links .col-sm-6, .product-links .col-md-6, .product-links .col-lg-6, .product-links .col-xs-7, .product-links .col-sm-7, .product-links .col-md-7, .product-links .col-lg-7, .product-links .col-xs-8, .product-links .col-sm-8, .product-links .col-md-8, .product-links .col-lg-8, .product-links .col-xs-9, .product-links .col-sm-9, .product-links .col-md-9, .product-links .col-lg-9, .product-links .col-xs-10, .product-links .col-sm-10, .product-links .col-md-10, .product-links .col-lg-10, .product-links .col-xs-11, .product-links .col-sm-11, .product-links .col-md-11, .product-links .col-lg-11, .product-links .col-xs-12, .product-links .col-sm-12, .product-links .col-md-12, .product-links .col-lg-12 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .product-links {
      margin-top: 110px; } }
  .product-links .product {
    display: block;
    position: relative;
    max-width: 380px;
    margin: 0 auto 65px; }
    @media (min-width: 1024px) {
      .product-links .product {
        margin-bottom: 88px; } }
    .product-links .product.small:after, .product-links .product.small:before {
      width: 70px;
      height: 70px;
      margin-left: -35px;
      bottom: -35px; }
    .product-links .product.small:before {
      border: none; }
    .product-links .product.small .product-inner .product-inner-table {
      margin-top: -5%; }
    .product-links .product.small .title {
      font-size: 30px; }
    .product-links .product.small.product-water:after {
      background-position: -246px -213px; }
    .product-links .product.small.product-chemicals:after {
      background-position: -316px -213px; }
    .product-links .product.small.product-abrasion:after {
      background-position: -386px -213px; }
    .product-links .product.small.product-ultraviolet:after {
      background-position: -456px -213px; }
    .product-links .product.small.product-impact:after {
      background-position: -526px -213px; }
    .product-links .product.small.product-rust:after {
      background-position: -596px -213px; }
    .product-links .product.small.product-corrosion:after {
      background-position: -666px -213px; }
    .product-links .product.small.product-spalling:after {
      background-position: -736px -213px; }
    .product-links .product.small.product-slip:after {
      background-position: -806px -213px; }
    .product-links .product.small.product-food:after {
      background-position: -876px -213px; }
    .product-links .product.small.product-flame:after {
      background-position: -946px -213px; }
    .product-links .product.small.product-colors:after {
      background-position: -1016px -213px; }
    .product-links .product:after, .product-links .product:before {
      content: " ";
      width: 82px;
      height: 82px;
      position: absolute;
      left: 50%;
      margin-left: -41px;
      bottom: -41px;
      z-index: 2; }
    .product-links .product:before {
      border-radius: 50%;
      border: 4px solid #242424;
      background: #FFFFFF; }
    .product-links .product:after {
      background-position: 0 -283px; }
    .product-links .product.product-premium:after {
      background-position: -82px -283px; }
    .product-links .product.product-pro:after {
      background-position: -164px -283px; }
    .product-links .product.product-platinum:after {
      background-position: -246px -283px; }
    .product-links .product.product-xtra:after {
      background-position: -328px -283px; }
    .product-links .product.product-renew:after {
      background-position: -410px -283px; }
    .product-links .product.product-commercial:after {
      background-position: -492px -283px; }
    .product-links .product.product-recreational:after {
      background-position: -574px -283px; }
    .product-links .product.product-residential:after {
      background-position: -656px -283px; }
    .product-links .product.product-industrial:after {
      background-position: -738px -283px; }
    .product-links .product.product-agricultural:after {
      background-position: -820px -283px; }
    .product-links .product.product-security:after {
      background-position: -902px -283px; }
    .product-links .product .product-image {
      display: block; }
      .product-links .product .product-image:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/product-bg-hover.png") no-repeat top center;
        background-size: contain;
        display: none; }
    .product-links .product .product-inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden; }
      .product-links .product .product-inner .product-inner-table {
        margin-top: -10%;
        display: table;
        height: 100%;
        width: 100%; }
      .product-links .product .product-inner .product-inner-cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle; }
    .product-links .product .title {
      display: block; }
    .product-links .product .sub-title {
      display: block;
      position: absolute;
      left: 10%;
      right: 10%; }
      @media (min-width: 1300px) {
        .product-links .product .sub-title {
          left: 16%;
          right: 16%; } }
    .product-links .product:hover .product-image img {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
    .product-links .product:hover .product-image:before {
      display: block; }

.text-teaser {
  position: relative;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .text-teaser {
      padding: 80px 0; } }
  .text-teaser:after, .text-teaser:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #343434; }
  .text-teaser:before {
    z-index: -2; }
  .text-teaser:after {
    opacity: 0.5;
    background: url("/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/pattern-striped-diagonal.png");
    z-index: -1; }
  @media (min-width: 768px) {
    .text-teaser p {
      float: left; } }
  @media (min-width: 768px) {
    .text-teaser .btn {
      margin: 0;
      float: right; } }

.splatter {
  height: 343px;
  position: relative;
  margin: 0 auto; }
  .splatter .title {
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1;
    font-size: 50px;
    color: #F9ED03; }
  .splatter .inner {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    top: 100px;
    left: 100px;
    max-width: 135px;
    display: block;
    background: #000000; }
  .splatter.splatter-1 {
    width: 288px;
    background-position: 0 -365px;
    margin-top: -15px; }
    .splatter.splatter-1 .inner {
      top: 115px;
      left: 85px; }
  .splatter.splatter-2 {
    width: 317px;
    background-position: -288px -365px; }
@media (min-width: 768px) and (max-width: 1299px) {
  .splatter.splatter-2 {
    margin-left: -20px; } }

  .splatter.splatter-3 {
    width: 326px;
    background-position: -605px -365px; }
    .splatter.splatter-3 .inner {
      left: 107px; }

.block-feed {
  margin: 0 auto 25px auto; }
  .block-feed.facebook, .block-feed.twitter {
    width: 340px; }
    .block-feed.facebook blockquote, .block-feed.twitter blockquote {
      background-color: unset; }

.feeds .item-box-date + * {
  margin-top: 5px; }
.feeds .item-box h5, .feeds .item-box:hover h5 {
  margin-bottom: 0;
  border: 0;
  padding: 0; }
.feeds h5 {
  padding-right: 20px;
  padding-bottom: 8px;
  display: block;
  position: relative;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .feeds h5 {
      margin-bottom: 20px; } }
  .feeds h5:after {
    content: " ";
    width: 7px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 4px;
    background-position: -30px 0; }
.feeds a {
  display: block; }
.feeds img {
  margin: 0;
  width: 100%; }
.feeds .follow {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -11px;
  overflow: hidden; }
@media (min-width: 768px) and (max-width: 1023px) {
  .feeds .follow {
    margin-left: -25px;
    margin-right: -25px; } }

  @media (min-width: 768px) {
    .feeds .follow {
      margin-bottom: -15px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .feeds .follow {
    margin-bottom: -50px; } }

  @media (min-width: 1024px) {
    .feeds .follow {
      margin-left: -10px;
      margin-right: -10px; } }
  .feeds .follow .col-xs-1, .feeds .follow .col-sm-1, .feeds .follow .col-md-1, .feeds .follow .col-lg-1, .feeds .follow .col-xs-2, .feeds .follow .col-sm-2, .feeds .follow .col-md-2, .feeds .follow .col-lg-2, .feeds .follow .col-xs-3, .feeds .follow .col-sm-3, .feeds .follow .col-md-3, .feeds .follow .col-lg-3, .feeds .follow .col-xs-4, .feeds .follow .col-sm-4, .feeds .follow .col-md-4, .feeds .follow .col-lg-4, .feeds .follow .col-xs-5, .feeds .follow .col-sm-5, .feeds .follow .col-md-5, .feeds .follow .col-lg-5, .feeds .follow .col-xs-6, .feeds .follow .col-sm-6, .feeds .follow .col-md-6, .feeds .follow .col-lg-6, .feeds .follow .col-xs-7, .feeds .follow .col-sm-7, .feeds .follow .col-md-7, .feeds .follow .col-lg-7, .feeds .follow .col-xs-8, .feeds .follow .col-sm-8, .feeds .follow .col-md-8, .feeds .follow .col-lg-8, .feeds .follow .col-xs-9, .feeds .follow .col-sm-9, .feeds .follow .col-md-9, .feeds .follow .col-lg-9, .feeds .follow .col-xs-10, .feeds .follow .col-sm-10, .feeds .follow .col-md-10, .feeds .follow .col-lg-10, .feeds .follow .col-xs-11, .feeds .follow .col-sm-11, .feeds .follow .col-md-11, .feeds .follow .col-lg-11, .feeds .follow .col-xs-12, .feeds .follow .col-sm-12, .feeds .follow .col-md-12, .feeds .follow .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px; }
@media (min-width: 768px) and (max-width: 1023px) {
  .feeds .follow .col-xs-1, .feeds .follow .col-sm-1, .feeds .follow .col-md-1, .feeds .follow .col-lg-1, .feeds .follow .col-xs-2, .feeds .follow .col-sm-2, .feeds .follow .col-md-2, .feeds .follow .col-lg-2, .feeds .follow .col-xs-3, .feeds .follow .col-sm-3, .feeds .follow .col-md-3, .feeds .follow .col-lg-3, .feeds .follow .col-xs-4, .feeds .follow .col-sm-4, .feeds .follow .col-md-4, .feeds .follow .col-lg-4, .feeds .follow .col-xs-5, .feeds .follow .col-sm-5, .feeds .follow .col-md-5, .feeds .follow .col-lg-5, .feeds .follow .col-xs-6, .feeds .follow .col-sm-6, .feeds .follow .col-md-6, .feeds .follow .col-lg-6, .feeds .follow .col-xs-7, .feeds .follow .col-sm-7, .feeds .follow .col-md-7, .feeds .follow .col-lg-7, .feeds .follow .col-xs-8, .feeds .follow .col-sm-8, .feeds .follow .col-md-8, .feeds .follow .col-lg-8, .feeds .follow .col-xs-9, .feeds .follow .col-sm-9, .feeds .follow .col-md-9, .feeds .follow .col-lg-9, .feeds .follow .col-xs-10, .feeds .follow .col-sm-10, .feeds .follow .col-md-10, .feeds .follow .col-lg-10, .feeds .follow .col-xs-11, .feeds .follow .col-sm-11, .feeds .follow .col-md-11, .feeds .follow .col-lg-11, .feeds .follow .col-xs-12, .feeds .follow .col-sm-12, .feeds .follow .col-md-12, .feeds .follow .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px; } }

    @media (min-width: 1024px) {
      .feeds .follow .col-xs-1, .feeds .follow .col-sm-1, .feeds .follow .col-md-1, .feeds .follow .col-lg-1, .feeds .follow .col-xs-2, .feeds .follow .col-sm-2, .feeds .follow .col-md-2, .feeds .follow .col-lg-2, .feeds .follow .col-xs-3, .feeds .follow .col-sm-3, .feeds .follow .col-md-3, .feeds .follow .col-lg-3, .feeds .follow .col-xs-4, .feeds .follow .col-sm-4, .feeds .follow .col-md-4, .feeds .follow .col-lg-4, .feeds .follow .col-xs-5, .feeds .follow .col-sm-5, .feeds .follow .col-md-5, .feeds .follow .col-lg-5, .feeds .follow .col-xs-6, .feeds .follow .col-sm-6, .feeds .follow .col-md-6, .feeds .follow .col-lg-6, .feeds .follow .col-xs-7, .feeds .follow .col-sm-7, .feeds .follow .col-md-7, .feeds .follow .col-lg-7, .feeds .follow .col-xs-8, .feeds .follow .col-sm-8, .feeds .follow .col-md-8, .feeds .follow .col-lg-8, .feeds .follow .col-xs-9, .feeds .follow .col-sm-9, .feeds .follow .col-md-9, .feeds .follow .col-lg-9, .feeds .follow .col-xs-10, .feeds .follow .col-sm-10, .feeds .follow .col-md-10, .feeds .follow .col-lg-10, .feeds .follow .col-xs-11, .feeds .follow .col-sm-11, .feeds .follow .col-md-11, .feeds .follow .col-lg-11, .feeds .follow .col-xs-12, .feeds .follow .col-sm-12, .feeds .follow .col-md-12, .feeds .follow .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px; } }
  .feeds .follow a {
    display: block;
    background: #252525;
    position: relative;
    padding-top: 17px;
    margin-bottom: 11px;
    height: 85px; }
    @media (min-width: 768px) {
      .feeds .follow a {
        height: 109px;
        margin-bottom: 50px;
        padding-top: 26px; } }
    @media (min-width: 1024px) {
      .feeds .follow a {
        padding-top: 13px;
        height: 81px;
        margin-bottom: 15px; } }
    @media (min-width: 1300px) {
      .feeds .follow a {
        padding-top: 26px;
        height: 109px; } }
    .feeds .follow a i {
      position: relative;
      z-index: 2;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .feeds .follow a:before {
      content: " ";
      position: absolute;
      left: 50%;
      top: 2px;
      display: block;
      margin-left: -40px;
      width: 71px;
      height: 67px;
      background-position: -91px -135px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
      @media (min-width: 768px) {
        .feeds .follow a:before {
          margin-left: -50px;
          width: 91px;
          height: 85px;
          background-position: 0 -135px;
          top: 5px; } }
@media (min-width: 1024px) and (max-width: 1299px) {
  .feeds .follow a:before {
    top: -9px; } }

    .feeds .follow a:hover:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }

.search-wrapper.body {
  margin: 30px 0;
  position: relative; }
  @media (min-width: 768px) {
    .search-wrapper.body {
      margin: 60px 0; } }
  .search-wrapper.body input {
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 40px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.5;
    height: 44px;
    box-shadow: none; }
  .search-wrapper.body .search-bar-icon {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    display: block;
    font-size: 22px;
    padding: 7px 13px 7px 30px;
    position: absolute;
    right: 0;
    top: 0; }
    .search-wrapper.body .search-bar-icon:hover {
      cursor: pointer;
      text-decoration: none; }

.search-results .result {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .search-results .result {
      margin-bottom: 30px; } }
  .search-results .result .title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
    color: #000000;
    font-size: 18px; }
    .search-results .result .title:hover {
      color: #636363;
      text-decoration: none; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

@media (min-width: 1300px) {
  .container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 1024px) {
  .container {
    width: 100%; } }

.disclaimer {
  font-size: 12px;
  line-height: 15px;
  color: #515151; }

body {
    font-family: Arial, sans-serif !important;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px !important;
}

p {
    line-height: 1.4;
    letter-spacing: 0px;
}

.btn {
    letter-spacing: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0px;
    line-height: 1.1;
}


.microsite h3 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .microsite h3 {
      font-size: 30px; } }

.hideMe {
    display: none;
}

.specialty_automotive .slick-slide img {
    display: block;
    position: relative;
    top: -60px;
}

ul li {
    font-size: 17px;
}

.hashMe {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/pattern-striped-diagonal.png?v=1564967234);
    z-index: 1;
}

.img-responsive {
    width: 100%;
}

.centered2:hover {
    text-decoration: underline;
}

#noVehicleText:hover {
    text-decoration: underline;
}

.clearFloat {
    clear: both;
}

.addToQuoteButton {
    width: 100%;
}

.quoteButtonContainer {
    position: relative;
    width: 100%;
}

.textProContainer {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 999;
    display: none;
}

.textProHeader {
    background: #fff200;
    color: #000;
    height: 70px;
    padding: 17px 25px 15px 25px;
    font-weight: 800;
    line-height: 17px;
}

.textProContainer .arrowDown {
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    width: 0px;
    top: -1px;
    position: absolute;
    right: 10%;
    display: block;
}

.textProForm {
    background: #353535;
    padding: 20px 20px 18px 20px;
}

.textProForm input {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.bootstrap-select.btn-group .dropdown-toggle {
    font-size: 15px;
}

.specialty_automotive .addToQuoteWithText .quoteButtonContainer {
    width: 75%;
}

.protective_coatings .addToQuoteWithText .quoteButtonContainer {
    width: 75%;
}


.specialty_automotive .quoteButtonContainer {
    width: 100%;
}

.quotePlus {
    position: absolute;
    left: -15px;
    height: 34px;
    top: 13px;
}

.centerMe {
    height: 100%;
    position: relative;
}

.flexIt {
    display: flex;
}

.centerMe .centered {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-right: 50px;
}

.centerMe .centered2 {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
}

.textWithImageBlock {
    background: #fff;
    color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

.wrapper {
    max-width: 1905px;
    margin-left: auto;
    margin-right: auto;
}

.intro2020 {
    margin-top: 170px;
}

.childNav .arrowDown {
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    width: 0px;
    top: -1px;
    position: absolute;
    left: 32%;
    display: block;
}

.childNav {
    display: none;
    position: absolute;
    background: #fff200;
    color: #000;
    margin-top: 35px;
    width: 400px;
    left: -30px;
}

.childNav ul {
    list-style-type: none;
    padding: 30px 0px;
    line-height: 2.3;
}

.childNav ul ul {
    padding: 0px;
}

.childNav ul ul li {
    padding-left: 57px;
    position: relative;
}

.childNav li {
    display: block;
    text-align: left;
    width: auto;
    padding: 0px 25px;
}

.childNav li:hover {
    background: #fff;
}

.topNav.has-children:hover>.childNav {
    display: block;
    z-index: 999;

}

.franchiseNavigation {
    float: left;
    padding-top: 20px;
    font-weight: 600;
}

.topNav {
    float: left;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 18px;
}

.topNav.has-children {
    height: 100px;
    position: relative;
}

.headerBox {
    color: #fff200;
    text-align: center;
}

.headerBox:hover {
    background: #353535;
    height: 125px;
}

.headerBoxText {
    font-size: 12px;
    margin-top: -10px;
}



.relative {
    position: relative;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopad {
    padding: 0 !important;
}

.raqBlock {
    color: #000;
    background: #fef200;
    height: 70px;
    top: -25px;
    position: relative;
    margin-right: 0px;
}

.raqBlock h4 {
    font-size: 18px;
    padding: 28px 0px;
    letter-spacing: unset;
    text-align: center;
}

.raqBlock h5 {
    font-size: 16px;
    padding: 30px 0px;
    letter-spacing: unset;
    text-align: center;
}

.raqBlock #hasVehicleText {
    font-size: 14px;
    letter-spacing: unset;
    text-align: center;
    margin-right: 10px;
    height: 70px;
    margin-top: 0px;
    font-weight: 800;
    line-height: 15px;
}

.mobileRaqContainer .raqBlock #hasVehicleTextMob {
    font-size: 14px;
    letter-spacing: unset;
    text-align: center;
    margin-right: 10px;
    margin-top: 0px;
    font-weight: 800;
    line-height: 15px;
    height: 55px;
}

.mobileRaqContainer .raqBlock h4 {
    padding: 20px 0px;
}

.mobileRaqContainer .raqBlock h5 {
    font-size: 16px;
    padding: 21px 0px;
    letter-spacing: unset;
    text-align: center;
}

.mobileRaqContainer .raqBlock {
    height: 55px;
}

.lxYellow {
    color: #fef200 !important;
}

.lxBlack {
    color: #000 !important;
}

/* .header2020 .franchiseName {
    float: left;
    line-height: 1.6;
}

.header2020 .franchiseAddress {
    color: #fff;
    display: inline;
    margin-left: 15px;
    line-height: 1.6;
} */

.header.header2020 {
    /*position: fixed;
    height: 170px;
    background: #000;
    top: 0px;*/
}

.header2020 .headerNav {
    background: #000;
    height: 100px;
}

.header2020 .headerExtra {
    background: #fef200;
    height: 94px;
}

.header2020 .headerExtra header .container {
     padding: 10px 0;
}


.pageBody {
    background: #fff;
    height: 600px;
}



.hashContainer {
    background: url(/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/pattern-striped-diagonal.png?v=1564967234);
    z-index: -1;
    padding-top: 200px;
    padding-bottom: 200px;
}

body.microsite .footer.footer2023 h3 {
    color: #fff;
}

.footer.footer2023 .phone_number {
    color: #fff200;
}

.footer.footer2023 .phone_number {
    color: #fff200;
}

.footer.footer2023:before {
    background: #000;
}

.footer.footer2023:after {
    background: unset;
}



.footer.footer2023 .social svg, .social-block svg {
    height: 32px;
    width: 100%;
}


.footer.footer2023 .social a:hover svg path, .social-block a svg path  {
    fill: #ababab
}

.footer.footer2023 .social a:hover svg path, .social-block a:hover svg path  {
    fill: #fff200
}

.footer ul.social li + li {
    margin-left: 25px;
}


.footer.footer2023 .social {
    float: unset;
    padding-left: 28px
}

.footer.footer2023 a:hover {
    color: #fff200
}

.footer.footer2023 h6 {
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
}

body.microsite section.block-text {
    position: relative;
    color: #636363;
    text-align: center;
    margin: 50px 0 25px;
}

@media (min-width: 768px) {
   body.microsite section.block-text {
        margin: 100px 0 45px;
    }
}

body.microsite .breadCrumb + section {
    margin-top: 50px;
}

body.microsite .block-product-hero h1 {
    font-size: 40px
}
body.microsite .wrapper {
    text-align: left;
}

body.microsite .btn.btn-primary:hover, body.microsite .btn.btn-primary:active, body.microsite .btn.btn-primary:focus {
    background: #c6c8ca;
    border-radius: 0px;
    
}

body.microsite .btn.btn-primary:hover::before,  body.microsite .btn.btn-primary:active::before, body.microsite .btn.btn-primary:focus::before, body.microsite .btn.btn-primary:active:hover::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 0px ;
    border-radius: 0px;
    display: none;
}

body.microsite .btn {
    border-radius: 0px;
    border: none;
    padding: 10px 16px !important;
    
}

body.microsite ul {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

body.microsite li {
    padding:7px;
}

body.microsite .footer.footer2023 .telephone, body.microsite .footer .address {
    min-height: 50px;
    margin-bottom: 15px;
}



@media (min-width: 768px)
{
body.microsite .footer.footer2023 ul.social {
    float: unset;
}
}


  body.microsite .footer,
  body.microsite .footer a {
    color: #fff;
}

@media (min-width: 1024px) {
body.microsite  .footer [class*="col-"]:last-child {
        padding-left: 10px;
        border-right: 0px;
        border-left: 0px;
        min-height: unset;
    }

body.microsite  .footer [class*="col-"]:first-child {
        padding-left: 10px;
        border-right: 0px;
        min-height: unset;
    }

body.microsite .footer [class*="col-"] {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        
    }
    
   

}

@media (min-width: 1024px) {
    body.microsite  .footer h4 {
        font-size: 20px;
        color: #fff;
    }
}

body.microsite .footer, .footer a {
    color: #898989;
}


.imageBlock .item-box {
    margin-bottom: 0px;
}

.textBlockHeader {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.addToQuoteWithText textarea {
    width: 75%;
    background: #ececec;
    border: 0;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
}

.pad50 {
    padding-top: 50px;
}

.pad30 {
    padding-top: 30px;
}

.pad35 {
    padding-top: 35px;
}

.pad10 {
    padding-top: 10px;
}

.pad5 {
    padding-top: 5px;
}


.boldMe {
    font-weight: 700;
}

.quoteButtonContainer .quotePlus {
    position: absolute;
    left: -16px;
    height: 34px;
    top: 11px;
}

.quoteButtonContainer .addToQuoteButton {
    padding: 13px;
    width: 100%;
    font-size: 18px;
}

.cornerColor {
    position: absolute;
    top: 0px;
    width: 15%;
    left: 0px;
}

.accordion {
    margin-top: 0px;
}


.productText p {
    line-height: 1.7;
}

.productText .addToQuoteContainer {
    padding-top: 25px;
}



.productText .quoteButtonContainer .addToQuoteButton {
    width: 100%;
}

.productImages {
    text-align: center;
}

.brandImage {
    width: 75%;
}

.productImages .subImagePad {
    padding: 5px;
}

.product .imageRow {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 15px;
}

.product h4 {
    font-size: 25px;
}

.product h3 {
    font-size: 35px;
    margin-top: 5px;
}

.product h1 {
    margin-top: 5px;
    font-size: 30px;
}

.ekko-lightbox-container {
    font-size: 0px;
}

.ekko-lightbox.modal.fade.in {
    visibility: visible;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

.modal .modal-dialog {
    margin-top: 0px !important;
}

.glyphicon {
    top: 50%;
}

.product .slick-dots li button,
.specialImage .slick-dots li button {
    height: 6px;
    width: 6px;
}

.product .slick-dots,
.specialImage .slick-dots {
    bottom: -25px;
}

.modal-header .close {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 14px;
    z-index: 9999;
    /* color: red; */
    opacity: 1;
    background: #fff200;
    font-size: 26px;
    padding: 8px 14px 8px 14px;
}

.ekko-lightbox a {
    text-decoration: none;
    opacity: 1;
}

/*
.microsite .header.header2020 .logo {
    margin-left: 15px;
    width: 130px;
    position: relative;
    bottom: 6px;
    margin-right: 30px;
}



.header .logo a img {
    position: relative;
}

.microsite .header.header2020 .logo a {
    width: 100%;
    margin-top: 35px;
}



body.microsite .footer.footer2020 .column+.column {
    border-top: none;
    border-left: 1px solid #898989;
    margin-top: 0;
}
*/


.leftNav .accordion .accordion-heading a {
    display: inline;
}

.bs-example {
    margin: 20px;
}

.rotate {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
    /* Standard syntax */
}

.leftNav .accordion .accordion-heading a:after {
    background: none;
}

.spray_on_bedliners_container {
    background: url(/micrositeImages/navback.png);
}

.accordion {
    margin-bottom: 0;
    border-radius: 4px;
    background: url(/micrositeImages/navback.png);
}

.accordion .accordion-body {
    padding: 0px;
    position: relative;
    top: -5px;
}

.leftNavSubItem {
    padding: 7px 0px 7px 15px;
}

.accordion.accordion-default>.accordion-heading {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding-bottom: 15px;
}

.contentSide {
    background: #fff;
}

.accordion .accordion-heading+.accordion-collapse>.accordion-body,
.accordion .accordion-heading+.accordion-collapse>.list-group {
    border-top: none;
}

.leftNav {
    padding-top: 30px;
    padding-right: 0px;
}

.glyphicon {
    float: right;
}

.accordion .accordion-heading a {
    padding-right: 0px;
}

.fullRightContainer {
    padding-left: 25px;
}

.contentSide .breadText {
    margin-bottom: 35px;
}

.footerHeaderText {
    font-size: 22px;
    font-weight: 700;
    color: #fff200;
    text-transform: uppercase;
    padding-bottom: 8px;
}

body.microsite .footer .footerHeaderText+* {
    margin-top: 7px;
}

.accordion .accordion-heading+.accordion-collapse>.accordion-body {
    padding-bottom: 10px;
}

.fullRightContainer .leftTextContainer h1 {
    font-size: 25px;
}

#qbc .productSelection .bootstrap-select {
    width: 100%;
    font-weight: 800;
    color: #000;
}

#qbcMob .productSelection .bootstrap-select {
    width: 100%;
    font-weight: 800;
    color: #000;
}

.productSelection {
    padding-bottom: 10px;
}

.styleContainer {
    padding-left: 5px;
}

.quantityContainer {
    padding-right: 5px;
}

.productSelection .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: 800;
    padding: 7px;
    font-size: 18px;
}

.specialImage .slick-slider .slick-track {
    height: 400px;
}

.about .modal-content,
.home .modal-content,
.our_work .modal-content,
.about .modal-content {
    width: 80vw;
    max-width: 1280px;
}

@media (max-width: 1300px) {

    .header2020 .container {
        width: 100%;
    }

    .stopByContainer {
        padding-right: 25px;
    }
}

@media (max-width: 1150px) {
    .headerBoxText {
        font-size: 12px;
    }
}



@media (max-width: 1024px) {
    .footer.footer2023 [class*="col-"] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-copy-2020 {
        border-top: none;
        text-align: center;
    }

    .spray_on_bedliners_container {
        background: url(/micrositeImages/navbackmob.png);
    }
}

@media (max-width: 976px) {
    .microsite .header.header2020 .logo {
        margin-left: 7px;
        margin-right: 0px;
    }
}

@media (max-width: 900px) {
    .hidden-md-down {
        display: none;
    }

    .visible-md-down {
        display: block;
    }

    .intro2020 {
        margin-top: 130px;
    }

    .vehicleBlock {
        margin-left: 0px;
        top: 30px;
    }


}

@media (max-width: 768px) {

    .specialty_automotive .slick-slide img {
        top: 0px;
    }

    .footerHeaderText,
    .footer-blocks .address,
    .footer-blocks a,
    .footer-blocks .centerme {
        text-align: center;

    }

    body.microsite .footer .footer-blocks .btn {
        width: 100%;
    }

    .specialHeaderText {
        width: 100%;
    }

    .specialBlock .addToQuoteContainer {
        width: 100%;
        margin-top: 50px;
    }

    .specialty_automotive .addToQuoteWithText .quoteButtonContainer {
        width: 100%;
    }

    .quoteRequest input {
        margin-bottom: 5px;
    }

    .productTextContainer {
        padding: 30px;
    }

    .thankYouTextHeader {
        padding: 25px;
    }

    .quoteVehicleFull {
        font-size: 20px;
    }

    .editVehicleButton {
        right: 40px;
        top: 45px;
    }

    .continueBrowsing {
        float: none;
        position: relative;
        border: 1px solid #dddddd;
        padding: 10px 30px 10px 65px;
        font-weight: 700;
        margin-right: auto;
        margin-left: auto;
        width: 85%;
        top: 20px;
    }

    .zipPad {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobileRaqContainer .raqBlock .subRaqContainer {
        left: 10px;
    }

    .protective_coatings .fullRightContainer .rightImageContainer img {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .protective_coatings .addToQuoteWithText .quoteButtonContainer {
        width: 100%;
    }

    .addToQuoteWithText textarea {
        width: 100%;
    }

    .specialImage .slick-slider .slick-track {
        height: auto;
    }

    .stopByContainer {
        padding-top: 15px;
    }

    .brandImage {
        width: 100%;
    }

    .intoText.centered.pgtruck_gear {
        width: 75%;
    }

    .quantityContainer {
        padding-bottom: 5px;
    }

    .quantityContainer,
    .styleContainer {
        padding-left: 25px;
        padding-right: 25px;
    }

    .quoteButtonRowFull {
        padding-top: 50px;
        z-index: 100;
    }

    .mobileHide {
        display: none;
    }

    .galleryNarrow .galleryHeader {
        padding-right: 25px;
        padding-left: 25px;
    }

    .galleryNarrow {
        margin-right: -25px;
        margin-left: -25px;
        padding-bottom: 75px;
    }

    .aboutBlock2 .aboutButton {
        padding-bottom: 50px;
    }

    .aboutBlock {
        margin-bottom: 50px;
    }

    .aboutPhoneText {
        padding-bottom: 20px;
    }

    .hashContainer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .textWithImageBlock.withBackground .imageBlock img {
        padding-left: 0px;
        padding-top: 50px;
    }

    .contentSide .breadText {
        padding-left: 0px;
    }

    .fullRightContainer .cardRow {
        padding-left: 23px;
        padding-right: 23px;
    }

    .fullRightContainer .cardPad {
        padding: 0px 3px 40px 2px;
    }

    .fullRightContainer .rightImageContainer img {
        padding-top: 50px;
    }

    .spray_on_bedliners_container {
        background: none;
    }

    .twoColumnTextWithTitle h1 {
        padding-bottom: 15px;
    }

    .twoColumnTextWithTitle p {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }

    .tripleItemModule {
        padding-bottom: 50px !important;
    }

    .dualItemModule {
        padding-bottom: 50px;
    }

    .aboutBlock img {
        padding-top: 30px;
    }

    .aboutBlock2 .btn {
        width: 100%;
    }

    body.microsite .footer.footer2020 .column+.column {
        border-top: 1px solid #898989;
        margin-top: 40px;
        border-left: none !important;
    }

    .fullRightContainer {
        padding-left: 0px;
    }

    .textWithImageBlock .flexIt {
        display: inline;
    }

    .textWithImageBlock .centerMe .centered {
        margin: 0;
        position: relative;
        top: unset;
        transform: unset;
        -ms-transform: unset;
        padding-right: 0px;
    }

    .textWithImageBlock,
    .textWithImageBlock.withBackground {
        padding-top: 10px;
        padding-bottom: 35px;
    }

    .textWithImageBlock .textBlock {
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }

    section.block-gallery {
        padding-bottom: 10px;
    }

    .textWithImageBlock.withBackground {
        background-position: center;
    }

    body.microsite .footer {
        font-size: 16px;

    }

    .social i {
        font-size: 30px;
    }

    .footer-copy-2020 {
        font-size: 14px;
    }

    .breadText {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    
    .breadText .current {
        font-weight: bold;
        color: #000;
    }

    .categoryContainer {
        padding-top: 10px;
    }

    .parts_and_accessories .cornerColor {
        top: 10px;
    }

    .boxRow .boxRowBox .centerMe .centered {
        margin-left: 10%;
    }

}

@media (max-width: 400px) {
    .mobileRaqContainer .raqBlock .subRaqContainer .raqTxt {
        font-size: 16px;
    }

}

@media (min-width: 768px) {
    .desktopHide {
        display: none;
    }
}

@media (min-width: 1024px) {}

.map-container {
    width: 100%;
    display: inline-block;

}

/* New Microsite hero section  */
.hero-section {
    position: relative;
    color: #fff;
    min-height: 550px;
    background-position-x: right;
    background-position-y: bottom;
    z-index: 0;
    background-repeat: no-repeat;
    background-color: #000
}

.hero-section img.img-fluid {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-section .container {
    margin: 0 auto; min-height: 550px; z-index: 2
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
}


.hero-section .lead {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.hero-section .phone-number {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #fff200;
}

.hero-section .btn-primary {
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-section .phone-number {
    text-decoration: none
}

@media (max-width: 1750px) {
    .hero-section {
        background-position-x: -85px;
    }
}


@media (max-width: 1650px) {
    .hero-section {
        background-position-x: -150px;
    }
}

@media (max-width: 1500px) {
    .hero-section {
        background-position-x: -250px;
    }
}

@media (max-width: 1400px) {
    .hero-section {
        background-position-x: -300px;
    }
}


@media (max-width: 1250px) {
    .hero-section {
        background-position-x: -450px;
    }
}


@media (max-width: 1150px) {
    .hero-section {
        background-position-x: -500px;
    }
}



@media (max-width: 1000px) {
    .hero-section {
        background-position-x: -650px;
    }
}



/* Ensure the layout adjusts for smaller screens */
@media (max-width: 991px) {
    
    section.hero-section {
        background-image: unset !important;
    }
    .hero-section .container {
        position: static;
        padding: 2rem;
    }

    .hero-section img.img-fluid {
        position: static;
        height: 300px;

    }

    .hero-section h1 {
        font-size: 2.5rem;

    }

    .hero-section .lead,
    .hero-section .phone-number {
        font-size: 2rem;

    }
    
}

@media (max-width: 768px)
{
.hero-section .container {
    margin: 0 auto; min-height: 650px; z-index: 2
}
.hero-directions {
    padding-top: 20px;
}
}

/* this handles that gradient on the hero image, so we dont have to bake it into the image */
.hero-gradient {
    padding: 50px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 60%);

}

.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
}

/* Box Grid */

.fixed-width-container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}


.grid-item {
    padding: 2px;
}

.bg-container {
    background-color: #000000;
}



.slick-arrow:hover {
    background-color: #d5d5d5;
    position: absolute;
    padding: 0;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    z-index: 1;
    background-image: url(/app/consumer/assets/addons/consumer/r66d/linex-theme/resources/img/sprite.png?v=1703823844);
    background-repeat: no-repeat;
}


.slick-arrow:hover.slick-prev {
    background-position: -101px 8px;
    left: 0;
}
    
.slick-arrow:hover.slick-next {
    background-position: -128px 8px;
    right: 0;
}

.slick-prev:before, .slick-prev:hover:before,  .slick-prev:focus:before, .slick-next:before, .slick-next:hover:before, .slick-next:focus:before {
    content: '';
}


a.thank-you-phone, a.quote-phone { 
    text-decoration: none;
    color: #000;   
}


a.thank-you-phone:hover, a.quote-phone:hover { 
    text-decoration: underline;
}


@media (max-width: 935px) {

.fz-wrapper {width: 100%; overflow-x: clip}
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 35px;
    }
    
.slick-prev, .slick-next {
    top: calc(50% + 15px);
    }

#logos .carousel-item  { width: 100% !important}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
}

.bg-linex-yellow {
    background-color: #fff200;
}

.bg-linex-yellow .navbar-default .navbar-nav>li>a,
#navbarNavDropdown>ul>li>ul>li>a {
    color: #000;

}

.bg-linex-yellow .navbar-default .navbar-nav>li>a:hover,
#navbarNavDropdown>ul>li>ul>li>a:hover {
    color: #000 !important;
    background:  #d5d5d5 ;
}


.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: #000);
    --bs-dropdown-link-hover-bg:  #d5d5d5 ;
    --bs-dropdown-link-active-color: #000;
    --bs-dropdown-link-active-bg: #d5d5d5;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
}


.dropdown-menu[data-bs-popper] {
    top: unset; 
    left: unset;
    margin-top: unset;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}



.navbar-nav .nav-link::after {
    display: none;
}


.quote-button {
    background-color: #fff200;
    color: black;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.quote-button:hover {
    background-color: #fff200;
    color: rgb(77, 77, 77);
}

#btn-request-quote {
    text-decoration: none
}

.nav-text {
    font-weight: bold;
    color: black;
}

.nav-text.franchiseName {
    text-transform: uppercase;
}


.headerExtra .nav-text a {
        color: black;
        text-decoration: none
}
.headerExtra .nav-text a:hover {
    color: #414042;
}

.nav-text a:hover svg, .headerExtra a.header-phone:hover svg path{  
    fill: #414042;
}

.nav-text.phone>href {
    font-size: 1.5rem;
    text-decoration: none;
}

.nav-text svg {
    height: 36px;
    padding-right: 6px;
}

header.container, header.container .container {
  /*  padding-right: 0px */
}

header .d-flex {
    gap:5px
}

.header-phone a, a.our-work-phone {
        color: #FFFFFf;
        text-decoration: none
    }
    
.header-phone svg path{
    fill: #fff;
}

.headerExtra .header-phone svg path{
    fill: #000;
}

@media (max-width: 992px)
{
    
#navbarNavDropdown > ul > li
{
    border-bottom: 1px solid #222
}

#navbarNavDropdown > ul 
{
    border-top: 1px solid #222
}

}

@media (max-width: 767px) {
    
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    header > nav > .container { flex-wrap: nowrap !important;}
    
    .header-phone svg, .raq svg {
    height: 24px
}

    

    
    .franchiseName {
        font-size: 18px
    }
    .quote-button, .phone-button {
        font-size: 14px;
    }
    
    .quote-button span, .phone-button span{
        white-space: nowrap;
    }
    
    .toggler-icon {
        width: 24px;
        
    }
    
    .addressline {
        line-height: 15px;
    }
    .add1, .add2 {
        font-size: 14px;
    }
    
    .franchContainer {
        width: 55%
    }
    .ctaContainer {
        width: 45%
    }
}

.mobileRaqContainer .textProContainer {
    top: -25px;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret {
    background: url('/micrositeImages/icon-expand-down.png');
    background-size: contain;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret {
    width: 13px;
    height: 6px;
}

.rightCarat {
    height: 15px;
    margin-bottom: 3px;
    padding-right: 18px;
}

.btnLeft.tpButtonLeft input {
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.btnRight.tpButtonRight input {
    background: #000;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.btnRight.tpButtonRight input {
    background: #000;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.vechicleLoader {
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    width: 10px;
    height: 10px;
    -webkit-animation: spinVech 2s linear infinite;
    animation: spinVech 2s linear infinite;
    position: absolute;
    right: 12px;
    top: 10px;
    display: none;
}

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

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

@keyframes spinVech {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.menuOpen {
    height: 200% !important;
    overflow-y: scroll;
}

.mobileMenu .closeMobileMenu {
    position: absolute;
    right: 35px;
    top: 35px;
    height: 25px;
    width: 25px;
}

.mobileMenu {
    display: none;
}

.mobileMenu .aContainer {
    width: 20%;
    height: 30px;
    float: right;
    top: -20px;
}


.mobileMenu .glyphicon {
    position: absolute;
    top: 0px;
    font-size: 18px;
    right: 10px;
}

.mobileMenu .bs-example {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    margin-left: 20px;
}

.mobileMenu .accordion {
    padding: 80px 30px 100vh 30px;
    background: #fff200;
}

.mobileMenu .accordion .panel {
    background: #fff200;
}

.mobileMenu .panel .panel-heading a:after {
    background: none;
}

.mobileMenu .panel .panel-heading a {
    font-size: 22px;
}

.numberCircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    background: #f7131a;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    top: -2px;
    position: relative;
    display: none;
}

.mobileRaqContainer {
    position: relative;
    top: 25px;
}

.mobileIconContainer {
    width: 52%;
    position: relative;
    float: right;
    padding-top: 20px;
    padding-right: 30px;
}

.mobileLogoContainer {
    width: 48%;
    position: relative;
    float: left;

}

.mobileLogo {
    padding: 20px;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.mobileRowIcon img {
    padding: 25%;
    max-height: 100px;
}

.header2020Mobile {
    position: fixed;
    z-index: 9999;
    background: #000;
    width: 100%;
    top: 0px;
    display: none;
    height: 130px;
}

.editVehicle {
    cursor: pointer;
}

.vehicleBlock .btnRow {
    padding-top: 5px;
    margin: 0px;
}

.vehicleBlock .btnLeft {
    padding-left: 20px;
    padding-right: 5px;
}

.vehicleBlock .btnRight {
    padding-right: 20px;
    padding-left: 5px;
}

.textProContainer .btnLeft {
    padding-left: 25px;
    padding-right: 5px;
}

.textProContainer .btnRight {
    padding-right: 25px;
    padding-left: 5px;
}

.vehicleBlock .btnRight .btn {
    background: #000;
    color: #fff;
}

.vehicleBlock .btn-group.bootstrap-select {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    width: 100% !important;
}

.vehicleBlock .btn {
    width: 100%;

}

.vehicleBlock .btn-group.bootstrap-select .filter-option.pull-left {
    color: #000;
    font-weight: 700;
}


.vehicleBlock {
    padding-top: 12px;
}

.headerNav a {
    text-decoration: none;
}

.headerIconPlacement {
    right: 35px;
}

.statusIcon {
    background: url('/micrositeImages/icon-hours.png');
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: center;
}

.statusIcon:hover {
    background: url('/micrositeImages/icon-hours-hover.png');
    background-size: 32%;
    background-repeat: no-repeat;
    background-position: center;
}

.phoneIcon {
    background: url('/micrositeImages/icon-call.png');
    background-size: 24%;
    background-repeat: no-repeat;
    background-position: center;
}

.phoneIcon:hover {
    background: url('/micrositeImages/icon-call-hover.png');
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: center;
}

.textIcon {
    background: url('/micrositeImages/icon-text-a-pro.png');
    background-size: 32%;
    background-repeat: no-repeat;
    background-position: center;
}

.textIcon:hover {
    background: url('/micrositeImages/icon-text-a-pro-hover.png');
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: center;
}

.directionsIcon {
    background: url('/micrositeImages/icon-directions.png');
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: center;
}

.directionsIcon:hover {
    background: url('/micrositeImages/icon-directions-hover.png');
    background-size: 32%;
    background-repeat: no-repeat;
    background-position: center;
}

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

.topNav .childNav a {
    color: #000;
}

/* bootstrap 5 menu */
 ul.navbar-nav li + li,  ul.navbar-nav li {
    margin-top: 0;
    font-family: 'Oswald', sans-serif ;
    font-size: 20px;
    
}

 ul.navbar-nav li:hover a {
     color: #fff200 ;
    
}

ul.dropdown-menu {
    padding: 35px;
    background: #fff;
    border-radius: 0;
    --bs-card-inner-border-radius: 0;
    border: unset;
}

ul.dropdown-menu li{
        text-transform: none;
        padding: 5px 0;
}


ul.dropdown-menu .menu-first-level a
{
    border-bottom: 3px solid #fff200 ;
    font-weight: bold;
}


ul.dropdown-menu li.menu-first-level {font-size: 20px}
ul.dropdown-menu li.menu-third-level {font-family: arial, sans-serif ; font-size: 16px; padding-left: 20px}

.dropdown-menu .arrowDown{
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    width: 0px;
    position: absolute;
    display: block;
    top: 46px;
    right: 60px;
    
}



/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #fff;
}


#navbarNavDropdown .dropdown-item.active, #navbarNavDropdown .dropdown-item:active {
    background: #d5d5d5
}

/* ============ mobile view ============ */

@media all and (max-width: 991px) {
	#navbarNavDropdown { 
    position: absolute;
    background: #000000;
    top: 87px;
    z-index: 3;
    width: 100%;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-left:0px;
    margin-right: 0px;
    
    }
    
	.mobile-cta { display: block; padding: 0px 6px 9px 6px; color: #fff; border-bottom: 1px solid #222;  margin-bottom: 10px; }
    .mobile-cta div { padding-bottom: 12px; font-family: 'Oswald', Arial, 'sans-serif'}
    .mobile-cta a { color: #fff; text-decoration: none; font-weight: bold; display: inline-block; width}
    .mobile-cta i { padding-right: 8px }
    .headerExtra > .container > .container {min-height: 100px}
    
}	
/* ============ mobile view .end// ============ */

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	.mobile-cta { display: none; }
	.dropdown-menu .arrowDown{  top: -1px; left: 50px; }
    .headerExtra > .container > .container { min-height: 80px}
}	


/* ============ desktop view .end// ============ */

.mobileIntro #introImage {
  min-height: 300px;
}
#lxcountryMob {
  width: 365px;
  padding-top: 15px;
}
#truckGearBanner {
  text-align: center;
}
.intro2023 .centerMe {
  height: 100%;
  position: relative;
}
.flexIt {
  display: flex;
}
.intro2023 .centerMe .centered {
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  left: 50%;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 0px;
}
.intro2023 .centerMe .centered.pghome {
  top: 45%;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}
#lxcountry {
  width: 38%;
  padding-top: 15px;
}
@media (max-width: 768px) {
  #introImage {
    width: 100%;
    aspect-ratio: 600/300;
    object-fit: cover;
    object-position: left;
  }
}
.intro2023 .centerMe .centered {
  font-size: 25px;
  line-height: 1.1;
}
.intro2023 .centerMe .centered {}
.topCityName {
  font-size: 20px;
}

/* end of intro */
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0; 
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: 0;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: 0; 
}

section.block-product-grid {
  position: relative;
  color: #636363;
  text-align: center;
  margin: 50px 0 25px;
  /* Responsive multiple column layouts */
  /* General styling */ }

section.block-product-grid .card {
    border-radius: 0;
    --bs-card-inner-border-radius: 0;
    border: unset
}

section.block-product-grid .card img 
{
    -webkit-transition: all 1s ease;
    transition: all .5s ease;
}

section.block-product-grid .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Shadow properties */
}

section.block-product-grid .card:hover img {
    filter:  brightness(.6);
    -webkit-filter: brightness(.6);

}


section.block-product-grid .card.view-all:hover img {
    filter:  brightness(.4);
    -webkit-filter: brightness(.4);

}

section.block-product-grid .card.view-all:hover h4 {
    color: #fff !important;

}

section.block-product-grid h4 {
    text-shadow: 4px 4px 4px #33333344;
}

section.block-product-grid .card-img-overlay  {
    margin: 0px;
    padding: 0px;
}

section.block-product-grid .card-lx-bg-solid {
    background: rgba(0, 0, 0, 0.6);
}

section.block-product-grid .card-lx-bg-gradient {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    height: 80px;
    width: 100%;
}

section.block-product-grid .card-lx-content{
    padding: 30px;
    min-height: 215px;
    text-align: left
}


section.block-product-grid .card-lx-cta{
    padding: 0 30px 30px 30px;
    text-align: left
}

section.block-product-grid a .card-img-overlay > h4 {
     padding: 20px;
}

section.block-product-grid a .card-img-overlay {
     background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

section.block-product-grid a .card-img-overlay.view-all {
     background: transparent;
}



  @media (max-width: 767px) {
    section.block-product-grid .col-xs-12 + .col-xs-12 {
      margin-top: 18px; } }
  @media (max-width: 1023px) {
    section.block-product-grid .col-sm-12 + .col-sm-12 {
      margin-top: 18px; } }
  @media (max-width: 1299px) {
    section.block-product-grid .col-md-12 + .col-md-12 {
      margin-top: 18px; } }
  @media (min-width: 768px) {
    section.block-product-grid {
      margin: 100px 0 100px; } }
  @media (min-width: 1024px) {
    section.block-product-grid.padded .inner {
      padding: 0 110px; } }
  @media (min-width: 1300px) {
    section.block-product-grid.padded .inner {
      padding: 0 185px; } }

@media (min-width: 1300px) {
  body.home section.block-product-grid.padded .inner {
    padding: 0 230px; } }

.wrapper {
    background: #fff;
}


section.block-product-warranty {
  position: relative;
  text-align: center;
  margin: 50px 0 25px; }
section.block-product-warranty .warranty-white {
    height: 160px;
    background: #fff; }
@media (min-width: 768px) {
    section.block-product-warranty .warranty-white {
    height: 180px; }
}



section.block-product-warranty .warranty-background {
    padding: 140px 0 100px;
    background-image: url(/micrositeImages/line-x-warranty-bg.jpg);
    background-position: center;
    background-size: cover; }

section.block-product-warranty .warranty-background .row {
    max-width: 100%
}

.warranty-logo-container {
    z-index: 2; }

  @media (min-width: 768px) {
    section.block-product-warranty {
      margin: 100px 0 60px 0; } }
  section.block-product-warranty.fullscreen {
    padding: 50px 0;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    max-width: 1920px; }
    @media (min-width: 768px) {
      section.block-product-warranty.fullscreen {
        padding: 0px 0; } }
    section.block-product-warranty.fullscreen h1, section.block-product-warranty.fullscreen h2 {
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1;
      margin: 0; }
    section.block-product-warranty.fullscreen h3, section.block-product-warranty.fullscreen h4 {
      color: #fff; }
    section.block-product-warranty.fullscreen ul li {
      color: #fff; }
      section.block-product-warranty.fullscreen ul li a {
        color: #fff; }
    section.block-product-warranty.fullscreen h1, section.block-product-warranty.fullscreen h2 {
      color: #fff; }
  section.block-product-warranty .warranty-logo {
    text-align: center;
    width: 340px; }
    @media (min-width: 768px) {
      section.block-product-warranty .warranty-logo {
    width: 400px } }





/* bedliners table start */

.custom-table {
  width: 100%;
  background-color: black; 
}

.table-row {
  display: flex;
  width: 100%;
}

.header-row .table-cell {
  text-align: center;
  padding: 20px 20px; 
  flex-basis: 100%; 
}

.content-row {
  text-align: center;
  color: white;
  font-weight: 800; 
  padding: 10px 0; 
}

.content-row .table-cell {
  flex: 1; 
  display: flex;
  justify-content: center;
  align-items: center;
}



.content-row .table-cell.row-text {
  justify-content: left;
  text-align: left;
	
}

.content-row .table-cell.row-text div {
    padding-left: 30px;
}

.black-row {
  background-color: black; 
}

.grey-row {
  background-color: #666666; 
}

.yellow-x {
  color: yellow; 
	font-size: 2rem;
}

/* bedliners table end */

section.block-text.block-grey{
    margin: 0;
}

section.block-text.block-grey.lx-mb-50 {
    margin-bottom: 50px
}

.block-grey {
    background: #d5d5d5;
    padding: 80px 0 
}


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


/* raq */
.quoteBlock .form-select {
    

    background-color: #ececec;
    
    
    }

.quoteBlock  .form-select:focus, .quoteBlock  .form-select:active, .quoteBlock  .form-select:hover  {
    border-color: unset;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,.15);
    background-color: #626363;
     background: -webkit-gradient(linear, left top, left 50, from(#bbbbbb), color-stop(100%, #bbbbbb), to(#bbbbbb));
     background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px);

}


.quoteBlock .form-select {
    border: unset; 
    border-radius: unset;
}



.breadText .current {
    font-weight: bold;
    color: #000;
}

.breadText a:hover {
    color: #000;
}

.breadCrumb + section {
    margin-top: 50px
}


.continueBrowsing {
    float:right;
    position:relative;
    border: 1px solid #dddddd;
    padding: 7px 30px 5px 30px;
    font-weight: 700;
}

.continueBrowsing:hover {
        background: #ececec;
}

.breadText {
    margin-top:30px;
    margin-bottom:30px;
}

.breadText a {
text-decoration: none;
}


.breadText a:hover {
text-decoration: underline;
}

.breadText .currentPage {
    font-weight:700;
}

.currentPage {
    text-transform: uppercase;
}