@charset "UTF-8";
/*
  Theme Name:   Fleetex 2017
  Author:     Kane Mitchell
  Date:       1st April 2017
  Version:    1.0.0
*/
#fountainG {
  position: relative;
  width: 234px;
  height: 28px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: black;
  width: 28px;
  height: 28px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.775s;
  -o-animation-duration: 0.775s;
  -ms-animation-duration: 0.775s;
  -webkit-animation-duration: 0.775s;
  -moz-animation-duration: 0.775s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.316s;
  -o-animation-delay: 0.316s;
  -ms-animation-delay: 0.316s;
  -webkit-animation-delay: 0.316s;
  -moz-animation-delay: 0.316s;
}

#fountainG_2 {
  left: 29px;
  animation-delay: 0.3925s;
  -o-animation-delay: 0.3925s;
  -ms-animation-delay: 0.3925s;
  -webkit-animation-delay: 0.3925s;
  -moz-animation-delay: 0.3925s;
}

#fountainG_3 {
  left: 58px;
  animation-delay: 0.469s;
  -o-animation-delay: 0.469s;
  -ms-animation-delay: 0.469s;
  -webkit-animation-delay: 0.469s;
  -moz-animation-delay: 0.469s;
}

#fountainG_4 {
  left: 88px;
  animation-delay: 0.5455s;
  -o-animation-delay: 0.5455s;
  -ms-animation-delay: 0.5455s;
  -webkit-animation-delay: 0.5455s;
  -moz-animation-delay: 0.5455s;
}

#fountainG_5 {
  left: 117px;
  animation-delay: 0.622s;
  -o-animation-delay: 0.622s;
  -ms-animation-delay: 0.622s;
  -webkit-animation-delay: 0.622s;
  -moz-animation-delay: 0.622s;
}

#fountainG_6 {
  left: 146px;
  animation-delay: 0.6985s;
  -o-animation-delay: 0.6985s;
  -ms-animation-delay: 0.6985s;
  -webkit-animation-delay: 0.6985s;
  -moz-animation-delay: 0.6985s;
}

#fountainG_7 {
  left: 175px;
  animation-delay: 0.775s;
  -o-animation-delay: 0.775s;
  -ms-animation-delay: 0.775s;
  -webkit-animation-delay: 0.775s;
  -moz-animation-delay: 0.775s;
}

#fountainG_8 {
  left: 205px;
  animation-delay: 0.8615s;
  -o-animation-delay: 0.8615s;
  -ms-animation-delay: 0.8615s;
  -webkit-animation-delay: 0.8615s;
  -moz-animation-delay: 0.8615s;
}

@keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: black;
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    background-color: white;
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: black;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white;
  }
}

/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

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

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center;
}

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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;
}

.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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.clear {
  clear: both;
  height: 0;
  width: 0;
  display: block;
}

.clear.mobile {
  display: none;
}

@media only screen and (max-width: 650px) {
  .clear.mobile {
    display: block;
  }
}

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

.clearfix {
  display: inline-block;
}

html, body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

h1 {
  font-size: 21px;
  font-size: 2.1rem;
  border: none;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}

h1.fl-heading {
  margin-bottom: 0;
}

.fl-module-heading.info-page-h1 .fl-module-content {
  margin-bottom: 0;
}

.fl-module-heading.info-page-h1 h1 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 770px) {
  .fl-module-heading.info-page-h1 h1 {
    margin: 0 !important;
    padding-left: 0px !important;
  }
}

h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  margin-top: 0;
}

@media screen and (max-width: 770px) {
  .fl-module-heading h1.fl-heading, .fl-module-heading h2.fl-heading {
    padding-left: 0px !important;
  }
}

h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
}

h4 {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}

h5 {
  font-size: 10px;
  font-size: 1rem;
}

h6 {
  font-size: 10px;
  font-size: 1rem;
}

p, a, li, ol, ul {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
}

p strong, a strong, li strong, ol strong, ul strong {
  font-family: "Open Sans", sans-serif;
}

ul {
  margin-bottom: 20px;
  color: #444444;
}

li, ol {
  list-style-type: disc;
  color: #444444;
  margin-left: 10px;
}

p, .fl-rich-text p {
  margin-top: 2px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #444444;
}

p strong, .fl-rich-text p strong {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #008ac8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 15px;
}

ul li {
  padding-left: 5px;
  margin-bottom: 5px;
}

.rounded img {
  border-radius: 10px;
}

#page-main-content-holder {
  margin-top: 30px;
  z-index: 0;
}

#page-main-content-holder.nomargin {
  margin-top: 0;
}

#page-main-content-holder.shortMarginTop {
  margin-top: 100px;
}

.row-fixed-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.row-fixed-width .row-content-holder {
  margin: 0 15px;
}

.row-fixed-width.extended {
  max-width: 1230px;
}

.row-fixed-width.extended .row-content-holder {
  margin: 0;
}

.row-fixed-width .paddingLR5 {
  padding-left: 5px;
  padding-right: 5px;
}

.row-fixed-width .paddingLR10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row-fixed-width .paddingLR20 {
  padding-left: 20px;
  padding-right: 20px;
}

.rel {
  position: relative;
}

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

#page-container {
  min-height: 100%;
  position: relative;
}

.centre-contain {
  max-width: 1040px;
  margin: auto;
  float: none;
}

#siteHeader {
  position: relative;
  width: 100%;
  min-height: 100px;
  z-index: 99999;
  background: none;
}

@media screen and (max-width: 850px) {
  #siteHeader {
    min-height: 0;
  }
}

#siteHeader .blue_bg {
  background-color: #008ac8;
}

#siteHeader .trans_bg {
  position: relative;
  height: 100px;
  width: 100%;
  background-size: cover;
}

#siteHeader .trans_bg.noFeatImg {
  height: 0 !important;
}

#siteHeader .trans_bg > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: #111;
  opacity: 0.8;
}

@media screen and (max-width: 650px) {
  #siteHeader .trans_bg > span {
    height: 50px;
  }
}

@media screen and (max-width: 400px) {
  #siteHeader .trans_bg > span {
    height: 60px;
  }
}

#siteHeader #transbgID_7670, #siteHeader #transbgID_,
#siteHeader #transbgID_4273, #siteHeader #transbgID_4276,
#siteHeader #transbgID_4277 {
  background-image: url(/wp-content/uploads/2017/05/Fleetex-Row-Bg-1.jpg);
  height: 100px;
}

ul#primary-menu, ul#tablet-menu, ul#mobile-menu {
  text-align: right;
  margin: 0px 0 0;
  padding: 0 0 0;
}

ul#primary-menu li, ul#tablet-menu li, ul#mobile-menu li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 10px;
  margin-left: 0;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul#primary-menu li:last-child, ul#tablet-menu li:last-child, ul#mobile-menu li:last-child {
  padding-right: 0;
}

ul#primary-menu li a, ul#tablet-menu li a, ul#mobile-menu li a {
  display: block;
  text-align: center;
  padding: 9px 10px 10px 10px;
  color: #FFF;
  text-transform: capitalize;
  font-size: 8.75px;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: normal;
}

ul#primary-menu li:hover a, ul#tablet-menu li:hover a, ul#mobile-menu li:hover a {
  background-color: #008ac8;
  color: #fff;
  text-decoration: none;
}

ul#primary-menu li > .sub-menu, ul#tablet-menu li > .sub-menu, ul#mobile-menu li > .sub-menu {
  float: none;
  padding: 0px 0 10px;
  position: absolute;
  min-width: 150px;
  background-color: #008ac8;
  box-shadow: none;
  display: none;
  -webkit-transiton: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -transition: opacity 0.5s;
  z-index: 99999;
  margin-top: 0px;
}

ul#primary-menu li > .sub-menu li > .sub-menu { left: 150px; top: 0px; }

ul#primary-menu li > .sub-menu li, ul#tablet-menu li > .sub-menu li, ul#mobile-menu li > .sub-menu li {
  position: relative;
  z-index: 999;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 0;
  padding: 0;
}

ul#primary-menu li > .sub-menu li a, ul#tablet-menu li > .sub-menu li a, ul#mobile-menu li > .sub-menu li a {
  display: block;
  text-align: left;
  margin: 0;
  padding: 7px 10px;
}

ul#primary-menu li > .sub-menu li a:hover, ul#tablet-menu li > .sub-menu li a:hover, ul#mobile-menu li > .sub-menu li a:hover {
  color: #9bd0e8;
}

ul#primary-menu li:hover > .sub-menu, ul#tablet-menu li:hover > .sub-menu, ul#mobile-menu li:hover > .sub-menu {
  display: block;
}

.mobile-tagline {
  position: relative;
  text-align: right;
  color: #FFF;
  z-index: 999;
}

.mobile-tagline h5 {
  color: #FFF;
  font-size: 9px;
  font-size: 0.9rem;
  margin: 0;
  padding-top: 7px;
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  .mobile-tagline h5 {
    font-size: 8px;
    font-size: 0.8rem;
    padding-top: 22px;
  }
}

.mobile-tagline h5 a {
  display: inline-block;
  margin-left: 15px;
  font-size: inherit;
}

@media screen and (min-width: 850px) {
  .mobile-tagline {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  ul#primary-menu {
    display: none;
  }
}

ul#primary-menu li {
  position: relative;
  z-index: 9999;
}

ul#primary-menu li > .sub-menu li {
  padding-left: 0;
}

ul#tablet-menu {
  margin-bottom: 10px;
}

ul#tablet-menu li {
  padding-left: 5px;
}

ul#tablet-menu li a {
  font-size: 9px;
  font-size: 0.9rem;
}

@media screen and (min-width: 1050px) {
  ul#tablet-menu {
    display: none;
  }
}

ul#mobile-menu ul.sub-menu {
  position: relative;
  background: #333;
  padding: 5px;
}

@media screen and (max-width: 850px) {
  ul#mobile-menu ul.sub-menu {
    padding: 0;
  }
}

ul#mobile-menu ul.sub-menu li a {
  text-align: center;
}

a#header-logo-link {
  float: left;
  width: 27%;
  cursor: pointer;
  margin: 10px auto;
  position: relative;
  z-index: 999;
}

a#header-logo-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: left;
}

@media screen and (max-width: 850px) {
  a#header-logo-link {
    width: 65%;
    padding: 5px 0;
    margin: 0;
    display: block;
  }
  a#header-logo-link img {
    top: 10px;
    max-width: 200px;
    margin: 0;
    display: block;
    text-align: center;
  }
}

#mobile-menu-holder {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 850px) {
  #mobile-menu-holder {
    display: block;
    width: 35%;
    float: left;
    text-align: right;
  }
}

#mobile-menu-holder a {
  color: #FFF;
  font-size: 23px;
  font-size: 2.3rem;
  float: right;
}

a#mobile-search-btn-top {
  margin-right: 25px;
  font-size: 21px;
  font-size: 2.1rem;
}

#header-nav-holder {
  margin-top: 15px;
  margin-bottom: 30px;
  float: right;
  width: 73%;
  position: relative;
  z-index: 99999;
}

@media screen and (max-width: 850px) {
  #header-nav-holder {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
}

#header-trucksales-contact {
  float: left;
  width: 47%;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 3%;
}

@media screen and (max-width: 1050px) {
  #header-trucksales-contact {
    width: 65%;
    margin-bottom: 5px;
  }
}

#header-trucksales-contact h4, #header-trucksales-contact h5 {
  font-size: 9.5px;
  font-size: 0.95rem;
  font-family: "Open Sans", sans-serif;
  color: #00457d;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
}

#header-trucksales-contact a, #header-trucksales-contact h5 span {
  display: block;
  width: 100%;
  text-align: left;
  color: #FFF;
  cursor: arrow;
  font-size: 13.5px;
  font-size: 1.35rem;
  letter-spacing: 2px;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

#header-trucksales-contact h5 {
  display: none;
}

@media screen and (max-width: 850px) {
  #header-trucksales-contact {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #header-trucksales-contact h4, #header-trucksales-contact a {
    display: none;
  }
  #header-trucksales-contact h5, #header-trucksales-contact h5 span, #header-trucksales-contact h5 span a {
    display: inline;
    font-size: 6.5px;
    font-size: 0.65rem;
    font-family: "Open Sans", sans-serif;
  }
  #header-trucksales-contact h5 {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  #header-trucksales-contact h5 span a {
    display: block;
    margin-top: 3px;
    text-align: center;
  }
}

#header-trucksales-social-holder {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1050px) {
  #header-trucksales-social-holder {
    float: right;
    width: 30%;
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  #header-trucksales-social-holder {
    display: none;
  }
}

#header-trucksales-social-holder ul.socialLink-list {
  margin-top: 0;
}

.menu-main-menu-container {
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 650px) {
  .menu-main-menu-container {
    display: none;
  }
}

ul.socialLink-list {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 1050px) {
  ul.socialLink-list {
    display: none;
  }
}

ul.socialLink-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.socialLink-list li.socialLink a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  background-size: 30px 150px;
  background-position: 0 0;
  background-image: url(../images/Fleetex-Social-Media-Sprite.png);
}

ul.socialLink-list li.socialLink a.fb {
  background-position: 0 -30px;
}

ul.socialLink-list li.socialLink a.yt {
  background-position: 0 -60px;
}

ul.socialLink-list li.socialLink a.em {
  background-position: 0 -90px;
}

ul.socialLink-list li.socialLink a.uj {
  background-position: 0 -120px;
}

ul.socialLink-list li.follow-us {
  font-size: 7px;
  font-size: 0.7rem;
  color: #FFF;
}

ul.socialLink-list.alignLeft {
  float: left;
}

@media only screen and (max-width: 650px) {
  ul.socialLink-list {
    display: none;
  }
}

#langOptions_holder {
  float: right;
  margin-right: 0px;
  padding-top: 2px;
}

#langOptions_holder a {
  color: #adadad;
  font-size: 7px;
  font-size: 0.7rem;
  display: block;
}

#langOptions_holder a span {
  display: inline-block;
  margin-right: 5px;
}

#langOptions_holder a i {
  display: inline-block;
  color: #FFF;
}

#langOptions_holder ul.payment-icons {
  width: 100%;
  text-align: right;
  margin: 0 0 10px;
  padding: 0;
  float: left;
}

@media screen and (max-width: 850px) {
  #langOptions_holder ul.payment-icons {
    display: none;
  }
}

#langOptions_holder ul.payment-icons li {
  float: right;
  padding-left: 5px;
  list-style: none;
  margin-bottom: 0;
}

#langOptions_holder ul.payment-icons li img {
  width: 27px;
  display: block;
}

#langOptions_holder ul.payment-icons li a {
  padding-top: 2px;
}

ul li#lang-list-item {
  display: none;
}

#truck_category_header, .truckCategory_holder {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d6d6d6;
  z-index: 9999;
}

#truck_category_header ul, .truckCategory_holder ul {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}

#truck_category_header ul span.tooltip, .truckCategory_holder ul span.tooltip {
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
  border-radius: 0;
  -webkit-transition: opacity 0.4s ease, bottom 0.4s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.4s ease 0s, bottom 0.4s ease 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  font-size: 8.125px;
  font-size: 0.8125rem;
  bottom: -20px;
  left: 0;
  min-width: 100%;
  background-color: #ffd300;
  padding: 5px 5%;
  background-color: #fecb2f;
}

#truck_category_header ul span.tooltip::before, .truckCategory_holder ul span.tooltip::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.3em;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -0.7em;
  border-width: 0.75em;
  border-style: solid;
  border-color: transparent transparent #ffd300 transparent;
}

#truck_category_header ul li:hover span.tooltip, .truckCategory_holder ul li:hover span.tooltip {
  display: block;
  bottom: -2.2em;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#truck_category_header ul li, .truckCategory_holder ul li {
  position: relative;
  display: inline-block;
  width: 14.28%;
  float: left;
  box-sizing: border-box;
  height: auto;
  background: none;
  margin: 0;
  padding: 0;
}

#truck_category_header ul li a, .truckCategory_holder ul li a {
  border-left: 1px solid #d6d6d6;
  display: block;
  z-index: 999;
  padding: 10px 0;
}

#truck_category_header ul li a:hover, .truckCategory_holder ul li a:hover {
  background-color: #e0e0e0;
}

#truck_category_header ul li a span.icon_img, .truckCategory_holder ul li a span.icon_img {
  display: block;
  margin: 0 auto;
  width: 82px;
  height: 55px;
  cursor: pointer;
  background-size: 82px 442px;
  background-position: 0 0;
  background-image: url(../images/Fleetex-Movements_Category_Sprite_v2.png);
  background-repeat: no-repeat;
}

#truck_category_header ul li a span.icon_img.icon_tractor, .truckCategory_holder ul li a span.icon_img.icon_tractor {
  background-position: 0 0;
}

#truck_category_header ul li a span.icon_img.icon_trailer, .truckCategory_holder ul li a span.icon_img.icon_trailer {
  background-position: 0 -55px;
}

#truck_category_header ul li a span.icon_img.icon_rigid, .truckCategory_holder ul li a span.icon_img.icon_rigid {
  background-position: 0 -110px;
}

#truck_category_header ul li a span.icon_img.icon_combi, .truckCategory_holder ul li a span.icon_img.icon_combi {
  background-position: 0 -163px;
}

#truck_category_header ul li a span.icon_img.icon_tippers, .truckCategory_holder ul li a span.icon_img.icon_tippers {
  background-position: 0 -220px;
}

#truck_category_header ul li a span.icon_img.icon_plant, .truckCategory_holder ul li a span.icon_img.icon_plant {
  background-position: 0 -275px;
}

#truck_category_header ul li a span.icon_img.icon_cars, .truckCategory_holder ul li a span.icon_img.icon_cars {
  background-position: 0 -325px;
}

#truck_category_header ul li a span.icon_img.icon_cranes, .truckCategory_holder ul li a span.icon_img.icon_cranes {
  background-position: 0 -380px;
}

#truck_category_header ul li:last-child a, .truckCategory_holder ul li:last-child a {
  border-right: 1px solid #d6d6d6;
}

#truck_category_header ul li a span.total_vehicles, .truckCategory_holder ul li a span.total_vehicles {
  background: none;
  color: #FFF;
}

#mobile-menu-dropdown-holder {
  position: relative;
  display: none;
  width: 100%;
  z-index: 999;
  background-color: #000;
}

#mobile-menu-dropdown-holder > div {
  display: block;
  width: 100%;
  background-color: #000;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  z-index: 999999;
  top: 6px;
}

#mobile-menu-dropdown-holder .menu-main-menu-container {
  display: block;
}

#mobile-menu-dropdown-holder ul {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  z-index: 999999;
}

#mobile-menu-dropdown-holder ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
}

#mobile-menu-dropdown-holder ul li a {
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 850px) {
  #mobile-menu-dropdown-holder.active {
    position: absolute;
    top: 55px;
    display: block;
  }
}

form#searchForm_holder {
  float: none;
  margin-top: 4px;
  max-width: 200px;
  margin-left: 20px;
  float: right;
  padding-left: 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 850px) {
  form#searchForm_holder {
    display: none;
  }
}

form#searchForm_holder span#searchForm_searchbySpec {
  display: block;
  text-align: right;
  color: #FFF;
  font-size: 6.5px;
  font-size: 0.65rem;
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 0px;
  cursor: pointer;
}

form#searchForm_holder span#searchForm_searchbySpec input {
  display: inline-block;
}

form#searchForm_holder input#searchForm_textInput {
  float: left;
  width: 80%;
  border-left: 1px #999999 solid;
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  border-right: none;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  padding: 4px 3px;
  text-indent: 5px;
  font-size: 8.125px;
  font-size: 0.8125rem;
}

form#searchForm_holder #searchForm_submit {
  cursor: pointer;
  float: left;
  width: 20%;
  border-left: none;
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  border-right: 1px #999999 solid;
  border-radius: 0 5px 5px 0;
  font-size: 10px;
  font-size: 1rem;
  padding: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b7b9bc+100 */
  background: #eee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #b7b9bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b9bc',GradientType=0 );
  /* IE6-9 */
}

@-moz-document url-prefix() {
  form#searchForm_holder #searchForm_submit {
    padding: 1px 3px;
  }
}

form#searchForm_holder #searchForm_submit span {
  display: none;
}

form#mobile_searchForm_holder {
  padding: 20px 0;
}

form#mobile_searchForm_holder h5 {
  font-size: 12.5px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}

form#mobile_searchForm_holder input#searchForm_textInput {
  float: none;
  width: 100%;
  border: 1px #999999 solid;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 5px;
  text-indent: 10px;
  margin-bottom: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}

form#mobile_searchForm_holder #searchForm_submit {
  cursor: pointer;
  float: none;
  width: 100%;
  border: 1px #999999 solid;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b7b9bc+100 */
  background: #eee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #b7b9bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b9bc',GradientType=0 );
  /* IE6-9 */
}

@-moz-document url-prefix() {
  form#mobile_searchForm_holder #searchForm_submit {
    padding: 1px 3px;
  }
}

.truck_category_header, .truckCategory_holder {
  width: 100%;
  position: relative;
  background: none;
  border-bottom: none;
  z-index: 9999;
}

.truck_category_header span.overlay_bg, .truckCategory_holder span.overlay_bg {
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.truck_category_header ul, .truckCategory_holder ul {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.truck_category_header ul span.tooltip, .truckCategory_holder ul span.tooltip {
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
  border-radius: 0;
  -webkit-transition: opacity 0.4s ease, bottom 0.4s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.4s ease 0s, bottom 0.4s ease 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  font-size: 8.125px;
  font-size: 0.8125rem;
  bottom: -20px;
  left: 0;
  min-width: 100%;
  background-color: #008ac8;
  padding: 5px 0;
  text-align: center;
}

.truck_category_header ul span.tooltip::before, .truckCategory_holder ul span.tooltip::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.3em;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -0.7em;
  border-width: 0.75em;
  border-style: solid;
  border-color: transparent transparent #008ac8 transparent;
}

.truck_category_header ul li:hover span.tooltip, .truckCategory_holder ul li:hover span.tooltip {
  display: block;
  bottom: -2.2em;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.truck_category_header ul li, .truckCategory_holder ul li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  background: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 850px) {
  .truck_category_header ul li, .truckCategory_holder ul li {
    width: 25%;
  }
}

.truck_category_header ul li a, .truckCategory_holder ul li a {
  border-left: 1px solid #111;
  display: block;
  z-index: 999;
  padding: 25px 50px;
}

.truck_category_header ul li a span.icon_img, .truckCategory_holder ul li a span.icon_img {
  display: block;
  margin: 0 auto;
  width: 82px;
  height: 55px;
  cursor: pointer;
  background-size: 82px 442px;
  background-position: 0 0;
  background-image: url(../images/Fleetex-Movements_Category_Sprite_v2.png);
  background-repeat: no-repeat;
}

.truck_category_header ul li a span.icon_img.icon_tractor, .truckCategory_holder ul li a span.icon_img.icon_tractor {
  background-position: 0 0;
}

.truck_category_header ul li a span.icon_img.icon_trailer, .truckCategory_holder ul li a span.icon_img.icon_trailer {
  background-position: 0 -55px;
}

.truck_category_header ul li a span.icon_img.icon_rigid, .truckCategory_holder ul li a span.icon_img.icon_rigid {
  background-position: 0 -110px;
}

.truck_category_header ul li a span.icon_img.icon_combi, .truckCategory_holder ul li a span.icon_img.icon_combi {
  background-position: 0 -163px;
}

.truck_category_header ul li a span.icon_img.icon_tippers, .truckCategory_holder ul li a span.icon_img.icon_tippers {
  background-position: 0 -220px;
}

.truck_category_header ul li a span.icon_img.icon_plant, .truckCategory_holder ul li a span.icon_img.icon_plant {
  background-position: 0 -275px;
}

.truck_category_header ul li a span.icon_img.icon_cars, .truckCategory_holder ul li a span.icon_img.icon_cars {
  background-position: 0 -325px;
}

.truck_category_header ul li a span.icon_img.icon_cranes, .truckCategory_holder ul li a span.icon_img.icon_cranes {
  background-position: 0 -384px;
}

.truck_category_header ul li:last-child a, .truckCategory_holder ul li:last-child a {
  border-right: 1px solid #111;
}

.truck_category_header ul li a span.total_vehicles, .truckCategory_holder ul li a span.total_vehicles {
  background: none;
  color: #c0c0c0;
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  .truck_category_header .row-fixed-width .row-content-holder, .truckCategory_holder .row-fixed-width .row-content-holder {
    border-top: 1px solid #111;
    margin: 0;
  }
  .truck_category_header ul li, .truckCategory_holder ul li {
    width: 25%;
  }
  .truck_category_header ul li a, .truckCategory_holder ul li a {
    padding: 10px 35px;
  }
}

@media screen and (max-width: 550px) {
  .truck_category_header ul li a, .truckCategory_holder ul li a {
    padding: 10px;
  }
  .truck_category_header ul li a span, .truckCategory_holder ul li a span {
    height: 40px;
    width: 53px;
    background-size: 53px 250px;
  }
  .truck_category_header ul li a span.icon_tractor, .truckCategory_holder ul li a span.icon_tractor {
    background-position: 0 0;
  }
  .truck_category_header ul li a span.icon_trailer, .truckCategory_holder ul li a span.icon_trailer {
    background-position: 0 -32px;
  }
  .truck_category_header ul li a span.icon_rigid, .truckCategory_holder ul li a span.icon_rigid {
    background-position: 0 -66px;
  }
  .truck_category_header ul li a span.icon_plant, .truckCategory_holder ul li a span.icon_plant {
    background-position: 0 -177px;
  }
}

#home-banner-title-holder .fl-module-content {
  position: relative;
}

#home-banner-title-holder .fl-html h1 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  color: #008ac8;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 999;
  padding: 30px 20px;
  text-shadow: 1px 1px 3px #000;
}

@media screen and (max-width: 720px) {
  #home-banner-title-holder .fl-html h1 {
    font-size: 11.5px;
    font-size: 1.15rem;
    padding: 15px;
  }
}

#home-banner-title-holder .fl-html span.col-header-overlay-bg {
  background-color: #000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#google_translate_element {
  display: block;
  width: 159px;
  overflow: hidden;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
  float: right;
  font-size: 12px;
  color: #bbb;
  margin-bottom: 3px;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
  font-size: 12px;
  margin-right: 6px;
}

@media screen and (max-width: 1050px) {
  #google_translate_element {
    margin-top: 10px;
  }
}

@media screen and (max-width: 850px) {
  #google_translate_element {
    display: none;
  }
}

#truck_category_top_holder {
  position: relative;
  margin-top: 40px;
  background-color: #efefef;
  border-bottom: 1px solid #d6d6d6;
}

#truck_category_top_holder .truck_category_header span.overlay_bg, #truck_category_top_holder .truckCategory_holder span.overlay_bg {
  display: none;
}

#truck_category_top_holder .truck_category_header ul li a, #truck_category_top_holder .truckCategory_holder ul li a,
#truck_category_top_holder .truck_category_header ul li:last-child a, #truck_category_top_holder .truckCategory_holder ul li:last-child a {
  padding: 15px 50px;
  border-left-color: #d6d6d6;
  border-right-color: #d6d6d6;
}

#truck_category_top_holder .truck_category_header ul li a span.icon_img, #truck_category_top_holder .truckCategory_holder ul li a span.icon_img {
  width: 70px;
  height: 47px;
  cursor: pointer;
  background-size: 70px 377px;
  background-image: url(../images/Fleetex-Movements_Categor_Sprite_Dark-v2.png);
}

#truck_category_top_holder .truck_category_header ul li a span.total_vehicles, #truck_category_top_holder .truckCategory_holder ul li a span.total_vehicles {
  color: #5b5b5b;
}

#truck_category_top_holder .truck_category_header ul li a span.icon_img.icon_trailer, #truck_category_top_holder .truckCategory_holder ul li a span.icon_img.icon_trailer {
  background-position: 0 -43px;
}

#truck_category_top_holder .truck_category_header ul li a span.icon_img.icon_rigid, #truck_category_top_holder .truckCategory_holder ul li a span.icon_img.icon_rigid {
  background-position: 0 -90px;
}

#truck_category_top_holder .truck_category_header ul li a span.icon_img.icon_plant, #truck_category_top_holder .truckCategory_holder ul li a span.icon_img.icon_plant {
  background-position: 0 -236px;
}

#truck_category_top_holder .truck_category_header ul li a span.icon_img.icon_tippers, #truck_category_top_holder .truckCategory_holder ul li a span.icon_img.icon_tippers {
  background-position: 0 -188px;
}

#truck_category_top_holder .truck_category_header ul li a span.icon_img.icon_cranes, #truck_category_top_holder .truckCategory_holder ul li a span.icon_img.icon_cranes {
  background-position: 0 -328px;
}

footer {
  position: relative;
  width: 100%;
  background-color: #424e58;
  margin-top: 0px;
}

#main-footer-holder {
  position: relative;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 999;
}

#main-footer-holder .footer-col {
  float: left;
  width: 23.5%;
  margin-left: 2%;
}

#main-footer-holder .footer-col:first-child {
  margin-left: 0;
}

#main-footer-holder .footer-col h5 {
  color: #008ac8;
  margin: 0 0 20px;
  line-height: 1.4;
  border-bottom: 1px solid #858585;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

#main-footer-holder .footer-col h5 span {
  color: #008ac8;
}

#main-footer-holder .footer-col h6 {
  color: #FFF;
  line-height: 1.3;
  margin: 0 0 15px;
}

#main-footer-holder .footer-col p {
  color: #FFF;
  font-size: 7.5px;
  font-size: 0.75rem;
}

#main-footer-holder .footer-col a {
  font-size: 8px;
  font-size: 0.8rem;
  color: #008ac8;
}

@media only screen and (max-width: 650px) {
  #main-footer-holder .footer-col a {
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
  }
}

#main-footer-holder .footer-col a span {
  color: #FFF;
}

#main-footer-holder .footer-col iframe {
  width: 100%;
}

@media only screen and (max-width: 650px) {
  #main-footer-holder .footer-col {
    width: 100%;
    margin: 0 0 10px;
  }
}

#fleetex-logo-footer {
  display: block;
  width: 85%;
  max-width: 100%;
  margin-bottom: 27px;
}

.address-holder, .phone-holder, .fax-holder, .email-holder {
  position: relative;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding-left: 5px;
}

.address-holder p, .address-holder a, .phone-holder p, .phone-holder a, .fax-holder p, .fax-holder a, .email-holder p, .email-holder a {
  margin: 0 0 3px;
  padding: 0;
}

.address-holder p strong, .address-holder a strong, .phone-holder p strong, .phone-holder a strong, .fax-holder p strong, .fax-holder a strong, .email-holder p strong, .email-holder a strong {
  color: #FFF;
}

.address-holder > div, .phone-holder > div, .fax-holder > div, .email-holder > div {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

#main-footer-holder .footer-col .email-holder > div {
  padding-left: 0;
}

#main-footer-holder .footer-col .email-holder > div a {
  margin-bottom: 3px;
}

.address-holder:before {
  content: " ";
  background-image: url("../images/wm-mail-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  color: #858585;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0;
}

.phone-holder:before {
  content: " ";
  background-image: url("../images/wm-phone-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  color: #858585;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0;
}

.fax-holder:before {
  content: " ";
  background-image: url("../images/wm-fax-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  color: #858585;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0;
}

.email-holder {
  margin-bottom: 10px;
  padding-left: 5px;
}

.email-holder a {
  color: #008ac8;
}

.email-holder:before {
  content: " ";
  background-image: url("../images/wm-at-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: #858585;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}

#main-footer-holder .footer-col p.follow-us {
  margin: 10px 0 0;
  color: #FFF;
}

#main-footer-holder ul.socialLink-list {
  margin-top: 5px;
}

@media only screen and (max-width: 650px) {
  #main-footer-holder ul.socialLink-list {
    display: block;
  }
}

@media screen and (max-width: 1050px) {
  #main-footer-holder ul.socialLink-list {
    display: block;
  }
}

#main-footer-holder .footer-col strong {
  font-weight: bold;
}

#footer-copyright-holder {
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
  margin-top: 5px;
}

#footer-copyright-holder p, #footer-copyright-holder a {
  float: left;
  width: 50%;
  font-size: 7px;
  font-size: 0.7rem;
  text-align-last: auto;
  color: #adadad;
  margin: 0;
  padding: 0;
}

#footer-copyright-holder a#designedBy {
  text-align: right;
  text-decoration: none;
}

#footer-copyright-holder a#designedBy span.hullabaloo {
  color: #c2c2c2;
}

#footer-copyright-holder a#designedBy span.star {
  color: #008ac8;
}

#site-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

#site-overlay span.site-overlay-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #333;
  opacity: 0.8;
}

#site-overlay-centre {
  position: relative;
  width: 400px;
  max-width: 80%;
  max-height: 80%;
  margin: 10% auto 0;
  z-index: 999999;
  overflow: auto;
}

#site-overlay-centre.large {
  width: 80%;
}

#site-overlay-content-holder {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
}

#popup-youtube {
  text-align: center;
}

#popup-youtube iframe {
  max-width: 100%;
}

a#hideOverlay {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-weight: bold;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
}

a#hideOverlay:hover {
  text-decoration: none;
}

#homepage_header h1 {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

#homepage_header h1 span.red {
  color: #008ac8;
}

.single-exportlocation .export-location-left-sidebar {
  float: left;
  width: 25%;
}

.single-exportlocation .export-location-left-sidebar > div {
  margin: 20px;
}

@media screen and (max-width: 720px) {
  .single-exportlocation .export-location-left-sidebar {
    display: none;
  }
}

.single-exportlocation .export-location-mobile {
  display: none;
}

@media screen and (max-width: 720px) {
  .single-exportlocation .export-location-mobile {
    display: block;
  }
}

.export-location-main-content {
  float: left;
  width: 75%;
  margin-top: 20px;
}

.export-location-main-content h1 {
  margin: 0 0 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.export-location-main-content h3 {
  margin-bottom: 10px;
}

.export-location-main-content .fl-row-content-wrap {
  padding: 0;
}

.export-location-main-content .export-location-img-content {
  float: left;
  width: 25%;
}

.export-location-main-content .export-location-img-content img {
  width: 90%;
  display: block;
}

.export-location-main-content .export-location-text-content {
  float: left;
  width: 70%;
}

.export-location-main-content .export-location-text-content h4 {
  font-family: "Open Sans", sans-serif;
  margin: 20px 0 5px;
  font-size: 10px;
  font-size: 1rem;
}

.export-location-main-content .export-location-text-content h4:first-child {
  margin-top: 0;
}

.export-location-main-content .export-location-text-content p {
  margin: 0 0 3px;
}

.export-location-main-content .export-location-text-content p b {
  font-weight: bold;
}

.row-fixed-width.extended .single-exportlocation {
  margin-top: 70px;
}

.export-location-mobile {
  display: none;
}

@media only screen and (max-width: 770px) {
  .export-location-left-sidebar {
    display: none;
  }
  .export-location-main-content {
    width: 100%;
    float: none;
  }
  .export-location-mobile {
    float: none;
    display: block;
    margin: 0 15px 20px;
  }
}

.fl-accordion .fl-accordion-button {
  background-color: #efefef;
  border: none;
  padding: 15px 20px;
}

.fl-accordion .fl-accordion-button i {
  color: #008ac8;
  opacity: 1;
}

.fl-accordion .fl-accordion-content {
  padding-top: 20px;
  background-color: #efefef;
}

.fl-accordion .fl-accordion-button-label {
  font-size: 9px;
  font-size: 0.9rem;
  color: "Open Sans", sans-serif;
}

.fl-accordion .fl-accordion-item-active .fl-accordion-button {
  background-color: #d6d6d6;
}

a#mobile-search-btn {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 9.375px;
  font-size: 0.9375rem;
  border: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  background: #008ac8;
  border: none;
  cursor: pointer;
}

a#mobile-search-btn:hover {
  text-decoration: none;
}

@media only screen and (max-width: 770px) {
  a#mobile-search-btn {
    display: block;
    margin-bottom: 10px;
  }
}

.mf_mobileSearchPanel {
  display: none;
}

#site-overlay-centre.mobile-search {
  background: #008ac8;
}

#site-overlay-centre.mobile-search #site-overlay-content-holder {
  background: #008ac8;
  padding: 0;
}

#site-overlay-centre.mobile-search h6 {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

#site-overlay-centre.mobile-search h6 span {
  color: #000;
}

#site-overlay-centre.mobile-search form.form-search-vehicles input.submitBtn {
  background: #000;
  box-shadow: none;
  margin-left: auto;
}

#site-overlay-centre.mobile-search .truckCategory_holder {
  display: block;
}

#site-overlay-centre.mobile-search .truckCategory_holder ul li:first-child {
  width: 100%;
}

#site-overlay-centre.mobile-search .truckCategory_holder ul li:first-child a {
  border-left: none;
  border-bottom: 1px solid #d6d6d6;
}

#site-overlay-centre.mobile-search .truckCategory_holder ul li {
  width: 50%;
}

#mobileSearchPanel_content {
  padding: 20px;
}

#mobileSearchPanel_content span#searchForm_searchbySpec_mobile {
  color: #FFF;
  font-size: 7.5px;
  font-size: 0.75rem;
  padding: 0px 0 5px;
  display: block;
}

#mobileSearchPanel_content form.search-free-text-form {
  margin-top: 0px;
}

#mobileSearchPanel_content form.search-free-text-form input[type=text] {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
}

#mobileSearchPanel_content form.search-free-text-form .searchForm_submit {
  display: block;
  width: 100%;
  background-color: #000;
  color: #FFF;
  border: none;
  text-align: center;
  margin-top: 10px;
  font-size: 9.375px;
  font-size: 0.9375rem;
  padding: 10px;
}

#mobileSearchPanel_content .form-search-vehicles-row label {
  color: #FFF;
}

#mobileSearchPanel_content .submitBtn {
  margin-left: 0;
}

.shc_exportLocationDropdown_holder ul.export-locations {
  padding: 0;
  margin: 35px 0 20px;
  float: left;
  width: 100%;
}

.shc_exportLocationDropdown_holder ul.export-locations li {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.shc_exportLocationDropdown_holder ul.export-locations li:last-child {
  margin-bottom: 0;
}

.shc_exportLocationDropdown_holder ul.export-locations li a {
  display: block;
  width: 100%;
}

.shc_exportLocationDropdown_holder ul.export-locations li a img {
  float: none;
  width: 60%;
  display: block;
  margin: auto;
  text-align: center;
}

.shc_exportLocationDropdown_holder ul.export-locations li a span {
  float: none;
  width: 100%;
  margin-top: 15px;
  min-height: 50px;
  text-align: center;
  display: block;
  color: #000;
}

.shc_email_update_holder {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  background-color: #e2e6e9;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
}

.shc_email_update_holder:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

.shc_email_update_holder > div {
  padding: 15px 20px 20px;
}

.shc_email_update_holder h5 {
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #444444;
  margin: 0 0 10px;
  font-weight: bold;
  padding: 0;
}

.shc_email_update_holder h5 span {
  color: #008ac8;
}

.shc_email_update_holder p {
  color: #444444;
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.shc_email_update_holder input {
  border: 1px solid #c2cad1;
  width: auto;
  max-width: 100%;
  line-height: 1.2;
  padding: 10px 15px;
  font-size: 7.5px;
  font-size: 0.75rem;
  margin: 0 0 10px;
}

.shc_email_update_holder input.error {
  background-color: #fbdce0;
}

.shc_email_update_holder a {
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  background: #008ac8;
  color: #FFF;
  text-transform: uppercase;
  font-size: 7.5px;
  font-size: 0.75rem;
  cursor: pointer;
}

.shc_email_update_holder_row {
  background-color: #e2e6e9;
  padding: 20px 0;
}

.shc_email_update_holder_row .row-fixed-width {
  width: 900px;
  max-width: 100%;
}

.shc_email_update_holder_fullrow {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.shc_email_update_holder_fullrow:before {
  content: "";
  border-top: none;
}

.shc_email_update_holder_fullrow > div {
  padding: 0;
  float: left;
}

.shc_email_update_holder_fullrow .email_update_text_holder {
  width: 60%;
}

@media (max-width: 880px) {
  .shc_email_update_holder_fullrow .email_update_text_holder {
    width: 100%;
  }
}

.shc_email_update_holder_fullrow .email_update_text_holder img {
  float: left;
  width: 15%;
  height: auto;
  display: block;
  margin: 0;
  max-width: 60px;
}

@media (max-width: 500px) {
  .shc_email_update_holder_fullrow .email_update_text_holder img {
    float: none;
    width: 100px;
    margin: 0 auto 10px;
  }
}

.shc_email_update_holder_fullrow .email_update_text_holder > div {
  float: right;
  width: 85%;
}

@media (max-width: 500px) {
  .shc_email_update_holder_fullrow .email_update_text_holder > div {
    float: none;
    width: 100%;
  }
}

.shc_email_update_holder_fullrow .email_update_text_holder h5 {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 500px) {
  .shc_email_update_holder_fullrow .email_update_text_holder h5 {
    text-align: center;
  }
}

.shc_email_update_holder_fullrow .email_update_text_holder p {
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #444444;
}

@media (max-width: 500px) {
  .shc_email_update_holder_fullrow .email_update_text_holder p {
    text-align: center;
  }
}

.shc_email_update_holder_fullrow .email_update_form_holder {
  float: right;
  width: 40%;
  padding-top: 10px;
}

@media (max-width: 880px) {
  .shc_email_update_holder_fullrow .email_update_form_holder {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 20px;
    margin: 0px auto 0;
    max-width: 300px;
  }
}

.shc_email_update_holder_fullrow .email_update_form_holder input {
  font-size: 9px;
  font-size: 0.9rem;
  padding: 10px;
  margin-right: 5%;
  margin-bottom: 0;
  width: 60%;
}

.shc_email_update_holder_fullrow .email_update_form_holder a {
  font-size: 8.75px;
  font-size: 0.875rem;
  padding: 10px 20px;
  font-weight: 200;
  width: 35%;
}

.wm_form_holder {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #f9f9f9;
}

.wm_form_holder .wm_form_input_row {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.wm_form_holder .wm_form_input_row .leftMargin {
  margin-left: 30%;
}

@media only screen and (max-width: 650px) {
  .wm_form_holder .wm_form_input_row .leftMargin {
    margin-left: 0;
  }
}

.wm_form_holder .wm_form_input_row .subscribeCheckHolder .wpcf7-list-item {
  margin: 0;
  width: 100%;
}

.wm_form_holder .wm_form_input_row .subscribeCheckHolder .wpcf7-list-item input {
  width: auto;
  margin-right: 20px;
  margin-top: 1px;
}

.wm_form_holder .wm_form_input_row label {
  float: left;
  display: block;
  width: 30%;
  font-size: 10px;
  font-size: 1rem;
  color: #444444;
}

@media only screen and (max-width: 650px) {
  .wm_form_holder .wm_form_input_row label {
    width: 100%;
    margin-bottom: 3px;
  }
}

.wm_form_holder .wm_form_input_row label sup {
  color: #008ac8;
}

.wm_form_holder .wm_form_input_row input {
  float: left;
  width: 70%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (max-width: 650px) {
  .wm_form_holder .wm_form_input_row input {
    width: 100%;
  }
}

.wm_form_holder .wm_form_input_row input.extend {
  max-width: auto;
}

.wm_form_holder .wm_form_input_row textarea {
  width: 70%;
  border-color: #cccccc;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  padding: 10px;
  color: #444444;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 650px) {
  .wm_form_holder .wm_form_input_row textarea {
    width: 100%;
  }
}

.wm_form_holder .wm_form_input_row .wpcf7-radio label {
  display: inline-block;
}

.wm_form_holder .wm_form_input_row .wpcf7-radio span.wpcf7-list-item-label {
  float: left;
  width: 50px;
  font-size: 7.5px;
  font-size: 0.75rem;
}

.wm_form_holder .wm_form_input_row .wpcf7-radio input {
  float: left;
}

.wm_form_holder .wm_form_input_row input[type=submit] {
  margin-left: 30%;
  width: auto;
  padding: 10px 30px;
  border: none;
  display: inline-block;
  text-align: center;
  background: #008ac8;
  color: #FFF;
  text-transform: uppercase;
  font-size: 7.5px;
  font-size: 0.75rem;
  cursor: pointer;
}

.wm_form_holder span.wpcf7-not-valid-tip {
  text-indent: 10px;
  font-size: 7.5px;
  font-size: 0.75rem;
  padding-top: 7px;
  display: inline-block;
}

.wm_form_holder .wm_form_holder_dataprotection {
  border-top: 2px solid #999999;
  margin: 20px auto 0;
  padding: 20px 0 0;
}

.wm_form_holder .wm_form_holder_dataprotection h4 {
  font-size: 10px;
  font-size: 1rem;
}

.wm_form_holder .wm_form_holder_dataprotection p {
  font-size: 7.5px;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.module_panel_holder {
  position: relative;
  border: none;
  box-sizing: border-box;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #e2e6e9;
}

.module_panel_holder h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 8.75px;
  font-size: 0.875rem;
}

.module_panel_holder h6 span {
  color: #008ac8;
}

.listChildSibling_pages_holder {
  position: relative;
  box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
}

.listChildSibling_pages_holder:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

.listChildSibling_pages_holder > div {
  padding: 20px;
}

.listChildSibling_pages_holder ul {
  padding: 0;
  margin: 0;
}

.listChildSibling_pages_holder ul li {
  width: 100%;
  padding: 5px 0;
  list-style: none;
}

.listChildSibling_pages_holder ul li a {
  color: #444444;
  display: block;
}

.listChildSibling_pages_holder ul li a.active {
  color: #008ac8;
}

.shc_recentlyAdded_holder {
  width: 100%;
}

.shc_recentlyAdded_holder .shc_recentlyAdded_header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.shc_recentlyAdded_holder .shc_recentlyAdded_header h3 {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #c2cad1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #424e58;
}

@media (max-width: 450px) {
  .shc_recentlyAdded_holder .shc_recentlyAdded_header h3 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: none;
  }
}

.shc_recentlyAdded_holder .shc_recentlyAdded_header h6 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  margin: 0;
  color: #424e58;
}

@media (max-width: 450px) {
  .shc_recentlyAdded_holder .shc_recentlyAdded_header h6 {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c2cad1;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

.shc_recentlyAdded_holder .recently_added_item_holder {
  float: left;
  width: 15%;
  margin-bottom: 20px;
  margin-right: 2%;
  position: relative;
}

.shc_recentlyAdded_holder .recently_added_item_holder:nth-child(6n) {
  margin-right: 0;
}

.shc_recentlyAdded_holder .recently_added_item_holder:nth-child(6n):after {
  content: "";
  clear: both;
}

.shc_recentlyAdded_holder .recently_added_item_holder span.recently_added_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
  background-color: #008ac8;
  text-align: center;
  padding: 5px 5px 5px 7px;
  display: none;
}

.shc_recentlyAdded_holder .recently_added_item_holder:hover {
  background-color: #e2e6e9;
}

.shc_recentlyAdded_holder .recently_added_item_holder:hover span.recently_added_arrow {
  display: block;
}

@media (max-width: 940px) {
  .shc_recentlyAdded_holder .recently_added_item_holder {
    width: 23.5%;
  }
  .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(6n) {
    margin-right: 2%;
  }
  .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(4n) {
    margin-right: 0%;
  }
}

@media (max-width: 725px) {
  .shc_recentlyAdded_holder .recently_added_item_holder {
    width: 32%;
  }
  .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(6n) {
    margin-right: 2%;
  }
  .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(4n) {
    margin-right: 2%;
  }
  .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(3n) {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 650px) {
  .shc_recentlyAdded_holder .recently_added_item_holder {
    width: 48%;
    margin-right: 4%;
  }
  .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(3n), .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(4n), .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(6n) {
    margin-right: 4%;
  }
  .shc_recentlyAdded_holder .recently_added_item_holder:nth-child(2n) {
    margin-right: 0;
  }
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_content_holder {
  padding: 10px;
}

.shc_recentlyAdded_holder .recently_added_item_holder a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.shc_recentlyAdded_holder .recently_added_item_holder h5 {
  color: #008ac8;
  font-weight: 700;
  font-size: 8.125px;
  font-size: 0.8125rem;
  margin: 5px 0 2px;
  min-height: 55px;
  word-wrap: break-word;
}

@media (min-width: 941px) and (max-width: 1100px) {
  .shc_recentlyAdded_holder .recently_added_item_holder h5 {
    min-height: 75px;
  }
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_left, .shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right {
  float: left;
  width: 50%;
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_left p, .shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right p {
  font-size: 7.5px;
  font-size: 0.75rem;
  margin: 0;
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_left p span, .shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right p span {
  font-size: 6.25px;
  font-size: 0.625rem;
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_left p span.offer-strikethrough, .shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right p span.offer-strikethrough {
  font-size: 6.25px;
  font-size: 0.625rem;
  text-decoration: line-through;
  display: block;
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right,
.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right p {
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 8.125px;
  font-size: 0.8125rem;
  margin: 0;
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_left p {
  color: #424e58;
  font-size: 7.5px;
  font-size: 0.75rem;
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right p {
  color: #00457d;
  font-weight: 700;
  font-size: 7.5px;
  font-size: 0.75rem;
  margin-top: 17px;
}

.shc_recentlyAdded_holder .recently_added_item_holder .recently_added_item_right p.discount {
  margin-top: 0;
  color: #008ac8;
}

.form-search-vehicles-row {
  margin-top: 0;
  margin-bottom: 10px;
}

.form-search-vehicles-row label {
  font-size: 6.875px;
  font-size: 0.6875rem;
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  margin: 0 0 3px;
}

.form-search-vehicles-row select {
  width: 100%;
  position: relative;
  display: block;
}

form.form-search-vehicles input.submitBtn {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 9.375px;
  font-size: 0.9375rem;
  border-radius: 0px;
  border: none;
  width: 100%;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  background-color: #008ac8;
}

.module_mf_searchPanel_holder.module_mf_searchPanel_holder_fullRow {
  border-top: none;
  border-bottom: none;
  width: 100%;
  margin: auto;
}

.module_mf_searchPanel_holder.module_mf_searchPanel_holder_fullRow:before {
  content: "";
  border-top: none;
}

.module_mf_searchPanel_holder.module_mf_searchPanel_holder_fullRow .text_holder {
  padding: 0;
}

.module_mf_searchPanel_holder_fullRow_holder {
  background-color: #e2e6e9;
  padding: 20px 0;
}

.module_mf_searchPanel_holder_fullRow_holder .text_holder {
  float: left;
  width: 20%;
}

.module_mf_searchPanel_holder_fullRow_holder .text_holder h6 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #444444;
  font-weight: bold;
  margin-bottom: 10px;
}

.module_mf_searchPanel_holder_fullRow_holder .text_holder h6 span {
  color: #008ac8;
  font-weight: inherit;
}

.module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  box-sizing: border-box;
  padding-right: 0px;
  margin-bottom: 0;
}

.module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row:nth-child(5n) {
  margin-right: 0;
}

.module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row label {
  font-size: 8.75px;
  font-size: 0.875rem;
  color: #424e57;
  padding-bottom: 5px;
}

.module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row input.submitBtn {
  margin-top: 3px;
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  .module_mf_searchPanel_holder_fullRow_holder .text_holder {
    float: none;
    width: 100%;
  }
  .module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row {
    width: 23.5%;
    margin-right: 2%;
  }
  .module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row {
    width: 32%;
    margin-right: 2%;
    padding-right: 0;
  }
  .module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row:nth-child(3n) {
    margin-right: 0;
  }
  .module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row:nth-child(4n) {
    width: 100%;
    margin-right: 0;
  }
  .module_mf_searchPanel_holder_fullRow_holder .form-search-vehicles-row input.submitBtn {
    margin: 20px 0 0;
  }
}

.module_mf_searchPanel_holder {
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
  padding: 0;
}

.module_mf_searchPanel_holder:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

.module_mf_searchPanel_holder > div {
  padding: 15px 20px 20px;
}

.module_mf_searchPanel_holder form.form-search-vehicles input.submitBtn {
  margin-left: 0;
}

.module_mf_searchPanel_holder div.add_btm_border {
  border-bottom: 1px solid #fff;
  padding: 0px;
}

.module_mf_searchPanel_holder div.add_btm_border h6 {
  padding: 15px;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
}

.module_mf_searchPanel_holder div.add_btm_border:after {
  content: "";
  display: block;
  border-bottom: 1px solid #a0a6ab;
}

.shc_listTestimonials_holder {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.shc_listTestimonials_holder .shc_listTestimonials_items {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #383838;
  color: #FFF;
  box-shadow: 0 4px 10px 1px #666;
}

.shc_listTestimonials_holder .shc_listTestimonials_items:first-child {
  width: 100%;
  margin: 0 0 20px;
}

.shc_listTestimonials_holder .shc_listTestimonials_items:nth-child(odd) {
  margin-right: 0;
}

.shc_listTestimonials_holder .shc_listTestimonials_items p {
  margin-top: 0;
  font-size: 10px;
  font-size: 1rem;
}

.shc_listTestimonials_holder .shc_listTestimonials_items h5 {
  color: #008ac8;
  font-family: "Open Sans", sans-serif;
}

.shc_listTestimonials_holder .shc_listTestimonials_items h6 {
  font-size: 7px;
  font-size: 0.7rem;
  color: #999;
}

.module_mf_linkPanel_holder h6, .module_mf_linkPanel_holder h5 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
}

.module_mf_linkPanel_holder h6 {
  color: #444444;
  margin-bottom: 5px;
}

.module_mf_linkPanel_holder p.helpText {
  font-size: 7.5px;
  font-size: 0.75rem;
  margin: 0;
}

.module_mf_linkPanel_holder ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
  width: 100%;
  float: left;
}

.module_mf_linkPanel_holder ul li {
  float: left;
  width: 32%;
  list-style-type: none;
  margin-right: 2%;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

.module_mf_linkPanel_holder ul li:nth-child(3n) {
  margin-right: 0;
}

.module_mf_linkPanel_holder ul li a img {
  width: 90%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.linkedmans_fullwidthBG {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f9f9f9;
}

.module_mf_linkPanelfullrow_holder {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.module_mf_linkPanelfullrow_holder .text_holder {
  float: left;
  width: 20%;
}

.module_mf_linkPanelfullrow_holder .text_holder h6 {
  margin-bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
}

.module_mf_linkPanelfullrow_holder .text_holder p {
  font-size: 8.75px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.module_mf_linkPanelfullrow_holder ul {
  padding: 0;
  margin: 5px auto 0;
  list-style-type: none;
  width: 85%;
  float: none;
  text-align: center;
}

.module_mf_linkPanelfullrow_holder ul li {
  box-sizing: border-box;
  list-style: none;
  width: 10%;
  margin: 0;
  padding: 0 5px;
  float: none;
  text-align: center;
  display: inline-block;
}

.module_mf_linkPanelfullrow_holder ul li:last-child {
  margin-right: 0;
}

.module_mf_linkPanelfullrow_holder ul li img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .module_mf_linkPanelfullrow_holder .text_holder {
    float: none;
    width: 100%;
  }
  .module_mf_linkPanelfullrow_holder ul {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  .module_mf_linkPanelfullrow_holder ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .module_mf_linkPanelfullrow_holder ul li:nth-child(4n) {
    margin-right: 0;
  }
  .module_mf_linkPanelfullrow_holder ul li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

a#vehicle-back-to-search-btn {
  display: block;
  width: 100%;
  margin: 15px auto;
  padding: 0;
  color: #444444;
  font-size: 8px;
  font-size: 0.8rem;
}

#vehicle-page {
  margin-top: 20px;
  margin-bottom: 40px;
}

#vehicle-main {
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding-right: 30px;
}

@media screen and (max-width: 850px) {
  #vehicle-main {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

#vehicle-topdetails {
  padding: 0px;
  box-sizing: border-box;
  margin: 0px auto 20px;
  background-color: #f0f3f4;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
}

#vehicle-topdetails:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

@media screen and (max-width: 700px) {
  #vehicle-topdetails {
    border: none;
    padding: 0;
    box-shadow: none;
  }
}

#vehicle-details-padding {
  padding: 20px;
}

#vehicle-detailsholder, .vehicle-detailsholder {
  margin-bottom: 15px;
}

#vehicle-detailsholder p, .vehicle-detailsholder p {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #424e58;
}

#vehicle-detailsholder p.details-spec, #vehicle-detailsholder p.right, .vehicle-detailsholder p.details-spec, .vehicle-detailsholder p.right {
  text-align: right;
}

#vehicle-titleholder {
  margin: 15px 0 0px;
}

@media screen and (max-width: 700px) {
  #vehicle-titleholder {
    margin-bottom: 0;
  }
}

#vehicle-titleholder h1 {
  float: none;
  width: 100%;
  text-align: left;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #424e58;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  #vehicle-titleholder h1 {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  #vehicle-titleholder h1 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

#vehicle-titleholder #vehicle-main-price-holder {
  float: left;
  width: auto;
}

#vehicle-titleholder #vehicle-price-holder {
  float: left;
  width: auto;
  margin: 12px 0 0;
}

@media screen and (min-width: 700px) {
  #vehicle-titleholder #vehicle-price-holder {
    clear: both;
  }
}

#vehicle-titleholder #vehicle-price-holder a {
  font-weight: bold;
  color: #008ac8;
}

@media screen and (max-width: 700px) {
  #vehicle-titleholder #vehicle-price-holder {
    font-size: 13px;
    font-size: 1.3rem;
    float: left;
    width: auto;
    color: #008ac8;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    margin-left: 15px;
  }
}

#vehicle-titleholder a.convert-currency-link {
  text-align: right;
  font-size: 8.25px;
  font-size: 0.825rem;
  color: #444444;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  padding: 0;
}

#vehicle-titleholder a.convert-currency-link#convert-to-gbp {
  display: none;
}

#vehicle-titleholder .vehicle-title-sold-banner {
  width: 100%;
  position: relative;
  background: #008ac8;
  color: #FFF;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 10px;
}

#vehicle-titleholder .vehicle-title-sold-banner h4, #vehicle-titleholder .vehicle-title-sold-banner a {
  margin: 0;
  color: #FFF;
  text-align: center;
}

#vehicle-titleholder .vehicle-title-sold-banner a {
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}

#vehicle-titleholder .vehicle-title-sold-banner a:hover {
  text-decoration: none;
}

#vehicle-media-holder {
  position: relative;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
  margin: 20px auto 40px;
}

@media screen and (max-width: 700px) {
  #vehicle-media-holder {
    background: none;
    padding: 0;
    box-shadow: none;
  }
}

#vehicle-current-image-holder {
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  #vehicle-current-image-holder {
    background: none;
    padding: 0;
    box-shadow: none;
  }
}

#vehicle-current-image-holder img {
  border: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#vehicle-current-image-holder a.img-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

#vehicle-current-image-holder a.img-arrow.img-arrow-next {
  left: auto;
  right: 0;
}

#vehicle-current-image-holder a.img-arrow i {
  margin: 12px auto 0;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
}

#vehicle-current-image {
  position: relative;
}

#vehicle-slideshow-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #222;
  opacity: 0.7;
  cursor: pointer;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  #vehicle-slideshow-btn {
    display: none;
  }
}

#vehicle-slideshow-btn:hover {
  background-color: #222;
  opacity: 0.95;
  text-decoration: none;
}

#vehicle-slideshow-btn i {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  color: #FFF;
  margin-top: 4px;
}


a#vehicle-youtube-btn, a#vehicle-youtube-vr-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  margin: 10px auto 20px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #008ac8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008ac8 17%, #00457d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ac8', endColorstr='#00457d',GradientType=0 );
  /* IE6-9 */
}

a#vehicle-youtube-btn:hover, a#vehicle-youtube-vr-btn:hover {
    text-decoration: none;
}

#vehicle-youtube-dual-btn-holder {
  float: left;
  width: 100%;
}

#vehicle-youtube-dual-btn-holder a#vehicle-youtube-btn {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}

#vehicle-youtube-dual-btn-holder a#vehicle-youtube-vr-btn {
  float: left;
  width: 48.5%;
  margin-right: 0%;
}

a#vehicle-youtube-btn i {
  margin-right: 20px;
}

a#vehicle-youtube-btn:hover {
  text-decoration: none;
}

ul#vehicle-img-thumbail-list {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

ul#vehicle-img-thumbail-list li {
  float: left;
  width: 15.83%;
  margin: 10px 1% 0px 0;
  display: inline-block;
  border: none;
  background-color: #FFF;
  padding: 0px;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}

ul#vehicle-img-thumbail-list li:nth-child(6n) {
  margin-right: 0;
}

ul#vehicle-img-thumbail-list li img {
  width: 100%;
  display: block;
  text-align: center;
  height: auto;
}

@media screen and (max-width: 700px) {
  ul#vehicle-img-thumbail-list li {
    width: 32%;
    margin-right: 2%;
  }
  ul#vehicle-img-thumbail-list li:nth-child(4n+0) {
    margin-right: 2%;
  }
  ul#vehicle-img-thumbail-list li:nth-child(3n+0) {
    margin-right: 0%;
  }
}

#vehicle-details .vehicle-details-holder {
  float: left;
  width: 100%;
  position: relative;
  border-top: 2px solid #c2cad1;
  padding-top: 10px;
  margin-bottom: 25px;
}

#vehicle-details .vehicle-details-holder .vehicle-details-holder-left {
  float: left;
  width: 50%;
}

@media screen and (max-width: 700px) {
  #vehicle-details .vehicle-details-holder .vehicle-details-holder-left {
    float: none;
    width: 100%;
  }
}

#vehicle-details .vehicle-details-holder .vehicle-details-holder-right {
  float: left;
  width: 50%;
}

@media screen and (max-width: 700px) {
  #vehicle-details .vehicle-details-holder .vehicle-details-holder-right {
    float: none;
    width: 100%;
  }
}

#vehicle-details .vehicle-details-holder ul {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
  width: 95%;
}

@media screen and (max-width: 700px) {
  #vehicle-details .vehicle-details-holder ul {
    width: 100%;
  }
}

#vehicle-details .vehicle-details-holder ul li {
  font-size: 8px;
  font-size: 0.8rem;
  float: left;
  width: 100%;
  border-bottom: 1px solid #999999;
  margin: 0;
  padding: 7px 0 5px;
  list-style: none;
}

#vehicle-details .vehicle-details-holder ul li span, #vehicle-details .vehicle-details-holder ul li div {
  float: left;
  width: 50%;
}

#vehicle-details .vehicle-details-holder ul li span.vehicle-details-label, #vehicle-details .vehicle-details-holder ul li div.vehicle-details-label {
  color: #5c5c5c;
}

#vehicle-details .vehicle-details-holder .vehicle-details-holder-right ul {
  float: right;
}

#vehicle-rightside {
  float: right;
  width: 25%;
}

@media screen and (max-width: 850px) {
  #vehicle-rightside {
    width: 100%;
    float: none;
  }
}

#vehicle-rightside .vehicle-callus-holder {
  background-color: #e2e6e9;
  position: relative;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0px;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
}

#vehicle-rightside .vehicle-callus-holder:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

#vehicle-rightside .vehicle-callus-holder > div {
  padding: 10px 34px;
}

#vehicle-rightside .vehicle-callus-holder > a {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#vehicle-rightside .vehicle-callus-holder h4, #vehicle-rightside .vehicle-callus-holder h5 {
  margin: 0;
  padding: 0;
  color: #444444;
  text-align: left;
}

#vehicle-rightside .vehicle-callus-holder h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

#vehicle-rightside .vehicle-callus-holder h4 img {
  width: 22px;
  margin-right: 20px;
}

#vehicle-rightside .vehicle-callus-holder h5 {
  color: #444444;
  margin-top: 10px;
}

#vehicle-rightside .vehicle-callus-holder h5 a {
  color: #444444;
}

#vehicle-rightside .vehicle-callus-holder h5 img {
  width: 35px;
  margin-right: 15px;
  margin-top: 2px;
}

#vehicle-rightside .vehicle-financecalc-holder, #vehicle-rightside .vehicle-partex-holder {
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
  background-color: #e2e6e9;
  margin-bottom: 25px;
  padding: 0;
}

#vehicle-rightside .vehicle-financecalc-holder:before, #vehicle-rightside .vehicle-partex-holder:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

#vehicle-rightside .vehicle-financecalc-holder > div, #vehicle-rightside .vehicle-partex-holder > div {
  padding: 15px;
}

#vehicle-rightside .vehicle-financecalc-holder .leftContent, #vehicle-rightside .vehicle-partex-holder .leftContent {
  float: left;
  width: 60%;
}

#vehicle-rightside .vehicle-financecalc-holder img, #vehicle-rightside .vehicle-partex-holder img {
  float: right;
  max-width: 35%;
  height: auto;
  max-height: 150px;
}

#vehicle-rightside .vehicle-financecalc-holder h5, #vehicle-rightside .vehicle-partex-holder h5 {
  color: #008ac8;
  font-weight: bold;
  font-size: 9px;
  font-size: 0.9rem;
  margin: 0 0 5px;
  text-transform: uppercase;
}

#vehicle-rightside .vehicle-financecalc-holder p, #vehicle-rightside .vehicle-partex-holder p {
  font-size: 8.75px;
  font-size: 0.875rem;
  color: #333;
}

#vehicle-rightside .vehicle-financecalc-holder .leftContent a, #vehicle-rightside .vehicle-partex-holder .leftContent a {
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  background: #008ac8;
  color: #FFF;
  text-transform: uppercase;
  font-size: 7.5px;
  font-size: 0.75rem;
  font-weight: bold;
}

#vehicle-rightside .vehicle-action-holder, #vehicle-rightside .vehicle-socialmedia-holder {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #a0a6ab;
  background-color: #e2e6e9;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#vehicle-rightside .vehicle-action-holder a#downloadLink, #vehicle-rightside .vehicle-socialmedia-holder a#downloadLink {
  margin-left: 15px;
  padding: 0px 0 30px 50px;
  display: block;
  cursor: pointer;
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 1.2;
  background-size: 30px 40px;
  background-position: 0 0;
  background-image: url(../images/Fleetex-Vehicle-Download-Icon.png);
  background-repeat: no-repeat;
  font-family: "Open Sans", sans-serif;
  color: #008ac8;
  text-transform: uppercase;
  font-weight: 600;
}

#vehicle-rightside .vehicle-action-holder ul, #vehicle-rightside .vehicle-socialmedia-holder ul {
  padding-left: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#vehicle-rightside .vehicle-action-holder li, #vehicle-rightside .vehicle-socialmedia-holder li {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

#vehicle-rightside .vehicle-action-holder a, #vehicle-rightside .vehicle-socialmedia-holder a {
  padding: 3px 0 3px 40px;
  display: block;
  cursor: pointer;
  font-size: 9px;
  font-size: 0.9rem;
  background-size: 27px 81px;
  background-position: 0 0;
  background-image: url(../images/Fleetex-Vehicle-Action-Icons.png);
  background-repeat: no-repeat;
  color: #444444;
}

#vehicle-rightside .vehicle-action-holder a.sendLink, #vehicle-rightside .vehicle-socialmedia-holder a.sendLink {
  background-position: 0 -26px;
}

#vehicle-rightside .vehicle-action-holder a.printLink, #vehicle-rightside .vehicle-socialmedia-holder a.printLink {
  background-position: 0 -52px;
}

#vehicle-rightside .vehicle-action-holder a:hover, #vehicle-rightside .vehicle-socialmedia-holder a:hover {
  text-decoration: none;
}

#vehicle-rightside .vehicle-action-holder a.social-media-share, #vehicle-rightside .vehicle-socialmedia-holder a.social-media-share {
  padding: 5px 0 5px 40px;
  background: none;
}

#vehicle-rightside .vehicle-action-holder a.social-media-share::before, #vehicle-rightside .vehicle-socialmedia-holder a.social-media-share::before {
  content: "\f099";
  display: inline-block;
  font-family: 'fontawesome';
  background-color: #fff;
  padding: 5px 5px 3px;
  border-radius: 2px;
  text-align: center;
  margin-right: 15px;
  color: #1dadea;
  min-width: 15px;
}

#vehicle-rightside .vehicle-action-holder a.social-media-share.fb:before, #vehicle-rightside .vehicle-socialmedia-holder a.social-media-share.fb:before {
  content: "\f09a";
  color: #3c5a95;
}

#vehicle-rightside .vehicle-socialmedia-holder {
  margin-bottom: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #a0a6ab;
}

#vehicle-rightside .vehicle-socialmedia-holder li a {
  padding-left: 20px;
}

#vehicle-rightside .shc_email_update_holder .email_update_address {
  margin-right: 10px;
}

#vehicle-rightside .shc_email_update_holder a {
  padding: 9px 20px;
}

#vehicle-rightside .vehicle-socialmedia-holder a.social-media-share {
  padding-left: 5px;
}

#vehicle-content {
  margin-bottom: 20px;
}

#vehicle-content li {
  margin-left: 10px;
}

#vehicle-content li, #vehicle-content p {
  font-size: 9px;
  font-size: 0.9rem;
  color: #444444;
}

#vehicle-content ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}

@media screen and (max-width: 700px) {
  #vehicle-content ul {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1;
  }
}

#vehicle-content ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

a.download-pdf-btn {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  margin: 10px auto 20px;
  background: #008ac8;
}

form.vehicle_question_form .overlay-form-row {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

form.vehicle_question_form .overlay-form-row label, form.vehicle_question_form .overlay-form-row input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

form.vehicle_question_form .overlay-form-row input, form.vehicle_question_form .overlay-form-row textarea {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}

form.vehicle_question_form .overlay-form-row textarea {
  min-height: 100px;
  line-height: 1.3;
}

form.vehicle_question_form a {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  margin: 20px auto 0;
  background-color: #008ac8;
}

form.vehicle_question_form .complete_content {
  display: none;
}

#truck-slideshow-holder {
  position: relative;
  z-index: 9999;
  height: 100%;
}

#slideshow-currentimg-holder {
  width: 100%;
  margin: auto;
  display: inline-block;
  position: relative;
  z-index: 9999;
  height: 100%;
}

#slideshow-currentimg-holder a.slideshow-arrow-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  background-color: #008ac8;
  z-index: 99999999;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#slideshow-currentimg-holder a.slideshow-arrow-btn:hover {
  text-decoration: none;
}

#slideshow-currentimg-holder a.slideshow-arrow-btn i {
  color: #FFF;
  text-align: center;
  font-size: 31.5px;
  font-size: 3.15rem;
  margin: auto;
  display: block;
}

#slideshow-currentimg-holder a#slideshow-arrow-next-btn {
  left: auto;
  right: 20px;
}

#slideshow-currentimg {
  text-align: center;
  margin: auto;
  display: inline-block;
  box-shadow: 0 0 15px 3px #000;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a#truck-slideshow-close {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #FFF;
  font-size: 25px;
  font-size: 2.5rem;
  z-index: 9999999999;
  cursor: pointer;
}

a#truck-slideshow-close:hover {
  text-decoration: none;
}

.vehicles-page-left-sidebar {
  float: left;
  width: 25%;
}

.vehicles-page-left-sidebar.full-width {
  width: 100%;
}

.vehicles-page-left-sidebar.full-width > div {
  margin: 20px 0 0;
}

.vehicles-page-left-sidebar .floating {
  display: none;
  position: fixed;
  top: 0px;
}

.vehicles-page-left-sidebar .top-align {
  overflow: hidden;
}

.vehicles-page-left-sidebar > div {
  margin: 20px 20px 0;
}

.vehicles-page-left-sidebar > div.marginTop0 {
  margin-top: 0;
}

.vehicles-page-left-sidebar > div.searchByBrandHolder {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #a0a6ab;
}

.vehicles-page-left-sidebar > div.searchByBrandHolder h6 {
  padding-top: 5px;
}

@media screen and (max-width: 850px) {
  .vehicles-page-left-sidebar {
    display: none;
  }
}

.searchByBrandHolder .module_panel_holder.module_mf_linkPanel_holder {
  padding: 0;
}

.searchByBrandHolder .module_panel_holder.module_mf_linkPanel_holder h6 {
  padding: 15px;
}

.searchByBrandHolder .module_panel_holder.module_mf_linkPanel_holder div.padded {
  padding: 10px 15px 15px;
}

.searchByBrandHolder .module_panel_holder.module_mf_linkPanel_holder .add_btm_border {
  border-bottom: 1px solid #fff;
  padding: 0px;
}

.searchByBrandHolder .module_panel_holder.module_mf_linkPanel_holder .add_btm_border:after {
  content: "";
  display: block;
  border-bottom: 1px solid #a0a6ab;
}

#vehicles-archive-main {
  float: left;
  width: 75%;
}

@media screen and (max-width: 850px) {
  #vehicles-archive-main {
    float: none;
    width: 100%;
  }
}

#vehicles-archive-main > div {
  margin: 20px;
}

ul#tractor-unit-filter {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  float: left;
  background-color: #f9f9f9;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

ul#tractor-unit-filter li {
  width: 25%;
  float: left;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

ul#tractor-unit-filter li a {
  border-left: none;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  color: #5b5b5b;
  display: block;
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  cursor: pointer;
}

ul#tractor-unit-filter li a:hover, ul#tractor-unit-filter li a.active {
  background-color: #e0e0e0;
  text-decoration: none;
}

ul#tractor-unit-filter li:first-child a {
  border-left: 1px solid #d6d6d6;
}

#tractor-unit-filter-holder {
  background-color: #fff;
}

#tractor-unit-filter-holder.floatFilter {
  top: 0;
  z-index: 999999;
  position: fixed;
  padding-top: 20px;
}

#tractor-unit-filter-holder.floatFilter ul#tractor-unit-filter {
  margin-bottom: 0;
}

#vehicles-archive-header > div {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

#vehicles-archive-header > div h1 {
  color: #008ac8;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 5px;
}

#vehicles-archive-header > div h4 {
  margin: 0;
  font-size: 7.5px;
  font-size: 0.75rem;
  color: #444444;
  font-family: "Open Sans", sans-serif;
}

#vehicles-archive-header > div p {
  margin: 10px 0 0;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 6.875px;
  font-size: 0.6875rem;
}

#vehicles-archive-header > div p select {
  margin-left: 10px;
}

.vehicle-sort-details-holder {
  padding: 0 0 15px;
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.vehicle-sort-details-holder .vehicle-title-holder {
  float: left;
  width: 50%;
}

.vehicle-sort-details-holder .vehicle-title-holder h4 {
  margin: 0;
  padding: 0;
  color: #008ac8;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}

.vehicle-sort-details-holder .vehicle-title-holder p {
  margin: 0;
  padding: 0;
  color: #424e58;
  font-size: 7.5px;
  font-size: 0.75rem;
}

.vehicle-sort-details-holder .sort-holder {
  float: right;
  width: 30%;
  margin-top: 20px;
}

.vehicle-sort-details-holder .sort-holder > p {
  margin: 0;
  color: #2c2d2d;
  font-size: 7.5px;
  font-size: 0.75rem;
  text-align: right;
}

.vehicle-sort-details-holder .sort-holder > p span {
  margin-right: 10px;
}

.archive-post-vehicles {
  position: relative;
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles {
    border-bottom: none;
    margin-bottom: 10px;
  }
}

.archive-post-vehicles .vehicle-holder, .archive-post-vehicles .outer-holder {
  position: relative;
}

.archive-post-vehicles .vehicle-holder {
  cursor: pointer;
}

.archive-post-vehicles .outer-holder {
  padding: 0 0;
}

.archive-post-vehicles .outer-holder:hover {
  background-color: #f0f2f4;
}

.archive-post-vehicles .outer-holder:hover span.readmore-arrow-link {
  background-color: #07467b;
}

.archive-post-vehicles:last-child {
  margin-bottom: 0;
}

.archive-post-vehicles span.readmore-arrow-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #008ac8;
  font-size: 20px;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles span.readmore-arrow-link {
    display: none;
  }
}

.archive-post-vehicles span.readmore-arrow-link > span {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.archive-post-vehicles span.readmore-arrow-link i {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.archive-post-vehicles span.fleet_note {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 10px 7px 7px;
  background-color: #fecb2f;
  font-size: 8px;
  font-size: 0.8rem;
  box-shadow: 0 0 5px 0 #333;
}

.archive-post-vehicles a.vehicle-post-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.archive-post-vehicles .vehicle-post-img-holder {
  position: relative;
  float: left;
  width: 35%;
  box-sizing: border-box;
  padding-left: 0px;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-img-holder {
    width: 50%;
    padding-left: 0;
  }
}

.archive-post-vehicles .vehicle-post-img-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.archive-post-vehicles .vehicle-post-img-holder a.full-details-link {
  display: block;
  width: 100%;
  color: #FFF;
  background-color: #008ac8;
  text-align: center;
  padding: 4px 0 5px;
  box-sizing: border-box;
  font-size: 7.5px;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 500px) {
  .archive-post-vehicles .vehicle-post-img-holder a.full-details-link {
    font-size: 6.875px;
    font-size: 0.6875rem;
  }
}

.archive-post-vehicles .vehicle-post-img-holder p.mobile-price {
  display: none;
  font-size: 8.75px;
  font-size: 0.875rem;
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-img-holder p.mobile-price {
    display: block;
  }
}

.archive-post-vehicles .vehicle-post-img-holder p.mobile.offer-price {
  display: none;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-img-holder p.mobile.offer-price {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-pricing-holder {
    display: none;
  }
}

.archive-post-vehicles .vehicle-post-text-holder {
  position: relative;
  float: left;
  width: 65%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-text-holder {
    width: 50%;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.archive-post-vehicles .vehicle-post-text-holder h4 {
  margin: 0 0 10px;
  color: #008ac8;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.archive-post-vehicles .vehicle-post-text-holder h4 span {
  text-align: right;
  float: right;
  color: #444444;
  font-family: "Open Sans", sans-serif;
}

.archive-post-vehicles .vehicle-post-details-holder {
  margin-bottom: 5px;
}

.archive-post-vehicles .vehicle-post-details-holder h4, .archive-post-vehicles .vehicle-post-details-holder p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
}

.archive-post-vehicles .vehicle-post-details-holder h4 {
  font-size: 8.75px;
  font-size: 0.875rem;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-details-holder {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-detailsholder {
    display: none;
  }
}

.archive-post-vehicles .vehicle-post-table-details-holder {
  width: 100%;
}

.archive-post-vehicles .vehicle-post-table-details-holder .vehicle-post-table-details-row {
  border-top: none;
}

.archive-post-vehicles .vehicle-post-table-details-holder ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}

.archive-post-vehicles .vehicle-post-table-details-holder ul li {
  margin: 0;
  float: left;
  width: 33.3%;
  padding: 0 0 4px;
  box-sizing: border-box;
  color: #424e58;
  font-weight: 600;
  font-size: 8.75px;
  font-size: 0.875rem;
  list-style: none;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-table-details-holder ul li {
    float: none;
    width: 100%;
  }
}

.archive-post-vehicles .vehicle-post-table-details-holder ul li.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.archive-post-vehicles .vehicle-post-table-details-holder ul li span {
  display: block;
  color: #687179;
  width: 100%;
  font-weight: 600;
  font-size: 5.625px;
  font-size: 0.5625rem;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-table-details-holder ul li span {
    display: none;
  }
}

.archive-post-vehicles .vehicle-post-table-details-holder ul li span.mobileLabel {
  display: none;
  width: auto;
  padding-right: 10px;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-table-details-holder ul li span.mobileLabel {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-post-table-details-holder ul {
    background: none;
  }
  .archive-post-vehicles .vehicle-post-table-details-holder ul li {
    padding: 0 0 3px;
    font-size: 8.75px;
    font-size: 0.875rem;
  }
}

.archive-post-vehicles .vehicle-short-desc {
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 99999;
  cursor: text;
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .vehicle-short-desc {
    display: none;
  }
}

.vehicle-post-pricing-holder {
  margin-bottom: 0px;
}

@media screen and (max-width: 700px) {
  .vehicle-post-pricing-holder {
    margin-bottom: 0;
  }
}

p.normal-price, p.offer-price {
  width: auto;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  background-color: #00457d;
  padding: 12px 20px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

p.normal-price.mobile, p.offer-price.mobile {
  margin-top: 10px;
}

p.offer-price {
  background-color: #DA2C38;
}

p.offer-price span {
  text-decoration: line-through;
  margin-right: 10px;
}

p.finance-price, p.mobile-finance-price {
  display: inline-block;
  width: auto;
  font-size: 13px;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

p.finance-price a, p.mobile-finance-price a {
  font-size: inherit;
  text-decoration: underline;
  line-height: 1.1;
}

@media screen and (max-width: 700px) {
  p.finance-price, p.mobile-finance-price {
    display: none;
  }
}

p.finance-price span.uk-only-customers, p.mobile-finance-price span.uk-only-customers {
  font-size: 12px;
  font-style: italic;
}

p.mobile-finance-price {
  display: none;
  font-size: 12px;
  margin-left: 0;
  margin-top: 5px;
}

@media screen and (max-width: 700px) {
  p.mobile-finance-price {
    display: block;
  }
}

.vehicle-starfeature {
  margin-top: 10px;
  padding-bottom: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 700px) {
  .vehicle-starfeature {
    margin-left: 0;
    padding-bottom: 10px;
  }
}

.vehicle-starfeature.single-vehicle {
  margin-left: 0;
  padding-bottom: 0px;
}

.vehicle-starfeature h5 {
  position: relative;
  font-weight: bold;
  margin: 0;
  color: #e3182d;
  background-color: #fadbdf;
  border-radius: 4px;
  padding: 20px 15px 20px 50px;
  text-transform: uppercase;
}

.vehicle-starfeature h5:before {
  content: '';
  background: url("../images/star_feature_red.png");
  background-size: 30px 30px;
  position: absolute;
  height: 30px;
  width: 30px;
  display: block;
  left: 10px;
  top: 15px;
}

.go-top, .go-top:active {
  position: fixed;
  bottom: 40px;
  left: 40px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #008ac8;
  border: 2px solid #008ac8;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: none;
  z-index: 99999999;
}

@media screen and (max-width: 850px) {
  .go-top, .go-top:active {
    bottom: 20px;
    left: 20px;
    padding: 15px 25px;
  }
}

.go-top:hover {
  text-decoration: none;
}

.vehicle-mobile-post-details {
  margin-bottom: 5px;
}

.vehicle-mobile-post-details p, .vehicle-mobile-post-details p.mobile-price {
  float: left;
  width: 50%;
  margin: 0;
  padding: 3px 0;
  font-size: 7.5px;
  font-size: 0.75rem;
}

.vehicle-mobile-post-details p.right, .vehicle-mobile-post-details p.mobile-price.right {
  text-align: right;
}

.vehicle-mobile-post-details h4 {
  margin: 5px 0;
  color: #008ac8;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 701px) {
  .vehicle-mobile-post-details {
    display: none;
  }
}

#recently_viewed_truck_holder {
  margin-top: 20px;
}

#recently_viewed_truck_holder .loading-holder {
  margin-top: 25px;
}

#recently_viewed_truck_holder h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#recently_viewed_truck_holder h4 span {
  color: #008ac8;
}

.recently_view_item_holder {
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.recently_view_item_holder a.recently_view_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.recently_view_item_holder h5 {
  color: #008ac8;
  margin: 10px 0 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 9.375px;
  font-size: 0.9375rem;
}

.recently_view_item_holder img {
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
}

.recently_view_item_holder .recently_view_item_left {
  float: left;
  width: 75%;
  font-size: 7.5px;
  font-size: 0.75rem;
}

.recently_view_item_holder .recently_view_item_left p {
  font-size: inherit;
}

.recently_view_item_holder .recently_view_item_right {
  float: left;
  width: 25%;
  font-size: 8.75px;
  font-size: 0.875rem;
}

.recently_view_item_holder .recently_view_item_right p {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  text-align: right;
  font-size: inherit;
}

.fleet-list-holder {
  position: relative;
  padding: 5px 0 15px 10%;
  background-color: #FFF;
  z-index: 999;
}

.fleet-list-holder p.fleet-info {
  margin: 0;
  padding: 0;
}

.fleet-list-holder .fleet-list-title {
  margin-bottom: 5px;
}

.fleet-list-holder .fleet-list-title h5 {
  font-family: "Open Sans", sans-serif;
  color: #008ac8;
  margin-bottom: 0;
}

.fleet-list-holder .fleet-list-title a.viewFleetList {
  cursor: pointer;
  float: right;
  margin-right: 50px;
  color: #FFF;
  background-color: #e3182d;
  text-align: center;
  padding: 5px 35px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 8px;
  font-size: 0.8rem;
  margin-top: 8px;
}

.fleet-list-holder .fleet-list-text-holder {
  float: left;
  width: 70%;
}

.fleet-list-holder p#fleet-loading {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #008ac8;
  margin-bottom: 20px;
}

.fleet-list-holder span.fleet-grey-border {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background-color: #d6d6d6;
}

.fleet-list-holder article.archive-post-vehicles .vehicle-holder {
  padding-right: 30px;
}

.fleet-list-holder article.archive-post-vehicles .mobile.normal-price {
  display: none;
}

@media screen and (max-width: 900px) {
  .archive-post-vehicles .fleet-list-holder .vehicle-post-table-details-holder .vehicle-post-table-details-row {
    float: left;
    width: 50%;
  }
  .archive-post-vehicles .fleet-list-holder .vehicle-post-table-details-holder .vehicle-post-table-details-row li {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .archive-post-vehicles .fleet-list-holder .vehicle-post-text-holder {
    padding-right: 0;
    padding-left: 20px;
  }
  .fleet-list-holder article.archive-post-vehicles .mobile.normal-price {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .archive-post-vehicles .fleet-list-holder .vehicle-post-table-details-holder .vehicle-post-table-details-row {
    float: left;
    width: 100%;
  }
}

.fl-accordion-item p, .fl-accordion-item ul, .fl-accordion-item li, .fl-accordion-item ol, .fl-accordion-item a,
.fl-accordion-item span.fl-accordion-button-label {
  color: #444444;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

.fl-accordion-item a {
  color: #008ac8;
}

.contact-us-top-left-details {
  position: relative;
}

.contact-us-top-left-details p {
  text-align: right;
  width: auto;
}

.contact-us-top-left-details p:first-child {
  font-size: 17px;
  font-size: 1.7rem;
  border: none;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}

.grey_underline.red h1, .grey_underline.red h2, .grey_underline.red h3, .grey_underline.red h4, .grey_underline.red h5, .grey_underline.red h6 {
  color: #008ac8;
}

.grey_underline h1, .grey_underline h2, .grey_underline h3, .grey_underline h4, .grey_underline h5, .grey_underline h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}

#listing-blog-holder h1 {
  margin-top: 70px;
}

#listing-blog-holder article.blog-listing-holder {
  margin: 0 2% 30px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  float: left;
  width: 32%;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
  padding: 0;
}

#listing-blog-holder article.blog-listing-holder:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

#listing-blog-holder article.blog-listing-holder img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

#listing-blog-holder article.blog-listing-holder h3 {
  padding: 15px;
  min-height: 52px;
  margin: 10px 0 0;
  padding: 0 10px;
}

#listing-blog-holder article.blog-listing-holder a.read-more {
  margin: 10px;
  padding: 5px 20px;
  background-color: #008ac8;
  color: #FFF;
  float: right;
  cursor: pointer;
  font-size: 7.5px;
  font-size: 0.75rem;
}

#listing-blog-holder article.blog-listing-holder:last-child {
  margin-bottom: 0;
}

#listing-blog-holder article.blog-listing-holder:nth-child(3n) {
  margin-right: 0;
}

nav.navigation.posts-navigation {
  margin: 40px 0 30px;
}

nav.navigation.posts-navigation h2 {
  display: none;
}

nav.navigation.posts-navigation a {
  padding: 10px 25px;
  background-color: #008ac8;
  color: #FFF;
  cursor: pointer;
  font-size: 8.75px;
  font-size: 0.875rem;
}

#blog-listing-grid {
  width: 100%;
  float: left;
}

#single-blog-holder {
  margin-top: 50px;
}

#single-blog-holder .fl-row-content-wrap, #single-blog-holder .fl-module-content {
  padding: 0;
  margin: 0;
}

.page-content-container #recentPosts_sidebar {
  background-color: #e2e6e9;
  border-top: 1px solid #a0a6ab;
  border-bottom: 1px solid #a0a6ab;
  padding: 0;
}

.page-content-container #recentPosts_sidebar:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
}

.page-content-container #recentPosts_sidebar > div {
  padding: 20px;
}

.page-content-container #recentPosts_sidebar h4 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.page-content-container #recentPosts_sidebar ul {
  margin: 0;
  padding: 0;
}

.page-content-container #recentPosts_sidebar ul li {
  padding: 0;
  margin: 0 0 20px;
}

.page-content-container #recentPosts_sidebar ul li h5 {
  color: #444444;
  margin: 0 0 5px;
}

.page-content-container #recentPosts_sidebar ul li a {
  color: #444444;
  display: block;
}

.page-content-container #recentPosts_sidebar ul li a.read-more {
  font-size: 8.75px;
  font-size: 0.875rem;
  font-style: italic;
  padding: 0px;
  margin: 0;
  color: #008ac8;
}

.page-content-container #recentPosts_sidebar ul li:last-child {
  margin-bottom: 0;
}

.vehicle-askaquestion-holder.module_panel_holder {
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #a0a6ab;
}

.vehicle-askaquestion-holder.module_panel_holder > h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background-color: #008ac8;
  color: #FFF;
  line-height: 1.4;
  padding: 15px;
  font-size: 9px;
  font-size: 0.9rem;
  position: relative;
  text-transform: uppercase;
}

.vehicle-askaquestion-holder.module_panel_holder > form.vehicle_question_form {
  padding: 0 15px 20px;
}

.vehicle-askaquestion-holder.module_panel_holder > form.vehicle_question_form .overlay-form-row label, .vehicle-askaquestion-holder.module_panel_holder > form.vehicle_question_form span.vehicle_question_label {
  font-size: 7.5px;
  font-size: 0.75rem;
}

.vehicle-askaquestion-holder.module_panel_holder > form.vehicle_question_form a {
  padding: 10px 0;
  font-size: 7.5px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.vehicle-askaquestion-holder.module_panel_holder > form.vehicle_question_form input, .vehicle-askaquestion-holder.module_panel_holder > form.vehicle_question_form textarea {
  border: 1px solid #cccccc;
}

form.vehicle_question_form .overlay-form-row input.vehicle_question_mailing_input {
  display: inline-block;
  width: auto;
}

form.vehicle_question_form .overlay-form-row span.vehicle_question_label {
  width: 80%;
  display: inline-block;
  vertical-align: text-top;
}

#discount-template-holder h1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

#discount-template-holder h3 {
  font-family: "Open Sans", sans-serif;
}

#discount-template-holder h3 span {
  font-style: italic;
}

#discount-template-holder .fl-builder-module-template, #discount-template-holder .fl-module-content {
  padding: 0;
  margin: 0;
}

#discount-template-holder .fl-builder-module-template .meet-the-team-grid-holder h3, #discount-template-holder .fl-module-content .meet-the-team-grid-holder h3 {
  display: none;
}

#discount-template-holder .fl-module-content {
  margin-top: 30px;
}

.homepage_offerRow_holder, .homepage_offerAdvert_holder {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(/wp-content/uploads/2016/12/parallax-6.jpg);
  background-position: center center;
  background-size: cover;
}

.homepage_offerRow_holder span.homepage_offerRow_overlay, .homepage_offerRow_holder span.homepage_offerAdvert_overlay, .homepage_offerAdvert_holder span.homepage_offerRow_overlay, .homepage_offerAdvert_holder span.homepage_offerAdvert_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #c10000;
  opacity: 0.8;
}

.homepage_offerRow_holder .homepage_offerRow_content, .homepage_offerAdvert_holder .homepage_offerRow_content {
  position: relative;
  z-index: 10;
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}

.homepage_offerRow_holder .homepage_offerRow_content h2, .homepage_offerAdvert_holder .homepage_offerRow_content h2 {
  margin: 0 auto 30px;
  text-align: center;
  color: #FFF;
}

.homepage_offerRow_holder .homepage_offerRow_content > div, .homepage_offerAdvert_holder .homepage_offerRow_content > div {
  color: #FFF;
  text-align: center;
}

.homepage_offerRow_holder .homepage_offerRow_content > div p, .homepage_offerRow_holder .homepage_offerRow_content > div ul, .homepage_offerRow_holder .homepage_offerRow_content > div li, .homepage_offerRow_holder .homepage_offerRow_content > div h1, .homepage_offerRow_holder .homepage_offerRow_content > div h2, .homepage_offerRow_holder .homepage_offerRow_content > div h3, .homepage_offerRow_holder .homepage_offerRow_content > div h4, .homepage_offerRow_holder .homepage_offerRow_content > div h5, .homepage_offerRow_holder .homepage_offerRow_content > div h6, .homepage_offerRow_holder .homepage_offerRow_content > div a, .homepage_offerAdvert_holder .homepage_offerRow_content > div p, .homepage_offerAdvert_holder .homepage_offerRow_content > div ul, .homepage_offerAdvert_holder .homepage_offerRow_content > div li, .homepage_offerAdvert_holder .homepage_offerRow_content > div h1, .homepage_offerAdvert_holder .homepage_offerRow_content > div h2, .homepage_offerAdvert_holder .homepage_offerRow_content > div h3, .homepage_offerAdvert_holder .homepage_offerRow_content > div h4, .homepage_offerAdvert_holder .homepage_offerRow_content > div h5, .homepage_offerAdvert_holder .homepage_offerRow_content > div h6, .homepage_offerAdvert_holder .homepage_offerRow_content > div a {
  color: #FFF;
}

.homepage_offerRow_holder .homepage_offerRow_content a, .homepage_offerAdvert_holder .homepage_offerRow_content a {
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  margin: 20px auto 0;
  background-color: #fff;
  color: #c10000;
  font-size: 18px;
}

.homepage_offerAdvert_holder {
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0px;
}

.homepage_offerAdvert_holder .homepage_offerRow_content {
  padding: 20px;
  box-sizing: border-box;
}

.homepage_offerAdvert_holder .homepage_offerRow_content h2 {
  margin: 0 auto 20px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
}

.homepage_offerAdvert_holder .homepage_offerRow_content a {
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px 15px;
  margin: 20px auto 0;
  background-color: #fff;
  color: #c10000;
  font-size: 9px;
  font-size: 0.9rem;
}

.fl-post-feed-text .fl-post-feed-header h2.fl-post-feed-title a {
  color: #424e58;
  font-weight: 700;
  font-size: 12.5px;
  font-size: 1.25rem;
}

div.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 20px;
  color: #444444;
  background-color: #c3f4ae;
}

.mfp-bg {
  z-index: 9999999;
}

.mfp-wrap {
  z-index: 99999999;
}

#finance-calculator-iframe {
  position: relative;
  width: 100%;
  min-height: 1350px;
}

@media screen and (max-width: 770px) {
  #finance-calculator-iframe {
    min-height: 1450px;
  }
}

@media screen and (max-width: 500px) {
  #finance-calculator-iframe {
    min-height: 1600px;
  }
}

@media screen and (max-width: 350px) {
  #finance-calculator-iframe {
    min-height: 1650px;
  }
}

.single-exportlocation .export-location-left-sidebar div .fl-builder-content {
  padding: 0;
}

a.btn-open-overlay,
a.btn-close-overlay {
  background-color: blue;
  color: #FFF;
  font-weight: 100;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
}

a.btn-open-overlay:hover,
a.btn-close-overlay:hover {
  background-color: red;
}

#new-site-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  z-index: 1000000;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

#new-site-overlay-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

#new-site-overlay.loading #new-site-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  width: 50px;
  height: 50px;
  z-index: 1000001;
  visibility: hidden;
}

#new-site-overlay.show {
  opacity: 1;
  visibility: visible;
}

#new-site-overlay.show #new-site-overlay-loading {
  opacity: 0;
  visibility: hidden;
}

#new-site-overlay.show.loading #new-site-overlay-loading {
  opacity: 1;
  visibility: visible;
}

#new-site-overlay.show #new-site-overlay-bg,
#new-site-overlay.loading #new-site-overlay-bg {
  visibility: visible;
  opacity: 0.65;
}

#new-site-overlay a#new-site-overlay-close {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 18px;
  font-weight: 200;
  text-align: right;
  color: #FFF;
  z-index: 105;
  cursor: pointer;
}

#new-site-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  padding: 30px;
  box-sizing: border-box;
  color: #111;
  background-color: #fff;
  z-index: 1000010;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 250ms ease-in;
  box-shadow: 0 0 7px 2px #444;
}

#new-site-overlay-content iframe {
  display: block;
}

#new-site-overlay-content.noPadding {
  padding: 0;
}

#new-site-overlay-content.autoWidth {
  width: auto;
  max-width: 90%;
}

#new-site-overlay-content.noClose a.btn-close-overlay {
  display: none;
}

#new-site-overlay.loading.show #new-site-overlay-content {
  opacity: 0;
}

#new-site-overlay.show #new-site-overlay-content {
  opacity: 1;
}

#new-site-overlay-content > *:first-child {
  margin-top: 0;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media print {
  footer, #siteHeader,
  #vehicle-rightside,
  a#vehicle-back-to-search-btn,
  #vehicle-back-to-search-btn,
  a#vehicle-youtube-btn,
  #truck_category_header,
  .truck_category_header {
    display: none;
  }
  a#vehicle-youtube-btn {
    display: none !important;
  }
  #pdf-header-template {
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
  }
  #pdf-header-template img {
    width: 100px;
    display: inline-block;
    text-align: left;
  }
  #vehicle-main {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  #vehicle-rightside {
    float: none;
    display: none;
  }
  .module_panel_holder, #module_panel_holder {
    border: none;
    background: none;
    box-shadow: none;
  }
  #vehicle-media-holder, .module_panel_holder, #vehicle-current-image-holder {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
  }
  ul#vehicle-img-thumbail-list li.active {
    background-color: #fff;
  }
  .pageID_2645 .site-header, .pageID_2645 footer, .pageID_2645 #truck_category_header {
    display: none;
  }
  #vehicle-main.pdf-template {
    float: none;
    width: 100%;
    padding: 0;
  }
  #vehicle-main.pdf-template .module_panel_holder {
    border: none;
    box-shadow: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  #vehicle-media-holder.pdf-template {
    background-color: #FFF;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 auto 20px;
    float: right;
    width: 75%;
  }
  #vehicle-media-holder.pdf-template #vehicle-current-image-holder {
    padding: 0;
    box-shadow: none;
  }
  #vehicle-content.pdf-template {
    float: left;
    width: 25%;
  }
  #vehicle-content.pdf-template ul {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1;
  }
  #vehicle-content.pdf-template ul li {
    font-size: 11px;
    padding: 0 0 2px;
  }
}

div.clear {
  clear: both;
}

.pageID_2645 .site-header, .pageID_2645 footer, .pageID_2645 #truck_category_header, .pageID_2645 .truck_category_header {
  display: none;
}

#pdf-header-template {
  margin: 0;
}

#pdf-left-content {
  float: left;
  width: 40%;
}

#pdf-right-content {
  float: left;
  width: 60%;
}

#pdf-template {
  float: none;
  width: 100%;
  padding: 0;
}

#pdf-template #vehicle-detailsholder {
  margin-bottom: 5px;
}

#pdf-template #vehicle-details .vehicle-details-holder ul li {
  padding: 3px 0 2px;
}

#pdf-template .module_panel_holder {
  border: none;
  box-shadow: none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

#pdf-template #vehicle-img-thumbail-list {
  width: 100%;
  margin-top: 20px;
}

#pdf-template #vehicle-img-thumbail-list div {
  float: left;
  width: 50%;
}

#pdf-template #vehicle-img-thumbail-list div img {
  display: block;
  margin-right: 0px;
  width: 100%;
  height: auto;
}

#pdf-template #vehicle-img-thumbail-list div.thbimg > div {
  width: auto;
  float: none;
}

#pdf-template #vehicle-img-thumbail-list div.thbimg-0 > div {
  padding-right: 10px;
}

#pdf-template #vehicle-img-thumbail-list div.thbimg-1 > div {
  padding-left: 10px;
}

#pdf-template #vehicle-img-thumbail-list.footer div {
  width: 23.5%;
  margin-left: 2%;
}

#pdf-template #vehicle-img-thumbail-list.footer div.thbimg-0 {
  margin-left: 0;
  padding-right: 0;
}

#pdf-template #vehicle-img-thumbail-list.footer div.thbimg > div {
  padding-left: 0;
  padding-right: 0;
}

#pdf-template #vehicle-titleholder h1,
#pdf-template #vehicle-titleholder h3 {
  font-size: 17px;
}

#pdf-template #vehicle-details .vehicle-details-holder {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

#pdf-template #vehicle-details .vehicle-details-holder ul li span.vehicle-details-label {
  padding-right: 10px;
  width: 30%;
}

#pdf-img-footer-list {
  margin-top: 20px;
}

#pdf-img-footer-list > div.thbimg {
  float: left;
  width: 25%;
  display: inline-block;
}

#pdf-img-footer-list > div.thbimg img {
  display: block;
  width: 100%;
}

#pdf-img-footer-list > div.thbimg-0 {
  margin-left: 0;
}

#vehicle-topdetails.pdf_template {
  border: none;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
}

#vehicle-media-holder.pdf-template {
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0 auto 0px;
  border: none;
  padding: 0;
  float: none;
  width: 100%;
  display: block;
}

#vehicle-media-holder.pdf-template #vehicle-current-image-holder {
  padding: 0;
  box-shadow: none;
}

#pdf-vehicle-content {
  margin-bottom: 0px;
  margin-right: 10px;
}

#pdf-vehicle-content li {
  margin-left: 0px;
}

#pdf-vehicle-content li, #pdf-vehicle-content p {
  font-size: 10px;
  color: #444444;
  margin: 0;
  padding: 0;
}

#pdf-vehicle-content ul {
  margin: 0;
  padding: 0;
}

#pdf-vehicle-content ul li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0;
  margin-top: 0;
  font-size: 9px;
}

#vehicle-topdetails.pdf_template {
  background-color: #fff;
}

#stocklist-pdf {
  width: 100%;
  position: relative;
}

#stocklist-pdf .stocklist-pdf-row {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  float: left;
}

#stocklist-pdf .stocklist-pdf-row .stocklist-pdf-info {
  float: left;
  width: 9%;
  margin: 0;
  display: inline-block;
}

#stocklist-pdf .stocklist-pdf-row .stocklist-pdf-info.stocklist-pdf-row-title {
  width: 70%;
}

#stocklist-pdf .stocklist-pdf-row .stocklist-pdf-info.stocklist-pdf-row-price {
  text-align: right;
}


#new-site-overlay.summer-sale-holder {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#new-site-overlay.summer-sale-holder #new-site-overlay-bg {
  opacity: 0.8;
}

#new-site-overlay.summer-sale-holder a#new-site-overlay-close {
  display: none;
}

#new-site-overlay.summer-sale-holder #new-site-overlay-content {
  width: 1000px;
  height: 550px;
  box-shadow: none;
  border-radius: 0;
}

@media only screen and (max-width: 1170px) {
  #new-site-overlay.summer-sale-holder #new-site-overlay-content {
    height: auto;
    top: 44%;
  }
}

#new-site-overlay.summer-sale-holder #new-site-overlay-content #new-site-overlay-content-area {
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: #e01d34;
}

#new-site-overlay.summer-sale-holder #new-site-overlay-content iframe {
  margin: auto;
  width: 100%;
  height: 100%;
}

#summer-sale-responsive-holder {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

#summer-sale-responsive-holder img {
  width: 300px;
  max-width: 80%;
  display: block;
  margin: 0 auto 20px;
}

#summer-sale-responsive-holder h3 {
  margin: 40px auto;
  font-size: 30px;
  text-align: center;
  color: #FFF;
}

#summer-sale-responsive-holder a {
  background-color: #000;
  color: #FFF;
  text-align: center;
  margin: 20px auto 30px;
  padding: 15px 10px;
  display: block;
  width: 250px;
  max-width: 80%;
  font-size: 20px;
}

#summer-sale-responsive-holder a#sale-no-thanks {
  background: none;
  font-size: 16px;
  width: auto;
  margin-bottom: 0;
}

header.pdf-sticker {
    padding: 0 0 10px;
    border-bottom: 1px solid #E3182F;
  }
  main.pdf-sticker {
    padding: 10px 0 15px;
    border-bottom: 1px solid #E3182F;
  }
  .sticker-left {
    float: left;
    width: 50%;
  }
  .sticker-right {
    float: left;
    width: 50%;
  }
  h5#sticker_footer {
    margin: 25px auto 0;
    width: 100%;
    text-align: left;
    color: #e3182d;
    font-weight: normal;
    font-size: 15px;
  }
  section#title {
    padding: 0px 0 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3182F;
  }
  section#title .sticker-left {
    width: 20%;
  }
  section#title .sticker-right {
    width: 78%;
    margin-left: 2%;
  }
  section#desc .sticker-left {
    width: 42%;
    position: relative;
    padding: 0;
  }
  section#desc .sticker-right {
    width: 53%;
    margin-left: 5%;
    padding: 0;
  }
  section#desc .sticker-left img {
    position: relative;
    margin-top: 30px;
    width: 100%;
    display: block;
  }
  header.pdf-sticker {
    padding: 0 0 10px;
    border-bottom: 1px solid #E3182F;
  }
  main.pdf-sticker {
    padding: 10px 0 15px;
    border-bottom: 1px solid #E3182F;
  }
  .sticker-left {
    float: left;
    width: 50%;
  }
  .sticker-right {
    float: left;
    width: 50%;
  }
  h5#sticker_footer {
    margin: 25px auto 0;
    width: 100%;
    text-align: left;
    color: #e3182d;
    font-weight: normal;
    font-size: 15px;
  }
  section#title {
    padding: 0px 0 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3182F;
  }
  section#title .sticker-left {
    width: 20%;
  }
  section#title .sticker-right {
    width: 78%;
    margin-left: 2%;
  }
  section#desc .sticker-left {
    width: 42%;
    position: relative;
    padding: 0;
  }
  section#desc .sticker-right {
    width: 53%;
    margin-left: 5%;
    padding: 0;
  }
  section#desc .sticker-left img {
    position: relative;
    margin-top: 30px;
    width: 100%;
    display: block;
  }


.vehicle-term-description-below { margin-bottom: 30px; }
.vehicle-term-description { margin-bottom: 20px; }
.vehicle-term-description p,
.vehicle-term-description-below p { margin-top: 0px; padding: 0px; margin-bottom: 15px; font-size: 0.875rem; line-height: 1.3em; }
.vehicle-term-description p a,
.vehicle-term-description-below p a { font-size: 0.875rem; line-height: 1.3em; }