@import url(http://fonts.googleapis.com/css?family=Yellowtail);
/*!
 *  Font Awesome 4.3.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('/themes/shared/assets/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/themes/shared/assets/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/themes/shared/assets/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/themes/shared/assets/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/themes/shared/assets/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/themes/shared/assets/vendor/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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: "\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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}
body {
  overflow-x: hidden;
  font-family: 'futura-pt', sans-serif;
}
/* shared theme framework */
body .alert {
  padding: 10px;
  background-color: transparent !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #000;
  border-width: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
}
body .alert p,
body .alert ol,
body .alert ul {
  font-size: 14px !important;
  line-height: 18px !important;
}
body .alert p:last-child {
  margin-bottom: 5px;
}
body .alert.alert-danger {
  border-color: #e81d25;
  color: #e81d25;
}
body .alert.alert-warning.alert-confirmation {
  padding: 20px;
  margin-bottom: 0px;
  background-color: #f69220 !important;
  border: none;
  color: #fff;
}
body .alert.alert-warning.alert-confirmation h1,
body .alert.alert-warning.alert-confirmation h2,
body .alert.alert-warning.alert-confirmation h3,
body .alert.alert-warning.alert-confirmation h4,
body .alert.alert-warning.alert-confirmation h5,
body .alert.alert-warning.alert-confirmation h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
body .alert.alert-warning.alert-confirmation p {
  font-weight: normal;
}
body .alert.alert-warning.alert-confirmation p:last-child {
  margin-bottom: 0px;
}
body .alert .lnk {
  text-align: right;
}
body nav.breadcrumbs {
  display: block;
  position: relative;
  margin: 0px -10px;
  padding: 20px 0px;
}
body nav.breadcrumbs > ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body nav.breadcrumbs > ul > li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
body nav.breadcrumbs > ul > li > a {
  text-transform: uppercase;
  color: #a2a2a2;
  text-decoration: none;
}
body nav.breadcrumbs > ul > li > a:hover {
  color: #000;
  text-decoration: none;
}
body nav.breadcrumbs > ul > li:after {
  display: inline-block;
  padding: 0px 7px 0px 10px;
  color: #a2a2a2;
  content: '>';
}
body nav.breadcrumbs > ul > li:last-child:after {
  display: none;
}
body .page {
  clear: both;
}
body p:empty {
  display: none !important;
}
body .text-left {
  text-align: left;
}
body .text-right {
  text-align: right;
}
body .text-center img {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .m-t-0 {
  margin-top: 0px;
}
body .w-100 {
  width: 100%;
}
body .container-fluid.container-background-grey,
body .container.container-background-grey,
body .wpb_wrapper.container-background-grey {
  background-color: #f0f0f0;
}
body .container-fluid .spacer,
body .container .spacer,
body .wpb_wrapper .spacer {
  padding-top: 25px;
  padding-bottom: 25px;
}
body .container-fluid .wpb_raw_code,
body .container .wpb_raw_code,
body .wpb_wrapper .wpb_raw_code {
  padding: 0px !important;
}
body .container-fluid .content,
body .container .content,
body .wpb_wrapper .content,
body .container-fluid .wpb_text_column,
body .container .wpb_text_column,
body .wpb_wrapper .wpb_text_column {
  padding-top: 25px;
  padding-bottom: 25px;
}
body .container-fluid .content h1,
body .container .content h1,
body .wpb_wrapper .content h1,
body .container-fluid .wpb_text_column h1,
body .container .wpb_text_column h1,
body .wpb_wrapper .wpb_text_column h1,
body .container-fluid .content h2,
body .container .content h2,
body .wpb_wrapper .content h2,
body .container-fluid .wpb_text_column h2,
body .container .wpb_text_column h2,
body .wpb_wrapper .wpb_text_column h2,
body .container-fluid .content h3,
body .container .content h3,
body .wpb_wrapper .content h3,
body .container-fluid .wpb_text_column h3,
body .container .wpb_text_column h3,
body .wpb_wrapper .wpb_text_column h3,
body .container-fluid .content h4,
body .container .content h4,
body .wpb_wrapper .content h4,
body .container-fluid .wpb_text_column h4,
body .container .wpb_text_column h4,
body .wpb_wrapper .wpb_text_column h4,
body .container-fluid .content h5,
body .container .content h5,
body .wpb_wrapper .content h5,
body .container-fluid .wpb_text_column h5,
body .container .wpb_text_column h5,
body .wpb_wrapper .wpb_text_column h5,
body .container-fluid .content h6,
body .container .content h6,
body .wpb_wrapper .content h6,
body .container-fluid .wpb_text_column h6,
body .container .wpb_text_column h6,
body .wpb_wrapper .wpb_text_column h6 {
  margin: 0px;
  padding: 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
body .container-fluid .content h1,
body .container .content h1,
body .wpb_wrapper .content h1,
body .container-fluid .wpb_text_column h1,
body .container .wpb_text_column h1,
body .wpb_wrapper .wpb_text_column h1 {
  font-size: 24px;
  line-height: 24px;
}
body .container-fluid .content h1:after,
body .container .content h1:after,
body .wpb_wrapper .content h1:after,
body .container-fluid .wpb_text_column h1:after,
body .container .wpb_text_column h1:after,
body .wpb_wrapper .wpb_text_column h1:after {
  display: block;
  clear: both;
  margin: 10px 0px 25px 0px;
  width: 100px;
  height: 1px;
  background-color: #152195;
  content: '';
}
body .container-fluid .content h1.text-center:before,
body .container .content h1.text-center:before,
body .wpb_wrapper .content h1.text-center:before,
body .container-fluid .wpb_text_column h1.text-center:before,
body .container .wpb_text_column h1.text-center:before,
body .wpb_wrapper .wpb_text_column h1.text-center:before,
body .container-fluid .content h1.text-center:after,
body .container .content h1.text-center:after,
body .wpb_wrapper .content h1.text-center:after,
body .container-fluid .wpb_text_column h1.text-center:after,
body .container .wpb_text_column h1.text-center:after,
body .wpb_wrapper .wpb_text_column h1.text-center:after {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .container-fluid .content h1.no-decor:before,
body .container .content h1.no-decor:before,
body .wpb_wrapper .content h1.no-decor:before,
body .container-fluid .wpb_text_column h1.no-decor:before,
body .container .wpb_text_column h1.no-decor:before,
body .wpb_wrapper .wpb_text_column h1.no-decor:before,
body .container-fluid .content h1.no-flourish:before,
body .container .content h1.no-flourish:before,
body .wpb_wrapper .content h1.no-flourish:before,
body .container-fluid .wpb_text_column h1.no-flourish:before,
body .container .wpb_text_column h1.no-flourish:before,
body .wpb_wrapper .wpb_text_column h1.no-flourish:before,
body .container-fluid .content h1.no-decor:after,
body .container .content h1.no-decor:after,
body .wpb_wrapper .content h1.no-decor:after,
body .container-fluid .wpb_text_column h1.no-decor:after,
body .container .wpb_text_column h1.no-decor:after,
body .wpb_wrapper .wpb_text_column h1.no-decor:after,
body .container-fluid .content h1.no-flourish:after,
body .container .content h1.no-flourish:after,
body .wpb_wrapper .content h1.no-flourish:after,
body .container-fluid .wpb_text_column h1.no-flourish:after,
body .container .wpb_text_column h1.no-flourish:after,
body .wpb_wrapper .wpb_text_column h1.no-flourish:after {
  display: none;
}
body .container-fluid .content h2,
body .container .content h2,
body .wpb_wrapper .content h2,
body .container-fluid .wpb_text_column h2,
body .container .wpb_text_column h2,
body .wpb_wrapper .wpb_text_column h2 {
  font-size: 22px;
  line-height: 22px;
}
body .container-fluid .content h3,
body .container .content h3,
body .wpb_wrapper .content h3,
body .container-fluid .wpb_text_column h3,
body .container .wpb_text_column h3,
body .wpb_wrapper .wpb_text_column h3 {
  font-size: 20px;
  line-height: 20px;
}
body .container-fluid .content h4,
body .container .content h4,
body .wpb_wrapper .content h4,
body .container-fluid .wpb_text_column h4,
body .container .wpb_text_column h4,
body .wpb_wrapper .wpb_text_column h4 {
  font-size: 18px;
  line-height: 18px;
}
body .container-fluid .content h5,
body .container .content h5,
body .wpb_wrapper .content h5,
body .container-fluid .wpb_text_column h5,
body .container .wpb_text_column h5,
body .wpb_wrapper .wpb_text_column h5 {
  font-size: 16px;
  line-height: 16px;
}
body .container-fluid .content h6,
body .container .content h6,
body .wpb_wrapper .content h6,
body .container-fluid .wpb_text_column h6,
body .container .wpb_text_column h6,
body .wpb_wrapper .wpb_text_column h6 {
  font-size: 14px;
  line-height: 14px;
}
body .container-fluid .content p,
body .container .content p,
body .wpb_wrapper .content p,
body .container-fluid .wpb_text_column p,
body .container .wpb_text_column p,
body .wpb_wrapper .wpb_text_column p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
body .container-fluid .content ul,
body .container .content ul,
body .wpb_wrapper .content ul,
body .container-fluid .wpb_text_column ul,
body .container .wpb_text_column ul,
body .wpb_wrapper .wpb_text_column ul,
body .container-fluid .content ol,
body .container .content ol,
body .wpb_wrapper .content ol,
body .container-fluid .wpb_text_column ol,
body .container .wpb_text_column ol,
body .wpb_wrapper .wpb_text_column ol {
  font-size: 15px;
  line-height: 24px;
}
body .container-fluid .content img,
body .container .content img,
body .wpb_wrapper .content img,
body .container-fluid .wpb_text_column img,
body .container .wpb_text_column img,
body .wpb_wrapper .wpb_text_column img {
  display: block;
  max-width: 100%;
  height: auto;
}
body .container-fluid .text-center p,
body .container .text-center p,
body .wpb_wrapper .text-center p,
body .container-fluid.text-center p,
body .container.text-center p,
body .wpb_wrapper.text-center p {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
body .container-fluid .text-center h1:before,
body .container .text-center h1:before,
body .wpb_wrapper .text-center h1:before,
body .container-fluid.text-center h1:before,
body .container.text-center h1:before,
body .wpb_wrapper.text-center h1:before,
body .container-fluid .text-center h2:before,
body .container .text-center h2:before,
body .wpb_wrapper .text-center h2:before,
body .container-fluid.text-center h2:before,
body .container.text-center h2:before,
body .wpb_wrapper.text-center h2:before,
body .container-fluid .text-center h3:before,
body .container .text-center h3:before,
body .wpb_wrapper .text-center h3:before,
body .container-fluid.text-center h3:before,
body .container.text-center h3:before,
body .wpb_wrapper.text-center h3:before,
body .container-fluid .text-center h4:before,
body .container .text-center h4:before,
body .wpb_wrapper .text-center h4:before,
body .container-fluid.text-center h4:before,
body .container.text-center h4:before,
body .wpb_wrapper.text-center h4:before,
body .container-fluid .text-center h5:before,
body .container .text-center h5:before,
body .wpb_wrapper .text-center h5:before,
body .container-fluid.text-center h5:before,
body .container.text-center h5:before,
body .wpb_wrapper.text-center h5:before,
body .container-fluid .text-center h6:before,
body .container .text-center h6:before,
body .wpb_wrapper .text-center h6:before,
body .container-fluid.text-center h6:before,
body .container.text-center h6:before,
body .wpb_wrapper.text-center h6:before,
body .container-fluid .text-center h1:after,
body .container .text-center h1:after,
body .wpb_wrapper .text-center h1:after,
body .container-fluid.text-center h1:after,
body .container.text-center h1:after,
body .wpb_wrapper.text-center h1:after,
body .container-fluid .text-center h2:after,
body .container .text-center h2:after,
body .wpb_wrapper .text-center h2:after,
body .container-fluid.text-center h2:after,
body .container.text-center h2:after,
body .wpb_wrapper.text-center h2:after,
body .container-fluid .text-center h3:after,
body .container .text-center h3:after,
body .wpb_wrapper .text-center h3:after,
body .container-fluid.text-center h3:after,
body .container.text-center h3:after,
body .wpb_wrapper.text-center h3:after,
body .container-fluid .text-center h4:after,
body .container .text-center h4:after,
body .wpb_wrapper .text-center h4:after,
body .container-fluid.text-center h4:after,
body .container.text-center h4:after,
body .wpb_wrapper.text-center h4:after,
body .container-fluid .text-center h5:after,
body .container .text-center h5:after,
body .wpb_wrapper .text-center h5:after,
body .container-fluid.text-center h5:after,
body .container.text-center h5:after,
body .wpb_wrapper.text-center h5:after,
body .container-fluid .text-center h6:after,
body .container .text-center h6:after,
body .wpb_wrapper .text-center h6:after,
body .container-fluid.text-center h6:after,
body .container.text-center h6:after,
body .wpb_wrapper.text-center h6:after {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .container-fluid .shared-page-content-with-sidebar,
body .container .shared-page-content-with-sidebar,
body .wpb_wrapper .shared-page-content-with-sidebar {
  float: right;
}
@media screen and (max-width: 992px) {
  body .container-fluid .shared-page-content-with-sidebar,
  body .container .shared-page-content-with-sidebar,
  body .wpb_wrapper .shared-page-content-with-sidebar {
    float: none;
  }
}
body .container-fluid .shared-page-sidebar,
body .container .shared-page-sidebar,
body .wpb_wrapper .shared-page-sidebar {
  float: left;
}
@media screen and (max-width: 992px) {
  body .container-fluid .shared-page-sidebar,
  body .container .shared-page-sidebar,
  body .wpb_wrapper .shared-page-sidebar {
    float: none;
    margin-bottom: 25px;
  }
}
body .container-fluid .shared-page-sidebar .container,
body .container .shared-page-sidebar .container,
body .wpb_wrapper .shared-page-sidebar .container,
body .container-fluid .shared-page-sidebar .container-fluid,
body .container .shared-page-sidebar .container-fluid,
body .wpb_wrapper .shared-page-sidebar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body > main > .container-fluid {
  clear: both;
}
.unvisible {
  display: none;
}
a {
  color: #e81d25;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
body form h3.page-subheading {
  display: none !important;
}
body form p {
  font-size: 16px !important;
  line-height: 16px !important;
}
body form p.required {
  color: #e81d25;
}
body form label,
body form .form-group label {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
body form .required sup {
  font-size: 0;
  line-height: 0;
}
body form .required sup:before {
  color: #e81d25;
  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;
  transform: translate(0, 0);
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  content: "\f12a";
}
body form .form-control,
body form input[type='email'],
body form input[type='text'],
body form input[type='number'],
body form input[type='password'],
body form input[type='tel'],
body form input[type='url'],
body form select,
body form textarea {
  background-color: #fff;
  border: 1px #000 solid;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
body form .form-control:hover,
body form input[type='email']:hover,
body form input[type='text']:hover,
body form input[type='number']:hover,
body form input[type='password']:hover,
body form input[type='tel']:hover,
body form input[type='url']:hover,
body form select:hover,
body form textarea:hover,
body form .form-control:active,
body form input[type='email']:active,
body form input[type='text']:active,
body form input[type='number']:active,
body form input[type='password']:active,
body form input[type='tel']:active,
body form input[type='url']:active,
body form select:active,
body form textarea:active,
body form .form-control:focus,
body form input[type='email']:focus,
body form input[type='text']:focus,
body form input[type='number']:focus,
body form input[type='password']:focus,
body form input[type='tel']:focus,
body form input[type='url']:focus,
body form select:focus,
body form textarea:focus {
  background-color: #ddd;
  border: 1px #5c2f91 solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body form .btn {
  float: right;
  min-width: 0px;
}
body .radio-inline label,
body .checkbox-inline label {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
}
body .radio-inline label input,
body .checkbox-inline label input {
  margin-top: 1px;
}
body .radio input[type='radio'],
body .checkbox input[type='radio'],
body .radio input[type='checkbox'],
body .checkbox input[type='checkbox'] {
  top: 2px;
  margin-left: 0px;
}
body .radio label,
body .checkbox label {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
}
body .form_info {
  opacity: 0.65;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
body .alert.alert-success + form.form-maker-form {
  display: none;
}
body .alert.alert-success.form-upload-message {
  margin-top: 40px;
}
body .placeholders-only form label {
  display: none !important;
}
body > header .navbar-default ul.nav.navbar-nav .am-tab-dropdown-parent-right ul,
body > header .navbar-default ul.nav.navbar-nav .am-tab-dropdown-parent-right .dropdown-menu {
  left: auto;
  right: 0px;
}
body > header .navbar-default ul.nav.navbar-nav .am-tab-dropdown-parent-right ul a,
body > header .navbar-default ul.nav.navbar-nav .am-tab-dropdown-parent-right .dropdown-menu a {
  text-align: right;
}
body > header .navbar-default ul.nav.navbar-nav .mobile-only {
  display: none !important;
}
body > header .navbar-default .navbar-collapse .navbar-form {
  display: none;
}
body.cms-terms-and-conditions > header,
body.cms-terms-and-conditions > footer {
  display: none !important;
}
/* filetype icons */
.filetype-icon {
  display: block;
  margin: 20px auto;
  width: 120px;
  height: 150px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  line-height: 130px;
  font-size: 50px;
  padding-left: 20px;
  text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 600;
  perspective: 600;
  -webkit-transform: perspective(600);
  -moz-transform: perspective(600);
  -ms-transform: perspective(600);
  -o-transform: perspective(600);
  transform: perspective(600);
}
.filetype-icon:before {
  content: '';
  float: right;
  width: 40px;
  height: 40px;
  background-image: -webkit-linear-gradient(top right, #ffffff 50%, rgba(255, 255, 255, 0.4) 50%);
  background-image: linear-gradient(to bottom left, #ffffff 50%, rgba(255, 255, 255, 0.4) 50%);
  border-radius: 0 0 0 6px;
}
.filetype-icon:after {
  content: '';
  float: right;
  width: 40px;
  height: 40px;
  background-image: -webkit-linear-gradient(top right, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 50%);
  position: relative;
  top: -130px;
  left: 0px;
}
.filetype-icon:hover {
  -webkit-transform: translateZ(200px);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.filetype-icon.pdf {
  background: #c7211d;
}
.filetype-icon.doc,
.filetype-icon.docx {
  background: #4766b3;
}
.filetype-icon.xls,
.filetype-icon.xlsx {
  background: #63b345;
}
.filetype-icon.jpg,
.filetype-icon.jpeg,
.filetype-icon.eps,
.filetype-icon.ai,
.filetype-icon.gif,
.filetype-icon.png {
  background: mediumpurple;
}
body > main > br {
  display: none !important;
}
body .container-fluid .spacer > *,
body .container .spacer > *,
body .wpb_wrapper .spacer > *,
body .container-fluid .vc_empty_space > *,
body .container .vc_empty_space > *,
body .wpb_wrapper .vc_empty_space > * {
  display: none !important;
}
body .container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body .label {
  display: inline-block;
}
body .label .label-info {
  background-color: #2086B1;
}
.tooltip {
  line-height: 12px;
}
.tooltip .tooltip-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
body .wpb_accordion {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
body .wpb_accordion .wpb_accordion_section h3.wpb_accordion_header {
  display: block;
  padding: 10px;
  margin-bottom: 0px;
  border: 2px #000 solid;
  font-size: 20px;
  line-height: 20px;
}
body .wpb_accordion .wpb_accordion_section h3.wpb_accordion_header > a {
  display: block;
  text-decoration: none;
}
body .wpb_accordion .wpb_accordion_section h3.wpb_accordion_header > a:after {
  display: block;
  float: right;
  font-family: 'FontAwesome';
  content: "\f078";
}
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content {
  height: 0px;
  visibility: hidden;
  opacity: 0;
  padding: 0px 20px 0px 20px;
  border-left: 2px #000 solid;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column h1,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element h1,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column h2,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element h2,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column h3,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element h3,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column h4,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element h4,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column h5,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element h5,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column h6,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element h6 {
  margin-bottom: 10px;
}
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column p:last-child,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element p:last-child {
  margin-bottom: 0px;
}
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column ul,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element ul,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column ol,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element ol {
  margin-bottom: 25px;
}
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column ul:last-child,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element ul:last-child,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_text_column ol:last-child,
body .wpb_accordion .wpb_accordion_section .wpb_accordion_content .wpb_content_element ol:last-child {
  margin-bottom: 0px;
}
body .wpb_accordion .wpb_accordion_section.expanded h3.wpb_accordion_header > a:after {
  content: "\f077";
}
body .wpb_accordion .wpb_accordion_section.expanded .wpb_accordion_content {
  visibility: visible;
  opacity: 1;
  height: auto;
}
body .card {
  display: table;
  clear: both;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 10px;
  background-color: #fff;
}
body .card > [class*='col-'] {
  display: table-cell;
  float: none;
}
body .card > [class*='col-']:first-child {
  vertical-align: middle;
  text-align: center;
}
body .card > [class*='col-']:first-child img {
  display: inline-block;
  max-width: 80%;
  height: auto;
}
body .card > [class*='col-'] .wpb_text_column {
  padding-top: 0px;
  padding-bottom: 0px;
}
body .card > [class*='col-'] .wpb_text_column h1,
body .card > [class*='col-'] .wpb_text_column h2,
body .card > [class*='col-'] .wpb_text_column h3,
body .card > [class*='col-'] .wpb_text_column h4,
body .card > [class*='col-'] .wpb_text_column h5,
body .card > [class*='col-'] .wpb_text_column h6 {
  margin-bottom: 25px !important;
  letter-spacing: normal !important;
}
body .card > [class*='col-'] .wpb_text_column h1:after,
body .card > [class*='col-'] .wpb_text_column h2:after,
body .card > [class*='col-'] .wpb_text_column h3:after,
body .card > [class*='col-'] .wpb_text_column h4:after,
body .card > [class*='col-'] .wpb_text_column h5:after,
body .card > [class*='col-'] .wpb_text_column h6:after {
  display: none !important;
}
body .card > [class*='col-'] .wpb_text_column p:last-child {
  margin-bottom: 0px;
}
body .card > [class*='col-'] .wpb_text_column .btn {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  body .card {
    display: block;
  }
  body .card > [class*='col-'] {
    display: block !important;
    clear: both !important;
    width: auto !important;
    float: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .card > [class*='col-']:first-child {
    padding-top: 0px;
  }
  body .card > [class*='col-']:first-child img {
    display: block;
    margin: 0px auto;
  }
  body .card > [class*='col-']:last-child {
    padding-bottom: 0px;
  }
}
body {
  /* quantity */
  /* new address */
  /* addresses */
  /* submit rows */
  /* boxes */
}
body .cart_quantity_input,
body #quantity_wanted {
  width: 60px;
  margin-bottom: 10px;
  display: inline-block;
}
body .submit2 {
  overflow: hidden;
  float: left;
}
body .footer_links {
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body .footer_links > li {
  display: block;
  float: left;
}
body .btn[name*='process'] {
  float: right;
}
body p.submit {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
body .box,
body ul.box {
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 15px;
  overflow: hidden;
  border: 2px #000 solid;
  list-style: none;
  font-size: 16px;
  line-height: 16px;
  /*
        &:hover {
            border-color: #ee1e7b;
        }
        */
}
body .box li,
body ul.box li {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
  line-height: 16px;
}
body .box li[class*='update'] .btn,
body ul.box li[class*='update'] .btn {
  float: right;
  margin-top: 10px;
}
body .box h3.page-subheading,
body ul.box h3.page-subheading {
  display: block !important;
  font-size: 24px !important;
  line-height: 24px !important;
}
.zoomContainer {
  z-index: 100000;
}
.fancybox-wrap .fancybox-inner {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
body#stores .fancybox-wrap .fancybox-inner {
  padding: 15px 0px;
}
body#stores .fancybox-wrap .fancybox-inner .fancybox-error,
body#stores .fancybox-wrap .fancybox-inner > p {
  padding: 0px 15px;
  margin: 0px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
body#stores .fancybox-wrap .fancybox-inner > ul,
body#stores .fancybox-wrap .fancybox-inner > ol {
  font-size: 14px;
  line-height: 20px;
}
.isimple-icon {
  border-style: none;
  border-width: 0px;
}
.isimple-icon:before {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  top: 25px;
  left: 50%;
  margin-left: -70px;
  border-width: 2px;
  border-color: inherit;
  border-style: solid;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  content: "";
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.isimple-icon:hover:before {
  width: 160px;
  height: 160px;
  top: 15px;
  left: 50%;
  margin-left: -80px;
  opacity: 1;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.isimple-icon:hover .isimple-icon-link {
  -webkit-transform: rotate3d(45, 45, 0, 180deg);
  -moz-transform: rotate3d(45, 45, 0, 180deg);
  transform: rotate3d(45, 45, 0, 180deg);
}
.isimple-icon:hover .isimple-icon-link .isimple-icon-back {
  -webkit-transition: opacity 0.15s ease-out 0.15s;
  -moz-transition: opacity 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s;
  opacity: 1;
}
.isimple-icon .isimple-icon-link {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 10px auto;
  overflow: hidden;
  text-decoration: none;
  perspective: 1000px;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}
.isimple-icon .isimple-icon-link .isimple-icon-front,
.isimple-icon .isimple-icon-link .isimple-icon-back {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 150px;
  height: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  /*
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            */
}
.isimple-icon .isimple-icon-link .isimple-icon-back {
  opacity: 0;
  -webkit-transform: rotate3d(45, 45, 0, 180deg);
  -moz-transform: rotate3d(45, 45, 0, 180deg);
  transform: rotate3d(45, 45, 0, 180deg);
  -webkit-transition: opacity 0.15s ease-out 0.25s;
  -moz-transition: opacity 0.15s ease-out 0.25s;
  transition: opacity 0.15s ease-out 0.25s;
}
.isimple-icon .isimple-icon-link .isimple-icon-back .isimple-icon-boundary .isimple-icon-glyph {
  display: none;
}
.isimple-icon .isimple-icon-link .isimple-icon-boundary {
  display: block;
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}
.isimple-icon .isimple-icon-link .isimple-icon-boundary .isimple-icon-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 80px auto;
  background-position: center 38px;
  background-repeat: no-repeat;
}
.isimple-icon .isimple-icon-link .isimple-icon-boundary .isimple-icon-glyph {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.isimple-icon .isimple-icon-link .isimple-icon-boundary .isimple-icon-shadow {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 75px;
  height: 100%;
  margin-left: -15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.isimple-icon .isimple-icon-link .isimple-icon-boundary .isimple-icon-shadow .isimple-icon-shadow-chatbubble {
  display: block;
  position: absolute;
  left: -20px;
  top: 52px;
  width: 21px;
  height: 50%;
}
.isimple-icon .isimple-icon-link .isimple-icon-boundary .isimple-icon-caption {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.isimple-icon .isimple-icon-link .isimple-icon-boundary .isimple-icon-caption em {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0px 20%;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}
.isimple-icon .isimple-icon-title {
  display: block;
  clear: both;
  margin: 10px 0px;
  padding: 0px;
}
.isimple-icon .isimple-icon-title a {
  text-decoration: none;
}
.isimple-icon .isimple-icon-title strong {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 20px;
}
body .module-product-single.content #image-block .zoomWrapper {
  border: none !important;
}
body .module-product-single.content #image-block .zoomWrapper img {
  max-width: none !important;
}
body .jumbotron,
body > main > .rte > section:first-child {
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
body .jumbotron .wpb_column,
body > main > .rte > section:first-child .wpb_column {
  padding: 0px;
}
body .jumbotron .container:first-child,
body > main > .rte > section:first-child .container:first-child,
body .jumbotron .container-fluid:first-child,
body > main > .rte > section:first-child .container-fluid:first-child {
  padding: 0px;
}
body .jumbotron .container:first-child ul,
body > main > .rte > section:first-child .container:first-child ul,
body .jumbotron .container-fluid:first-child ul,
body > main > .rte > section:first-child .container-fluid:first-child ul,
body .jumbotron .container:first-child ul.wpb_single_image,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image,
body .jumbotron .container-fluid:first-child ul.wpb_single_image,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image {
  display: block;
  position: relative;
  width: 100%;
  /* height: 1000px;*/
  height: 370px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body .jumbotron .container:first-child ul > li,
body > main > .rte > section:first-child .container:first-child ul > li,
body .jumbotron .container-fluid:first-child ul > li,
body > main > .rte > section:first-child .container-fluid:first-child ul > li,
body .jumbotron .container:first-child ul.wpb_single_image > li,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body .jumbotron .container:first-child ul > li .caption,
body > main > .rte > section:first-child .container:first-child ul > li .caption,
body .jumbotron .container-fluid:first-child ul > li .caption,
body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption {
  display: table;
  width: 100%;
  height: 100%;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner,
body > main > .rte > section:first-child .container:first-child ul > li .caption .caption-inner,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner,
body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption .caption-inner,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption .caption-inner,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  /*
                            & .btn {
                                &:hover {
                                    color: #5c2f91;
                                }
                            }
                            */
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body .jumbotron .container:first-child ul > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2 {
  text-transform: uppercase;
  color: #fff;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1 {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 7px;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2 {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 3px;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h2:after,
body > main > .rte > section:first-child .container:first-child ul > li .caption .caption-inner h2:after,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h2:after,
body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption .caption-inner h2:after,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h2:after,
body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption .caption-inner h2:after,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2:after,
body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2:after {
  display: block;
  position: relative;
  width: 150px;
  height: 1px;
  margin: 10px auto 35px auto;
  background-color: #fff;
  content: '';
}
body .jumbotron.jumbotron-squish ul,
body > main > .rte > section:first-child.jumbotron-squish ul {
  height: 370px;
}
body.index .jumbotron .container:first-child,
body.index .jumbotron .container-fluid:first-child {
  padding: 0px;
  /*
                & ul,
                & ul.wpb_single_image {
                    height: 720px;
                }
                */
}
body ul.wpb_single_image {
  display: block;
  position: relative;
  width: 100%;
  /* height: 1000px;*/
  height: 370px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body ul.wpb_single_image > li {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body ul.wpb_single_image > li .caption {
  display: table;
  width: 100%;
  height: 100%;
}
body ul.wpb_single_image > li .caption .caption-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 7px;
  /*
                    & .btn {
                        &:hover {
                            color: #5c2f91;
                        }
                    }
                    */
}
body ul.wpb_single_image > li .caption .caption-inner h1,
body ul.wpb_single_image > li .caption .caption-inner h2 {
  text-transform: uppercase;
  color: #fff;
}
body ul.wpb_single_image > li .caption .caption-inner h1 {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 7px;
}
body ul.wpb_single_image > li .caption .caption-inner h2 {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 3px;
}
body ul.wpb_single_image > li .caption .caption-inner h2:after {
  display: block;
  position: relative;
  width: 150px;
  height: 1px;
  margin: 10px auto 35px auto;
  background-color: #fff;
  content: '';
}
@media screen and (max-width: 767px) {
  body .jumbotron,
  body > main > .rte > section:first-child {
    overflow-x: hidden;
  }
  body .jumbotron .container:first-child ul > li .caption .caption-inner h1,
  body > main > .rte > section:first-child .container:first-child ul > li .caption .caption-inner h1,
  body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h1,
  body > main > .rte > section:first-child .container-fluid:first-child ul > li .caption .caption-inner h1,
  body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
  body > main > .rte > section:first-child .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
  body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1,
  body > main > .rte > section:first-child .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 4px;
  }
}
body #layered_form > div > div {
  overflow: hidden;
}
body #layered_form > div > div.layered_block {
  padding-bottom: 6px;
  margin-bottom: 0;
}
body #layered_form > div > div.layered_block > ul {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
}
body #layered_form > div > div.layered_block > ul > li {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 5px 0;
}
body #layered_form > div > div.layered_block > ul > li:hover {
  background: transparent;
  color: #000;
}
body #layered_form > div > div.layered_block > ul > li > input[type="checkbox"],
body #layered_form > div > div.layered_block > ul > li > input.checkbox {
  float: left;
  margin: 0 5px 0 0;
}
body #layered_form > div > div.layered_block > ul > li > label {
  float: left;
  font-size: 14px;
  line-height: 12px;
  text-transform: none;
  font-weight: normal;
}
body #layered_form > div > div.layered_block > ul > li > label a {
  text-decoration: none;
}
body #layered_form > div > div ul {
  display: block;
  overflow: visible;
  text-align: right;
}
body #layered_form > div > div ul label {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
body #layered_form > div > div ul > span {
  font-size: 12px;
  line-height: 12px;
  color: #000;
}
body #layered_form > div > div ul .layered_slider_container {
  width: auto;
  position: relative;
  left: 0px;
  margin: 0px;
}
body #layered_form > div > div ul .layered_slider_container .layered_slider {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
body #layered_block_left #enabled_filters {
  margin-bottom: 0px !important;
}
body #layered_block_left #enabled_filters > ul {
  margin-top: 5px;
}
body #layered_block_left #enabled_filters > ul > li {
  display: block;
  clear: both;
  margin: 10px 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
}
body #layered_block_left #enabled_filters > ul > li > a {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
body #layered_block_left #enabled_filters > ul > li > a:before {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  font-family: 'FontAwesome';
  content: "\f00d";
}
body #layered_block_left span.layered_subtitle {
  display: block;
  float: left;
  margin-top: 8px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 12px;
}
body #layered_block_left span.layered_close {
  display: block;
  float: right;
  margin-bottom: 0px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 12px;
}
body #layered_block_left span.layered_close > a {
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
body #layered_block_left span.layered_close > a:before {
  display: block;
  position: relative;
  top: 7px;
  content: "\f077";
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 12px;
  color: #000;
}
body #layered_block_left span.layered_close.closed > a:before {
  content: "\f078";
}
.modal .modal-dialog {
  width: 80%;
  max-width: 1024px;
}
.modal.modal-borderless .modal-dialog > .modal-content {
  padding: 0px;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.modal-borderless .modal-dialog > .modal-content .modal-header {
  position: relative;
  padding: 0px;
  min-height: 0px;
  height: 0px;
  border: none;
}
.modal.modal-borderless .modal-dialog > .modal-content .modal-header button {
  position: absolute;
  float: none;
  top: 5px;
  right: 18px;
  margin: 0px;
  padding: 0px;
  z-index: 101;
}
.modal.modal-borderless .modal-dialog > .modal-content .modal-header button span {
  font-size: 26px;
  line-height: 26px;
  color: #000;
  text-shadow: none;
}
.modal.modal-borderless .modal-dialog > .modal-content .modal-body {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    margin: 0px auto;
  }
  .modal.modal-borderless .modal-dialog > .modal-content .modal-header button {
    opacity: 1;
  }
  .modal.modal-borderless .modal-dialog > .modal-content .modal-header button span {
    color: #fff !important;
  }
}
.sidebar-navigation {
  padding-bottom: 30px;
}
.sidebar-navigation > .row {
  padding-top: 36px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 0px !important;
  background: transparent !important;
  text-align: left !important;
}
.sidebar-navigation h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
}
.sidebar-navigation ul {
  margin-bottom: 0px;
  padding-left: 20px;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.sidebar-navigation ul li:before {
  display: block;
  position: absolute;
  left: -20px;
  top: 15px;
  width: 7px;
  height: 7px;
  background-color: #F0F0F0;
  border-top: 1px #2086b1 solid;
  border-right: 1px #2086b1 solid;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  font-size: 11px;
  font-weight: normal;
  content: '';
}
.sidebar-navigation ul > li {
  position: relative;
  padding-top: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #2086b1;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: bold;
}
.sidebar-navigation ul > li > a {
  color: #2086b1;
  text-decoration: none !important;
}
.sidebar-navigation ul > li > ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebar-navigation ul > li > ul > li {
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
.sidebar-navigation ul > li > ul > li.category-all {
  margin-bottom: 10px;
}
.sidebar-navigation ul > li > ul > li > a {
  display: inline-block;
  position: relative;
  left: -18px;
  padding: 1px 10px 2px 18px;
  border: 1px #f0f0f0 solid;
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.sidebar-navigation ul > li > ul > li:before {
  width: 8px;
  height: 8px;
  left: -20px;
  margin-top: -4px;
  z-index: 10;
  transform-origin: center;
}
.sidebar-navigation ul > li > ul > li:hover:before {
  width: 18px;
  height: 18px;
  left: -30px;
  margin-top: -9px;
}
.sidebar-navigation ul > li > ul > li:hover > a {
  position: relative;
  left: -18px;
  padding-left: 18px;
  background-color: #2086b1;
  color: #fff;
}
.sidebar-navigation ul > li > ul > li.selected:before,
.sidebar-navigation ul > li > ul > li.selected:hover:before {
  left: -24px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: #2086b1;
}
.sidebar-navigation ul > li > ul > li.selected > a,
.sidebar-navigation ul > li > ul > li.selected:hover > a {
  border-color: #2086b1;
  position: relative;
  left: -18px;
  padding-left: 18px;
  color: #2086b1;
  background-color: transparent;
}
.sidebar-navigation ul > li > ul > li.selected > a:before,
.sidebar-navigation ul > li > ul > li.selected:hover > a:before {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  z-index: 11;
  font-family: 'FontAwesome', sans-serif;
  font-weight: normal;
  font-size: 8px;
  line-height: 12px;
  color: #7fd6fb;
  text-align: center;
  text-indent: -1px;
  content: "\f005";
}
@media screen and (max-width: 768px) {
  .sidebar-navigation h3 + ul {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
ul.pagination {
  padding: 4px;
  height: 37px;
  background-clip: padding-box;
  border: 1px solid #1d7ba3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
}
ul.pagination > li > a,
ul.pagination > li.active > a,
ul.pagination > li.disabled > a,
ul.pagination > li > span,
ul.pagination > li.active > span,
ul.pagination > li.disabled > span {
  float: left;
  margin-left: 5px;
  padding: 0 6px;
  min-width: 17px;
  line-height: 27px;
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-shadow: none;
  background-color: transparent;
  border: none;
}
ul.pagination > li:first-child > span,
ul.pagination > li.active:first-child > span,
ul.pagination > li.disabled:first-child > span,
ul.pagination > li:first-child > a,
ul.pagination > li.active:first-child > a,
ul.pagination > li.disabled:first-child > a {
  margin-left: 0;
}
ul.pagination > li > a,
ul.pagination > li.active > a,
ul.pagination > li.disabled > a {
  text-decoration: none;
  background-clip: padding-box;
  /*
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
            background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
            background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
            */
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
ul.pagination > li > a:hover,
ul.pagination > li.active > a:hover,
ul.pagination > li.disabled > a:hover {
  background-color: #1d7ba3;
  color: #fff;
}
ul.pagination > li i,
ul.pagination > li.active i,
ul.pagination > li.disabled i {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
}
ul.pagination > li > span,
ul.pagination > li.active > span,
ul.pagination > li.disabled > span,
ul.pagination > li > a:active,
ul.pagination > li.active > a:active,
ul.pagination > li.disabled > a:active {
  color: #fff;
}
ul.pagination > li:hover > span,
ul.pagination > li:focus > span,
ul.pagination > li:active > span {
  background-color: transparent;
  color: #ccc;
}
ul.pagination > li.active {
  cursor: default;
}
ul.pagination > li.active > span {
  color: #fff;
}
ul.pagination > li.active:hover > span,
ul.pagination > li.active:focus > span,
ul.pagination > li.active:active > span {
  background-color: transparent;
  color: #fff;
}
ul.pagination > li.pagination_next,
ul.pagination > li.pagination_previous {
  color: #fff;
}
ul.pagination > li.pagination_next > a,
ul.pagination > li.pagination_previous > a,
ul.pagination > li.pagination_next > span,
ul.pagination > li.pagination_previous > span {
  height: 26px !important;
}
ul.pagination > li.pagination_next > a,
ul.pagination > li.pagination_previous > a {
  color: #fff;
}
ul.pagination > li.pagination_next > span,
ul.pagination > li.pagination_previous > span {
  opacity: 0.5;
}
body .nav-pills {
  clear: both;
  margin: 20px 0px;
}
body .nav-pills > li > a {
  display: block;
  padding: 15px 25px;
  margin: 0px 5px 5px 0px;
  background-color: #fff;
  color: #616161;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body .nav-pills > li > a:hover {
  background-color: #fff;
  color: #000;
}
body .nav-pills > li.active > a {
  background-color: #000;
  color: #fff;
}
body .nav-pills > li.active > a:hover {
  background-color: #000;
  color: #fff;
}
body .nav-pills.fixed {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
body .nav-pills.fixed > li {
  display: table-cell;
  float: none;
  width: auto;
}
body .nav-pills.fixed > li.message {
  padding: 6px 25px;
  background: #fff;
}
body .nav-pills.fixed > li a {
  margin: 0 5px 0 0;
}
body .nav-pills.fixed > li p {
  margin: 0;
  padding: 0;
}
body .products-category-grid {
  display: block;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0px;
}
@media screen and (max-width: 992px) {
  body .products-category-grid {
    display: block;
    width: 100%;
    margin: 0;
  }
}
body .products-category-grid .products-category-grid-item {
  display: block;
  display: flex;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  border-top: none;
  border-bottom: 10px #f0f0f0 solid;
  border-left: 10px #f0f0f0 solid;
  border-right: 10px #f0f0f0 solid;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  body .products-category-grid .products-category-grid-item {
    display: block;
    width: 100%;
    margin: 0;
    border-left: none;
    border-right: none;
  }
}
body .products-category-grid .products-category-grid-item:nth-child(2n+1) {
  clear: both;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner {
  padding: 10px;
  background-color: #fff;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure {
  position: relative;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure img {
  max-width: 100%;
  width: 100%;
  border-top: 1px #ddd solid;
  border-bottom: none;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure > figcaption > a {
  display: block;
  position: relative;
  padding: 0px 10px;
  height: 36px;
  background-color: #165f7e;
  border: 1px #ddd solid;
  color: #fff;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure > figcaption > a:after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  content: ">";
  transition: right 0.35s ease-out, opacity 0.25s ease-out;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure ins {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-align: right;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure ins > strong {
  display: block;
  position: absolute;
  width: 100px;
  top: 19px;
  left: -21px;
  background: #f69220;
  -webkit-box-shadow: 0 3px 10px -5px #000000;
  -moz-box-shadow: 0 3px 10px -5px #000000;
  box-shadow: 0 3px 10px -5px #000000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure ins > strong:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #db831e;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #db831e;
  content: '';
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure ins > strong:after {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #db831e;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #db831e;
  content: '';
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer {
  padding: 25px 0px 0px 0px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h1,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h2,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h3,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h4,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h5,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h6 {
  word-break: break-word;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h1:before,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h2:before,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h3:before,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h4:before,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h5:before,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h6:before,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h1:after,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h2:after,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h3:after,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h4:after,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h5:after,
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h6:after {
  display: none !important;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h2 {
  color: #165f7e;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: normal;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h2 small {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: normal;
  color: #000;
  font-weight: bold;
  font-style: normal;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  letter-spacing: 0px;
}
body .products-category-grid .products-category-grid-item:hover .products-category-grid-item-inner figure > figcaption > a {
  padding-right: 20px;
  background-color: #fff;
  color: #165f7e;
}
body .products-category-grid .products-category-grid-item:hover .products-category-grid-item-inner figure > figcaption > a:after {
  right: 10px;
  opacity: 1;
}
body h1.page-heading + .products-grid {
  padding-top: 40px;
}
body .products-grid {
  display: block;
  height: auto !important;
  overflow: hidden;
  padding: 40px 0px 40px 0px;
}
body .products-grid .products-grid-item {
  display: block;
  position: static !important;
  margin-bottom: 20px;
}
body .products-grid .products-grid-item .products-grid-item-inner {
  position: relative;
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: #fff;
}
body .products-grid .products-grid-item .products-grid-item-inner > a {
  text-decoration: none;
  color: #000;
}
body .products-grid .products-grid-item .products-grid-item-inner header u,
body .products-grid .products-grid-item .products-grid-item-inner .header u,
body .products-grid .products-grid-item .products-grid-item-inner figure u,
body .products-grid .products-grid-item .products-grid-item-inner .figure u,
body .products-grid .products-grid-item .products-grid-item-inner footer u,
body .products-grid .products-grid-item .products-grid-item-inner .footer u {
  display: inline-block;
  background: yellow;
  color: #000;
  text-decoration: none;
}
body .products-grid .products-grid-item .products-grid-item-inner header u:empty,
body .products-grid .products-grid-item .products-grid-item-inner .header u:empty,
body .products-grid .products-grid-item .products-grid-item-inner figure u:empty,
body .products-grid .products-grid-item .products-grid-item-inner .figure u:empty,
body .products-grid .products-grid-item .products-grid-item-inner footer u:empty,
body .products-grid .products-grid-item .products-grid-item-inner .footer u:empty {
  display: none;
}
body .products-grid .products-grid-item .products-grid-item-inner header,
body .products-grid .products-grid-item .products-grid-item-inner .header {
  display: table;
  width: 100%;
}
body .products-grid .products-grid-item .products-grid-item-inner header h3,
body .products-grid .products-grid-item .products-grid-item-inner .header h3 {
  display: table-cell;
  width: 100%;
  height: 130px;
  margin: 0px;
  padding: 0px 20px 30px 20px;
  vertical-align: bottom;
}
body .products-grid .products-grid-item .products-grid-item-inner header h3:before,
body .products-grid .products-grid-item .products-grid-item-inner .header h3:before,
body .products-grid .products-grid-item .products-grid-item-inner header h3:after,
body .products-grid .products-grid-item .products-grid-item-inner .header h3:after {
  display: none !important;
}
body .products-grid .products-grid-item .products-grid-item-inner header h3 > strong,
body .products-grid .products-grid-item .products-grid-item-inner .header h3 > strong {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  text-transform: none;
  color: #000;
  letter-spacing: 2px;
  word-break: break-word;
}
body .products-grid .products-grid-item .products-grid-item-inner header h3 > strong:after,
body .products-grid .products-grid-item .products-grid-item-inner .header h3 > strong:after {
  display: block;
  clear: both;
  width: 25%;
  height: 1px;
  background-color: #000;
  margin: 10px auto 0px auto;
  padding: 0px;
  content: '';
}
body .products-grid .products-grid-item .products-grid-item-inner figure,
body .products-grid .products-grid-item .products-grid-item-inner .figure {
  padding: 0px 25px;
}
body .products-grid .products-grid-item .products-grid-item-inner figure img,
body .products-grid .products-grid-item .products-grid-item-inner .figure img {
  max-width: 100%;
  width: 100%;
}
body .products-grid .products-grid-item .products-grid-item-inner .figure {
  max-height: 250px;
  overflow: hidden;
}
body .products-grid .products-grid-item .products-grid-item-inner footer,
body .products-grid .products-grid-item .products-grid-item-inner .footer {
  padding: 30px 0px;
  text-align: center;
}
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner figure,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner figure,
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner .figure,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner .figure {
  display: none;
}
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner > a,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner > a {
  display: block;
}
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner > a:hover header h3 > strong,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner > a:hover header h3 > strong,
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner > a:hover .header h3 > strong,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner > a:hover .header h3 > strong {
  background-color: #000;
}
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner header h3,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner header h3,
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner .header h3,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner .header h3 {
  height: 160px;
  padding: 0px;
  vertical-align: middle;
}
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner header h3 > strong,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner header h3 > strong,
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner .header h3 > strong,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner .header h3 > strong {
  display: inline-block;
  padding: 10px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner header h3 > strong:after,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner header h3 > strong:after,
body .products-grid .products-grid-item.products-grid-item-noimage .products-grid-item-inner .header h3 > strong:after,
body .products-grid .products-grid-item.products-grid-item-subcategory .products-grid-item-inner .header h3 > strong:after {
  display: none;
}
body .products-grid.products-grid-assets {
  padding-top: 0;
}
body .products-grid.products-grid-subcategories {
  padding: 0 7.5px 15px 7.5px;
}
body .products-grid.products-grid-subcategories .products-grid-item.products-grid-item-subcategory {
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin-bottom: 5px;
}
body .products-grid.products-grid-subcategories .products-grid-item.products-grid-item-subcategory .products-grid-item-inner header h3 {
  height: auto;
  max-height: 160px;
  padding: 10px 0;
}
body .products-grid.products-grid-subcategories .products-grid-item.products-grid-item-subcategory .products-grid-item-inner header h3 strong {
  letter-spacing: normal;
  margin-left: 10px;
  margin-right: 10px;
}
body .products-grid.products-grid-special {
  display: flex;
  flex-wrap: wrap;
}
body .products-grid.products-grid-special .products-grid-item.products-grid-item-special {
  display: flex;
  margin-bottom: 20px;
}
body .products-grid.products-grid-special .products-grid-item.products-grid-item-special .products-grid-item-inner > figure {
  padding-bottom: 105px;
}
body .products-grid.products-grid-special .products-grid-item.products-grid-item-special .products-grid-item-inner > figure .tags {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}
body .products-grid.products-grid-special .products-grid-item.products-grid-item-special .products-grid-item-inner > figure .tags .label {
  font-weight: normal;
}
body .products-grid.products-grid-special .products-grid-item.products-grid-item-special .products-grid-item-inner > footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#stores .controls input#addressInput,
body#stores .controls select#radiusSelect,
body#stores .controls select#brandSelect,
body#stores .controls button,
body#stores .controls .btn-group {
  width: 100%;
  height: 36px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  border-color: #b2b2b2;
}
body#stores .controls button {
  border-width: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
body#stores .controls .multiselect-container.dropdown-menu {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
body#stores .controls .multiselect-container.dropdown-menu > li > a {
  text-decoration: none;
  outline: none;
}
body#stores .controls .multiselect-container.dropdown-menu > li > a > label {
  margin: 0px;
}
body#stores .controls .multiselect-container.dropdown-menu > li > a > label input[type="checkbox"] {
  position: relative;
  margin-right: 5px;
}
body#stores #map {
  width: 100%;
  height: 600px;
}
body#stores #stores-table {
  position: relative;
  overflow: hidden;
  margin: 50px -8px;
}
body#stores #stores-table [class*='col-'] {
  padding: 8px;
}
body#stores #stores-table [class*='col-'] .store-inner {
  min-height: 300px;
  padding: 40px;
  border: 3px #e5e5e5 solid;
}
body#stores #stores-table [class*='col-'] .store-inner h2 {
  margin: 0px 0px 20px 0px;
}
body#stores #stores-table [class*='col-'] .store-inner p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}
body#stores .gm-style .gm-style-iw {
  font-family: 'proxima-nova', sans-serif;
  font-size: 13px;
  line-height: 17px;
}
body#stores .gm-style .gm-style-iw a {
  display: block;
  margin-top: 5px;
  padding: 4px 0px 3px 0px;
  border: 1px #000 solid;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 17px;
  font-size: 13px;
}
html.translated-ltr body,
html.translated-rtl body {
  top: 0 !important;
}
html.translated-ltr body .skiptranslate,
html.translated-rtl body .skiptranslate {
  display: none !important;
}
body .custom-category-cta {
  padding: 0 0 60px 0;
}
body .custom-category-cta .custom-category-cta-inner figure {
  margin: 0;
  padding: 0;
}
body .custom-category-cta .custom-category-cta-inner figure > span {
  display: block;
  height: 270px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body .custom-category-cta .custom-category-cta-inner figure > figcaption {
  margin: 0;
  padding: 0;
}
body .custom-category-cta .custom-category-cta-inner figure > figcaption h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}
body .custom-category-cta .custom-category-cta-inner figure > figcaption p {
  font-size: 16px;
  line-height: 24px;
}
body .custom-category-cta .custom-category-cta-inner figure > figcaption .btn {
  width: 85%;
}
body .custom-headline h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  color: #000;
}
body .custom-headline h2:before {
  display: block;
  width: 100px;
  height: 3px;
  margin: 0 auto 15px auto;
  background-color: #000;
  content: '';
}
body .custom-headline h3 {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  color: #000;
}
body .sidebar .custom-headline {
  padding-bottom: 30px;
}
body .sidebar .custom-headline h2 {
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}
body .sidebar .custom-headline h2:before {
  display: none;
}
body .sidebar .custom-headline h2:after {
  display: block;
  width: 100px;
  height: 1px;
  margin: 15px auto 0 auto;
  background-color: #000;
  content: '';
}
body .sidebar .custom-headline h3 {
  padding-top: 15px;
  font-size: 16px;
  line-height: 16px;
}
body .module-feature-grid > .vc_column_container {
  padding: 0px;
}
body .module-feature-grid > .vc_column_container > .container,
body .module-feature-grid > .vc_column_container > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body .module-feature-grid .vc_row {
  margin-bottom: 20px;
}
body .module-feature-grid .vc_row > .vc_column_container {
  display: table;
  height: 350px;
  overflow: hidden;
}
body .module-feature-grid .vc_row > .vc_column_container .module-feature-grid-item figure {
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden;
}
body .module-feature-grid .vc_row > .vc_column_container .module-feature-grid-item figure > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body .module-feature-grid .vc_row > .vc_column_container .module-feature-grid-item figure > figcaption {
  display: block;
  position: absolute;
  width: 100%;
  padding: 15px 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
body .module-feature-grid .vc_row > .vc_column_container .module-feature-grid-item figure > figcaption > h2 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
body .module-feature-grid .vc_row > .vc_column_container .module-feature-grid-item figure > figcaption > h3 {
  display: block;
  margin: 0;
  padding: 5px 0 10px 0;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  color: #fff;
}
body .module-feature-grid .vc_row > .vc_column_container .module-feature-grid-item figure > figcaption a.btn.btn-primary {
  height: 32px;
  padding: 0 50px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}
body .module-shared-footer {
  font-family: 'futura-pt', sans-serif;
}
body .module-shared-footer .pull-right p {
  text-align: right;
}
body .module-shared-footer > .row {
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px #383838 solid;
}
body .module-shared-footer > .row:first-child {
  padding-top: 0px;
}
body .module-shared-footer > .row:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
body .module-shared-footer p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
body .module-shared-footer p a {
  color: #fff;
  text-decoration: underline;
}
body .module-shared-footer p a:hover {
  color: #fff;
  text-decoration: none;
}
body .module-shared-footer nav > ul {
  display: block;
  float: none !important;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body .module-shared-footer nav > ul > li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
}
body .module-shared-footer nav > ul > li > a {
  display: inline-block;
  padding: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
body .module-shared-footer nav > ul > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}
body .module-shared-footer nav > ul > li:after {
  padding: 0px 10px;
  content: '|';
}
body .module-shared-footer nav > ul > li:last-child:after {
  display: none;
}
body .module-shared-footer menu.social {
  margin: 0px;
  padding: 0px;
}
body .module-shared-footer menu.social > ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body .module-shared-footer menu.social > ul > li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body .module-shared-footer menu.social > ul > li > a {
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
body .module-shared-footer menu.social > ul > li > a:before {
  display: block;
  padding-right: 20px;
  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;
  transform: translate(0, 0);
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  font-weight: normal;
}
body .module-shared-footer menu.social > ul > li.facebook > a:before {
  content: "\f09a";
}
body .module-shared-footer menu.social > ul > li.twitter > a:before {
  content: "\f099";
}
body .module-shared-footer menu.social > ul > li.gplus > a:before {
  content: "\f0d5";
}
body .module-shared-footer menu.social > ul > li.youtube > a:before {
  content: "\f16a";
}
body .module-shared-footer menu.social > ul > li.instagram > a:before {
  content: "\f16d";
}
body .module-shared-footer menu.social > ul > li.pinterest > a:before {
  content: "\f231";
}
body .module-shared-footer menu.brands {
  margin: 0px;
  padding: 0px;
}
body .module-shared-footer menu.brands > ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  table-layout: fixed;
}
body .module-shared-footer menu.brands > ul > li {
  display: table-cell;
  width: 20%;
  margin: 0px;
  padding: 0px 10px;
  list-style: none;
  vertical-align: middle;
  text-align: center;
}
body .module-shared-footer menu.brands > ul > li > a {
  text-decoration: none;
  color: #fff;
}
body .module-shared-footer menu.brands > ul > li > a img {
  max-width: 100%;
}
body .module-shared-footer menu.brands > ul > li:last-child {
  padding-right: 0px;
}
body .module-latest-posts {
  padding: 40px 0;
}
body .module-latest-posts .module-latest-posts-inner .item {
  padding-bottom: 20px;
}
body .module-latest-posts .module-latest-posts-inner .item > figure {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
body .module-latest-posts .module-latest-posts-inner .item > figure span.image {
  display: block;
  position: relative;
  width: 100%;
  height: 476px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
}
body .module-latest-posts .module-latest-posts-inner .item > figure span.image:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  transition: all 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
}
body .module-latest-posts .module-latest-posts-inner .item > figure span.image > strong {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.25s ease-out 0.15s;
  opacity: 0;
  visibility: hidden;
}
body .module-latest-posts .module-latest-posts-inner .item > figure span.image > strong:after {
  display: inline-block;
  position: relative;
  margin-top: 1px;
  padding-left: 10px;
  font-weight: 300;
  font-size: 20px;
  content: '>';
}
body .module-latest-posts .module-latest-posts-inner .item > figure span.image:hover:before,
body .module-latest-posts .module-latest-posts-inner .item > figure span.image:hover > strong {
  opacity: 1;
  visibility: visible;
}
body .module-latest-posts .module-latest-posts-inner .item > figure > figcaption {
  margin: 0;
  padding: 0;
}
body .module-latest-posts .module-latest-posts-inner .item > figure > figcaption h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
}
body .module-latest-posts .module-latest-posts-inner .item > figure > figcaption h2:before {
  display: block;
  width: 100px;
  height: 3px;
  margin-bottom: 28px;
  background-color: #000;
  content: '';
}
body .module-latest-posts .module-latest-posts-inner .item > figure > figcaption time {
  display: block;
  margin: 0;
  padding: 10px 0 15px 0;
  text-transform: uppercase;
  color: #a6a6a6;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
body .module-latest-posts .module-latest-posts-inner .item > figure > figcaption p {
  margin: 0 0 25px 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}
body .module-latest-posts .module-latest-posts-inner .item > figure > figcaption .btn {
  width: 300px;
  text-align: center;
}
body .module-link-grid {
  padding-top: 64px;
  padding-bottom: 64px;
}
body .module-link-grid .item {
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
body .module-link-grid .item.item-double {
  height: 640px;
}
body .module-link-grid .item .wpb_text_column {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
body .module-link-grid .item .wpb_text_column p {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
}
body .module-link-grid .item .wpb_text_column p .btn {
  position: static;
  top: auto;
}
body .module-link-grid .item .btn {
  position: relative;
  top: 100%;
  min-width: 200px;
  max-width: 80%;
  /* margin-top: -125px; */
}
body #mc_embed_signup form {
  margin: 0;
  padding: 0 40px 40px 40px;
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  overflow: hidden;
  line-height: 16px;
}
body #mc_embed_signup form h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
body #mc_embed_signup form h2:after {
  display: block;
  width: 85px;
  height: 1px;
  margin: 20px auto 30px auto;
  background-color: #000;
  content: '';
}
body #mc_embed_signup form .small-meta {
  display: none;
}
body #mc_embed_signup form .indicates-required {
  display: none;
}
body #mc_embed_signup form div.mce_inline_error {
  margin-bottom: 0;
  padding: 5px 30px;
  background-color: #652D8A;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
}
body #mc_embed_signup form .btn.btn-primary {
  display: block;
  height: 55px;
  float: right;
  margin: 0;
  padding: 0 40px;
  background-color: transparent;
  border: 1px #b2b2b2 solid;
  outline: none;
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 55px;
  font-weight: normal;
  border-radius: 0;
}
body #mc_embed_signup form .btn.btn-primary i {
  padding-left: 28px;
}
body #mc_embed_signup form .btn.btn-primary:hover,
body #mc_embed_signup form .btn.btn-primary:focus,
body #mc_embed_signup form .btn.btn-primary:active {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
body #mc_embed_signup form .mc-field-group {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 0 20px 0;
  /*
                div.mce_inline_error {
                    width: auto;
                    position: relative;
                    margin-left: 0px;
                    margin-right: 20px;
                }
                */
}
body #mc_embed_signup form .mc-field-group label {
  display: none;
}
body #mc_embed_signup form .mc-field-group input {
  height: 44px;
  padding: 0 30px;
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #000;
  text-indent: 0;
  font-size: 15px;
  line-height: 44px;
  text-transform: uppercase;
}
body #mc_embed_signup form .mc-field-group > strong {
  display: block;
  padding: 0 15px 20px 15px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
body #mc_embed_signup form .mc-field-group > strong .asterisk {
  display: none;
}
body #mc_embed_signup form .mc-field-group .datefield,
body #mc_embed_signup form .mc-field-group .phonefield-us {
  display: table;
  width: 100%;
  padding: 0;
  table-layout: fixed;
  font-size: 0;
  line-height: 0;
}
body #mc_embed_signup form .mc-field-group .datefield span.subfield,
body #mc_embed_signup form .mc-field-group .phonefield-us span.subfield {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
}
body #mc_embed_signup form .mc-field-group .datefield span.subfield:first-child,
body #mc_embed_signup form .mc-field-group .phonefield-us span.subfield:first-child {
  padding-left: 0;
}
body #mc_embed_signup form .mc-field-group .datefield span.subfield:last-child,
body #mc_embed_signup form .mc-field-group .phonefield-us span.subfield:last-child {
  padding-right: 0;
}
body #mc_embed_signup form .mc-field-group .datefield span.subfield input,
body #mc_embed_signup form .mc-field-group .phonefield-us span.subfield input {
  width: 100%;
  height: 44px;
  margin: 0;
  text-align: center;
}
body #mc_embed_signup form .mc-field-group .datefield + div.mce_inline_error {
  margin-left: 10px;
  margin-right: 10px;
}
body #mc_embed_signup form .mc-field-group.input-group {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-top: 1px #f0f0f0 solid;
  border-bottom: 1px #f0f0f0 solid;
}
body #mc_embed_signup form .mc-field-group.input-group > strong {
  padding: 20px 15px;
}
body #mc_embed_signup form .mc-field-group.input-group ul {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
body #mc_embed_signup form .mc-field-group.input-group ul li {
  display: block;
  width: 50%;
  float: left;
  padding: 10px 0;
}
body #mc_embed_signup form .mc-field-group.input-group ul li input {
  display: block;
  width: 21px;
  height: 21px;
  float: left;
  margin: 0 15px 0 0;
}
body #mc_embed_signup form .mc-field-group.input-group ul li label {
  display: block;
  float: left;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 1200px) and (max-width: 1400px), screen and (max-width: 640px) {
  body #mc_embed_signup form .mc-field-group.input-group ul li {
    width: auto;
    clear: both;
  }
}
body .mapscroll-wrap {
  width: 100%;
  float: left;
}
body .mapscroll-wrap .mapscroll-button {
  right: auto;
  left: 50%;
  top: 10px;
  bottom: auto;
}
body .post-meta-info {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 5px 0px 35px 0px;
  padding: 10px 0px;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  font-size: 14px;
  line-height: 14px;
  color: #7d7d7d;
}
body .post-meta-info > span {
  display: inline-block;
  padding-right: 10px;
}
body .post-meta-info > span:last-child {
  padding-right: 0px;
}
body .post-meta-info > span i {
  color: #000;
}
body .post-content {
  width: 100%;
  clear: both;
  overflow: hidden;
}
body #displayPrestaHomeBlogAfterPostContent {
  margin: 25px 0px 55px 0px;
}
body .module-news {
  clear: both;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f0f0;
}
body .module-news .wpb_text_column,
body .module-news .content {
  padding-top: 0px;
}
body .module-news .wpb_text_column h2,
body .module-news .content h2 {
  margin: 0px;
  font-size: 24px;
  line-height: 24px;
  color: #151515;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
body .module-news .wpb_text_column h2:after,
body .module-news .content h2:after {
  display: block;
  clear: both;
  margin: 10px auto 42px auto;
  width: 100px;
  height: 1px;
  background-color: #152195;
  content: '';
}
body .module-news .container .carousel {
  margin-bottom: 160px;
  padding-bottom: 20px;
}
body .module-news .container .carousel .item {
  margin-top: 0px;
  margin-bottom: 0px;
}
body .module-news .container .carousel .carousel-control {
  width: 0px;
  background-image: none;
  background: transparent;
}
body .module-news .container .carousel .carousel-control .icon {
  display: block;
  position: absolute;
  bottom: -38px;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
body .module-news .container .carousel .carousel-control.left .icon {
  left: 0px;
  background-image: url(../images/arrow-outline-left.png);
}
body .module-news .container .carousel .carousel-control.right .icon {
  right: 0px;
  background-image: url(../images/arrow-outline-right.png);
}
body .module-news .item {
  margin-bottom: 20px;
  background-color: #fff;
  text-align: left;
}
body .module-news .item > .row {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body .module-news .item > .row {
    display: block;
    background-color: #fff;
  }
}
@media screen and (max-width: 640px) {
  body .module-news .item > .row {
    position: relative;
    background-color: transparent;
  }
}
body .module-news .item > .row > [class*="col-"] {
  display: table-cell;
  position: relative;
  float: none;
  vertical-align: top;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  body .module-news .item > .row > [class*="col-"] {
    display: block;
    float: left;
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  body .module-news .item > .row > [class*="col-"] {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 992px) {
  body .module-news .item > .row > [class*="col-"]:first-child {
    display: block;
    width: 30%;
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  body .module-news .item > .row > [class*="col-"]:first-child {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background-image: none !important;
  }
}
body .module-news .item > .row > [class*="col-"]:last-child {
  padding: 60px;
}
@media screen and (max-width: 640px) {
  body .module-news .item > .row > [class*="col-"]:last-child {
    padding: 65px 30px 30px 30px;
  }
}
body .module-news .item > .row > [class*="col-"] .meta {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 50%;
  margin: 0;
  padding: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 992px) {
  body .module-news .item > .row > [class*="col-"] .meta {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  body .module-news .item > .row > [class*="col-"] .meta {
    padding: 15px 0;
    left: auto;
  }
}
body .module-news .item > .row > [class*="col-"] .meta time {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  body .module-news .item > .row > [class*="col-"] .meta time {
    padding: 0 15px 0 0;
    text-align: right;
  }
}
body .module-news .item h4 {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
body .module-news .item h4:after {
  display: block;
  width: 100px;
  height: 1px;
  margin: 15px 0;
  background-color: #000;
  content: '';
}
body .module-news .item p {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
body .module-news .btn#btn-blog {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  margin-top: 17px;
}
body .module-news .sidebar .block {
  padding: 40px 20px;
  background-color: #fff;
}
body .module-news .sidebar .block > p.title_block {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
body .module-news .sidebar .block > p.title_block:after {
  display: block;
  clear: both;
  margin: 10px auto 0px auto;
  width: 100px;
  height: 1px;
  background-color: #000;
  content: '';
}
body .module-news .sidebar .block .block_content {
  font-size: 16px;
  line-height: 16px;
  color: #ccc;
}
body .module-news .sidebar .block .block_content > ul,
body .module-news .sidebar .block .block_content > ol {
  margin: 0px;
  padding-top: 30px;
  padding-right: 30px;
  list-style: none;
  counter-reset: item;
}
body .module-news .sidebar .block .block_content > ul > li,
body .module-news .sidebar .block .block_content > ol > li {
  display: block;
  position: relative;
  padding: 10px 0px 10px 5px;
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
}
body .module-news .sidebar .block .block_content > ul > li:before,
body .module-news .sidebar .block .block_content > ol > li:before {
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
  width: 25px;
  height: 25px;
  border: 1px #ccc solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 23px;
  text-align: center;
  content: counter(item);
  counter-increment: item;
}
body .module-news .sidebar .block .block_content > ul > li .products-block-image,
body .module-news .sidebar .block .block_content > ol > li .products-block-image {
  display: none;
}
body .module-news .sidebar .block .block_content > ul > li h5,
body .module-news .sidebar .block .block_content > ol > li h5 {
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}
body .module-news .sidebar .block .block_content > ul > li h5 a,
body .module-news .sidebar .block .block_content > ol > li h5 a {
  color: #ccc;
  text-decoration: none;
}
body .module-news .sidebar .block .block_content > ul > li .product-description,
body .module-news .sidebar .block .block_content > ol > li .product-description {
  display: none;
  /*
                                font-weight: normal;
                                font-size: 13px;
                                line-height: 13px;
                                color: #ccc;
                                */
}
body .module-news .sidebar .block .block_content > ul > li:hover *,
body .module-news .sidebar .block .block_content > ol > li:hover *,
body .module-news .sidebar .block .block_content > ul > li:hover a,
body .module-news .sidebar .block .block_content > ol > li:hover a {
  color: #000 !important;
  text-decoration: none;
}
body.module-ph_simpleblog-single .content img {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
  border: 1px #ccc solid;
}
body #pagination.simpleblog-pagination {
  margin: 0;
  width: 100%;
  padding: 0;
  border-radius: 0;
}
body #pagination.simpleblog-pagination .pagination {
  border: none;
  background-image: none;
  height: auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
body #pagination.simpleblog-pagination .pagination > li.disabled > span {
  visibility: hidden;
}
body #pagination.simpleblog-pagination .pagination > li.pagination_previous,
body #pagination.simpleblog-pagination .pagination > li.pagination_next {
  display: block;
  margin-top: 5px;
}
body #pagination.simpleblog-pagination .pagination > li.pagination_previous > a,
body #pagination.simpleblog-pagination .pagination > li.pagination_next > a,
body #pagination.simpleblog-pagination .pagination > li.pagination_previous > span,
body #pagination.simpleblog-pagination .pagination > li.pagination_next > span {
  padding: 0;
}
body #pagination.simpleblog-pagination .pagination > li.pagination_previous > a:hover,
body #pagination.simpleblog-pagination .pagination > li.pagination_next > a:hover,
body #pagination.simpleblog-pagination .pagination > li.pagination_previous > a:focus,
body #pagination.simpleblog-pagination .pagination > li.pagination_next > a:focus,
body #pagination.simpleblog-pagination .pagination > li.pagination_previous > a:active,
body #pagination.simpleblog-pagination .pagination > li.pagination_next > a:active {
  background: transparent;
  text-decoration: underline;
}
body #pagination.simpleblog-pagination .pagination > li.pagination_previous {
  float: left;
  margin-left: -10px;
}
body #pagination.simpleblog-pagination .pagination > li.pagination_next {
  float: right;
}
body #pagination.simpleblog-pagination .pagination > li {
  display: inline-block;
}
body #pagination.simpleblog-pagination .pagination > li > a,
body #pagination.simpleblog-pagination .pagination > li > span {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 5px 2px;
}
body .module-order-confirmation-social [class*='col-'] > a {
  display: block;
  position: relative;
  padding: 10px 20px;
  width: auto;
  height: 120px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
body .module-order-confirmation-social [class*='col-'] > a:after {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10%;
  width: 80%;
  height: 75px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}
body .module-order-confirmation-social [class*='col-'] > a.facebook:after {
  background-image: url(/themes/shared/assets/images/order-confirmation-social-facebook.png);
}
body .module-order-confirmation-social [class*='col-'] > a.twitter:after {
  background-image: url(/themes/shared/assets/images/order-confirmation-social-twitter.png);
}
body .module-order-confirmation-social [class*='col-'] > a.instagram:after {
  background-image: url(/themes/shared/assets/images/order-confirmation-social-instagram.png);
}
body .category-description {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  font-style: italic;
}
body .category-description.category-description-tools {
  padding-bottom: 0px !important;
}
body .module-product-category {
  clear: both;
  padding-top: 40px;
}
body .module-product-category .content {
  padding-top: 36px !important;
}
@media screen and (max-width: 992px) {
  body .module-product-category .content {
    padding-top: 0 !important;
  }
}
body .module-product-category h1.page-heading {
  margin-bottom: 15px;
}
body .module-product-category h1.page-heading:before,
body .module-product-category h1.page-heading:after {
  display: none !important;
}
body .module-product-category .product-controls {
  overflow: hidden;
  margin-bottom: 15px;
}
body .module-product-category .product-controls .inner {
  padding: 10px;
  background-color: #165f7e;
  color: #fff;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  body .module-product-category .product-controls .inner {
    padding: 30px;
    text-align: center;
  }
  body .module-product-category .product-controls .inner [class*='col-'].text-right,
  body .module-product-category .product-controls .inner [class*='col-'].text-left {
    text-align: center !important;
  }
}
body .module-product-category .product-controls .inner .pagination {
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 992px) {
  body .module-product-category .product-controls .inner .pagination {
    padding-bottom: 15px;
  }
}
body .module-product-category .product-controls .inner .pagination > li > span,
body .module-product-category .product-controls .inner .pagination > li > a {
  padding: 0px 6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body .module-product-category .product-controls .inner .product-count {
  display: none;
}
body .module-product-category .product-controls .inner .productsSortForm label {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
body .module-product-category .product-controls .inner .productsSortForm select {
  width: auto;
  display: inline-block;
  height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px 10px;
  background-color: #1d7ba3;
  color: #fff;
  text-transform: uppercase;
  font-family: 'futura-pt', sans-serif;
  font-weight: normal;
}
body .module-product-category.slim {
  margin-top: 0px;
}
body .module-product-category.slim .product-controls {
  margin-bottom: 0px;
}
body .module-product-category.slim .product-controls.show-count .inner .product-count {
  display: block;
  float: right;
  text-align: right;
  line-height: 34px;
  font-style: italic;
}
body .module-product-single.content {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}
body .module-product-single.content #image-block {
  overflow: hidden;
  border: 1px #d0d0d0 solid;
}
body .module-product-single.content #image-block .new-box,
body .module-product-single.content #image-block .span_link {
  display: none;
}
body .module-product-single.content #image-block img {
  max-width: 100%;
  height: auto;
}
body .module-product-single.content #views_block #thumbs_list > ul {
  display: block;
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body .module-product-single.content #views_block #thumbs_list > ul > li {
  border: 1px #d0d0d0 solid;
  list-style: none;
}
body .module-product-single.content #views_block #thumbs_list > ul > li a img {
  width: 100% !important;
  height: auto !important;
}
body .module-product-single.content h1,
body .module-product-single.content h2,
body .module-product-single.content h3,
body .module-product-single.content h4,
body .module-product-single.content h5,
body .module-product-single.content h6 {
  font-weight: 700;
}
body .module-product-single.content h1:before,
body .module-product-single.content h2:before,
body .module-product-single.content h3:before,
body .module-product-single.content h4:before,
body .module-product-single.content h5:before,
body .module-product-single.content h6:before,
body .module-product-single.content h1:after,
body .module-product-single.content h2:after,
body .module-product-single.content h3:after,
body .module-product-single.content h4:after,
body .module-product-single.content h5:after,
body .module-product-single.content h6:after {
  display: none;
}
body .module-product-single.content h1.title {
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: normal;
}
body .module-product-single.content h2.price {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 30px;
  color: #165f7e;
  letter-spacing: normal;
}
body .module-product-single.content p.product_meta {
  display: block;
  margin: 0px;
  padding: 10px 0px 5px 0px;
  border-bottom: 1px #d0d0d0 solid;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #165f7e;
}
body .module-product-single.content p.product_meta:first-of-type {
  border-top: 1px #d0d0d0 solid;
}
body .module-product-single.content p.product_meta#product_condition {
  display: none;
}
body .module-product-single.content #short_description_block {
  padding: 20px 0px;
  margin-bottom: 0px;
  overflow: hidden;
  border-bottom: 1px #d0d0d0 solid;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
body .module-product-single.content #short_description_block .label {
  display: block;
  float: left;
  margin-bottom: 10px;
}
body .module-product-single.content #short_description_block .label#availability_value {
  display: none;
}
body .module-product-single.content #short_description_block #short_description_content {
  display: block;
  clear: both;
}
body .module-product-single.content #short_description_block #short_description_content p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}
body .module-product-single.content .product_attributes {
  margin-top: 25px;
}
body .module-product-single.content .product_attributes label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body .module-product-single.content .product_attributes #quantity_wanted_p {
  margin-bottom: 15px !important;
}
body .module-product-single.content .product_attributes #quantity_wanted {
  display: block !important;
  float: left !important;
  margin-right: 5px !important;
}
body .module-product-single.content .product_attributes .btn.button-minus,
body .module-product-single.content .product_attributes .btn.button-plus {
  display: block !important;
  float: left !important;
  width: 34px;
  height: 34px;
  padding: 0 !important;
  margin-right: 5px !important;
  line-height: 34px;
  font-size: 16px;
  text-indent: 1px !important;
  text-align: center;
}
body .module-product-single.content .product_attributes #attributes .attribute_fieldset {
  margin-bottom: 15px;
}
body .module-product-single.content .page-product-box {
  margin-top: 50px;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs {
  margin-bottom: 30px;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li > a {
  border-color: #d1d1d1;
  color: #9cc5d9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li > a:empty {
  display: none;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li:first-child > a {
  border-left: none;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li.active > a {
  border-bottom-color: #fff;
  color: #000;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li.print {
  float: right;
  margin-right: -2px;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li.print > a {
  border-bottom: 1px #fff solid;
  color: #d1d1d1;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li.print > a:hover,
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li.print > a:focus,
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li.print > a:active {
  background-color: transparent;
  color: #000;
}
body .module-product-single.content .page-product-box .tab-content {
  padding: 0px 15px;
}
body .module-product-single.content .page-product-box .tab-content * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
body .module-product-single.content .page-product-box .tab-content a.print {
  display: block;
  float: right;
  position: relative;
  margin: -15px -15px 10px 0px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
body .module-product-single.content .page-product-box .tab-content a.print i {
  color: #000;
}
body .module-product-single.content .page-product-box .tab-content strong {
  color: #000;
  font-weight: 700;
}
body .module-product-single.content .page-product-box .tab-content ul,
body .module-product-single.content .page-product-box .tab-content ol {
  padding-left: 20px;
}
body .module-product-single.content .page-product-box .tab-content table {
  width: 100% !important;
}
body .module-product-single.content .socialsharing_product {
  display: none;
  /*
            display: table;
            */
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  table-layout: fixed;
}
body .module-product-single.content .socialsharing_product button {
  display: table-cell;
  width: 25%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
}
body .module-product-single.content .socialsharing_product button:before {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 5px 20px;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body .module-product-single.content .socialsharing_product button.btn-twitter:before {
  background-color: #55acee;
  color: #fff;
  content: "\f099";
}
body .module-product-single.content .socialsharing_product button.btn-twitter:hover:before {
  background-color: #fff;
  color: #55acee;
}
body .module-product-single.content .socialsharing_product button.btn-facebook:before {
  background-color: #3b5998;
  color: #fff;
  content: "\f09a";
}
body .module-product-single.content .socialsharing_product button.btn-facebook:hover:before {
  background-color: #fff;
  color: #3b5998;
}
body .module-product-single.content .socialsharing_product button.btn-google-plus:before {
  background-color: #dd4b39;
  color: #fff;
  content: "\f0d5";
}
body .module-product-single.content .socialsharing_product button.btn-google-plus:hover:before {
  background-color: #fff;
  color: #dd4b39;
}
body .module-product-single.content .socialsharing_product button.btn-pinterest:before {
  background-color: #bd081c;
  color: #fff;
  content: "\f231";
}
body .module-product-single.content .socialsharing_product button.btn-pinterest:hover:before {
  background-color: #fff;
  color: #bd081c;
}
body aside.products-sidebar > .container > .row,
body aside.products-sidebar > .container-fluid > .row,
body aside.products-sidebar > .container > .vc_row,
body aside.products-sidebar > .container-fluid > .vc_row {
  margin-bottom: 10px;
  padding: 30px 20px;
  background-color: #fff;
  text-align: center;
}
body aside.products-sidebar > .container > .row h1:before,
body aside.products-sidebar > .container-fluid > .row h1:before,
body aside.products-sidebar > .container > .vc_row h1:before,
body aside.products-sidebar > .container-fluid > .vc_row h1:before,
body aside.products-sidebar > .container > .row h2:before,
body aside.products-sidebar > .container-fluid > .row h2:before,
body aside.products-sidebar > .container > .vc_row h2:before,
body aside.products-sidebar > .container-fluid > .vc_row h2:before,
body aside.products-sidebar > .container > .row h3:before,
body aside.products-sidebar > .container-fluid > .row h3:before,
body aside.products-sidebar > .container > .vc_row h3:before,
body aside.products-sidebar > .container-fluid > .vc_row h3:before,
body aside.products-sidebar > .container > .row h4:before,
body aside.products-sidebar > .container-fluid > .row h4:before,
body aside.products-sidebar > .container > .vc_row h4:before,
body aside.products-sidebar > .container-fluid > .vc_row h4:before,
body aside.products-sidebar > .container > .row h5:before,
body aside.products-sidebar > .container-fluid > .row h5:before,
body aside.products-sidebar > .container > .vc_row h5:before,
body aside.products-sidebar > .container-fluid > .vc_row h5:before,
body aside.products-sidebar > .container > .row h6:before,
body aside.products-sidebar > .container-fluid > .row h6:before,
body aside.products-sidebar > .container > .vc_row h6:before,
body aside.products-sidebar > .container-fluid > .vc_row h6:before,
body aside.products-sidebar > .container > .row h1:after,
body aside.products-sidebar > .container-fluid > .row h1:after,
body aside.products-sidebar > .container > .vc_row h1:after,
body aside.products-sidebar > .container-fluid > .vc_row h1:after,
body aside.products-sidebar > .container > .row h2:after,
body aside.products-sidebar > .container-fluid > .row h2:after,
body aside.products-sidebar > .container > .vc_row h2:after,
body aside.products-sidebar > .container-fluid > .vc_row h2:after,
body aside.products-sidebar > .container > .row h3:after,
body aside.products-sidebar > .container-fluid > .row h3:after,
body aside.products-sidebar > .container > .vc_row h3:after,
body aside.products-sidebar > .container-fluid > .vc_row h3:after,
body aside.products-sidebar > .container > .row h4:after,
body aside.products-sidebar > .container-fluid > .row h4:after,
body aside.products-sidebar > .container > .vc_row h4:after,
body aside.products-sidebar > .container-fluid > .vc_row h4:after,
body aside.products-sidebar > .container > .row h5:after,
body aside.products-sidebar > .container-fluid > .row h5:after,
body aside.products-sidebar > .container > .vc_row h5:after,
body aside.products-sidebar > .container-fluid > .vc_row h5:after,
body aside.products-sidebar > .container > .row h6:after,
body aside.products-sidebar > .container-fluid > .row h6:after,
body aside.products-sidebar > .container > .vc_row h6:after,
body aside.products-sidebar > .container-fluid > .vc_row h6:after {
  display: none !important;
}
body aside.products-sidebar.affix > .container > .vc_row:first-child,
body aside.products-sidebar.affix > .container-fluid > .vc_row:first-child {
  margin-top: 0px !important;
}
body aside.products-sidebar p:empty {
  display: block !important;
}
body aside.products-sidebar .module-configurator-cta {
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
body aside.products-sidebar .module-configurator-cta h1,
body aside.products-sidebar .module-configurator-cta h2,
body aside.products-sidebar .module-configurator-cta h3,
body aside.products-sidebar .module-configurator-cta h4,
body aside.products-sidebar .module-configurator-cta h5,
body aside.products-sidebar .module-configurator-cta h6 {
  color: #fff !important;
}
body aside.products-sidebar p {
  font-size: 16px !important;
  line-height: normal !important;
}
body aside.products-sidebar .wpb_text_column {
  padding-top: 0px;
  padding-bottom: 0px;
}
body aside.products-sidebar .wpb_text_column h1 {
  font-size: 22px;
  line-height: 22px;
}
body aside.products-sidebar .wpb_text_column h2 {
  font-size: 18px;
  line-height: 18px;
}
body aside.products-sidebar .wpb_text_column h3,
body aside.products-sidebar .wpb_text_column h4,
body aside.products-sidebar .wpb_text_column h5,
body aside.products-sidebar .wpb_text_column h6 {
  font-size: 16px;
  line-height: 16px;
}
body aside.products-sidebar .wpb_text_column p:last-child {
  margin-bottom: 0px !important;
}
body aside.products-sidebar .wpb_text_column .btn {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body aside.products-sidebar.affix,
  body aside.products-sidebar.affix-top {
    position: static !important;
    top: auto !important;
    width: auto !important;
  }
}
body .module-product-category .content .subcategories {
  display: flex;
  flex-wrap: wrap;
}
body .module-product-category .content .subcategories .subcategory-item {
  display: block;
  display: flex;
}
body .module-product-category .content .subcategories .subcategory-item figure {
  display: block;
  margin: 0 10px 40px 10px;
  padding: 20px;
  background: #fff;
}
body .module-product-category .content .subcategories .subcategory-item figure img {
  max-height: 228px;
}
body .module-product-category .content .subcategories .subcategory-item figure figcaption h3 {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal !important;
}
body .module-product-category .content .subcategories .subcategory-item figure figcaption h3 a {
  display: block;
  text-decoration: none;
}
body .module-product-category .content .subcategories .subcategory-item figure figcaption h3 a:after {
  display: block;
  content: '';
  width: 150px;
  height: 1px;
  margin: 15px auto 20px auto;
  background-color: #000;
}
body #velsof_supercheckout_form {
  clear: both;
}
body #supercheckout-fieldset #supercheckout-comments > b {
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
body #supercheckout-fieldset table.supercheckout-totals th,
body #supercheckout-fieldset table.supercheckout-summary th {
  padding: 5px 10px !important;
  background-color: #bebcb7;
  border-bottom: 1px solid #BEBCB7 !important;
  font-size: 15px;
  color: #5A5A5A !important;
  text-transform: uppercase;
}
body #supercheckout-fieldset table.supercheckout-totals td.title,
body #supercheckout-fieldset table.supercheckout-summary td.title,
body #supercheckout-fieldset table.supercheckout-totals th.title,
body #supercheckout-fieldset table.supercheckout-summary th.title {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
body #supercheckout-fieldset table.supercheckout-summary td.supercheckout-name img {
  display: inline-block;
  max-width: 60px;
  height: auto;
  border: 1px #5a5a5a solid;
}
body #supercheckout-fieldset table.supercheckout-summary td.supercheckout-name br {
  display: none !important;
}
body #supercheckout-fieldset table.supercheckout-summary td.supercheckout-name a {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
}
body #supercheckout-fieldset table.supercheckout-summary td.supercheckout-model {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
body #supercheckout-fieldset table#shipping_address_table td,
body #supercheckout-fieldset table#payment_address_table td {
  padding: 4px 0px !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
body #supercheckout-fieldset table#shipping_address_table td .supercheckout-required,
body #supercheckout-fieldset table#payment_address_table td .supercheckout-required {
  display: block !important;
  float: right;
  font-size: 0;
  line-height: 0;
}
body #supercheckout-fieldset table#shipping_address_table td .supercheckout-required:before,
body #supercheckout-fieldset table#payment_address_table td .supercheckout-required:before {
  display: block;
  font-family: "FontAwesome", sans-serif;
  color: red;
  font-size: 12px;
  line-height: 14px;
  content: "\f071";
}
body #supercheckout-fieldset table#shipping_address_table td input[type="text"],
body #supercheckout-fieldset table#payment_address_table td input[type="text"],
body #supercheckout-fieldset table#shipping_address_table td input[type="email"],
body #supercheckout-fieldset table#payment_address_table td input[type="email"],
body #supercheckout-fieldset table#shipping_address_table td select,
body #supercheckout-fieldset table#payment_address_table td select,
body #supercheckout-fieldset table#shipping_address_table td textarea,
body #supercheckout-fieldset table#payment_address_table td textarea {
  width: 100% !important;
  height: auto;
  min-width: 0px;
  margin-left: 0px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
body #supercheckout-fieldset p.supercheckout-numbers-ship {
  height: 32px;
  background-image: url(/themes/shared/assets/images/supercheckout-icon-map.png) !important;
}
body #supercheckout-fieldset > .supercheckout-threecolumns > #columnleft-1,
body #supercheckout-fieldset > .supercheckout-threecolumns > #columnleft-2,
body #supercheckout-fieldset > .supercheckout-threecolumns > #columnleft-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
body #supercheckout-fieldset > .supercheckout-threecolumns label {
  font-size: 14px;
  line-height: 14px;
}
body #supercheckout-fieldset > .supercheckout-threecolumns .radio label,
body #supercheckout-fieldset > .supercheckout-threecolumns .checkbox label {
  padding-left: 0px;
}
body #supercheckout-fieldset > .supercheckout-threecolumns table.radio tr.highlight {
  padding: 1px;
  border: 1px #fff solid;
}
body #supercheckout-fieldset > .supercheckout-threecolumns table.radio tr.highlight:hover {
  border: 1px #000 dashed;
  background-color: transparent !important;
}
body #supercheckout-fieldset > .supercheckout-threecolumns table.radio tr.highlight:hover td {
  padding: 0px;
  border: none !important;
  background-color: transparent !important;
}
body #supercheckout-fieldset > .supercheckout-threecolumns table.radio td label {
  padding-top: 7px;
}
body #supercheckout-fieldset > .supercheckout-threecolumns table.radio td:first-child input,
body #supercheckout-fieldset > .supercheckout-threecolumns table.radio td input {
  margin-top: 0px !important;
}
body #supercheckout-fieldset > .supercheckout-threecolumns input[type="text"].voucherText {
  position: relative;
  top: -2px;
  height: 24px !important;
  min-height: 0px !important;
  padding: 0px 5px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}
body #supercheckout-fieldset > .supercheckout-threecolumns .orangebuttonapply {
  height: 24px;
  position: relative;
  top: -1px;
  padding: 0px 5px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: normal;
  font-weight: normal;
}
body #supercheckout-fieldset > .supercheckout-threecolumns .supercheckout-shipping-small-title {
  font-size: 11px;
  line-height: 11px;
}
body #supercheckout-fieldset > .supercheckout-threecolumns .supercheckout_address_detail {
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
}
body #supercheckout-fieldset > .supercheckout-threecolumns #shipping-existing select {
  font-size: 14px;
  font-weight: bold;
}
body #supercheckout-fieldset #supercheckout-agree,
body #supercheckout-fieldset .order-shipping-extra {
  font-size: 14px !important;
  line-height: 18px !important;
}
body #supercheckout-fieldset #cart_update_warning {
  margin-top: 20px;
}
body #supercheckout-fieldset #supercheckout-comment_order,
body #supercheckout-fieldset #gift_message {
  height: auto;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
}
body #supercheckout-fieldset #checkoutLogin {
  padding-left: 0px !important;
}
body #supercheckout-fieldset .myaccount ol {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 14px;
  line-height: 14px;
  text-shadow: none;
}
body #supercheckout-fieldset .rectangle-list a {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
body #supercheckout-fieldset .rectangle-list a:before {
  background: #652D8A !important;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
}
body #supercheckout-fieldset .rectangle-list a:hover:after {
  border-left-color: #652D8A !important;
}
body #supercheckout-fieldset .fbButton,
body #supercheckout-fieldset .googleButton {
  float: left;
  width: auto !important;
  height: 37px !important;
  margin-right: 2% !important;
  background-image: none !important;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body #supercheckout-fieldset .fbButton:before,
body #supercheckout-fieldset .googleButton:before {
  display: block;
  float: left;
  font-family: 'FontAwesome', sans-serif;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 19px;
  text-align: center;
}
body #supercheckout-fieldset .fbButton:after,
body #supercheckout-fieldset .googleButton:after {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 37px;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 0px #000;
}
body #supercheckout-fieldset .fbButton {
  background-color: #3b5998 !important;
}
body #supercheckout-fieldset .fbButton:before {
  background-color: #354f88;
  content: "\f09a";
}
body #supercheckout-fieldset .fbButton:after {
  content: "Facebook";
}
body #supercheckout-fieldset .fbButton:hover {
  background-color: #354f88 !important;
}
body #supercheckout-fieldset .googleButton {
  background-color: #de4c34 !important;
}
body #supercheckout-fieldset .googleButton:before {
  background-color: #ce3e26;
  content: "\f0d5";
}
body #supercheckout-fieldset .googleButton:after {
  content: "Google+";
}
body #supercheckout-fieldset .googleButton:hover {
  background-color: #ce3e26 !important;
}
body .permanent-warning,
body .supercheckout-empty-page-content .permanent-warning {
  font-size: 16px !important;
  line-height: 16px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 15px !important;
  padding: 15px 15px 15px 33px !important;
  border-width: 2px !important;
  width: auto;
  clear: both;
  font-weight: bold;
}
body .supercheckout-empty-page-content {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
body #supercheckout_order_progress_bar {
  text-shadow: 1px 1px 0px #000;
}
body #gritter-notice-wrapper {
  right: 10px;
}
body #gritter-notice-wrapper .gritter-item-wrapper {
  overflow: visible;
  border: 3px #652d8a solid;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000 !important;
}
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-top,
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-bottom {
  display: none;
}
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
  color: #000;
  font-family: "proxima-nova", sans-serif !important;
}
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close {
  top: -10px !important;
  right: -10px !important;
  left: auto !important;
}
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-without-image .gritter-title {
  padding: 7px 0px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-without-image p {
  padding: 5px 0px;
  font-size: 14px;
  line-height: 14px;
}
.btn.btn-primary,
.btn.btn-default,
.alert-link,
.btn.btn-inverse {
  padding: 10px;
  margin: 0px;
  background-color: transparent;
  border: 1px #b2b2b2 solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer;
  color: #b2b2b2;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btn.btn-primary i,
.btn.btn-default i,
.alert-link i,
.btn.btn-inverse i {
  padding-left: 8px;
  float: none !important;
}
.btn.btn-primary:hover,
.btn.btn-default:hover,
.alert-link:hover,
.btn.btn-inverse:hover,
.btn.btn-primary:active,
.btn.btn-default:active,
.alert-link:active,
.btn.btn-inverse:active,
.btn.btn-primary:focus,
.btn.btn-default:focus,
.alert-link:focus,
.btn.btn-inverse:focus {
  background-color: transparent;
  border-color: #b2b2b2;
  color: #b2b2b2;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn.btn-primary.btn-left-icon,
.btn.btn-default.btn-left-icon,
.alert-link.btn-left-icon,
.btn.btn-inverse.btn-left-icon {
  padding-left: 15px;
  text-align: left;
}
.btn.btn-primary.btn-left-icon i,
.btn.btn-default.btn-left-icon i,
.alert-link.btn-left-icon i,
.btn.btn-inverse.btn-left-icon i {
  float: none !important;
  padding-left: 30px;
  /* padding-right: 15px; */
}
.btn.btn-primary.btn-lg,
.btn.btn-default.btn-lg,
.alert-link.btn-lg,
.btn.btn-inverse.btn-lg {
  /*
        min-width: 170px;
        */
  padding: 15px;
  margin: 0px;
}
.btn.btn-primary.btn-xlg,
.btn.btn-default.btn-xlg,
.alert-link.btn-xlg,
.btn.btn-inverse.btn-xlg {
  /*
        min-width: 170px;
        */
  padding: 15px;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.btn.btn-cart {
  width: 100%;
}
.btn.button-minus,
.btn.button-plus {
  width: auto;
  padding: 6px !important;
  border-width: 1px !important;
  font-size: 10px;
  line-height: 10px;
  text-indent: 2px !important;
}
.btn.button-minus i,
.btn.button-plus i {
  padding-left: 0px;
}
.btn.btn-borderless {
  border: none !important;
}
.btn.btn-inverse {
  border-color: #91a0b2;
  color: #fff;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:active,
.btn.btn-inverse:focus {
  background-color: #fff;
  color: #000;
}
/* site-specific theme overrides */
body .alert.alert-success {
  border-color: #a59311;
  background-color: #000;
  color: #000;
}
body {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
body .container-fluid .content,
body .container .content,
body .wpb_wrapper .content,
body .container-fluid .wpb_text_column,
body .container .wpb_text_column,
body .wpb_wrapper .wpb_text_column {
  padding-top: 40px;
  padding-bottom: 20px;
}
body .container-fluid .content h1,
body .container .content h1,
body .wpb_wrapper .content h1,
body .container-fluid .wpb_text_column h1,
body .container .wpb_text_column h1,
body .wpb_wrapper .wpb_text_column h1,
body .container-fluid .content h2,
body .container .content h2,
body .wpb_wrapper .content h2,
body .container-fluid .wpb_text_column h2,
body .container .wpb_text_column h2,
body .wpb_wrapper .wpb_text_column h2,
body .container-fluid .content h3,
body .container .content h3,
body .wpb_wrapper .content h3,
body .container-fluid .wpb_text_column h3,
body .container .wpb_text_column h3,
body .wpb_wrapper .wpb_text_column h3,
body .container-fluid .content h4,
body .container .content h4,
body .wpb_wrapper .content h4,
body .container-fluid .wpb_text_column h4,
body .container .wpb_text_column h4,
body .wpb_wrapper .wpb_text_column h4,
body .container-fluid .content h5,
body .container .content h5,
body .wpb_wrapper .content h5,
body .container-fluid .wpb_text_column h5,
body .container .wpb_text_column h5,
body .wpb_wrapper .wpb_text_column h5,
body .container-fluid .content h6,
body .container .content h6,
body .wpb_wrapper .content h6,
body .container-fluid .wpb_text_column h6,
body .container .wpb_text_column h6,
body .wpb_wrapper .wpb_text_column h6 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
body .container-fluid .content h1 > em,
body .container .content h1 > em,
body .wpb_wrapper .content h1 > em,
body .container-fluid .wpb_text_column h1 > em,
body .container .wpb_text_column h1 > em,
body .wpb_wrapper .wpb_text_column h1 > em,
body .container-fluid .content h2 > em,
body .container .content h2 > em,
body .wpb_wrapper .content h2 > em,
body .container-fluid .wpb_text_column h2 > em,
body .container .wpb_text_column h2 > em,
body .wpb_wrapper .wpb_text_column h2 > em,
body .container-fluid .content h3 > em,
body .container .content h3 > em,
body .wpb_wrapper .content h3 > em,
body .container-fluid .wpb_text_column h3 > em,
body .container .wpb_text_column h3 > em,
body .wpb_wrapper .wpb_text_column h3 > em,
body .container-fluid .content h4 > em,
body .container .content h4 > em,
body .wpb_wrapper .content h4 > em,
body .container-fluid .wpb_text_column h4 > em,
body .container .wpb_text_column h4 > em,
body .wpb_wrapper .wpb_text_column h4 > em,
body .container-fluid .content h5 > em,
body .container .content h5 > em,
body .wpb_wrapper .content h5 > em,
body .container-fluid .wpb_text_column h5 > em,
body .container .wpb_text_column h5 > em,
body .wpb_wrapper .wpb_text_column h5 > em,
body .container-fluid .content h6 > em,
body .container .content h6 > em,
body .wpb_wrapper .content h6 > em,
body .container-fluid .wpb_text_column h6 > em,
body .container .wpb_text_column h6 > em,
body .wpb_wrapper .wpb_text_column h6 > em {
  display: block;
  clear: both;
  margin-bottom: 8px;
  font-family: 'Yellowtail', serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #a5a5a5;
}
body .container-fluid .content h1.condensed,
body .container .content h1.condensed,
body .wpb_wrapper .content h1.condensed,
body .container-fluid .wpb_text_column h1.condensed,
body .container .wpb_text_column h1.condensed,
body .wpb_wrapper .wpb_text_column h1.condensed,
body .container-fluid .content h2.condensed,
body .container .content h2.condensed,
body .wpb_wrapper .content h2.condensed,
body .container-fluid .wpb_text_column h2.condensed,
body .container .wpb_text_column h2.condensed,
body .wpb_wrapper .wpb_text_column h2.condensed,
body .container-fluid .content h3.condensed,
body .container .content h3.condensed,
body .wpb_wrapper .content h3.condensed,
body .container-fluid .wpb_text_column h3.condensed,
body .container .wpb_text_column h3.condensed,
body .wpb_wrapper .wpb_text_column h3.condensed,
body .container-fluid .content h4.condensed,
body .container .content h4.condensed,
body .wpb_wrapper .content h4.condensed,
body .container-fluid .wpb_text_column h4.condensed,
body .container .wpb_text_column h4.condensed,
body .wpb_wrapper .wpb_text_column h4.condensed,
body .container-fluid .content h5.condensed,
body .container .content h5.condensed,
body .wpb_wrapper .content h5.condensed,
body .container-fluid .wpb_text_column h5.condensed,
body .container .wpb_text_column h5.condensed,
body .wpb_wrapper .wpb_text_column h5.condensed,
body .container-fluid .content h6.condensed,
body .container .content h6.condensed,
body .wpb_wrapper .content h6.condensed,
body .container-fluid .wpb_text_column h6.condensed,
body .container .wpb_text_column h6.condensed,
body .wpb_wrapper .wpb_text_column h6.condensed {
  letter-spacing: 1px;
}
body .container-fluid .content h1.condensed:after,
body .container .content h1.condensed:after,
body .wpb_wrapper .content h1.condensed:after,
body .container-fluid .wpb_text_column h1.condensed:after,
body .container .wpb_text_column h1.condensed:after,
body .wpb_wrapper .wpb_text_column h1.condensed:after,
body .container-fluid .content h2.condensed:after,
body .container .content h2.condensed:after,
body .wpb_wrapper .content h2.condensed:after,
body .container-fluid .wpb_text_column h2.condensed:after,
body .container .wpb_text_column h2.condensed:after,
body .wpb_wrapper .wpb_text_column h2.condensed:after,
body .container-fluid .content h3.condensed:after,
body .container .content h3.condensed:after,
body .wpb_wrapper .content h3.condensed:after,
body .container-fluid .wpb_text_column h3.condensed:after,
body .container .wpb_text_column h3.condensed:after,
body .wpb_wrapper .wpb_text_column h3.condensed:after,
body .container-fluid .content h4.condensed:after,
body .container .content h4.condensed:after,
body .wpb_wrapper .content h4.condensed:after,
body .container-fluid .wpb_text_column h4.condensed:after,
body .container .wpb_text_column h4.condensed:after,
body .wpb_wrapper .wpb_text_column h4.condensed:after,
body .container-fluid .content h5.condensed:after,
body .container .content h5.condensed:after,
body .wpb_wrapper .content h5.condensed:after,
body .container-fluid .wpb_text_column h5.condensed:after,
body .container .wpb_text_column h5.condensed:after,
body .wpb_wrapper .wpb_text_column h5.condensed:after,
body .container-fluid .content h6.condensed:after,
body .container .content h6.condensed:after,
body .wpb_wrapper .content h6.condensed:after,
body .container-fluid .wpb_text_column h6.condensed:after,
body .container .wpb_text_column h6.condensed:after,
body .wpb_wrapper .wpb_text_column h6.condensed:after {
  width: 150px;
  margin-top: 10px;
}
body .container-fluid .content.text-center h1.no-underline,
body .container .content.text-center h1.no-underline,
body .wpb_wrapper .content.text-center h1.no-underline,
body .container-fluid .wpb_text_column.text-center h1.no-underline,
body .container .wpb_text_column.text-center h1.no-underline,
body .wpb_wrapper .wpb_text_column.text-center h1.no-underline,
body .container-fluid .content .text-center h1.no-underline,
body .container .content .text-center h1.no-underline,
body .wpb_wrapper .content .text-center h1.no-underline,
body .container-fluid .wpb_text_column .text-center h1.no-underline,
body .container .wpb_text_column .text-center h1.no-underline,
body .wpb_wrapper .wpb_text_column .text-center h1.no-underline,
body .container-fluid .content.text-center h2.no-underline,
body .container .content.text-center h2.no-underline,
body .wpb_wrapper .content.text-center h2.no-underline,
body .container-fluid .wpb_text_column.text-center h2.no-underline,
body .container .wpb_text_column.text-center h2.no-underline,
body .wpb_wrapper .wpb_text_column.text-center h2.no-underline,
body .container-fluid .content .text-center h2.no-underline,
body .container .content .text-center h2.no-underline,
body .wpb_wrapper .content .text-center h2.no-underline,
body .container-fluid .wpb_text_column .text-center h2.no-underline,
body .container .wpb_text_column .text-center h2.no-underline,
body .wpb_wrapper .wpb_text_column .text-center h2.no-underline,
body .container-fluid .content.text-center h3.no-underline,
body .container .content.text-center h3.no-underline,
body .wpb_wrapper .content.text-center h3.no-underline,
body .container-fluid .wpb_text_column.text-center h3.no-underline,
body .container .wpb_text_column.text-center h3.no-underline,
body .wpb_wrapper .wpb_text_column.text-center h3.no-underline,
body .container-fluid .content .text-center h3.no-underline,
body .container .content .text-center h3.no-underline,
body .wpb_wrapper .content .text-center h3.no-underline,
body .container-fluid .wpb_text_column .text-center h3.no-underline,
body .container .wpb_text_column .text-center h3.no-underline,
body .wpb_wrapper .wpb_text_column .text-center h3.no-underline,
body .container-fluid .content.text-center h4.no-underline,
body .container .content.text-center h4.no-underline,
body .wpb_wrapper .content.text-center h4.no-underline,
body .container-fluid .wpb_text_column.text-center h4.no-underline,
body .container .wpb_text_column.text-center h4.no-underline,
body .wpb_wrapper .wpb_text_column.text-center h4.no-underline,
body .container-fluid .content .text-center h4.no-underline,
body .container .content .text-center h4.no-underline,
body .wpb_wrapper .content .text-center h4.no-underline,
body .container-fluid .wpb_text_column .text-center h4.no-underline,
body .container .wpb_text_column .text-center h4.no-underline,
body .wpb_wrapper .wpb_text_column .text-center h4.no-underline,
body .container-fluid .content.text-center h5.no-underline,
body .container .content.text-center h5.no-underline,
body .wpb_wrapper .content.text-center h5.no-underline,
body .container-fluid .wpb_text_column.text-center h5.no-underline,
body .container .wpb_text_column.text-center h5.no-underline,
body .wpb_wrapper .wpb_text_column.text-center h5.no-underline,
body .container-fluid .content .text-center h5.no-underline,
body .container .content .text-center h5.no-underline,
body .wpb_wrapper .content .text-center h5.no-underline,
body .container-fluid .wpb_text_column .text-center h5.no-underline,
body .container .wpb_text_column .text-center h5.no-underline,
body .wpb_wrapper .wpb_text_column .text-center h5.no-underline,
body .container-fluid .content.text-center h6.no-underline,
body .container .content.text-center h6.no-underline,
body .wpb_wrapper .content.text-center h6.no-underline,
body .container-fluid .wpb_text_column.text-center h6.no-underline,
body .container .wpb_text_column.text-center h6.no-underline,
body .wpb_wrapper .wpb_text_column.text-center h6.no-underline,
body .container-fluid .content .text-center h6.no-underline,
body .container .content .text-center h6.no-underline,
body .wpb_wrapper .content .text-center h6.no-underline,
body .container-fluid .wpb_text_column .text-center h6.no-underline,
body .container .wpb_text_column .text-center h6.no-underline,
body .wpb_wrapper .wpb_text_column .text-center h6.no-underline {
  margin-bottom: 30px;
}
body .container-fluid .content.text-center h1.no-underline:after,
body .container .content.text-center h1.no-underline:after,
body .wpb_wrapper .content.text-center h1.no-underline:after,
body .container-fluid .wpb_text_column.text-center h1.no-underline:after,
body .container .wpb_text_column.text-center h1.no-underline:after,
body .wpb_wrapper .wpb_text_column.text-center h1.no-underline:after,
body .container-fluid .content .text-center h1.no-underline:after,
body .container .content .text-center h1.no-underline:after,
body .wpb_wrapper .content .text-center h1.no-underline:after,
body .container-fluid .wpb_text_column .text-center h1.no-underline:after,
body .container .wpb_text_column .text-center h1.no-underline:after,
body .wpb_wrapper .wpb_text_column .text-center h1.no-underline:after,
body .container-fluid .content.text-center h2.no-underline:after,
body .container .content.text-center h2.no-underline:after,
body .wpb_wrapper .content.text-center h2.no-underline:after,
body .container-fluid .wpb_text_column.text-center h2.no-underline:after,
body .container .wpb_text_column.text-center h2.no-underline:after,
body .wpb_wrapper .wpb_text_column.text-center h2.no-underline:after,
body .container-fluid .content .text-center h2.no-underline:after,
body .container .content .text-center h2.no-underline:after,
body .wpb_wrapper .content .text-center h2.no-underline:after,
body .container-fluid .wpb_text_column .text-center h2.no-underline:after,
body .container .wpb_text_column .text-center h2.no-underline:after,
body .wpb_wrapper .wpb_text_column .text-center h2.no-underline:after,
body .container-fluid .content.text-center h3.no-underline:after,
body .container .content.text-center h3.no-underline:after,
body .wpb_wrapper .content.text-center h3.no-underline:after,
body .container-fluid .wpb_text_column.text-center h3.no-underline:after,
body .container .wpb_text_column.text-center h3.no-underline:after,
body .wpb_wrapper .wpb_text_column.text-center h3.no-underline:after,
body .container-fluid .content .text-center h3.no-underline:after,
body .container .content .text-center h3.no-underline:after,
body .wpb_wrapper .content .text-center h3.no-underline:after,
body .container-fluid .wpb_text_column .text-center h3.no-underline:after,
body .container .wpb_text_column .text-center h3.no-underline:after,
body .wpb_wrapper .wpb_text_column .text-center h3.no-underline:after,
body .container-fluid .content.text-center h4.no-underline:after,
body .container .content.text-center h4.no-underline:after,
body .wpb_wrapper .content.text-center h4.no-underline:after,
body .container-fluid .wpb_text_column.text-center h4.no-underline:after,
body .container .wpb_text_column.text-center h4.no-underline:after,
body .wpb_wrapper .wpb_text_column.text-center h4.no-underline:after,
body .container-fluid .content .text-center h4.no-underline:after,
body .container .content .text-center h4.no-underline:after,
body .wpb_wrapper .content .text-center h4.no-underline:after,
body .container-fluid .wpb_text_column .text-center h4.no-underline:after,
body .container .wpb_text_column .text-center h4.no-underline:after,
body .wpb_wrapper .wpb_text_column .text-center h4.no-underline:after,
body .container-fluid .content.text-center h5.no-underline:after,
body .container .content.text-center h5.no-underline:after,
body .wpb_wrapper .content.text-center h5.no-underline:after,
body .container-fluid .wpb_text_column.text-center h5.no-underline:after,
body .container .wpb_text_column.text-center h5.no-underline:after,
body .wpb_wrapper .wpb_text_column.text-center h5.no-underline:after,
body .container-fluid .content .text-center h5.no-underline:after,
body .container .content .text-center h5.no-underline:after,
body .wpb_wrapper .content .text-center h5.no-underline:after,
body .container-fluid .wpb_text_column .text-center h5.no-underline:after,
body .container .wpb_text_column .text-center h5.no-underline:after,
body .wpb_wrapper .wpb_text_column .text-center h5.no-underline:after,
body .container-fluid .content.text-center h6.no-underline:after,
body .container .content.text-center h6.no-underline:after,
body .wpb_wrapper .content.text-center h6.no-underline:after,
body .container-fluid .wpb_text_column.text-center h6.no-underline:after,
body .container .wpb_text_column.text-center h6.no-underline:after,
body .wpb_wrapper .wpb_text_column.text-center h6.no-underline:after,
body .container-fluid .content .text-center h6.no-underline:after,
body .container .content .text-center h6.no-underline:after,
body .wpb_wrapper .content .text-center h6.no-underline:after,
body .container-fluid .wpb_text_column .text-center h6.no-underline:after,
body .container .wpb_text_column .text-center h6.no-underline:after,
body .wpb_wrapper .wpb_text_column .text-center h6.no-underline:after {
  display: none !important;
}
body .container-fluid .content h1,
body .container .content h1,
body .wpb_wrapper .content h1,
body .container-fluid .wpb_text_column h1,
body .container .wpb_text_column h1,
body .wpb_wrapper .wpb_text_column h1 {
  font-size: 56px;
  line-height: 56px;
}
body .container-fluid .content h1 > em,
body .container .content h1 > em,
body .wpb_wrapper .content h1 > em,
body .container-fluid .wpb_text_column h1 > em,
body .container .wpb_text_column h1 > em,
body .wpb_wrapper .wpb_text_column h1 > em {
  font-size: 48px;
  line-height: 48px;
}
body .container-fluid .content h1:after,
body .container .content h1:after,
body .wpb_wrapper .content h1:after,
body .container-fluid .wpb_text_column h1:after,
body .container .wpb_text_column h1:after,
body .wpb_wrapper .wpb_text_column h1:after {
  display: block;
  clear: both;
  margin: 20px 0px 15px 0px;
  width: 300px;
  height: 3px;
  background-color: #e4c907;
  content: '';
}
body .container-fluid .content h2,
body .container .content h2,
body .wpb_wrapper .content h2,
body .container-fluid .wpb_text_column h2,
body .container .wpb_text_column h2,
body .wpb_wrapper .wpb_text_column h2 {
  font-size: 48px;
  line-height: 48px;
}
body .container-fluid .content h2 > em,
body .container .content h2 > em,
body .wpb_wrapper .content h2 > em,
body .container-fluid .wpb_text_column h2 > em,
body .container .wpb_text_column h2 > em,
body .wpb_wrapper .wpb_text_column h2 > em {
  font-size: 40px;
  line-height: 40px;
}
body .container-fluid .content h3,
body .container .content h3,
body .wpb_wrapper .content h3,
body .container-fluid .wpb_text_column h3,
body .container .wpb_text_column h3,
body .wpb_wrapper .wpb_text_column h3 {
  font-size: 40px;
  line-height: 40px;
}
body .container-fluid .content h3 > em,
body .container .content h3 > em,
body .wpb_wrapper .content h3 > em,
body .container-fluid .wpb_text_column h3 > em,
body .container .wpb_text_column h3 > em,
body .wpb_wrapper .wpb_text_column h3 > em {
  font-size: 32px;
  line-height: 32px;
}
body .container-fluid .content h4,
body .container .content h4,
body .wpb_wrapper .content h4,
body .container-fluid .wpb_text_column h4,
body .container .wpb_text_column h4,
body .wpb_wrapper .wpb_text_column h4 {
  font-size: 32px;
  line-height: 32px;
}
body .container-fluid .content h4 > em,
body .container .content h4 > em,
body .wpb_wrapper .content h4 > em,
body .container-fluid .wpb_text_column h4 > em,
body .container .wpb_text_column h4 > em,
body .wpb_wrapper .wpb_text_column h4 > em {
  font-size: 24px;
  line-height: 24px;
}
body .container-fluid .content h5,
body .container .content h5,
body .wpb_wrapper .content h5,
body .container-fluid .wpb_text_column h5,
body .container .wpb_text_column h5,
body .wpb_wrapper .wpb_text_column h5 {
  font-size: 24px;
  line-height: 24px;
}
body .container-fluid .content h5 > em,
body .container .content h5 > em,
body .wpb_wrapper .content h5 > em,
body .container-fluid .wpb_text_column h5 > em,
body .container .wpb_text_column h5 > em,
body .wpb_wrapper .wpb_text_column h5 > em {
  font-size: 18px;
  line-height: 18px;
}
body .container-fluid .content h6,
body .container .content h6,
body .wpb_wrapper .content h6,
body .container-fluid .wpb_text_column h6,
body .container .wpb_text_column h6,
body .wpb_wrapper .wpb_text_column h6 {
  font-size: 20px;
  line-height: 20px;
}
body .container-fluid .content h6 > em,
body .container .content h6 > em,
body .wpb_wrapper .content h6 > em,
body .container-fluid .wpb_text_column h6 > em,
body .container .wpb_text_column h6 > em,
body .wpb_wrapper .wpb_text_column h6 > em {
  font-size: 16px;
  line-height: 16px;
}
body .container-fluid .content p,
body .container .content p,
body .wpb_wrapper .content p,
body .container-fluid .wpb_text_column p,
body .container .wpb_text_column p,
body .wpb_wrapper .wpb_text_column p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
body .container-fluid .content ul,
body .container .content ul,
body .wpb_wrapper .content ul,
body .container-fluid .wpb_text_column ul,
body .container .wpb_text_column ul,
body .wpb_wrapper .wpb_text_column ul,
body .container-fluid .content ol,
body .container .content ol,
body .wpb_wrapper .content ol,
body .container-fluid .wpb_text_column ol,
body .container .wpb_text_column ol,
body .wpb_wrapper .wpb_text_column ol {
  font-size: 16px;
  line-height: 24px;
}
body .container-fluid .content ul,
body .container .content ul,
body .wpb_wrapper .content ul,
body .container-fluid .wpb_text_column ul,
body .container .wpb_text_column ul,
body .wpb_wrapper .wpb_text_column ul {
  padding-left: 25px;
  list-style: none;
}
body .container-fluid .content ul > li,
body .container .content ul > li,
body .wpb_wrapper .content ul > li,
body .container-fluid .wpb_text_column ul > li,
body .container .wpb_text_column ul > li,
body .wpb_wrapper .wpb_text_column ul > li {
  position: relative;
}
body .container-fluid .content ul > li:before,
body .container .content ul > li:before,
body .wpb_wrapper .content ul > li:before,
body .container-fluid .wpb_text_column ul > li:before,
body .container .wpb_text_column ul > li:before,
body .wpb_wrapper .wpb_text_column ul > li:before {
  position: absolute;
  left: -30px;
  font-size: 25px;
  line-height: 24px;
  color: #e4c907;
  content: '\2022';
}
body .container-fluid .content nav,
body .container .content nav,
body .wpb_wrapper .content nav,
body .container-fluid .wpb_text_column nav,
body .container .wpb_text_column nav,
body .wpb_wrapper .wpb_text_column nav {
  padding: 0px;
  margin: 0px 30px 0px 0px;
}
body .container-fluid .content nav h1,
body .container .content nav h1,
body .wpb_wrapper .content nav h1,
body .container-fluid .wpb_text_column nav h1,
body .container .wpb_text_column nav h1,
body .wpb_wrapper .wpb_text_column nav h1,
body .container-fluid .content nav h2,
body .container .content nav h2,
body .wpb_wrapper .content nav h2,
body .container-fluid .wpb_text_column nav h2,
body .container .wpb_text_column nav h2,
body .wpb_wrapper .wpb_text_column nav h2,
body .container-fluid .content nav h3,
body .container .content nav h3,
body .wpb_wrapper .content nav h3,
body .container-fluid .wpb_text_column nav h3,
body .container .wpb_text_column nav h3,
body .wpb_wrapper .wpb_text_column nav h3,
body .container-fluid .content nav h4,
body .container .content nav h4,
body .wpb_wrapper .content nav h4,
body .container-fluid .wpb_text_column nav h4,
body .container .wpb_text_column nav h4,
body .wpb_wrapper .wpb_text_column nav h4,
body .container-fluid .content nav h5,
body .container .content nav h5,
body .wpb_wrapper .content nav h5,
body .container-fluid .wpb_text_column nav h5,
body .container .wpb_text_column nav h5,
body .wpb_wrapper .wpb_text_column nav h5,
body .container-fluid .content nav h6,
body .container .content nav h6,
body .wpb_wrapper .content nav h6,
body .container-fluid .wpb_text_column nav h6,
body .container .wpb_text_column nav h6,
body .wpb_wrapper .wpb_text_column nav h6 {
  font-size: 24px;
  line-height: 24px;
}
body .container-fluid .content nav h1:after,
body .container .content nav h1:after,
body .wpb_wrapper .content nav h1:after,
body .container-fluid .wpb_text_column nav h1:after,
body .container .wpb_text_column nav h1:after,
body .wpb_wrapper .wpb_text_column nav h1:after,
body .container-fluid .content nav h2:after,
body .container .content nav h2:after,
body .wpb_wrapper .content nav h2:after,
body .container-fluid .wpb_text_column nav h2:after,
body .container .wpb_text_column nav h2:after,
body .wpb_wrapper .wpb_text_column nav h2:after,
body .container-fluid .content nav h3:after,
body .container .content nav h3:after,
body .wpb_wrapper .content nav h3:after,
body .container-fluid .wpb_text_column nav h3:after,
body .container .wpb_text_column nav h3:after,
body .wpb_wrapper .wpb_text_column nav h3:after,
body .container-fluid .content nav h4:after,
body .container .content nav h4:after,
body .wpb_wrapper .content nav h4:after,
body .container-fluid .wpb_text_column nav h4:after,
body .container .wpb_text_column nav h4:after,
body .wpb_wrapper .wpb_text_column nav h4:after,
body .container-fluid .content nav h5:after,
body .container .content nav h5:after,
body .wpb_wrapper .content nav h5:after,
body .container-fluid .wpb_text_column nav h5:after,
body .container .wpb_text_column nav h5:after,
body .wpb_wrapper .wpb_text_column nav h5:after,
body .container-fluid .content nav h6:after,
body .container .content nav h6:after,
body .wpb_wrapper .content nav h6:after,
body .container-fluid .wpb_text_column nav h6:after,
body .container .wpb_text_column nav h6:after,
body .wpb_wrapper .wpb_text_column nav h6:after {
  max-width: 110px;
  margin-top: 10px;
}
body .container-fluid .content nav > ul,
body .container .content nav > ul,
body .wpb_wrapper .content nav > ul,
body .container-fluid .wpb_text_column nav > ul,
body .container .wpb_text_column nav > ul,
body .wpb_wrapper .wpb_text_column nav > ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: normal;
}
body .container-fluid .content nav > ul > li,
body .container .content nav > ul > li,
body .wpb_wrapper .content nav > ul > li,
body .container-fluid .wpb_text_column nav > ul > li,
body .container .wpb_text_column nav > ul > li,
body .wpb_wrapper .wpb_text_column nav > ul > li {
  display: block;
  margin: 0px;
  padding: 7px 0px;
  border-bottom: 1px #ececec solid;
  list-style: normal;
}
body .container-fluid .content nav > ul > li > a,
body .container .content nav > ul > li > a,
body .wpb_wrapper .content nav > ul > li > a,
body .container-fluid .wpb_text_column nav > ul > li > a,
body .container .wpb_text_column nav > ul > li > a,
body .wpb_wrapper .wpb_text_column nav > ul > li > a {
  display: block;
  padding: 0px 10px;
  color: #b6b6b6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
body .container-fluid .content nav > ul > li > a:hover,
body .container .content nav > ul > li > a:hover,
body .wpb_wrapper .content nav > ul > li > a:hover,
body .container-fluid .wpb_text_column nav > ul > li > a:hover,
body .container .wpb_text_column nav > ul > li > a:hover,
body .wpb_wrapper .wpb_text_column nav > ul > li > a:hover {
  color: #000;
}
body .container-fluid .content nav > ul > li:last-child,
body .container .content nav > ul > li:last-child,
body .wpb_wrapper .content nav > ul > li:last-child,
body .container-fluid .wpb_text_column nav > ul > li:last-child,
body .container .wpb_text_column nav > ul > li:last-child,
body .wpb_wrapper .wpb_text_column nav > ul > li:last-child {
  border-bottom: none;
}
body .container-fluid .content .social-icon,
body .container .content .social-icon,
body .wpb_wrapper .content .social-icon,
body .container-fluid .wpb_text_column .social-icon,
body .container .wpb_text_column .social-icon,
body .wpb_wrapper .wpb_text_column .social-icon {
  font-size: 18px;
  line-height: 18px;
}
a {
  color: #e4c907;
}
a:hover {
  color: #000;
}
body > footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
  color: #fff;
}
body form .form-group {
  margin-bottom: 40px;
}
body form .form-control,
body form input[type='email'],
body form input[type='text'],
body form input[type='number'],
body form input[type='password'],
body form input[type='tel'],
body form input[type='url'],
body form select,
body form textarea {
  height: 60px;
  padding: 0 30px;
  background-color: #fff;
  border: 1px #000 solid;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 15px;
  color: #000;
}
body form .form-control:hover,
body form input[type='email']:hover,
body form input[type='text']:hover,
body form input[type='number']:hover,
body form input[type='password']:hover,
body form input[type='tel']:hover,
body form input[type='url']:hover,
body form select:hover,
body form textarea:hover,
body form .form-control:active,
body form input[type='email']:active,
body form input[type='text']:active,
body form input[type='number']:active,
body form input[type='password']:active,
body form input[type='tel']:active,
body form input[type='url']:active,
body form select:active,
body form textarea:active,
body form .form-control:focus,
body form input[type='email']:focus,
body form input[type='text']:focus,
body form input[type='number']:focus,
body form input[type='password']:focus,
body form input[type='tel']:focus,
body form input[type='url']:focus,
body form select:focus,
body form textarea:focus {
  background-color: #cbcbcb;
  border: 1px #cbcbcb solid;
  color: #000;
}
body form .btn {
  float: left !important;
  height: 60px !important;
  padding: 0 80px !important;
  background: #000 !important;
  color: #ccc !important;
  border-color: #000 !important;
}
body form .btn:hover {
  color: #fff !important;
}
body > header {
  height: auto;
  overflow: visible;
}
body > header .navbar-default {
  width: 100%;
  padding: 0px;
  border: none;
  background-color: transparent;
}
body > header .navbar-default > .container,
body > header .navbar-default > .container-fluid {
  position: relative;
  clear: both;
  height: 99px;
  background-image: url(../images/bg-nav-carbon.jpg);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-color: #000;
}
body > header .navbar-default .navbar-header {
  position: absolute;
  top: 0px;
  left: 20px;
}
body > header .navbar-default .navbar-brand {
  display: block;
  position: relative;
  top: 19px;
  margin-bottom: -20px;
  margin-left: 0px !important;
  padding: 0px;
  width: 259px;
  height: 111px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 100;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
body > header .navbar-default .navbar-ancillary {
  height: 47px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background: #a59311;
  background-image: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1OTMxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2U3ZDEyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2MwYTkwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWMyMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a59311 0%, #e7d12e 44%, #c0a907 54%, #d9c21f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a59311), color-stop(44%, #e7d12e), color-stop(54%, #c0a907), color-stop(100%, #d9c21f));
  background: -webkit-linear-gradient(top, #a59311 0%, #e7d12e 44%, #c0a907 54%, #d9c21f 100%);
  background: -o-linear-gradient(top, #a59311 0%, #e7d12e 44%, #c0a907 54%, #d9c21f 100%);
  background: -ms-linear-gradient(top, #a59311 0%, #e7d12e 44%, #c0a907 54%, #d9c21f 100%);
  background: linear-gradient(to bottom, #a59311 0%, #e7d12e 44%, #c0a907 54%, #d9c21f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a59311', endColorstr='#d9c21f', GradientType=0);
  border-top: 1px #cdb614 solid;
}
body > header .navbar-default .navbar-ancillary ul.nav.navbar-nav {
  height: 47px;
}
body > header .navbar-default .navbar-ancillary ul.nav.navbar-nav.navbar-right {
  height: 47px;
  border-left: none;
}
body > header .navbar-default .navbar-ancillary ul.nav.navbar-nav > li a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 47px;
  color: #000;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}
body > header .navbar-default .navbar-ancillary ul.nav.navbar-nav > li a:hover {
  color: #fff;
}
body > header .navbar-default .navbar-ancillary form.navbar-form {
  padding: 0px;
  margin: 5px 10px 0px 20px;
  border: none;
}
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group {
  position: relative;
}
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group .form-control {
  height: 27px;
  padding: 0px 35px 0px 15px;
  border: none;
  background-color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #7d7d7d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
  line-height: 27px;
  outline: none;
}
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group .form-control::-moz-placeholder,
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group .form-control::-webkit-input-placeholder,
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group .form-control:-ms-input-placeholder {
  color: #7d7d7d;
  line-height: 16px;
}
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group .form-control:active,
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group .form-control:focus {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body > header .navbar-default .navbar-ancillary form.navbar-form .form-group:after {
  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;
  transform: translate(0, 0);
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  content: "\f002";
  color: #fbdd07;
  font-size: 18px;
  line-height: 27px;
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social {
  padding-left: 10px;
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.facebook > a,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.twitter > a,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.youtube > a,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.instagram > a,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.pinterest > a {
  display: block;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.facebook > a:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.twitter > a:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.youtube > a:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.instagram > a:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.pinterest > a:before {
  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;
  transform: translate(0, 0);
  color: #000;
  font-size: 16px;
  line-height: 47px;
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.facebook > a:hover:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.twitter > a:hover:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.youtube > a:hover:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.instagram > a:hover:before,
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.pinterest > a:hover:before {
  color: #fff;
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.facebook > a:before {
  content: "\f09a";
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.twitter > a:before {
  content: "\f099";
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.youtube > a:before {
  content: "\f16a";
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.instagram > a:before {
  content: "\f16d";
}
body > header .navbar-default ul.nav.navbar-nav.navbar-social > li.pinterest > a:before {
  content: "\f231";
}
body > header .navbar-default ul.nav.navbar-nav.navbar-left,
body > header .navbar-default ul.nav.navbar-nav.navbar-right,
body > header .navbar-default ul.nav.navbar-nav.navbar-center {
  float: right !important;
  margin-right: -10px;
}
body > header .navbar-default ul.nav.navbar-nav.navbar-left > li,
body > header .navbar-default ul.nav.navbar-nav.navbar-right > li,
body > header .navbar-default ul.nav.navbar-nav.navbar-center > li {
  height: 100%;
}
body > header .navbar-default ul.nav.navbar-nav ul,
body > header .navbar-default ul.nav.navbar-nav .dropdown-menu {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  padding: 0px 0px 20px 0px;
  margin-top: -15px !important;
  left: 0px;
  background-color: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body > header .navbar-default ul.nav.navbar-nav ul > li a,
body > header .navbar-default ul.nav.navbar-nav .dropdown-menu a {
  padding: 5px 20px;
  color: #bea80e;
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  text-decoration: none;
}
body > header .navbar-default ul.nav.navbar-nav ul > li a:hover,
body > header .navbar-default ul.nav.navbar-nav .dropdown-menu a:hover {
  color: #000;
  background-color: #bea80e;
  text-decoration: none;
}
body > header .navbar-default ul.nav.navbar-nav > li a {
  padding: 40px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #bea80e;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body > header .navbar-default ul.nav.navbar-nav > li a:hover {
  color: #fff;
}
body > header .navbar-default ul.nav.navbar-nav > li:hover ul,
body > header .navbar-default ul.nav.navbar-nav > li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
body > header .navbar-default.affix > .container,
body > header .navbar-default.affix > .container-fluid {
  border-bottom: 2px #cdb614 solid;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}
body > header .navbar-default.affix .navbar-ancillary {
  /* height: 0px; */
  opacity: 0;
  visibility: hidden;
  border-bottom: none !important;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
body .jumbotron,
body > main > .rte > section:first-child {
  padding-top: 145px !important;
}
body .jumbotron {
  padding: 145px 0px 0px 0px;
  background-color: #000;
}
body .jumbotron .container,
body .jumbotron .container-fluid,
body .jumbotron .wpb_column {
  padding: 0px;
}
body .jumbotron .container,
body .jumbotron .container-fluid {
  padding: 40px 0px;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner {
  float: none;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body .jumbotron .container:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2 {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h1 em,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h1 em,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h1 em,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1 em,
body .jumbotron .container:first-child ul > li .caption .caption-inner h2 em,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h2 em,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h2 em,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2 em {
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 48px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  font-family: 'Yellowtail', serif;
  color: #fcde07;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h1,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h1,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h1 {
  font-size: 57px;
  line-height: 57px;
  font-weight: 700;
  /*
                                &:after {
                                    display: block;
                                    margin-top: 25px;
                                    margin-left: auto;
                                    margin-right: auto;
                                    width: 25%;
                                    height: 3px;
                                    background-color: #e4c907;
                                    content: '';
                                }
                                */
}
body .jumbotron .container:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner h2,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner h2,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner p,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner p,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner p,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner p {
  margin: 20px 25% 0px 25%;
  font-size: 18px;
  line-height: 24px;
  color: #a1a1a1;
  font-weight: 400;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner .btn,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner .btn,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner .btn,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner .btn {
  margin-top: 25px;
  border-color: #fcde07;
  color: #fcde07;
}
body .jumbotron .container:first-child ul > li .caption .caption-inner .btn:hover,
body .jumbotron .container-fluid:first-child ul > li .caption .caption-inner .btn:hover,
body .jumbotron .container:first-child ul.wpb_single_image > li .caption .caption-inner .btn:hover,
body .jumbotron .container-fluid:first-child ul.wpb_single_image > li .caption .caption-inner .btn:hover {
  background-color: #fcde07;
  color: #000;
}
body.index .jumbotron .container:first-child ul,
body.index .jumbotron .container-fluid:first-child ul,
body.index .jumbotron .container:first-child ul.wpb_single_image,
body.index .jumbotron .container-fluid:first-child ul.wpb_single_image {
  height: 540px;
}
body ul.wpb_single_image > li .caption {
  display: table;
  width: 100%;
  height: 100%;
}
body ul.wpb_single_image > li .caption .caption-inner {
  float: none;
  font-size: 57px;
  line-height: 57px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
body ul.wpb_single_image > li .caption .caption-inner h1,
body ul.wpb_single_image > li .caption .caption-inner h2 {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
body ul.wpb_single_image > li .caption .caption-inner h1 em,
body ul.wpb_single_image > li .caption .caption-inner h2 em {
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 48px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  font-family: 'Yellowtail', serif;
  color: #fcde07;
}
body ul.wpb_single_image > li .caption .caption-inner h1 {
  font-size: 57px;
  line-height: 57px;
  font-weight: 700;
  /*
                        &:after {
                            display: block;
                            margin-top: 25px;
                            margin-left: auto;
                            margin-right: auto;
                            width: 25%;
                            height: 3px;
                            background-color: #e4c907;
                            content: '';
                        }
                        */
}
body ul.wpb_single_image > li .caption .caption-inner h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
body ul.wpb_single_image > li .caption .caption-inner p {
  margin: 20px 25% 0px 25%;
  font-size: 18px;
  line-height: 24px;
  color: #a1a1a1;
  font-weight: 400;
}
body ul.wpb_single_image > li .caption .caption-inner .btn {
  margin-top: 25px;
  border-color: #fcde07;
  color: #fcde07;
}
body ul.wpb_single_image > li .caption .caption-inner .btn:hover {
  background-color: #fcde07;
  color: #000;
}
.sidebar-navigation h3 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 3px;
}
.sidebar-navigation [class*='col-lg-12'] > ul {
  padding-left: 0;
}
.sidebar-navigation [class*='col-lg-12'] > ul:before {
  display: block;
  width: 150px;
  height: 3px;
  margin: 10px 0 5px 10px;
  background-color: #ECD955;
  content: '';
}
.sidebar-navigation [class*='col-lg-12'] > ul > li:first-child > a {
  display: none;
}
.sidebar-navigation [class*='col-lg-12'] > ul > li:first-child:before {
  display: none;
}
.sidebar-navigation ul {
  padding-left: 0;
}
.sidebar-navigation ul li:before {
  display: none;
}
.sidebar-navigation ul > li > ul > li ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
.sidebar-navigation ul > li > ul > li > a {
  display: block;
  left: 0;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px #f0f0f0 solid;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #bbb;
}
.sidebar-navigation ul > li > ul > li > a:before {
  display: none;
}
.sidebar-navigation ul > li > ul > li.selected > a,
.sidebar-navigation ul > li > ul > li.selected:hover > a,
.sidebar-navigation ul > li > ul > li:hover > a {
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  color: #000;
}
.sidebar-navigation ul > li > ul > li.selected > a:before,
.sidebar-navigation ul > li > ul > li.selected:hover > a:before,
.sidebar-navigation ul > li > ul > li:hover > a:before {
  display: none;
}
.sidebar-navigation ul > li > ul > li.selected > a:before {
  display: none;
}
ul.pagination,
body .module-product-category .product-controls .inner ul.pagination {
  border: none;
  padding: 0;
}
ul.pagination > li:before,
body .module-product-category .product-controls .inner ul.pagination > li:before {
  display: none !important;
}
ul.pagination > li > span,
body .module-product-category .product-controls .inner ul.pagination > li > span,
ul.pagination > li > a,
body .module-product-category .product-controls .inner ul.pagination > li > a {
  padding: 0 6px;
  height: 36px !important;
  background: #666;
  line-height: 34px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}
ul.pagination > li.active > span,
body .module-product-category .product-controls .inner ul.pagination > li.active > span,
ul.pagination > li.active > a,
body .module-product-category .product-controls .inner ul.pagination > li.active > a {
  background: #ccc;
  color: #000;
}
ul.pagination > li:hover > span,
body .module-product-category .product-controls .inner ul.pagination > li:hover > span,
ul.pagination > li:hover > a,
body .module-product-category .product-controls .inner ul.pagination > li:hover > a {
  color: #fff;
}
ul.pagination > li#pagination_previous span,
body .module-product-category .product-controls .inner ul.pagination > li#pagination_previous span,
ul.pagination > li#pagination_next span,
body .module-product-category .product-controls .inner ul.pagination > li#pagination_next span {
  background: transparent;
  color: #e4c907;
}
ul.pagination > li#pagination_previous a,
body .module-product-category .product-controls .inner ul.pagination > li#pagination_previous a,
ul.pagination > li#pagination_next a,
body .module-product-category .product-controls .inner ul.pagination > li#pagination_next a {
  background: transparent;
  color: #e4c907;
}
ul.pagination > li.truncate > span,
body .module-product-category .product-controls .inner ul.pagination > li.truncate > span {
  background: transparent;
  color: #bbb;
}
body .products-category-grid {
  margin-left: 0;
  margin-right: 0;
}
body .products-category-grid:before {
  display: none;
}
body .products-category-grid .products-category-grid-item {
  width: 33.3%;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
@media screen and (min-width: 1200px) {
  body .products-category-grid .products-category-grid-item:nth-child(2n+1) {
    clear: none;
  }
  body .products-category-grid .products-category-grid-item:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 1200px) {
  body .products-category-grid .products-category-grid-item:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  body .products-category-grid .products-category-grid-item {
    clear: both;
  }
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner {
  padding: 40px 20px;
  background: transparent;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure img {
  border: none;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner figure > figcaption {
  display: none;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer {
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h2 {
  font-size: 16px;
  line-height: 16px;
  color: #bbb;
  font-weight: bold;
}
body .products-category-grid .products-category-grid-item .products-category-grid-item-inner footer h2 small {
  line-height: 16px;
  color: #555;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  body .products-category-grid .products-category-grid-item:nth-child(3n) .products-category-grid-item-inner {
    border-right: none;
  }
}
@media screen and (max-width: 1200px) {
  body .products-category-grid .products-category-grid-item:nth-child(2n) .products-category-grid-item-inner {
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  body .products-category-grid .products-category-grid-item .products-category-grid-item-inner {
    padding: 0 0 40px 0;
    margin-bottom: 40px;
    border-top: none;
    border-bottom: 1px #000 solid;
    border-left: none;
    border-right: none;
  }
}
body .products-category-grid .products-category-grid-item:hover .products-category-grid-item-inner figure > figcaption > a {
  color: #000;
}
body .module-product-category {
  background: #fff;
}
body .module-product-category .product-controls .inner {
  background: #000;
  padding: 5px 10px;
  color: #fff;
}
body .module-product-category .product-controls .inner .productsSortForm {
  padding-left: 10px;
}
body .module-product-category .product-controls .inner .productsSortForm label {
  color: #fff;
  font-weight: normal;
}
body .module-product-category .product-controls .inner .productsSortForm select {
  height: 24px;
  background-color: #555;
  border-color: #000;
  color: #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body .module-product-single.content .product-imagery {
  padding-right: 10px;
  border-right: 1px #000 solid;
}
@media screen and (max-width: 991px) {
  body .module-product-single.content .product-imagery {
    padding-right: 0;
    border-right: none;
  }
  body .module-product-single.content .product-imagery #image-block img#bigpic {
    margin-left: auto;
    margin-right: auto;
  }
}
body .module-product-single.content .product-imagery #image-block {
  border: none;
}
body .module-product-single.content .product-info {
  padding-left: 45px;
}
@media screen and (max-width: 991px) {
  body .module-product-single.content .product-info {
    padding-left: 10px;
  }
}
body .module-product-single.content h1.title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
}
body .module-product-single.content h1.title:after {
  width: 150px;
  margin: 10px 0 20px 0;
}
body .module-product-single.content h2.price {
  margin-bottom: 20px;
  color: #bbb;
  font-size: 22px;
  line-height: 22px;
}
body .module-product-single.content p.product_meta {
  color: #bbb;
}
body .module-product-single.content #short_description_block #short_description_content p {
  font-size: 14px;
  line-height: 14px;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px #d1d1d1 solid;
  border-bottom: 1px #d1d1d1 solid;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li {
  margin-bottom: 0;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li:before {
  display: none;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li > a {
  padding: 18px 10px;
  border: none;
  color: #FCDE07;
}
body .module-product-single.content .page-product-box ul.nav.nav-tabs > li.active > a {
  background-color: #000;
  color: #fff;
}
body .module-products-featured {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../images/bg-featured-products.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body .module-products-featured .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
body .module-products-featured .container h2 {
  margin: 0px;
  padding: 0px;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
}
body .module-products-featured .container h2 > em {
  display: block;
  clear: both;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 48px;
  font-family: 'Yellowtail', serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: #a5a5a5;
}
body .module-products-featured .container h2:after {
  display: block;
  clear: both;
  margin: 20px auto 15px auto;
  width: 300px;
  height: 3px;
  background-color: #e4c907;
  content: '';
}
body .module-products-featured .container .slick-prev,
body .module-products-featured .container .slick-next {
  width: 64px;
  height: 191px;
  margin-top: -95px;
  background-image: url(../images/featured-products-arrows.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
body .module-products-featured .container .slick-prev.slick-disabled,
body .module-products-featured .container .slick-next.slick-disabled {
  display: none !important;
}
body .module-products-featured .container .slick-prev {
  left: -84px;
  background-position: -64px 0px;
}
body .module-products-featured .container .slick-prev:hover {
  background-position: -192px 0px;
}
body .module-products-featured .container .slick-next {
  right: -84px;
  background-position: 0px 0px;
}
body .module-products-featured .container .slick-next:hover {
  background-position: -128px 0px;
}
body .module-products-featured .container .item {
  outline: none;
  border-right: 1px #5a5a5a solid;
}
body .module-products-featured .container .item .wpb_text_column {
  padding-top: 0px;
  padding-bottom: 0px;
}
body .module-products-featured .container .item figure {
  padding: 20px 30px;
  text-align: center;
}
body .module-products-featured .container .item figure img {
  max-width: 100%;
}
body .module-products-featured .container .item figure a {
  color: #000;
  text-decoration: none;
}
body .module-products-featured .container .item figure > figcaption {
  padding-top: 15px;
  text-align: left;
}
body .module-products-featured .container .item figure > figcaption > h5 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  line-height: 22px;
  font-size: 22px;
  text-transform: uppercase;
}
body .module-products-featured .container .item figure > figcaption > h5 > em {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #a6a6a6;
  font-weight: 700;
  font-style: normal;
  font-family: 'futura-pt', sans-serif;
}
body .module-products-featured .container .item figure > figcaption > h5:after {
  display: none;
}
body .module-products-featured .container .item figure > figcaption > p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
body .module-products-featured .container .item:last-child,
body .module-products-featured .container .item.slick-active:last-of-type {
  border-right: none;
}
body .module-product-lines .item {
  height: 440px;
  overflow: hidden;
}
body .module-product-lines .item .wpb_text_column {
  padding: 0px;
}
body .module-product-lines .item figure {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
body .module-product-lines .item figure img {
  max-width: none;
  height: auto;
  width: auto;
  min-height: 100%;
}
body .module-product-lines .item figure > figcaption {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(243, 243, 243, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body .module-product-lines .item figure > figcaption p:empty {
  display: none;
}
body .module-product-lines .item figure > figcaption .caption {
  display: table;
  width: 100%;
  height: 440px;
}
body .module-product-lines .item figure > figcaption .caption .caption-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
}
body .module-product-lines .item figure > figcaption .caption .caption-inner h2 {
  margin: 0px;
  padding: 0px;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
body .module-product-lines .item figure > figcaption .caption .caption-inner h2:before {
  display: block;
  clear: both;
  margin: 0px auto 10px auto;
  width: 100px;
  height: 6px;
  background-color: #e4c907;
  content: '';
}
body .module-product-lines .item figure > figcaption .caption .caption-inner h2:after {
  display: none !important;
}
body .module-product-lines .item figure > figcaption .caption .caption-inner p {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
body .module-product-lines .item figure > figcaption .caption .caption-inner .btn {
  min-width: 0px;
  margin-top: 15px;
}
body .module-product-lines .item:hover figure > figcaption {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
body .module-product-lines.module-product-lines-squish .item {
  max-height: 300px;
  min-height: 300px;
  height: 300px;
  overflow: hidden;
}
body .module-product-lines.module-product-lines-squish .item > .wpb_text_column {
  height: 100%;
}
body .module-product-lines.module-product-lines-squish .item > .wpb_text_column figure {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body .module-product-lines.module-product-lines-squish .item > .wpb_text_column figure > figcaption .caption {
  height: 300px;
}
body .products .item {
  border-right: 1px #5a5a5a solid;
  border-bottom: 1px #5a5a5a solid;
}
body .products .item:nth-child(3n) {
  border-right: none;
}
body .products .item > a {
  text-decoration: none;
  color: #000;
  outline: none;
}
body .products .item > a > figure {
  padding: 50px 30px;
  text-align: center;
}
body .products .item > a > figure img {
  max-width: 100%;
}
body .products .item > a > figure > figcaption {
  padding-top: 15px;
  text-align: left;
}
body .products .item > a > figure > figcaption > h5 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
}
body .products .item > a > figure > figcaption > h5:before,
body .products .item > a > figure > figcaption > h5:after {
  display: none;
}
body .products .item > a > figure > figcaption > h5 > em {
  display: block;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  color: #a6a6a6;
  font-weight: 700;
}
body .products .item > a > figure > figcaption > p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
}
body .module-quicklinks {
  padding-top: 30px;
  padding-bottom: 140px;
  border-top: 1px #000 solid;
}
body .module-quicklinks [class*='col-'] .wpb_text_column {
  display: table;
  width: 100%;
  padding: 0px;
  color: #000;
  text-decoration: none;
}
body .module-quicklinks [class*='col-'] .wpb_text_column figure {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 190px;
  padding: 0px 40px;
  vertical-align: middle;
  text-align: center;
}
body .module-quicklinks [class*='col-'] .wpb_text_column figure img {
  width: auto;
  max-width: 100%;
}
body .module-quicklinks [class*='col-'] .wpb_text_column figure a {
  text-decoration: none;
  color: #000;
}
body .module-quicklinks [class*='col-'] .wpb_text_column figure figcaption {
  display: block;
  position: absolute;
  width: 100%;
  height: 140px;
  top: 190px;
  left: 0px;
}
body .module-quicklinks [class*='col-'] .wpb_text_column figure figcaption h3 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
body .module-quicklinks [class*='col-'] .wpb_text_column figure figcaption h3:after {
  display: none;
}
body .module-quicklinks [class*='col-'] .wpb_text_column figure figcaption p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 4px;
}
.btn.btn-primary,
.btn.btn-default,
.alert-link,
.btn.btn-inverse {
  padding: 10px 20px;
  border: 2px #000 solid;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  letter-spacing: 2px;
}
.btn.btn-primary:hover,
.btn.btn-default:hover,
.alert-link:hover,
.btn.btn-inverse:hover,
.btn.btn-primary:active,
.btn.btn-default:active,
.alert-link:active,
.btn.btn-inverse:active,
.btn.btn-primary:focus,
.btn.btn-default:focus,
.alert-link:focus,
.btn.btn-inverse:focus {
  background-color: #000;
  color: #fff;
}
.btn.btn-inverse {
  border-color: #fff;
  color: #fff;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:active,
.btn.btn-inverse:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
/* shared responsive framework */
@media screen and (max-width: 1100px) {
  body .module-shared-footer .pull-right p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  body .module-shared-footer > .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .module-shared-footer nav {
    padding-bottom: 20px;
  }
  body .module-shared-footer nav > ul > li {
    display: block;
    float: none;
    margin: 0px;
    padding: 5px 0px;
    list-style: none;
    font-size: 18px;
    line-height: 18px;
  }
  body .module-shared-footer nav > ul > li > a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }
  body .module-shared-footer nav > ul > li > a:hover {
    text-decoration: underline;
  }
  body .module-shared-footer nav > ul > li:after {
    display: none;
  }
  body .module-shared-footer menu.social {
    overflow: hidden;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body > header .navbar-default ul.nav.navbar-nav .mobile-only {
    display: inline-block !important;
  }
  body .module-shared-footer menu.social > ul {
    text-align: center;
  }
  body .module-shared-footer menu.social > ul > li {
    display: inline-block;
    float: none;
  }
  body .module-shared-footer menu.social > ul > li > a:before {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .module-shared-footer menu.brands > ul {
    display: block;
    width: auto;
    text-align: center;
  }
  body .module-shared-footer menu.brands > ul > li {
    display: inline-block;
    width: auto;
    float: none;
    margin: 20px;
    padding: 5px 0px;
    text-align: center;
  }
  body .module-shared-footer menu.brands > ul > li > a img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1080px) {
  body .custom-category-cta .custom-category-cta-inner figure > span {
    height: 165px;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 767px) {
  body > header .navbar-default .navbar-collapse.in .navbar-form,
  body > header .navbar-default .navbar-collapse.collapsing .navbar-form {
    display: block;
  }
  body .module-latest-posts .module-latest-posts-inner .item {
    padding-bottom: 60px;
  }
  body .custom-category-cta .custom-category-cta-inner figure > span {
    height: 270px;
    background-size: auto;
  }
}
/* shared print styles */
@media screen {
  .print {
    display: none;
  }
}
@media print {
  body {
    background: #fff;
  }
  body .print {
    display: block !important;
  }
  body > * {
    display: none;
  }
  body .row.page.print {
    display: block !important;
  }
  body .row.page {
    page-break-before: always;
  }
  body main {
    display: block;
  }
  body .container-fluid.container-background-grey {
    display: block;
    background-color: #fff;
  }
  body section.jumbotron {
    display: none;
  }
}
@media print {
  body#product img.logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body#product h1.title {
    display: block;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 20px;
  }
  body#product h2.sku {
    display: block;
    text-align: center;
    font-weight: bold;
  }
  body#product .module-product-single + .col-md-4 {
    display: none !important;
  }
  body#product .col-md-7.product-imagery {
    display: none;
  }
  body#product .col-md-5.product-info {
    width: 100%;
    padding: 0px;
  }
  body#product .col-md-8.module-product-single.content {
    width: 100%;
  }
  body#product .col-md-8.module-product-single.content h1.title {
    display: none;
  }
  body#product .col-md-8.module-product-single.content h2.price {
    display: none;
  }
  body#product .col-md-8.module-product-single.content p.product_meta:first-of-type {
    display: none;
  }
  body#product .col-md-8.module-product-single.content p.product_meta#product_condition {
    display: none;
  }
  body#product .col-md-8.module-product-single.content p.product_meta {
    display: none;
  }
  body#product .col-md-8.module-product-single.content #short_description_block {
    display: none;
  }
  body#product .col-md-8.module-product-single.content .page-product-box ul.nav.nav-tabs {
    display: none;
  }
  body#product .col-md-8.module-product-single.content .page-product-box .tab-content .tab-pane {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #000 solid;
  }
  body#product .col-md-8.module-product-single.content .page-product-box .tab-content .tab-pane a.print {
    display: none !important;
  }
  body#product .col-md-8.module-product-single.content .page-product-box .tab-content .tab-pane#downloads {
    display: none;
  }
}
/* site-specific responsive overrides */
@media screen and (min-width: 768px) {
  body > header .navbar-default ul.nav.navbar-nav.navbar-center li:hover .dropdown-menu,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right li:hover .dropdown-menu,
  body > header .navbar-default ul.nav.navbar-nav.navbar-center li:hover ul,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right li:hover ul {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  body .jumbotron > .container > ul > li > .container .row,
  body .jumbotron > .container-fluid > ul > li > .container .row,
  body .jumbotron > .container > ul > li > .container-fluid .row,
  body .jumbotron > .container-fluid > ul > li > .container-fluid .row {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body > header .navbar-default .navbar-header {
    left: 10px;
  }
  body > header .navbar-default .navbar-brand {
    width: 250px;
    background-size: 100%;
  }
  body > header .navbar-default ul.nav.navbar-nav > li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .jumbotron > .container,
  body .jumbotron > .container-fluid {
    padding: 0px;
  }
  body .jumbotron > .container > ul,
  body .jumbotron > .container-fluid > ul {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  body > header .navbar-default .navbar-brand {
    width: 189px;
    background-size: 100%;
  }
  body > header .navbar-default ul.nav.navbar-nav > li a {
    font-size: 16px;
  }
  body .module-product-lines .item {
    width: 100%;
    float: none;
    clear: both;
    height: 350px;
  }
  body .module-product-lines .item figure {
    height: 350px;
  }
  body .module-product-lines .item figure > img {
    width: 100%;
  }
  body .module-product-lines .item figure > figcaption {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
  }
  body .module-product-lines .item figure > figcaption .caption .caption-inner h2,
  body .module-product-lines .item figure > figcaption .caption .caption-inner p,
  body .module-product-lines .item figure > figcaption .caption .caption-inner .btn {
    color: #fff;
    text-shadow: 2px 2px 0 #000;
  }
  body .module-product-lines .item figure > figcaption .caption .caption-inner .btn {
    border-color: #fff;
    -webkit-box-shadow: 3px 3px 0 #000;
    -moz-box-shadow: 3px 3px 0 #000;
    box-shadow: 3px 3px 0 #000;
  }
  body .module-product-lines .item figure > figcaption .caption .caption-inner h2:before {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 0 #000;
    -moz-box-shadow: 2px 2px 0 #000;
    box-shadow: 2px 2px 0 #000;
  }
  body > footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  body .module-quicklinks {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  body .module-quicklinks [class*='col-'] a {
    display: block;
  }
  body .module-quicklinks [class*='col-'] a > figure {
    display: block;
    position: static;
    height: auto;
  }
  body .module-quicklinks [class*='col-'] a > figure > figcaption {
    display: block;
    position: static;
    height: auto;
    padding: 10px 0px 30px 0px;
  }
}
@media screen and (max-width: 992px) {
  body > header .navbar-default {
    min-height: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 2px #FCDE07 solid;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  }
  body > header .navbar-default > .container,
  body > header .navbar-default > .container-fluid {
    height: 99px;
    background-image: none;
    background-color: transparent;
  }
  body > header .navbar-default .navbar-header {
    position: static;
    width: auto;
    max-width: none;
    height: 99px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../images/bg-nav-carbon.jpg);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: #000;
  }
  body > header .navbar-default .navbar-header .navbar-toggle {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-right: 0px;
    border-color: #c9c9c9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  body > header .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  body > header .navbar-default .navbar-header .navbar-brand {
    display: block;
    position: relative;
    top: 0px;
    height: 99px;
    margin-bottom: 0px;
  }
  body > header .navbar-default .navbar-ancillary {
    display: none;
  }
  body > header .navbar-default .navbar-collapse {
    margin-top: 2px;
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    overflow-x: hidden;
  }
  body > header .navbar-default ul.nav.navbar-nav.navbar-center,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
  }
  body > header .navbar-default ul.nav.navbar-nav.navbar-center > li,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right > li {
    display: block;
    clear: both;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body > header .navbar-default ul.nav.navbar-nav.navbar-center > li:before,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right > li:before {
    display: none;
  }
  body > header .navbar-default ul.nav.navbar-nav.navbar-center > li > a,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
  }
  body > header .navbar-default ul.nav.navbar-nav.navbar-center > li .dropdown-menu,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right > li .dropdown-menu {
    display: block;
    position: static;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body > header .navbar-default ul.nav.navbar-nav.navbar-center > li .dropdown-menu > li > a,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right > li .dropdown-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  body > header .navbar-default ul.nav.navbar-nav.navbar-center > li .dropdown-menu > li > a:hover,
  body > header .navbar-default ul.nav.navbar-nav.navbar-right > li .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
  }
  body .pull-right,
  body .pull-left {
    float: none !important;
  }
  body .jumbotron {
    padding-top: 99px !important;
  }
}
/* Push Menu */
@media screen and (max-width: 992px) {
  body {
    position: relative;
    left: 0%;
    transition: all 0.35s ease-out;
  }
  body > header {
    position: absolute;
    left: -67%;
    width: 68%;
    transition: none;
    z-index: 101;
  }
  body > header .navbar-default:after,
  body > header .navbar-default.affix:after {
    display: none !important;
  }
  body > header .navbar-default .navbar-header,
  body > header .navbar-default.affix .navbar-header {
    top: auto;
    bottom: auto;
    left: auto;
  }
  body > header .navbar-default .navbar-header .navbar-toggle,
  body > header .navbar-default.affix .navbar-header .navbar-toggle {
    position: relative;
    width: 44px;
    height: 34px;
  }
  body > header .navbar-default .navbar-header .navbar-toggle .icon-bar,
  body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar {
    position: absolute;
    top: 11px;
    opacity: 1;
    transition: all 0.15s ease-out;
  }
  body > header .navbar-default .navbar-header .navbar-toggle .icon-bar.top,
  body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar.top {
    top: 10px;
  }
  body > header .navbar-default .navbar-header .navbar-toggle .icon-bar.bottom,
  body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar.bottom {
    top: 16px;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default .navbar-ancillary ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default.affix .navbar-ancillary ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default .navbar-top ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default.affix .navbar-top ul.nav.navbar-nav.navbar-right {
    display: none;
  }
  body > header .navbar-default .navbar-ancillary,
  body > header .navbar-default.affix .navbar-ancillary {
    display: none;
  }
  body > header .navbar-default .navbar-top ul.nav.navbar-nav.navbar-right.navbar-social,
  body > header .navbar-default.affix .navbar-top ul.nav.navbar-nav.navbar-right.navbar-social {
    display: none !important;
  }
  body > header .navbar-default .navbar-top ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default.affix .navbar-top ul.nav.navbar-nav.navbar-right {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68%;
    margin-top: 0;
    margin-bottom: 15px;
    background-color: #000;
    z-index: 101;
    text-align: center;
  }
  body > header .navbar-default .navbar-top ul.nav.navbar-nav.navbar-right > li,
  body > header .navbar-default.affix .navbar-top ul.nav.navbar-nav.navbar-right > li {
    display: inline-block;
    width: auto;
    clear: none;
    padding: 0;
  }
  body > header .navbar-default .navbar-collapse,
  body > header .navbar-default.affix .navbar-collapse {
    position: static;
    overflow-y: auto;
    width: 68%;
    height: 100%;
    max-height: none;
    padding: 76px 10px 76px 0;
    margin-left: 0;
    margin-right: 0;
  }
  body > header .navbar-default .navbar-collapse.collapsing,
  body > header .navbar-default.affix .navbar-collapse.collapsing {
    overflow: hidden;
    padding: 0px !important;
    height: 0px !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  body > header .navbar-default .navbar-collapse form.navbar-form,
  body > header .navbar-default.affix .navbar-collapse form.navbar-form {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 43px;
    margin-left: 0;
    margin-right: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body > header .navbar-default .navbar-collapse form.navbar-form .form-group,
  body > header .navbar-default.affix .navbar-collapse form.navbar-form .form-group {
    width: 100%;
  }
  body > header .navbar-default .navbar-collapse form.navbar-form .form-group .form-control,
  body > header .navbar-default.affix .navbar-collapse form.navbar-form .form-group .form-control {
    width: 100% !important;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right {
    display: block;
    position: static;
    float: none !important;
    width: 100%;
    height: auto;
    text-align: left;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li {
    width: 100%;
    clear: both;
    float: none;
    padding: 0 0 15px 0;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li:before,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li:before,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li:before,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li:before {
    display: none !important;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li > a,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li > a,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li > a,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li > a {
    display: block;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li > a > .expand,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li > a > .expand,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li > a > .expand,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li > a > .expand {
    display: block;
    position: relative;
    right: -10px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li > a > .expand:after,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li > a > .expand:after,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li > a > .expand:after,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li > a > .expand:after {
    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;
    transform: translate(0, 0);
    display: block;
    position: relative;
    margin-top: -1px;
    font-size: 18px;
    line-height: 18px;
    content: "\f078";
    transform: rotate(0deg);
    transition: all 0.5s ease-out;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li ul.dropdown-menu,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li ul.dropdown-menu,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li ul.dropdown-menu,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li ul.dropdown-menu {
    display: none !important;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open > a,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open > a,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open > a,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open > a {
    color: #fff;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open > a > .expand:after,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open > a > .expand:after,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open > a > .expand:after,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open > a > .expand:after {
    margin-top: 1px;
    transform: rotate(180deg);
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open ul.dropdown-menu,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open ul.dropdown-menu,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open ul.dropdown-menu,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open ul.dropdown-menu {
    display: block !important;
  }
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open ul.dropdown-menu li > a,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-center > li.open ul.dropdown-menu li > a,
  body > header .navbar-default .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open ul.dropdown-menu li > a,
  body > header .navbar-default.affix .navbar-collapse ul.nav.navbar-nav.navbar-right > li.open ul.dropdown-menu li > a {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
  html.nav-open {
    overflow: hidden;
  }
  html.nav-open body {
    left: 0%;
    overflow: hidden;
  }
  html.nav-open body > header {
    left: 0%;
    height: 100%;
    background-color: #000;
    transition: none;
  }
  html.nav-open body > header .navbar-default,
  html.nav-open body > header .navbar-default.affix {
    height: 100%;
    padding-top: 0;
    margin-bottom: 0 !important;
    overflow: visible;
    background: transparent !important;
  }
  html.nav-open body > header .navbar-default > .container,
  html.nav-open body > header .navbar-default.affix > .container,
  html.nav-open body > header .navbar-default > .container-fluid,
  html.nav-open body > header .navbar-default.affix > .container-fluid {
    overflow-y: auto;
    height: auto;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    border-bottom: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  html.nav-open body > header .navbar-default > .container.navbar-top,
  html.nav-open body > header .navbar-default.affix > .container.navbar-top,
  html.nav-open body > header .navbar-default > .container-fluid.navbar-top,
  html.nav-open body > header .navbar-default.affix > .container-fluid.navbar-top {
    display: block;
  }
  html.nav-open body > header .navbar-default .navbar-header,
  html.nav-open body > header .navbar-default.affix .navbar-header {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  html.nav-open body > header .navbar-default .navbar-header .navbar-toggle .icon-bar,
  html.nav-open body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar {
    opacity: 0;
  }
  html.nav-open body > header .navbar-default .navbar-header .navbar-toggle .icon-bar.top,
  html.nav-open body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar.top,
  html.nav-open body > header .navbar-default .navbar-header .navbar-toggle .icon-bar.bottom,
  html.nav-open body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar.bottom {
    position: absolute;
    height: 3px;
    opacity: 1;
  }
  html.nav-open body > header .navbar-default .navbar-header .navbar-toggle .icon-bar.top,
  html.nav-open body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar.top {
    top: 14px;
    transform: rotate(45deg);
  }
  html.nav-open body > header .navbar-default .navbar-header .navbar-toggle .icon-bar.bottom,
  html.nav-open body > header .navbar-default.affix .navbar-header .navbar-toggle .icon-bar.bottom {
    top: 10px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 480px) {
  body > header {
    position: absolute;
    left: -87%;
    width: 88%;
  }
  body > header .navbar-default .navbar-collapse,
  body > header .navbar-default.affix .navbar-collapse {
    width: 88%;
  }
  body > header .navbar-default .navbar-top ul.nav.navbar-nav.navbar-right,
  body > header .navbar-default.affix .navbar-top ul.nav.navbar-nav.navbar-right {
    width: 88%;
  }
}
