@charset "UTF-8";
@import url(../fonts/century-oldstyle/webfonts.css);
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*!
 *  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("../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/font-awesome/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.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

.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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes slidein {
  from {
    top: -60px; }
  to {
    top: 0; } }
@-moz-keyframes slidein {
  from {
    top: -60px; }
  to {
    top: 0; } }
@keyframes slidein {
  from {
    top: -60px; }
  to {
    top: 0; } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spin-second {
  from {
    -webkit-transform: rotate(135deg); }
  to {
    -webkit-transform: rotate(495deg); } }
@-moz-keyframes spin-second {
  from {
    -moz-transform: rotate(135deg); }
  to {
    -moz-transform: rotate(495deg); } }
@keyframes spin-second {
  from {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  to {
    -webkit-transform: rotate(495deg);
    -moz-transform: rotate(495deg);
    -ms-transform: rotate(495deg);
    -o-transform: rotate(495deg);
    transform: rotate(495deg); } }
@-webkit-keyframes spin-minute {
  from {
    -webkit-transform: rotate(40deg); }
  to {
    -webkit-transform: rotate(400deg); } }
@-moz-keyframes spin-minute {
  from {
    -moz-transform: rotate(40deg); }
  to {
    -moz-transform: rotate(400deg); } }
@keyframes spin-minute {
  from {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg); }
  to {
    -webkit-transform: rotate(400deg);
    -moz-transform: rotate(400deg);
    -ms-transform: rotate(400deg);
    -o-transform: rotate(400deg);
    transform: rotate(400deg); } }
@-webkit-keyframes tooltip-pulsate {
  0% {
    opacity: 1;
    bottom: 2px; }
  50% {
    opacity: 0;
    bottom: 6px; }
  100% {
    opacity: 1;
    bottom: 2px; } }
@-moz-keyframes tooltip-pulsate {
  0% {
    opacity: 1;
    bottom: 2px; }
  50% {
    opacity: 0;
    bottom: 6px; }
  100% {
    opacity: 1;
    bottom: 2px; } }
@keyframes tooltip-pulsate {
  0% {
    opacity: 1;
    bottom: 2px; }
  50% {
    opacity: 0;
    bottom: 6px; }
  100% {
    opacity: 1;
    bottom: 2px; } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, footer, header, hgroup, menu, nav, section {
  display: block; }

html body .post-content .wp-block-image figure{
  display: table !important;
}
html body .post-content .wp-block-image figure figcaption{
  display: table-caption !important;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: normal;
  background: #F5F0EA;
  color: #2E211F;
  min-width: 320px;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }
  body.scroll-disabled {
    overflow-y: hidden; }

#wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }

a {
  text-decoration: none;
  color: #2E211F; }

#content {
  padding: 80px;
  padding-bottom: 0; }
  #content .breadcrumbs {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 95px;
    left: 80px;
    white-space: nowrap; }
    #content .breadcrumbs li {
      display: inline-block;
      margin-right: 20px; }
      #content .breadcrumbs li a {
        color: #CCCCCC;
        display: inline-block;
        padding: 3px 0;
        border-bottom: 1px solid transparent;
        -webkit-transition: color 0.2s, border-color 0.2s;
        -moz-transition: color 0.2s, border-color 0.2s;
        transition: color 0.2s, border-color 0.2s; }
        @media (min-width: 1025px) {
          #content .breadcrumbs li a:hover {
            color: #2E211F; } }
      #content .breadcrumbs li.current a {
        color: #2E211F;
        border-bottom: 1px solid #000; }
      #content .breadcrumbs li:before {
        display: inline-block;
        content: " ";
        background-image: url(../images/dist/sprite.png);
        background-position: -324px -99px;
        width: 8px;
        height: 14px;
        margin-right: 20px;
        margin-bottom: -2px; }
      #content .breadcrumbs li:last-child:before {
        background-image: url(../images/dist/sprite.png);
        background-position: -332px -99px;
        width: 8px;
        height: 14px; }
      #content .breadcrumbs li:first-child:before {
        display: none; }
  #content #page-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62px;
    line-height: 1.2em;
    font-weight: bold;
    border-bottom: 4px solid #E04A43; }
    @media (max-width: 767px) {
      #content #page-title {
        font-size: 30px; } }
    #content #page-title.no-border {
      border-bottom-width: 0; }
  #content #page-title + .grid {
    padding-top: 50px; }

.load-more {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  color: #FFFFFF;
  background: #2C2220;
  display: block;
  width: 100%;
  height: 200px;
  padding: 30px 40px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .load-more {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .load-more:hover {
      background: #E0A743; } }

.collapsible > .title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: normal;
  font-weight: bold;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  background-color: #CCCCCC;
  cursor: pointer;
  padding: 10px 30px 8px; }
  @media (max-width: 767px) {
    .collapsible > .title {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .collapsible > .title {
      font-size: 14px; } }
  .collapsible > .title .fa-caret-down {
    float: right;
    position: relative;
    top: 5px; }
  @media (min-width: 1025px) {
    .collapsible > .title:hover {
      background: #E0A743; } }
  .collapsible > .title.expanded {
    background: #2C2220;
    color: #FFFFFF; }
    @media (min-width: 1025px) {
      .collapsible > .title.expanded:hover {
        background: #E0A743; } }
.collapsible > .content {
  display: none; }

.reference-table,
.article-table,
.post-content table,
.post-bottom table {
  width: 100%;
  table-layout: fixed; }
  .reference-table th,
  .article-table th,
  .post-content table th,
  .post-bottom table th {
    border-bottom: 4px solid #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7em;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    padding-bottom: 6px;
    white-space: nowrap; }
    .reference-table th:first-child,
    .article-table th:first-child,
    .post-content table th:first-child,
    .post-bottom table th:first-child {
      padding-left: 30px; }
    .reference-table th:last-child,
    .article-table th:last-child,
    .post-content table th:last-child,
    .post-bottom table th:last-child {
      padding-right: 30px; }
  .reference-table tbody tr:nth-child(odd),
  .article-table tbody tr:nth-child(odd),
  .post-content table tbody tr:nth-child(odd),
  .post-bottom table tbody tr:nth-child(odd) {
    background: #E7E4DD; }
  .reference-table tbody td,
  .article-table tbody td,
  .post-content table tbody td,
  .post-bottom table tbody td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7em;
    text-align: left;
    padding: 10px;
    width: auto; }
    .reference-table tbody td:first-child,
    .article-table tbody td:first-child,
    .post-content table tbody td:first-child,
    .post-bottom table tbody td:first-child {
      padding-left: 30px; }
    .reference-table tbody td:last-child,
    .article-table tbody td:last-child,
    .post-content table tbody td:last-child,
    .post-bottom table tbody td:last-child {
      padding-right: 30px; }
  .reference-table .field-index,
  .article-table .field-index,
  .post-content table .field-index,
  .post-bottom table .field-index {
    width: 70px; }
  .reference-table .field-index,
  .reference-table .field-case-ref,
  .reference-table .field-model-ref,
  .article-table .field-index,
  .article-table .field-case-ref,
  .article-table .field-model-ref,
  .post-content table .field-index,
  .post-content table .field-case-ref,
  .post-content table .field-model-ref,
  .post-bottom table .field-index,
  .post-bottom table .field-case-ref,
  .post-bottom table .field-model-ref {
    white-space: nowrap; }

.reference-table th:nth-child(2) {
  width: 12%; }
.reference-table th:nth-child(3) {
  width: 40%; }
  @media (min-width: 1440px) {
    .reference-table th:nth-child(3) {
      width: 43%; } }
@media (min-width: 1440px) {
  .reference-table td:nth-child(3) {
    padding-right: 20px; } }

.next-box {
  margin-top: 30px;
  position: relative;
  color: #FFFFFF;
  background: #2C2220;
  display: block;
  width: 100%;
  padding: 60px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; }
  .next-box::after {
    clear: both;
    content: "";
    display: table; }
  .next-box:before {
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000; }
  @media (min-width: 1025px) {
    .next-box:hover {
      background: #E0A743; } }
  .next-box .left {
    float: left;
    width: 54%; }
    .next-box .left .title {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 36px;
      line-height: 1.2em;
      font-weight: bold;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .next-box .left .title {
          font-size: 20px; } }
    .next-box .left .cta {
      margin-top: 20px;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.7em;
      font-weight: normal;
      font-weight: bold; }
      @media (max-width: 767px) {
        .next-box .left .cta {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .next-box .left .cta {
          font-size: 14px; } }
  .next-box .right {
    width: 40%;
    float: right; }
    .next-box .right img {
      width: 100%;
      height: auto; }

.noclick {
  cursor: default; }

#header-container {
  min-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0); }

#header .menu-level0,
#footer .menu-level0 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px; }
  #header .menu-level0 > span,
  #footer .menu-level0 > span {
    display: none; }
  #header .menu-level0 > li,
  #footer .menu-level0 > li {
    display: table-cell; }
    #header .menu-level0 > li h3,
    #footer .menu-level0 > li h3 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1em;
      text-transform: uppercase;
      font-size: 18px;
      color: #FFFFFF;
      margin-bottom: 18px; }
      #header .menu-level0 > li h3 a,
      #footer .menu-level0 > li h3 a {
        color: #FFFFFF; }
#header .menu-level1 > li,
#header .menu li,
#footer .menu-level1 > li,
#footer .menu li {
  margin-top: 14px; }
  #header .menu-level1 > li a,
  #header .menu li a,
  #footer .menu-level1 > li a,
  #footer .menu li a {
    cursor: pointer;
    position: relative;
    left: 0;
    margin-right: 10px;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    transition: left 0.2s; }
    @media (min-width: 1025px) {
      #header .menu-level1 > li a:hover,
      #header .menu li a:hover,
      #footer .menu-level1 > li a:hover,
      #footer .menu li a:hover {
        border-bottom: 1px solid #2E211F; } }
    #header .menu-level1 > li a:before,
    #header .menu li a:before,
    #footer .menu-level1 > li a:before,
    #footer .menu li a:before {
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s;
      opacity: 0;
      background-color: rgba(255, 255, 255, 0);
      content: " ";
      display: inline-block;
      height: 1em;
      width: 1em;
      border: 2px solid #000000;
      border-radius: 1em;
      position: absolute;
      left: -19px; }
    #header .menu-level1 > li a.active,
    #header .menu li a.active,
    #footer .menu-level1 > li a.active,
    #footer .menu li a.active {
      color: #FFFFFF; }
      #header .menu-level1 > li a.active:before,
      #header .menu li a.active:before,
      #footer .menu-level1 > li a.active:before,
      #footer .menu li a.active:before {
        background-image: url(../images/dist/sprite.png);
        background-position: -324px -84px;
        width: 15px;
        height: 15px;
        border: none; }

#footer {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  border-top: 4px solid #000000;
  position: relative;
  margin: 80px;
  padding-top: 80px; }
  #footer .logo-container {
    margin-bottom: 40px; }
  #footer #credit {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1em;
    text-decoration: none;
    float: right;
    margin-top: 30px;
    position: relative; }
    #footer #credit:before {
      content: " ";
      display: block;
      background-image: url(../images/dist/sprite.png);
      background-position: -324px -68px;
      width: 16px;
      height: 16px;
      position: absolute;
      left: -22px;
      top: -3px; }
  #footer #copyright {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 1em;
    padding-top: 30px; }

.logo-container {
  line-height: 1em;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s; }
  .logo-container div.logo a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 52px;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .logo-container div.logo a {
        font-size: 40px; } }
    .logo-container div.logo a .reg {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 52px;
      line-height: 1.3em;
      font-weight: bold;
      text-decoration: none;
      vertical-align: super;
      font-size: 15px;
      position: relative;
      top: -10px; }
      @media (max-width: 767px) {
        .logo-container div.logo a .reg {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .logo-container div.logo a .reg {
          font-size: 10px; } }
  .logo-container .tagline span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    transition: color 0s; }

.mobile-logo {
  padding: 25px 20px 10px;
  display: none; }

.heuer-logo {
  width: 137px;
  height: 80px;
  float: right;
  position: relative;
  font-size: 0; }
  .heuer-logo .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .heuer-logo .logo.red {
      background-repeat: no-repeat;
      background-image: url(../images/heuer-red.svg);
      opacity: 1; }
    .heuer-logo .logo.light {
      background-repeat: no-repeat;
      background-image: url(../images/heuer-white.svg);
      opacity: 0; }

#header .heuer-logo .logo.red, #header .heuer-logo .logo.light {
  background-position: center; }
#header.top .heuer-logo .logo.red, #header.top .heuer-logo .logo.light {
  background-position-y: 16px; }

#footer .heuer-logo .logo.red, #footer .heuer-logo .logo.light {
  background-position-y: 16px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #F5F0EA;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 320px;
  -webkit-animation: slidein 0.2s;
  -moz-animation: slidein 0.2s;
  animation: slidein 0.2s;
  -webkit-transition: background 0.3s, color 0.3s, height 0.3s;
  -moz-transition: background 0.3s, color 0.3s, height 0.3s;
  transition: background 0.3s, color 0.3s, height 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  #header > .logo-container {
    height: 60px;
    overflow: hidden;
    padding: 0 40px; }
    #header > .logo-container div.logo {
      -webkit-transform-origin: 0% 30%;
      -moz-transform-origin: 0% 30%;
      -ms-transform-origin: 0% 30%;
      -o-transform-origin: 0% 30%;
      transform-origin: 0% 30%;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6); }
    #header > .logo-container .heuer-logo {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transform-origin: 100% 20px;
      -moz-transform-origin: 100% 20px;
      -ms-transform-origin: 100% 20px;
      -o-transform-origin: 100% 20px;
      transform-origin: 100% 20px; }
    #header > .logo-container .tagline {
      opacity: 0; }
  #header #menu-icons {
    width: 126px;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -63px;
    font-size: 0; }
    #header #menu-icons li.watches,
    #header #menu-icons li.menu,
    #header #menu-icons li.search {
      width: 30px;
      height: 36px;
      margin: 5px 0;
      display: inline-block;
      position: relative;
      font-size: 10px;
      vertical-align: middle;
      box-sizing: border-box;
      padding-top: 36px;
      text-align: center;
      color: transparent;
      cursor: pointer;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1em;
      font-size: 10px;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      @media (min-width: 1025px) {
        #header #menu-icons li.watches:hover,
        #header #menu-icons li.menu:hover,
        #header #menu-icons li.search:hover {
          color: #2E211F; } }
      #header #menu-icons li.watches.menu,
      #header #menu-icons li.menu.menu,
      #header #menu-icons li.search.menu {
        color: #2E211F; }
      #header #menu-icons li.watches .icon,
      #header #menu-icons li.menu .icon,
      #header #menu-icons li.search .icon {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        #header #menu-icons li.watches .icon.dark,
        #header #menu-icons li.menu .icon.dark,
        #header #menu-icons li.search .icon.dark {
          opacity: 1; }
        #header #menu-icons li.watches .icon.light,
        #header #menu-icons li.menu .icon.light,
        #header #menu-icons li.search .icon.light {
          opacity: 0; }
      #header #menu-icons li.watches .label,
      #header #menu-icons li.menu .label,
      #header #menu-icons li.search .label {
        width: 50px;
        margin-left: -10px;
        margin-top: -3px;
        text-align: center;
        display: block; }
      #header #menu-icons li.watches .tooltip,
      #header #menu-icons li.menu .tooltip,
      #header #menu-icons li.search .tooltip {
        display: none; }
    #header #menu-icons li.sep {
      width: 2px;
      height: 22px;
      margin: 0 5px;
      display: inline-block;
      background: #000000;
      vertical-align: middle; }
    #header #menu-icons li.menu {
      margin: 5px; }
      #header #menu-icons li.menu .icon.dark {
        background-image: url(../images/dist/sprite.png);
        background-position: -274px -218px;
        width: 30px;
        height: 36px; }
      #header #menu-icons li.menu .icon.light {
        background-image: url(../images/dist/sprite.png);
        background-position: -304px -218px;
        width: 30px;
        height: 36px; }
    #header #menu-icons li.watches .icon.dark {
      background-image: url(../images/dist/sprite.png);
      background-position: 0px -262px;
      width: 30px;
      height: 36px; }
    #header #menu-icons li.watches .icon.light {
      background-image: url(../images/dist/sprite.png);
      background-position: -30px -262px;
      width: 30px;
      height: 36px; }
    #header #menu-icons li.search .icon.dark {
      background-image: url(../images/dist/sprite.png);
      background-position: -240px -80px;
      width: 30px;
      height: 36px; }
    #header #menu-icons li.search .icon.light {
      background-image: url(../images/dist/sprite.png);
      background-position: -240px -116px;
      width: 30px;
      height: 36px; }
  #header .timeline-container {
    -webkit-transition: opacity 0.3s, top 0s 0.3s;
    -moz-transition: opacity 0.3s, top 0s 0.3s;
    transition: opacity 0.3s, top 0s 0.3s;
    margin: 0 40px;
    position: absolute;
    top: -9999px;
    opacity: 0; }
  #header.timeline-visible .timeline-container {
    -webkit-transition: opacity 0.3s, top 0s 0s;
    -moz-transition: opacity 0.3s, top 0s 0s;
    transition: opacity 0.3s, top 0s 0s;
    top: 65px;
    opacity: 1; }
  #header.expanded {
    color: #FFFFFF; }
    #header.expanded .logo-container .logo h1 a {
      color: #FFFFFF; }
    #header.expanded .logo-container .logo .tagline span {
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      color: #FFFFFF; }
    #header.expanded .logo-container .heuer-logo .logo.red {
      opacity: 0; }
    #header.expanded .logo-container .heuer-logo .logo.light {
      opacity: 1; }
  #header.menu-expanded #menu-icons li.menu, #header.search-expanded #menu-icons li.search, #header.watches-expanded #menu-icons li.watches {
    color: #FFFFFF; }
    @media (min-width: 1025px) {
      #header.menu-expanded #menu-icons li.menu:hover, #header.search-expanded #menu-icons li.search:hover, #header.watches-expanded #menu-icons li.watches:hover {
        color: #FFFFFF; } }
    #header.menu-expanded #menu-icons li.menu .icon.dark, #header.search-expanded #menu-icons li.search .icon.dark, #header.watches-expanded #menu-icons li.watches .icon.dark {
      opacity: 0; }
    #header.menu-expanded #menu-icons li.menu .icon.light, #header.search-expanded #menu-icons li.search .icon.light, #header.watches-expanded #menu-icons li.watches .icon.light {
      opacity: 1; }
  #header.menu-expanded {
    background: #E04A43; }
  #header.search-expanded {
    background: #3989BB; }
  #header.watches-expanded {
    background: #E0A743; }
  #header #submenu {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    overflow: hidden; }
    #header #submenu .submenu {
      position: absolute;
      z-index: 1;
      overflow: hidden;
      top: 0;
      height: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.3s, height 0.3s;
      -moz-transition: opacity 0.3s, height 0.3s;
      transition: opacity 0.3s, height 0.3s; }
      #header #submenu .submenu.active {
        opacity: 1;
        z-index: 2; }
  #header #menu-submenu {
    padding: 40px; }
  #header .search-results {
    position: relative;
    z-index: 999;
    transform: translateZ(0);
    padding: 50px 60px;
    border-top: 4px solid #E04A43;
    border-bottom: 4px solid #2E211F;
    background: #F5F0EA;
    color: #2E211F;
    opacity: 1;
    display: block;
    min-height: 100vh; }
    #header .search-results::after {
      clear: both;
      content: "";
      display: table; }
    #header .search-results .close {
      background-image: url(../images/dist/sprite.png);
      background-position: -274px -68px;
      width: 50px;
      height: 51px;
      cursor: pointer;
      position: absolute;
      top: 50px;
      right: 60px; }
    #header .search-results .results {
      margin-right: 325px;
      display: table; }
      #header .search-results .results b {
        font-weight: bold;
        background: rgba(255, 255, 0, 0.3); }
      #header .search-results .results h2 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 56px;
        line-height: 1.2em;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          #header .search-results .results h2 {
            font-size: 30px; } }
      #header .search-results .results ul li {
        /*&.Note {
        	display: none;
        }*/
        border-top: 1px solid #000000;
        padding: 20px 0; }
        #header .search-results .results ul li::after {
          clear: both;
          content: "";
          display: table; }
        #header .search-results .results ul li:first-child {
          border-top-width: 0; }
        #header .search-results .results ul li .thumbnail {
          float: left; }
          #header .search-results .results ul li .thumbnail img {
            width: 150px; }
        #header .search-results .results ul li .info {
          margin-left: 150px;
          padding-left: 40px; }
          #header .search-results .results ul li .info h3 {
            font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
            font-size: 28px;
            font-weight: normal;
            line-height: 1.2em;
            margin-bottom: 15px; }
            @media (max-width: 767px) {
              #header .search-results .results ul li .info h3 {
                font-size: 18px; } }
          #header .search-results .results ul li .info p {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 1.7em;
            font-weight: normal; }
            @media (max-width: 767px) {
              #header .search-results .results ul li .info p {
                font-size: 14px; } }
    #header .search-results .filters {
      float: right;
      width: 260px;
      margin-top: 102px; }
      #header .search-results .filters h3 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 36px;
        line-height: 1.2em;
        font-weight: bold;
        border-bottom: 1px solid #000000;
        margin-bottom: 15px;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          #header .search-results .filters h3 {
            font-size: 20px; } }
      #header .search-results .filters ul {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.7em;
        font-weight: normal;
        font-size: 1.5em;
        line-height: 1.5em; }
        @media (max-width: 767px) {
          #header .search-results .filters ul {
            font-size: 14px; } }
        #header .search-results .filters ul li:before {
          content: "- ";
          display: inline; }
      #header .search-results .filters .reset {
        border-top: 1px solid #000000;
        margin-top: 15px;
        padding-top: 20px;
        font-size: 1.1em; }
        #header .search-results .filters .reset a {
          cursor: pointer; }
        #header .search-results .filters .reset i {
          transform: rotate(45deg); }
  #header .chapters-jumplinks {
    margin: 10px 20px 20px;
    display: flex; }
    @media (min-width: 768px) {
      #header .chapters-jumplinks {
        margin: 10px 40px 20px; } }
    #header .chapters-jumplinks__link {
      background-color: #bfbfbf;
      cursor: pointer;
      flex-grow: 1;
      height: 5px;
      margin-left: 2px;
      position: relative; }
      #header .chapters-jumplinks__link__title {
        color: red;
        display: none;
        font-size: 10px;
        min-width: 100px;
        position: absolute;
        top: 5px; }
      #header .chapters-jumplinks__link.active {
        background-color: red; }
        #header .chapters-jumplinks__link.active .chapters-jumplinks__link__title {
          display: block; }
      #header .chapters-jumplinks__link:hover {
        background-color: red; }
      #header .chapters-jumplinks__link:hover .chapters-jumplinks__link__title {
        display: block; }

#documents #page-title {
  border-width: 0; }
#documents .documents {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  #documents .documents .grid {
    display: none; }
#documents .tabs {
  margin: 60px 0;
  border-bottom: 5px solid #E04A43;
  padding-bottom: 60px;
  font-size: 0;
  line-height: 0; }
  #documents .tabs li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    text-align: center; }
    #documents .tabs li a {
      display: inline-block;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1em;
      text-transform: uppercase;
      font-size: 18px;
      padding-bottom: 4px;
      border-bottom: 5px solid transparent;
      -webkit-transition: border 0.2s;
      -moz-transition: border 0.2s;
      transition: border 0.2s; }
      @media (min-width: 1025px) {
        #documents .tabs li a:hover {
          border-bottom-color: #000000; } }
    #documents .tabs li.current a {
      border-bottom-color: #000000; }
    #documents .tabs li .icon {
      display: block;
      margin: 0 auto;
      margin-bottom: 15px; }
    #documents .tabs li.catalogs .icon {
      background-image: url(../images/dist/sprite.png);
      background-position: -82px -180px;
      width: 82px;
      height: 82px; }
    #documents .tabs li.instructions .icon {
      background-image: url(../images/dist/sprite.png);
      background-position: -164px -180px;
      width: 82px;
      height: 82px; }
    #documents .tabs li.advertisements .icon {
      background-image: url(../images/dist/sprite.png);
      background-position: 0px -180px;
      width: 82px;
      height: 82px; }

#document .post-bottom .post-gallery {
  border-top: 0; }
#document .post-bottom .notes {
  border-top: 1px solid #000000;
  padding-top: 30px; }
  #document .post-bottom .notes h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #document .post-bottom .notes h3 {
        font-size: 30px; } }
  #document .post-bottom .notes h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      #document .post-bottom .notes h4 {
        font-size: 20px; } }
  #document .post-bottom .notes .note {
    margin-bottom: 30px; }
    #document .post-bottom .notes .note .post-bottom {
      display: none; }

.note .post-bottom {
  display: none; }

.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
  overflow: hidden; }
  .grid::after {
    clear: both;
    content: "";
    display: table; }
  .grid.instagram-posts .item {
    overflow: visible; }
  .grid .item .thumbnail {
    cursor: pointer;
    position: relative; }
    .grid .item .thumbnail:after {
      content: " ";
      position: absolute;
      background: #000;
      opacity: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
  @media (min-width: 1025px) {
    .grid .item:hover .thumbnail:after {
      opacity: 0.2; } }
  .grid .item .thumbnail {
    width: 100%;
    padding-bottom: 100%;
    font-size: 0;
    line-height: 0;
    position: relative;
    background: gainsboro; }
    .grid .item .thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .grid .item.article h4 {
    font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .grid .item.article h4 {
        font-size: 16px; } }
  .grid .item.model h4, .grid .item.celebrity h4, .grid .item.decade h4, .grid .item.document h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .grid .item.model h4, .grid .item.celebrity h4, .grid .item.decade h4, .grid .item.document h4 {
        font-size: 16px; } }
  .grid .item.document h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.2em;
    margin: 15px 0 0;
    font-size: 18px; }
  .grid .item.celebrity a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
    display: block; }
    .grid .item.celebrity a:after {
      content: " ";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: #E04A43;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    @media (min-width: 1025px) {
      .grid .item.celebrity a:hover {
        color: #E04A43; }
        .grid .item.celebrity a:hover:after {
          opacity: 1; } }
  .grid .item.watch h4, .grid .item.grouping h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 15px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .grid .item.watch h4, .grid .item.grouping h4 {
        font-size: 16px; } }
  .grid .item.watch .description, .grid .item.grouping .description {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7em;
    margin-top: 10px; }

.term-auctions .grid .item .thumbnail {
  padding-bottom: 32%; }

.ajax-gallery-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  opacity: 0;
  z-index: 99999; }

.ajax-gallery {
  position: fixed;
  z-index: 999999;
  opacity: 0; }
  .ajax-gallery * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #2C2220;
  overflow: scroll; }
  .gallery > * {
    opacity: 0; }
  .gallery .counter {
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 40px;
    line-height: 1em;
    cursor: pointer;
    z-index: 1; }
  .gallery .info {
    position: absolute;
    bottom: 115px;
    color: white;
    left: 50%;
    transform: translateX(-50%); }
  .gallery .close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 1;
    background-image: url(../images/dist/sprite.png);
    background-position: -274px -178px;
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media (min-width: 1025px) {
      .gallery .close:hover {
        opacity: 0.5; } }
  .gallery .controls .prev,
  .gallery .controls .next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media (min-width: 1025px) {
      .gallery .controls .prev:hover,
      .gallery .controls .next:hover {
        opacity: 0.5; } }
  .gallery .controls .prev {
    background-image: url(../images/dist/sprite.png);
    background-position: -307px -119px;
    width: 33px;
    height: 59px;
    left: 40px; }
  .gallery .controls .next {
    background-image: url(../images/dist/sprite.png);
    background-position: -274px -119px;
    width: 33px;
    height: 59px;
    right: 40px; }
  .gallery .hero .slick-list,
  .gallery .hero .slick-track,
  .gallery .thumbs .slick-list,
  .gallery .thumbs .slick-track {
    height: 100%; }
  .gallery .hero {
    position: absolute;
    top: 40px;
    bottom: 150px;
    left: 0;
    right: 0; }
    .gallery .hero .slick-slide {
      text-align: center;
      font-size: 0; }
      .gallery .hero .slick-slide .sizer {
        display: inline-block;
        height: 100%;
        width: 1px;
        vertical-align: bottom; }
      .gallery .hero .slick-slide img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
        display: inline-block;
        vertical-align: bottom;
        margin-left: -1px; }
  .gallery .thumbs {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -240px;
    height: 96px;
    width: 480px; }
    .gallery .thumbs .slide {
      cursor: pointer;
      margin: 10px;
      width: 76px;
      height: 76px;
      border-bottom: 5px solid transparent;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      .gallery .thumbs .slide img {
        width: 100%;
        height: 100%; }
      .gallery .thumbs .slide.slick-center {
        border-bottom: 5px solid #E04A43; }
    .gallery .thumbs.five-or-less .slick-list,
    .gallery .thumbs.five-or-less .slick-track {
      width: 480px !important;
      transform: none !important;
      text-align: center !important;
      white-space: nowrap !important; }
      .gallery .thumbs.five-or-less .slick-list .slick-slide,
      .gallery .thumbs.five-or-less .slick-track .slick-slide {
        display: inline-block !important;
        float: none !important; }
        .gallery .thumbs.five-or-less .slick-list .slick-slide.current,
        .gallery .thumbs.five-or-less .slick-track .slick-slide.current {
          border-bottom: 5px solid #E04A43; }

#home .top-bar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: bold;
  border-top: 4px solid #E04A43;
  padding-top: 15px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #home .top-bar {
      font-size: 14px; } }
  #home .top-bar a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
  #home .top-bar .social {
    float: right; }
    #home .top-bar .social a {
      margin-left: 12px; }
      @media (min-width: 1025px) {
        #home .top-bar .social a:hover {
          color: #3989BB; } }
  #home .top-bar .quick-links,
  #home .top-bar .reference-table-link,
  #home .top-bar .advanced-watch-finder {
    display: inline-block;
    margin-right: 24px; }
    #home .top-bar .quick-links a,
    #home .top-bar .reference-table-link a,
    #home .top-bar .advanced-watch-finder a {
      cursor: pointer; }
      @media (min-width: 1025px) {
        #home .top-bar .quick-links a:hover,
        #home .top-bar .reference-table-link a:hover,
        #home .top-bar .advanced-watch-finder a:hover {
          color: #E04A43; } }
  #home .top-bar .quick-links .menu {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 2.3em;
    font-weight: bold;
    position: absolute;
    z-index: 3;
    background: #F5F0EA;
    padding: 10px 0;
    padding-right: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  #home .top-bar .quick-links:hover .menu {
    opacity: 1;
    pointer-events: all; }
#home .forum-posts,
#home .social-posts,
#home .social-slider {
  border-top: 4px solid #2E211F;
  margin-bottom: 55px;
  margin-top: 30px; }
  #home .forum-posts .left,
  #home .forum-posts .middle,
  #home .forum-posts .right,
  #home .social-posts .left,
  #home .social-posts .middle,
  #home .social-posts .right,
  #home .social-slider .left,
  #home .social-slider .middle,
  #home .social-slider .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #home .forum-posts .left,
  #home .forum-posts .middle,
  #home .social-posts .left,
  #home .social-posts .middle,
  #home .social-slider .left,
  #home .social-slider .middle {
    float: left; }
  #home .forum-posts .right,
  #home .social-posts .right,
  #home .social-slider .right {
    border-left: 1px solid #CCCCCC;
    float: right; }
  #home .forum-posts h3,
  #home .social-posts h3,
  #home .social-slider h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold; }
    @media (max-width: 767px) {
      #home .forum-posts h3,
      #home .social-posts h3,
      #home .social-slider h3 {
        font-size: 16px; } }
#home .forum-posts::after {
  clear: both;
  content: "";
  display: table; }
#home .forum-posts .left,
#home .forum-posts .right {
  width: 50%; }
#home .forum-posts .right {
  border-left-color: #AAAAAA; }
#home .forum-posts h3 {
  padding: 30px;
  background: #CCCCCC;
  white-space: nowrap; }
  @media (max-width: 1300px) {
    #home .forum-posts h3 {
      font-size: 24px; } }
  @media (max-width: 1100px) {
    #home .forum-posts h3 {
      font-size: 20px; } }
  @media (max-width: 900px) {
    #home .forum-posts h3 {
      font-size: 17px; } }
#home .forum-posts h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: normal;
  font-weight: bold;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 18px; }
  @media (max-width: 767px) {
    #home .forum-posts h4 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    #home .forum-posts h4 {
      font-size: 14px; } }
#home .forum-posts .post-date {
  margin-bottom: 3px; }
#home .forum-posts h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: bold;
  padding-right: 20px; }
  @media (max-width: 767px) {
    #home .forum-posts h5 {
      font-size: 14px; } }
#home .forum-posts ul {
  padding: 0 40px; }
  #home .forum-posts ul li a {
    display: block;
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative; }
    #home .forum-posts ul li a:after {
      background-image: url(../images/dist/sprite.png);
      background-position: -332px -99px;
      width: 8px;
      height: 14px;
      -webkit-transition: right 0.2s;
      -moz-transition: right 0.2s;
      transition: right 0.2s;
      content: " ";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px; }
    @media (min-width: 1025px) {
      #home .forum-posts ul li a:hover h5 {
        text-decoration: underline; }
      #home .forum-posts ul li a:hover:after {
        right: 0px; } }
#home .social-posts,
#home .social-slider {
  padding-top: 55px; }
  #home .social-posts .twitter-posts::after,
  #home .social-posts .instagram-posts::after,
  #home .social-slider .twitter-posts::after,
  #home .social-slider .instagram-posts::after {
    clear: both;
    content: "";
    display: table; }
  #home .social-posts .twitter-posts .left,
  #home .social-posts .twitter-posts .middle,
  #home .social-posts .instagram-posts .left,
  #home .social-posts .instagram-posts .middle,
  #home .social-slider .twitter-posts .left,
  #home .social-slider .twitter-posts .middle,
  #home .social-slider .instagram-posts .left,
  #home .social-slider .instagram-posts .middle {
    padding-right: 40px; }
  #home .social-posts .twitter-posts .right,
  #home .social-posts .instagram-posts .right,
  #home .social-slider .twitter-posts .right,
  #home .social-slider .instagram-posts .right {
    padding-left: 40px; }
  #home .social-posts .twitter-post,
  #home .social-posts .instagram-post,
  #home .social-slider .twitter-post,
  #home .social-slider .instagram-post {
    display: block; }
    #home .social-posts .twitter-post .thumbnail,
    #home .social-posts .instagram-post .thumbnail,
    #home .social-slider .twitter-post .thumbnail,
    #home .social-slider .instagram-post .thumbnail {
      cursor: pointer;
      position: relative; }
      #home .social-posts .twitter-post .thumbnail:after,
      #home .social-posts .instagram-post .thumbnail:after,
      #home .social-slider .twitter-post .thumbnail:after,
      #home .social-slider .instagram-post .thumbnail:after {
        content: " ";
        position: absolute;
        background: #000;
        opacity: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
    @media (min-width: 1025px) {
      #home .social-posts .twitter-post:hover .thumbnail:after,
      #home .social-posts .instagram-post:hover .thumbnail:after,
      #home .social-slider .twitter-post:hover .thumbnail:after,
      #home .social-slider .instagram-post:hover .thumbnail:after {
        opacity: 0.2; } }
    #home .social-posts .twitter-post .external,
    #home .social-posts .instagram-post .external,
    #home .social-slider .twitter-post .external,
    #home .social-slider .instagram-post .external {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.7em;
      font-weight: bold; }
      #home .social-posts .twitter-post .external i,
      #home .social-posts .instagram-post .external i,
      #home .social-slider .twitter-post .external i,
      #home .social-slider .instagram-post .external i {
        margin-left: 10px; }
      @media (min-width: 768px) {
        #home .social-posts .twitter-post .external,
        #home .social-posts .instagram-post .external,
        #home .social-slider .twitter-post .external,
        #home .social-slider .instagram-post .external {
          -webkit-transition: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          transition: opacity 0.2s;
          opacity: 0; }
          #home .social-posts .twitter-post .external i,
          #home .social-posts .instagram-post .external i,
          #home .social-slider .twitter-post .external i,
          #home .social-slider .instagram-post .external i {
            -webkit-transition: left 0.4s 0.2s, opacity 0.4s 0.2s;
            -moz-transition: left 0.4s 0.2s, opacity 0.4s 0.2s;
            transition: left 0.4s 0.2s, opacity 0.4s 0.2s;
            position: relative;
            left: 10px;
            opacity: 0; } }
    @media (min-width: 1025px) {
      #home .social-posts .twitter-post:hover .external,
      #home .social-posts .instagram-post:hover .external,
      #home .social-slider .twitter-post:hover .external,
      #home .social-slider .instagram-post:hover .external {
        opacity: 1; }
        #home .social-posts .twitter-post:hover .external i,
        #home .social-posts .instagram-post:hover .external i,
        #home .social-slider .twitter-post:hover .external i,
        #home .social-slider .instagram-post:hover .external i {
          left: 0;
          opacity: 1; } }
    #home .social-posts .twitter-post .thumbnail,
    #home .social-posts .instagram-post .thumbnail,
    #home .social-slider .twitter-post .thumbnail,
    #home .social-slider .instagram-post .thumbnail {
      font-size: 0;
      line-height: 0;
      margin-bottom: 5px; }
      #home .social-posts .twitter-post .thumbnail img,
      #home .social-posts .instagram-post .thumbnail img,
      #home .social-slider .twitter-post .thumbnail img,
      #home .social-slider .instagram-post .thumbnail img {
        width: 100%;
        height: auto; }
    #home .social-posts .twitter-post h3,
    #home .social-posts .instagram-post h3,
    #home .social-slider .twitter-post h3,
    #home .social-slider .instagram-post h3 {
      margin-bottom: 20px;
      white-space: nowrap; }
      #home .social-posts .twitter-post h3 .fa-twitter,
      #home .social-posts .instagram-post h3 .fa-twitter,
      #home .social-slider .twitter-post h3 .fa-twitter,
      #home .social-slider .instagram-post h3 .fa-twitter {
        color: #55ACEE; }
    #home .social-posts .twitter-post .external,
    #home .social-posts .instagram-post .external,
    #home .social-slider .twitter-post .external,
    #home .social-slider .instagram-post .external {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.7em;
      display: block;
      color: #55ACEE;
      font-weight: bold;
      margin-top: 15px; }
    #home .social-posts .twitter-post .quote,
    #home .social-posts .instagram-post .quote,
    #home .social-slider .twitter-post .quote,
    #home .social-slider .instagram-post .quote {
      clear: both; }
  #home .social-posts .twitter-posts,
  #home .social-slider .twitter-posts {
    padding-top: 60px;
    border-top: 1px solid #000000;
    margin-top: 60px; }
    #home .social-posts .twitter-posts .left,
    #home .social-posts .twitter-posts .right,
    #home .social-slider .twitter-posts .left,
    #home .social-slider .twitter-posts .right {
      width: 50%; }
  #home .social-posts .twitter-post .quote,
  #home .social-slider .twitter-post .quote {
    margin-top: 20px;
    font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      #home .social-posts .twitter-post .quote,
      #home .social-slider .twitter-post .quote {
        font-size: 18px; } }
    #home .social-posts .twitter-post .quote:before,
    #home .social-slider .twitter-post .quote:before {
      content: '\201C';
      margin-right: 5px; }
    #home .social-posts .twitter-post .quote:after,
    #home .social-slider .twitter-post .quote:after {
      content: '\201D';
      margin-left: 5px;
      width: 40px;
      margin-right: -40px; }
    #home .social-posts .twitter-post .quote:before, #home .social-posts .twitter-post .quote:after,
    #home .social-slider .twitter-post .quote:before,
    #home .social-slider .twitter-post .quote:after {
      position: relative;
      left: 0;
      right: 0;
      -webkit-transition: left 0.2s, right 0.2s;
      -moz-transition: left 0.2s, right 0.2s;
      transition: left 0.2s, right 0.2s;
      color: #55ACEE;
      font-size: 3em;
      font-weight: bold;
      line-height: 0px;
      height: 0;
      vertical-align: bottom;
      display: inline-block; }
  @media (min-width: 1025px) {
    #home .social-posts .twitter-post:hover .quote:before,
    #home .social-slider .twitter-post:hover .quote:before {
      left: -10px; }
    #home .social-posts .twitter-post:hover .quote:after,
    #home .social-slider .twitter-post:hover .quote:after {
      left: 10px; } }
  #home .social-posts .instagram-posts .left,
  #home .social-posts .instagram-posts .middle,
  #home .social-posts .instagram-posts .right,
  #home .social-slider .instagram-posts .left,
  #home .social-slider .instagram-posts .middle,
  #home .social-slider .instagram-posts .right {
    width: 33.33%; }
  #home .social-posts .instagram-post .quote,
  #home .social-slider .instagram-post .quote {
    margin-top: 20px;
    height: 81px;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: normal; }
    @media (max-width: 767px) {
      #home .social-posts .instagram-post .quote,
      #home .social-slider .instagram-post .quote {
        font-size: 14px; } }
#home .social-slider {
  display: none; }
#home .onthedash-featured-notes {
  border-top: 1px solid #000000;
  padding: 32px 0 0;
  margin: 55px 0 0; }
  #home .onthedash-featured-notes h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    #home .onthedash-featured-notes .grid .item {
      margin-bottom: 0; } }
#home .onthedash-featured-image {
  border-top: 1px solid #000000;
  padding-top: 55px;
  margin-top: 30px; }
  #home .onthedash-featured-image h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #home .onthedash-featured-image h2 {
        font-size: 16px; } }
  #home .onthedash-featured-image .featured-image {
    position: relative; }
    #home .onthedash-featured-image .featured-image .image {
      font-size: 0;
      line-height: 0; }
      #home .onthedash-featured-image .featured-image .image img {
        width: 100%;
        height: auto; }
    #home .onthedash-featured-image .featured-image .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(44, 34, 32, 0.95);
      opacity: 0;
      padding: 100px;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      #home .onthedash-featured-image .featured-image .overlay:hover {
        opacity: 1; }
      #home .onthedash-featured-image .featured-image .overlay .image-date {
        position: absolute;
        top: 30px;
        left: 30px;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1em;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        color: #FFFFFF; }
        @media (max-width: 767px) {
          #home .onthedash-featured-image .featured-image .overlay .image-date {
            font-size: 10px; } }
      #home .onthedash-featured-image .featured-image .overlay .image-text {
        display: table;
        width: 100%;
        height: 100%; }
        #home .onthedash-featured-image .featured-image .overlay .image-text span {
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle;
          text-align: center;
          color: #FFFFFF;
          font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
          font-size: 56px;
          font-weight: normal;
          line-height: 1em; }
          @media (max-width: 767px) {
            #home .onthedash-featured-image .featured-image .overlay .image-text span {
              font-size: 30px; } }
#home .more-posts {
  border-top: 4px solid #000000;
  margin-top: 30px;
  padding-top: 55px;
  margin-bottom: 55px;
  position: relative; }
  #home .more-posts h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #home .more-posts h3 {
        font-size: 16px; } }
  #home .more-posts .right {
    position: absolute;
    top: 55px;
    right: 0;
    width: 31.76157%; }
    #home .more-posts .right .other-articles li {
      display: block;
      border-top: 1px solid #000;
      padding-top: 20px;
      padding-bottom: 30px; }
      #home .more-posts .right .other-articles li:first-child {
        border-top-width: 0;
        padding-top: 0; }
      #home .more-posts .right .other-articles li .source {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1em;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        color: #CCCCCC;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          #home .more-posts .right .other-articles li .source {
            font-size: 10px; } }
      #home .more-posts .right .other-articles li h4 {
        font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
        font-size: 20px;
        line-height: 1.5em; }
        @media (max-width: 767px) {
          #home .more-posts .right .other-articles li h4 {
            font-size: 16px; } }
  #home .more-posts .bottom {
    clear: both; }

br.clearfix {
  clear: both; }

.post-featured-image {
  font-size: 0;
  line-height: 0; }
  .post-featured-image img {
    width: 100%;
    height: auto; }

.post-date {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #AAA; }
  @media (max-width: 767px) {
    .post-date {
      font-size: 10px; } }

.post-social {
  float: right;
  margin-top: 50px;
  width: 80px;
  right: 80px;
  text-align: right;
  z-index: 4; }
  .post-social a {
    margin-left: 12px; }
    @media (min-width: 1025px) {
      .post-social a:hover {
        color: #3989BB; } }

.post-content .aligncenter, .single .post-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.post-content .aligncenter, .single .post-content img {
  height: auto !important;
}


.post-content p a,
.post-content ul li a,
.references a {
  color: #E04A43;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  @media (min-width: 1025px) {
    .post-content p a:hover,
    .post-content ul li a:hover,
    .references a:hover {
      opacity: 0.7; } }

.read-more {
  color: #E04A43;
  margin-top: 15px; }

.article-snippet.Note {
  display: none; }
.article-snippet .read-more {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7em;
  font-weight: bold; }
  .article-snippet .read-more i {
    margin-left: 10px; }
  @media (min-width: 768px) {
    .article-snippet .read-more {
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s;
      opacity: 0; }
      .article-snippet .read-more i {
        -webkit-transition: left 0.4s 0.2s, opacity 0.4s 0.2s;
        -moz-transition: left 0.4s 0.2s, opacity 0.4s 0.2s;
        transition: left 0.4s 0.2s, opacity 0.4s 0.2s;
        position: relative;
        left: 10px;
        opacity: 0; } }
@media (min-width: 1025px) {
  .article-snippet:hover .read-more {
    opacity: 1; }
    .article-snippet:hover .read-more i {
      left: 0;
      opacity: 1; } }
.article-snippet::after {
  clear: both;
  content: "";
  display: table; }
.article-snippet .post-link {
  display: block; }
  .article-snippet .post-link .post-featured-image {
    cursor: pointer;
    position: relative; }
    .article-snippet .post-link .post-featured-image:after {
      content: " ";
      position: absolute;
      background: #000;
      opacity: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
  @media (min-width: 1025px) {
    .article-snippet .post-link:hover .post-featured-image:after {
      opacity: 0.2; } }
  .article-snippet .post-link::after {
    clear: both;
    content: "";
    display: table; }
.article-snippet h2 {
  font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2em; }
  @media (max-width: 767px) {
    .article-snippet h2 {
      font-size: 18px; } }
.article-snippet .post-date {
  margin-bottom: 15px; }
.article-snippet p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7em;
  margin: 0 0 30px; }
  .article-snippet p:last-of-type {
    margin: 0; }
    .article-snippet p:last-of-type:after {
      content: '...'; }
.article-snippet.standard, .article-snippet.racer, .article-snippet.movement {
  border-top: 1px solid #000;
  padding: 20px 0; }
  .article-snippet.standard h2, .article-snippet.racer h2, .article-snippet.movement h2 {
    margin-bottom: 25px; }
  .article-snippet.standard:first-child, .article-snippet.racer:first-child, .article-snippet.movement:first-child {
    border-top-width: 0; }
.article-snippet.racer h2, .article-snippet.movement h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: bold; }
  @media (max-width: 767px) {
    .article-snippet.racer h2, .article-snippet.movement h2 {
      font-size: 16px; } }
.article-snippet.featured h2 {
  margin-bottom: 15px; }

#topic .article-snippet h2 {
  font-size: 36px; }

.article h2.post-title {
  font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
  font-size: 56px;
  font-weight: normal;
  line-height: 1em;
  padding-bottom: 4px; }
  @media (max-width: 767px) {
    .article h2.post-title {
      font-size: 30px; } }
.article .post-date {
  text-align: right;
  border-bottom: 4px solid #E04A43;
  padding-bottom: 10px; }
.article > .post-content {
  padding: 50px 0; }
  .article > .post-content h1, .article > .post-content h2, .article > .post-content h3, .article > .post-content h4, .article > .post-content h5, .article > .post-content h6 {
    margin: 50px 160px 30px; }
  .article > .post-content h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold; }
    @media (max-width: 767px) {
      .article > .post-content h1 {
        font-size: 30px; } }
  .article > .post-content h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: bold; }
    @media (max-width: 767px) {
      .article > .post-content h2 {
        font-size: 20px; } }
  .article > .post-content h3, .article > .post-content h4, .article > .post-content h5, .article > .post-content h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold; }
    @media (max-width: 767px) {
      .article > .post-content h3, .article > .post-content h4, .article > .post-content h5, .article > .post-content h6 {
        font-size: 16px; } }
  .article > .post-content > h1:first-child, .article > .post-content > h2:first-child, .article > .post-content > h3:first-child, .article > .post-content > h4:first-child, .article > .post-content > h5:first-child, .article > .post-content > h6:first-child {
    margin-top: 0; }
  .article > .post-content strong, .article > .post-content b {
    font-weight: bold; }
  .article > .post-content hr, .article > .post-content ul, .article > .post-content ol, .article > .post-content p, .article > .post-content .wp-caption {
    margin: 0 160px;
    margin-bottom: 30px; }
  .article > .post-content hr {
    margin: 0 0 30px; }
  .article > .post-content ul, .article > .post-content ol {
    list-style: circle outside;
    padding-left: 1em; }
    .article > .post-content ul ul, .article > .post-content ul ol, .article > .post-content ol ul, .article > .post-content ol ol {
      margin-left: 0;
      margin-right: 0; }
  .article > .post-content p img, .article > .post-content .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0; }
  .article > .post-content .wp-caption {
    width: auto !important; }
    .article > .post-content .wp-caption p {
      margin: 30px 0; }
  .article > .post-content blockquote {
    margin-bottom: 30px;
    font-style: italic; }
    .article > .post-content blockquote p:before {
      content: '\201C';
      margin-right: 5px; }
    .article > .post-content blockquote p:after {
      content: '\201D';
      margin-left: 5px;
      width: 40px;
      margin-right: -40px; }
    .article > .post-content blockquote p:before, .article > .post-content blockquote p:after {
      font-size: 5em;
      font-weight: bold;
      font-style: normal;
      line-height: 0px;
      height: 0;
      vertical-align: bottom;
      display: inline-block; }
  .article > .post-content table {
    margin-bottom: 30px; }
    .article > .post-content table p {
      text-align: left;
      margin: 0; }
    .article > .post-content table center {
      text-align: left; }
  .article > .post-content .collapsible {
    margin-bottom: 30px; }
  .article > .post-content > :last-child {
    margin-bottom: 0; }
.article#article > .post-content > p:first-child:first-letter {
  float: left;
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 1px; }

.post-bottom .post-tables {
  margin-bottom: 80px; }
  .post-bottom .post-tables .collapsible {
    margin-bottom: 20px; }
  .post-bottom .post-tables .references .reference {
    margin: 30px 160px; }
  .post-bottom .post-tables .references p {
    display: inline; }
.post-bottom .post-gallery {
  padding-top: 30px;
  border-top: 1px solid #000000; }
  .post-bottom .post-gallery h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .post-bottom .post-gallery h2 {
        font-size: 30px; } }
  .post-bottom .post-gallery .content {
    margin-bottom: 30px; }
  .post-bottom .post-gallery .item .thumbnail {
    cursor: pointer;
    position: relative; }
    .post-bottom .post-gallery .item .thumbnail:after {
      content: " ";
      position: absolute;
      background: #000;
      opacity: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
  @media (min-width: 1025px) {
    .post-bottom .post-gallery .item:hover .thumbnail:after {
      opacity: 0.2; } }
  .post-bottom .post-gallery .item h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .post-bottom .post-gallery .item h3 {
        font-size: 16px; } }
.post-bottom .post-related-articles {
  border-top: 1px solid #000000; }
  .post-bottom .post-related-articles h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold; }
    @media (max-width: 767px) {
      .post-bottom .post-related-articles h3 {
        font-size: 16px; } }

@media (min-width: 768px) {
  .post-registry-early-autavias .post-content table:first-of-type {
    width: calc(100% - 320px);
    margin: 0 auto 30px; } }
@media (min-width: 768px) {
  .post-registry-early-autavias .post-content table:first-of-type tr td:nth-child(1) {
    width: 20% !important; }
  .post-registry-early-autavias .post-content table:first-of-type tr td:nth-child(2) {
    width: 40% !important; }
  .post-registry-early-autavias .post-content table:first-of-type tr td:nth-child(3) {
    width: 40% !important; } }
@media (max-width: 767px) {
  .post-registry-early-autavias .post-content table:first-of-type {
    height: auto !important; }
    .post-registry-early-autavias .post-content table:first-of-type td {
      width: auto !important; } }
.post-registry-early-autavias table:last-of-type {
  height: auto !important; }
  @media (min-width: 768px) {
    .post-registry-early-autavias table:last-of-type tr {
      display: block;
      border-bottom: 1px solid #000;
      margin: 0 160px 20px;
      padding: 0 0 20px;
      background: none !important;
      /**&:nth-child(odd) {
      	td {
      		&:first-child {
      			float: right;
      			text-align: right;
      		}
      		&:last-child {
      			float: left;
      		}
      	}
      }**/ }
      .post-registry-early-autavias table:last-of-type tr:first-child {
        padding-top: 20px;
        border-top: 1px solid #000; }
      .post-registry-early-autavias table:last-of-type tr td {
        display: block;
        padding: 0; }
        .post-registry-early-autavias table:last-of-type tr td:first-child {
          width: 33% !important;
          padding: 0 0 0 40px; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .post-registry-early-autavias table:last-of-type tr td:first-child {
          padding: 0 0 0 20px; } }
  @media (min-width: 768px) {
          .post-registry-early-autavias table:last-of-type tr td:first-child a {
            padding: 0; }
          .post-registry-early-autavias table:last-of-type tr td:first-child img {
            width: 100%;
            height: auto;
            display: block; }
        .post-registry-early-autavias table:last-of-type tr td:last-child {
          width: 67% !important;
          padding: 0 40px 0 0; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .post-registry-early-autavias table:last-of-type tr td:last-child {
          padding: 0 20px 0 0; } }
  @media (min-width: 768px) {
          .post-registry-early-autavias table:last-of-type tr td:last-child ul {
            max-width: 445px;
            margin: 0 0 0 40px;
            font-size: 16px;
            list-style: none !important;
            padding-left: 20px; } }
        @media (min-width: 768px) and (max-width: 1200px) {
          .post-registry-early-autavias table:last-of-type tr td:last-child ul {
            max-width: 350px;
            margin: 0 0 0 20px; } }
  @media (min-width: 768px) {
            .post-registry-early-autavias table:last-of-type tr td:last-child ul li:before {
              display: inline-block;
              content: "-";
              width: 1em;
              margin-left: -1em;
              position: relative;
              left: 3px; }
          .post-registry-early-autavias table:last-of-type tr td:last-child h1 {
            margin: 40px 0 15px;
            font-size: 32px;
            line-height: 1.2em;
            font-weight: bold; } }
        @media (min-width: 768px) and (max-width: 1200px) {
          .post-registry-early-autavias table:last-of-type tr td:last-child h1 {
            margin: 0 0 15px; } }
  @media (min-width: 768px) {
      .post-registry-early-autavias table:last-of-type tr:nth-child(even) td:first-child, .post-registry-early-autavias table:last-of-type tr:nth-child(odd) td:first-child {
        float: left; }
      .post-registry-early-autavias table:last-of-type tr:nth-child(even) td:last-child, .post-registry-early-autavias table:last-of-type tr:nth-child(odd) td:last-child {
        float: right; }
      .post-registry-early-autavias table:last-of-type tr:after {
        content: "";
        display: table;
        clear: both; } }
  @media (max-width: 767px) {
    .post-registry-early-autavias table:last-of-type tr {
      display: block;
      border-bottom: 1px solid #000;
      padding: 0;
      margin-bottom: 30px;
      background: none !important; }
      .post-registry-early-autavias table:last-of-type tr:first-child {
        padding-top: 30px;
        border-top: 1px solid #000; }
      .post-registry-early-autavias table:last-of-type tr:last-child {
        border-bottom-width: 1px; }
      .post-registry-early-autavias table:last-of-type tr td {
        display: block;
        width: auto !important;
        height: auto;
        border: none; }
        .post-registry-early-autavias table:last-of-type tr td:first-child {
          padding: 0; }
          .post-registry-early-autavias table:last-of-type tr td:first-child img {
            display: block;
            width: 100%;
            height: auto; }
        .post-registry-early-autavias table:last-of-type tr td:last-child {
          padding: 0;
          margin: 15px 0 0; }
          .post-registry-early-autavias table:last-of-type tr td:last-child h1 {
            font-size: 16px;
            margin: 0 0 30px;
            text-align: left !important; }
          .post-registry-early-autavias table:last-of-type tr td:last-child ul {
            font-size: 14px; }
        .post-registry-early-autavias table:last-of-type tr td:before {
          display: none; } }

.single .onthedash-featured-notes {
  border-top: 1px solid #000000;
  padding: 32px 0 0;
  margin: 55px 0 0; }
  .single .onthedash-featured-notes h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .single .onthedash-featured-notes .grid .item {
      margin-bottom: 0; } }
.single .moreNotes {
  margin: 30px 0 0; }
@media (min-width: 768px) {
  .single .note .post-featured-image {
    max-width: 40%;
    margin: 0 auto; }
  .single .note .post-gallery {
    margin: 0 160px; } }

#contact-us .contact-form {
  margin: 0 160px; }
  #contact-us .contact-form form input {
    width: 100%;
    background: none;
    border: none;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    border-bottom: 5px solid #CCCCCC;
    padding: 15px 0;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #contact-us .contact-form form input {
        font-size: 16px; } }
    #contact-us .contact-form form input::-webkit-input-placeholder {
      color: #CCCCCC; }
    #contact-us .contact-form form input:-moz-placeholder {
      color: #CCCCCC; }
    #contact-us .contact-form form input::-moz-placeholder {
      color: #CCCCCC; }
    #contact-us .contact-form form input:-ms-input-placeholder {
      color: #CCCCCC; }
    #contact-us .contact-form form input:focus {
      outline: none; }
  #contact-us .contact-form form button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 20px; }
    #contact-us .contact-form form button .fa-caret-right {
      margin-left: 5px; }
    #contact-us .contact-form form button:focus {
      outline: none; }

#thank-you .thank-you-link {
  display: inline-block;
  margin: 0 160px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 20px; }
  #thank-you .thank-you-link .fa-caret-right {
    margin-left: 5px; }

#archive .pagination .articles {
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
  overflow: hidden; }
  #archive .pagination .articles .article-snippet.standard:first-child {
    border-top: 1px solid #000000; }

#cover-page .cover-page-bottom {
  border-top: 5px solid #000000; }

#terms .post-tables .collapsible p {
  margin: 30px 160px; }

#racers .articles,
#topic .articles,
#related-brands .articles,
#military-timepieces .articles,
#celebrities .articles {
  border-top: 1px solid #000000; }

#movements .movements {
  margin-bottom: 50px; }

#search-submenu .search-form {
  width: 100%;
  display: table; }
  #search-submenu .search-form .search-icon-wrapper {
    padding: 40px;
    padding-right: 0;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    text-align: right; }
    #search-submenu .search-form .search-icon-wrapper .search-icon {
      background-image: url(../images/dist/sprite.png);
      background-position: -274px 0px;
      width: 67px;
      height: 68px;
      display: inline-block;
      margin-right: 20px; }
  #search-submenu .search-form .search-input-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    padding: 40px;
    padding-left: 0; }
    #search-submenu .search-form .search-input-wrapper .search-input {
      border: none;
      background: transparent;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 62px;
      line-height: 1.2em;
      font-weight: bold;
      color: #FFFFFF;
      height: 80px;
      position: relative;
      width: 100%;
      padding: 0; }
      @media (max-width: 767px) {
        #search-submenu .search-form .search-input-wrapper .search-input {
          font-size: 30px; } }
      #search-submenu .search-form .search-input-wrapper .search-input:focus {
        outline: none; }

.timeline {
  display: table;
  width: 100%;
  height: 5px;
  table-layout: fixed; }
  .timeline .section {
    display: table-cell;
    position: relative;
    background: #CCCCCC;
    font-size: 0;
    line-height: 0;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    border-left: 1px solid #F5F0EA; }
    .timeline .section:first-child {
      border-left-width: 0; }
    .timeline .section .label {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1em;
      position: absolute;
      top: 15px;
      left: 0;
      color: #E04A43;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .timeline .section.current {
      background: #ee9e9b; }
      .timeline .section.current .label {
        opacity: 1; }
      .timeline .section.current .progress {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #E04A43; }

.post-timeline {
  margin: 25px 0 45px; }

.timeline-section {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  .timeline-section:last-child {
    border-bottom-width: 0;
    margin-bottom: 0; }
  .timeline-section .timeline-image {
    font-size: 0;
    line-height: 0; }
    .timeline-section .timeline-image img {
      width: 100%;
      height: auto; }
  .timeline-section.multiple {
    width: 100%; }
    .timeline-section.multiple::after {
      clear: both;
      content: "";
      display: table; }
    .timeline-section.multiple .timeline-image {
      width: 47%;
      float: left; }
    .timeline-section.multiple .timeline-subsections {
      width: 47%;
      float: right; }
      .timeline-section.multiple .timeline-subsections h3,
      .timeline-section.multiple .timeline-subsections p,
      .timeline-section.multiple .timeline-subsections .timeline-date {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0; }
      .timeline-section.multiple .timeline-subsections .timeline-date {
        color: #CCCCCC;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 1em;
        font-weight: bold;
        letter-spacing: 2px; }
        @media (max-width: 767px) {
          .timeline-section.multiple .timeline-subsections .timeline-date {
            font-size: 14px; } }
    .timeline-section.multiple.right .timeline-image {
      float: right; }
    .timeline-section.multiple.right .timeline-subsections {
      float: left; }

.event-section h3 {
  display: inline-block; }

#watch .watch-details {
  width: 100%;
  margin-top: 60px; }
  #watch .watch-details::after {
    clear: both;
    content: "";
    display: table; }
  #watch .watch-details .watch-left,
  #watch .watch-details .watch-right {
    display: table-cell;
    vertical-align: top; }
  #watch .watch-details .watch-left {
    width: 75%;
    float: left; }
    #watch .watch-details .watch-left .sample {
      display: table;
      table-layout: fixed;
      width: 100%;
      border-bottom: 1px solid #000;
      padding-bottom: 60px;
      margin-bottom: 60px; }
      #watch .watch-details .watch-left .sample > div {
        display: table-cell;
        vertical-align: top; }
      #watch .watch-details .watch-left .sample .sample-left {
        width: 33%; }
      #watch .watch-details .watch-left .sample .sample-right {
        width: 66%; }
  #watch .watch-details .watch-right {
    width: 25%;
    float: right; }
  #watch .watch-details .watch-bottom {
    clear: both;
    width: 75%; }
    #watch .watch-details .watch-bottom::after {
      clear: both;
      content: "";
      display: table; }
    #watch .watch-details .watch-bottom .watch-bottom-left {
      float: left;
      width: 60%; }
    #watch .watch-details .watch-bottom .watch-bottom-right {
      float: right;
      width: 40%;
      margin-top: 20px; }
      #watch .watch-details .watch-bottom .watch-bottom-right img {
        width: calc(100% - 40px);
        height: auto;
        float: right; }
    #watch .watch-details .watch-bottom h5 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 36px;
      line-height: 1.2em;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #watch .watch-details .watch-bottom h5 {
          font-size: 20px; } }
    #watch .watch-details .watch-bottom .watch-bottom-notes h5 {
      margin-top: 40px; }
    #watch .watch-details .watch-bottom .watch-detail-grid {
      clear: both;
      font-size: 0;
      padding-top: 50px; }
    #watch .watch-details .watch-bottom .watch-detail {
      display: inline-block;
      width: 20%;
      margin: 0;
      vertical-align: top;
      padding-right: 10px;
      margin-bottom: 40px; }
#watch .watch-gallery {
  margin-top: 10px;
  margin-right: 40px;
  font-size: 0;
  line-height: 0; }
  #watch .watch-gallery .watch-thumb {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30.4347826087%;
    margin-right: 4.347826087%;
    margin-bottom: 4.347826087%; }
    #watch .watch-gallery .watch-thumb:nth-child(3n) {
      margin-right: 0; }
    #watch .watch-gallery .watch-thumb:nth-child(3n+1) {
      clear: left; }
    #watch .watch-gallery .watch-thumb img {
      cursor: pointer;
      width: 100%;
      height: auto; }
    #watch .watch-gallery .watch-thumb:after {
      content: " ";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: #E04A43;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    #watch .watch-gallery .watch-thumb.current {
      position: relative; }
      #watch .watch-gallery .watch-thumb.current:after {
        opacity: 1; }
#watch .watch-featured-image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  cursor: pointer; }
  #watch .watch-featured-image .watch-image {
    width: 100%;
    position: relative; }
    #watch .watch-featured-image .watch-image img {
      width: 100%;
      height: auto; }
    #watch .watch-featured-image .watch-image:after {
      content: " ";
      position: absolute;
      background: #000;
      opacity: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    @media (min-width: 1025px) {
      #watch .watch-featured-image .watch-image:hover:after {
        opacity: 0.2; } }
#watch .watch-notes {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7em;
  border-bottom: 1px solid #CCC;
  margin-right: 40px; }
  #watch .watch-notes h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      #watch .watch-notes h3 {
        font-size: 20px; } }
  #watch .watch-notes .content {
    padding-bottom: 20px; }
#watch .watch-detail {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7em;
  margin-left: 40px; }
  #watch .watch-detail h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    line-height: 1.2em;
    font-size: 18px; }
  #watch .watch-detail h4,
  #watch .watch-detail .content {
    margin-bottom: 20px; }
#watch .watch-detail-view-more {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  margin-left: 40px;
  border-top: 4px solid #E04A43;
  padding-top: 20px;
  white-space: nowrap; }
  #watch .watch-detail-view-more:after {
    display: inline-block;
    content: " ";
    background-image: url(../images/dist/sprite.png);
    background-position: -332px -99px;
    width: 8px;
    height: 14px;
    margin-left: 5px;
    margin-bottom: -2px; }
#watch .watch-detail-table tr:nth-child(odd) {
  background: #E7E4DD; }
#watch .watch-detail-table th, #watch .watch-detail-table td {
  padding: 4px 10px; }
#watch .watch-detail-table th {
  font-weight: bold;
  text-align: left; }
#watch .watch-detail-table td {
  text-align: right; }

#watch-simplified .post-bottom .post-gallery:first-child, #watch-misc .post-bottom .post-gallery:first-child {
  border-top-width: 0; }
#watch-simplified .post-content + .post-bottom .post-gallery:first-child, #watch-misc .post-content + .post-bottom .post-gallery:first-child {
  border-top-width: 1px; }

#watches-submenu #watch-type-selector {
  padding: 40px; }
  #watches-submenu #watch-type-selector .watches-level0 {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px; }
    #watches-submenu #watch-type-selector .watches-level0 > li {
      display: table-cell;
      width: 33%;
      text-align: center; }
      #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1em;
        text-transform: uppercase;
        font-size: 18px;
        padding-top: 120px;
        display: inline-block;
        cursor: pointer;
        position: relative; }
        #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .icon, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .icon, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .icon {
          width: 80px;
          height: 100px;
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -40px; }
        #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .title, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .title, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .title {
          border-bottom: 3px solid rgba(0, 0, 0, 0);
          -webkit-transition: border 0.3s;
          -moz-transition: border 0.3s;
          transition: border 0.3s; }
        #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .hand,
        #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .timer, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .hand,
        #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .timer, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .hand,
        #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .timer {
          background: #2E211F;
          display: block;
          position: absolute;
          transform-origin: 50% 100%; }
        #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .hand, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .hand, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .hand {
          left: 50%;
          border-radius: 6px; }
        @media (min-width: 1025px) {
          #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .title, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .title, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .title {
            border-bottom-color: #2E211F; }
          #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .hand, #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .hand.second, #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .hand.minute, #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .hand.half-hour, #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .hand.hour,
          #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .timer,
          #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .timer.second,
          #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .timer.minute,
          #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .timer.half-hour,
          #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a:hover .timer.hour, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .hand, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .hand.second, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .hand.minute, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .hand.half-hour, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .hand.hour,
          #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .timer,
          #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .timer.second,
          #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .timer.minute,
          #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .timer.half-hour,
          #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a:hover .timer.hour, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .hand, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .hand.second, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .hand.minute, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .hand.half-hour, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .hand.hour,
          #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .timer,
          #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .timer.second,
          #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .timer.minute,
          #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .timer.half-hour,
          #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a:hover .timer.hour {
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
            animation-play-state: running; } }
      #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .hand, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .hand {
        width: 4px;
        height: 25px;
        -webkit-animation: spin 3s linear infinite paused;
        -moz-animation: spin 3s linear infinite paused;
        animation: spin 3s linear infinite paused; }
      #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .icon {
        background-image: url(../images/dist/sprite.png);
        background-position: 0px -80px;
        width: 80px;
        height: 100px; }
      #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .hand {
        width: 1px;
        height: 28px;
        top: 30px; }
        #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .hand.second {
          -webkit-animation: spin-second 3s linear infinite paused;
          -moz-animation: spin-second 3s linear infinite paused;
          animation: spin-second 3s linear infinite paused; }
        #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .hand.minute {
          width: 2px;
          margin-left: -1px;
          -webkit-animation: spin-minute 180s linear infinite paused;
          -moz-animation: spin-minute 180s linear infinite paused;
          animation: spin-minute 180s linear infinite paused; }
        #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .hand.hour {
          width: 4px;
          margin-left: -2px;
          -webkit-animation: spin 10800s linear infinite paused;
          -moz-animation: spin 10800s linear infinite paused;
          animation: spin 10800s linear infinite paused; }
      #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .timer {
        left: 50%;
        width: 1px;
        height: 10px; }
        #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .timer.minute {
          margin-left: 16px;
          top: 46px;
          -webkit-animation: spin 3s linear infinite paused;
          -moz-animation: spin 3s linear infinite paused;
          animation: spin 3s linear infinite paused; }
        #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .timer.half-hour {
          margin-left: -1px;
          top: 66px;
          -webkit-animation: spin 90s linear infinite paused;
          -moz-animation: spin 90s linear infinite paused;
          animation: spin 90s linear infinite paused; }
        #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a .timer.hour {
          margin-left: -17px;
          top: 46px;
          -webkit-animation: spin 180s linear infinite paused;
          -moz-animation: spin 180s linear infinite paused;
          animation: spin 180s linear infinite paused; }
      #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .icon {
        background-image: url(../images/dist/sprite.png);
        background-position: -80px -80px;
        width: 80px;
        height: 100px; }
      #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a .hand {
        margin-left: -2px;
        top: 32px; }
      #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .icon {
        background-image: url(../images/dist/sprite.png);
        background-position: -160px -80px;
        width: 80px;
        height: 100px; }
      #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a .hand {
        margin-left: -1px;
        top: 36px; }

#watch-finder-search {
  position: relative;
  z-index: 2; }
  #watch-finder-search .fa {
    color: black;
    position: absolute;
    top: 16px;
    font-size: 19px; }
  #watch-finder-search input {
    outline: none;
    background: transparent;
    border-width: 0;
    border-bottom: 5px solid #000;
    padding: 15px 0;
    padding-left: 28px;
    font-size: 16px;
    font-weight: bold;
    width: 100%; }
    #watch-finder-search input::placeholder {
      color: rgba(0, 0, 0, 0.3); }

#watch-finder-loader {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10px;
  background: #E04A43;
  opacity: 1;
  z-index: 99999999;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#watch-finder-count {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 40px;
  padding-bottom: 20px;
  background: #2E211F;
  z-index: 999999;
  color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  font-size: 30px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #watch-finder-count.visible {
    opacity: 1; }
    #watch-finder-count.visible a {
      pointer-events: all; }
  #watch-finder-count.no-results .view-results {
    opacity: 0; }
    #watch-finder-count.no-results .view-results a {
      pointer-events: none; }
  #watch-finder-count .view-results {
    position: absolute;
    top: 10%;
    right: 40px; }
    #watch-finder-count .view-results a {
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 0.5em; }

#watch-finder #watch-finder-filters {
  position: relative;
  z-index: 1;
  padding: 40px;
  min-height: 480px; }
  #watch-finder #watch-finder-filters .additional-filters {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s 0s;
    -moz-transition: opacity 0.3s 0s;
    transition: opacity 0.3s 0s; }
    #watch-finder #watch-finder-filters .additional-filters .menu-level1 a {
      position: relative;
      left: 20px; }
      #watch-finder #watch-finder-filters .additional-filters .menu-level1 a:before {
        opacity: 1; }
#watch-finder #watch-finder-timeline {
  margin-bottom: 50px; }
  #watch-finder #watch-finder-timeline h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 18px; }
  #watch-finder #watch-finder-timeline table {
    table-layout: fixed;
    width: 97.619047619%; }
    #watch-finder #watch-finder-timeline table .selected td,
    #watch-finder #watch-finder-timeline table .years td {
      opacity: 0; }
      #watch-finder #watch-finder-timeline table .selected td span,
      #watch-finder #watch-finder-timeline table .years td span {
        position: relative;
        left: 100%;
        width: 32px;
        margin-left: -16px; }
    #watch-finder #watch-finder-timeline table .markers td {
      font-size: 0;
      line-height: 0;
      opacity: 1;
      height: 8px;
      border-right: 1px solid #FFF; }
      #watch-finder #watch-finder-timeline table .markers td.active {
        background: #FFF;
        border-right-color: #E0A743; }
      #watch-finder #watch-finder-timeline table .markers td:nth-child(5n+1) {
        border-right-width: 3px; }
        #watch-finder #watch-finder-timeline table .markers td:nth-child(5n+1) span {
          padding-right: 3px; }
      #watch-finder #watch-finder-timeline table .markers td span {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        right: -50%;
        cursor: pointer;
        box-sizing: content-box;
        padding-right: 1px; }
        #watch-finder #watch-finder-timeline table .markers td span.selected:before {
          background-color: #FFF;
          content: " ";
          display: inline-block;
          border: 2px solid #000000;
          position: absolute;
          top: 50%;
          left: 50%;
          box-sizing: border-box; }
    #watch-finder #watch-finder-timeline table .years td {
      padding-top: 6px; }
    #watch-finder #watch-finder-timeline table .selected td {
      padding-bottom: 6px; }
      #watch-finder #watch-finder-timeline table .selected td.selected {
        opacity: 1; }
#watch-finder #watch-finder-toggle {
  position: absolute;
  z-index: 2; }
  #watch-finder #watch-finder-toggle div {
    display: block; }
    #watch-finder #watch-finder-toggle div a {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1em;
      text-transform: uppercase;
      font-size: 18px;
      text-transform: none;
      color: #000000;
      cursor: pointer;
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      white-space: nowrap;
      transition: color .3s; }
      #watch-finder #watch-finder-toggle div a .fa {
        position: relative;
        top: -1px;
        margin-left: 2px;
        transition: transform .3s; }
#watch-finder.no-results #watch-finder-results {
  position: absolute;
  width: 100%; }
#watch-finder.filters-enabled #watch-finder-toggle div a {
  color: #FFFFFF; }
  #watch-finder.filters-enabled #watch-finder-toggle div a .fa {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
#watch-finder.filters-enabled #watch-finder-filters .additional-filters {
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  opacity: 1;
  pointer-events: all; }
#watch-finder.filters-enabled #watch-finder-filters .menu-level1 {
  padding-right: 20px; }
  #watch-finder.filters-enabled #watch-finder-filters .menu-level1 a {
    position: relative;
    left: 20px;
    cursor: pointer; }
    #watch-finder.filters-enabled #watch-finder-filters .menu-level1 a:before {
      opacity: 1; }
    @media (min-width: 1025px) {
      #watch-finder.filters-enabled #watch-finder-filters .menu-level1 a:hover {
        color: #FFF;
        border-bottom-width: 0;
        -webkit-transition: color 0s;
        -moz-transition: color 0s;
        transition: color 0s; }
        #watch-finder.filters-enabled #watch-finder-filters .menu-level1 a:hover:before {
          border-color: #FFF; } }

@media (min-width: 1025px) {
  body.home #header-container, body.page-watchfinder #header-container {
    min-height: 218px; }
  body.home #content, body.page-watchfinder #content {
    padding-top: 0; }
  body.home #header.top, body.page-watchfinder #header.top {
    position: static;
    border-bottom: none;
    margin: 40px;
    overflow: hidden;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
    body.home #header.top .logo-container, body.page-watchfinder #header.top .logo-container {
      padding-top: 40px;
      height: auto; }
      body.home #header.top .logo-container div.logo, body.page-watchfinder #header.top .logo-container div.logo {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      body.home #header.top .logo-container .heuer-logo, body.page-watchfinder #header.top .logo-container .heuer-logo {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      body.home #header.top .logo-container .tagline, body.page-watchfinder #header.top .logo-container .tagline {
        opacity: 1; }
    body.home #header.top #menu-icons, body.page-watchfinder #header.top #menu-icons {
      top: 65px; }
      body.home #header.top #menu-icons li.watches .tooltip, body.home #header.top #menu-icons li.menu .tooltip, body.home #header.top #menu-icons li.search .tooltip, body.page-watchfinder #header.top #menu-icons li.watches .tooltip, body.page-watchfinder #header.top #menu-icons li.menu .tooltip, body.page-watchfinder #header.top #menu-icons li.search .tooltip {
        pointer-events: none;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-100%);
        -moz-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
        -o-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
        width: 300px;
        color: transparent;
        transition: color .2s;
        padding-bottom: 30px;
        font-size: 18px; }
        body.home #header.top #menu-icons li.watches .tooltip .fa-caret-down, body.home #header.top #menu-icons li.menu .tooltip .fa-caret-down, body.home #header.top #menu-icons li.search .tooltip .fa-caret-down, body.page-watchfinder #header.top #menu-icons li.watches .tooltip .fa-caret-down, body.page-watchfinder #header.top #menu-icons li.menu .tooltip .fa-caret-down, body.page-watchfinder #header.top #menu-icons li.search .tooltip .fa-caret-down {
          font-size: 24px;
          position: absolute;
          bottom: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-animation: tooltip-pulsate 1s infinite ease-in-out;
          -moz-animation: tooltip-pulsate 1s infinite ease-in-out;
          animation: tooltip-pulsate 1s infinite ease-in-out; }
      body.home #header.top #menu-icons li.watches:hover .tooltip, body.home #header.top #menu-icons li.menu:hover .tooltip, body.home #header.top #menu-icons li.search:hover .tooltip, body.page-watchfinder #header.top #menu-icons li.watches:hover .tooltip, body.page-watchfinder #header.top #menu-icons li.menu:hover .tooltip, body.page-watchfinder #header.top #menu-icons li.search:hover .tooltip {
        color: #2E211F; }
      body.home #header.top #menu-icons li.sep, body.page-watchfinder #header.top #menu-icons li.sep {
        width: 5px;
        margin: 0;
        background: transparent; }
    body.home #header.top.watches-expanded #menu-icons li.watches:hover .tooltip, body.home #header.top.menu-expanded #menu-icons li.menu:hover .tooltip, body.home #header.top.search-expanded #menu-icons li.search:hover .tooltip, body.page-watchfinder #header.top.watches-expanded #menu-icons li.watches:hover .tooltip, body.page-watchfinder #header.top.menu-expanded #menu-icons li.menu:hover .tooltip, body.page-watchfinder #header.top.search-expanded #menu-icons li.search:hover .tooltip {
      color: #FFFFFF; } }
@media (min-width: 768px) {
  .grid .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
    margin-bottom: 40px; }
    .grid .item:last-child {
      margin-right: 0; }
    .grid .item:nth-child(3n) {
      margin-right: 0; }
    .grid .item:nth-child(3n+1) {
      clear: left; }

  .grid .item.moreposts {
    width: 48%;
    margin-bottom: 40px;
    margin-right: 0;
    float: left; }
    .grid .item.moreposts:nth-child(even) {
      float: right; }
    .grid .item.moreposts .thumbnail {
      padding: 0; }
      .grid .item.moreposts .thumbnail img {
        position: initial;
        height: auto; }
  .grid .clearBoth {
    clear: both; }

  .grid .moreposts.item:nth-child(3n+1) {
    clear: none; }

  .more-posts .bottom:after {
    clear: both;
    content: "";
    display: table; }

  .article-snippet.standard .post-featured-image, .article-snippet.racer .post-featured-image, .article-snippet.movement .post-featured-image {
    float: left;
    width: 48%; }
  .article-snippet.standard .post-right, .article-snippet.racer .post-right, .article-snippet.movement .post-right {
    margin-left: 52%; }
  .article-snippet.racer:nth-child(2n) .post-featured-image {
    float: right;
    width: 48%; }
  .article-snippet.racer:nth-child(2n) .post-right {
    margin-right: 52%;
    margin-left: 0; }
  .article-snippet.featured .post-featured-image-wrap {
    position: relative; }
    .article-snippet.featured .post-featured-image-wrap .overlay {
      position: absolute;
      bottom: 45px;
      right: 45px;
      left: 45px;
      z-index: 2; }
  .article-snippet.featured h2 {
    font-family: CenturyOldstyleBT-Roman, "Times New Roman", Times, serif;
    font-size: 56px;
    font-weight: normal;
    line-height: 1em; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .article-snippet.featured h2 {
      font-size: 30px; } }
@media (min-width: 768px) {
  .article-snippet.featured .post-content {
    max-width: 780px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 20px; }

  #watch-finder #watch-finder-timeline table .years td:nth-child(5n+1) {
    opacity: 1;
    color: #2E211F; }
  #watch-finder #watch-finder-timeline table .markers td {
    height: 8px; }
    #watch-finder #watch-finder-timeline table .markers td span.selected:before {
      height: 14px;
      width: 14px;
      border-radius: 14px;
      margin-left: -7px;
      margin-top: -7px; }
  #watch-finder #watch-finder-toggle {
    top: 56px;
    right: 40px; }

  #watch-finder-search {
    margin: 40px;
    margin-bottom: 0; } }
@media (max-width: 1200px) and (min-width: 1025px) {
  #watch .watch-details .watch-bottom .watch-detail {
    width: 25%; } }
@media (max-width: 1024px) {
  #content {
    padding: 40px; }
    #content .breadcrumbs {
      top: 80px;
      left: 40px; }
      #content .breadcrumbs li {
        display: none; }
        #content .breadcrumbs li.current, #content .breadcrumbs li.parent {
          display: inline-block; }

  .post-social {
    right: 40px; }

  #watch .watch-details .watch-right {
    width: 33%; }
  #watch .watch-details .watch-left {
    width: 67%; }
    #watch .watch-details .watch-left .sample .sample-left {
      display: none; }
    #watch .watch-details .watch-left .sample .sample-right {
      width: 100%; }
  #watch .watch-details .watch-bottom {
    width: 100%; }
    #watch .watch-details .watch-bottom .watch-bottom-left {
      width: 67%; }
    #watch .watch-details .watch-bottom .watch-bottom-right {
      width: 33%; }
    #watch .watch-details .watch-bottom .watch-detail {
      width: 33%; } }
@media (max-width: 767px) {
  .grid .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 100%;
    margin-bottom: 20px; }
    .grid .item:last-child {
      margin-right: 0; }

  .grid .item.moreposts .thumbnail {
    padding: 0; }
    .grid .item.moreposts .thumbnail img {
      position: initial;
      height: auto; }
  .grid .clearBoth {
    clear: both; }

  body.scroll-disabled {
    position: fixed; }

  #content {
    padding: 20px; }
    #content .breadcrumbs {
      display: none; }
    #content #page-title + .grid {
      padding-top: 30px; }

  .load-more {
    padding: 20px;
    height: 100px; }

  .next-box {
    padding: 30px; }
    .next-box .left {
      float: none;
      width: 100%; }
    .next-box .right {
      width: 100%;
      float: none;
      margin-bottom: 20px; }

  .reference-table,
  .article-table {
    border-top: 1px solid #CCC; }
    .reference-table, .reference-table thead, .reference-table tbody, .reference-table th, .reference-table td, .reference-table tr,
    .article-table,
    .article-table thead,
    .article-table tbody,
    .article-table th,
    .article-table td,
    .article-table tr {
      display: block; }
    .reference-table thead tr,
    .article-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .reference-table tbody tr,
    .article-table tbody tr {
      border-bottom: 1px solid #000; }
      .reference-table tbody tr:last-child,
      .article-table tbody tr:last-child {
        border-bottom-width: 0; }
        .reference-table tbody tr:last-child td:last-child,
        .article-table tbody tr:last-child td:last-child {
          border-bottom-color: #CCC; }
    .reference-table tbody td,
    .article-table tbody td {
      min-height: 44px;
      width: 100%;
      border: none;
      border-bottom: 1px solid #CCC;
      position: relative;
      padding-left: 50%; }
      .reference-table tbody td:first-child,
      .article-table tbody td:first-child {
        padding-left: 50%; }
      .reference-table tbody td:last-child,
      .article-table tbody td:last-child {
        border-bottom-color: #000; }
      .reference-table tbody td:before,
      .article-table tbody td:before {
        min-height: 44px;
        position: absolute;
        font-weight: bold;
        top: 0;
        left: 0;
        width: 45%;
        padding: 10px;
        white-space: nowrap;
        content: attr(data-label); }
      .reference-table tbody td.field-index:before,
      .article-table tbody td.field-index:before {
        content: "#"; }
    .reference-table .field-index,
    .article-table .field-index {
      width: auto;
      font-weight: bold; }

  .gallery .thumbs {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65); }
  .gallery .close {
    top: 10px;
    right: 10px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  .gallery .counter {
    top: 10px;
    left: 10px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  .gallery .controls .prev {
    left: 10px;
    margin-top: -70px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  .gallery .controls .next {
    right: 10px;
    margin-top: -70px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }

  #header .menu-level0 > li.empty,
  #footer .menu-level0 > li.empty {
    display: none; }

  #header > .logo-container {
    padding: 0 20px; }
    #header > .logo-container div.logo {
      -webkit-transform-origin: 0 34px;
      -moz-transform-origin: 0 34px;
      -ms-transform-origin: 0 34px;
      -o-transform-origin: 0 34px;
      transform-origin: 0 34px; }
      #header > .logo-container div.logo .hide {
        display: none; }
    #header > .logo-container .heuer-logo {
      -webkit-transform: scale(0.3);
      -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
      -o-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-transform-origin: 100% 25px;
      -moz-transform-origin: 100% 25px;
      -ms-transform-origin: 100% 25px;
      -o-transform-origin: 100% 25px;
      transform-origin: 100% 25px; }
  #header .mobile-logo {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0; }
  #header #menu-icons {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
  #header.expanded {
    min-height: 100%; }
    #header.expanded .mobile-logo {
      opacity: 1; }
    #header.expanded #submenu {
      overflow: visible; }
  #header #submenu .logo-container div.logo a {
    color: #FFFFFF; }
  #header #submenu > .submenu {
    top: 125px; }
  #header #search-submenu .search-form .search-icon-wrapper {
    padding: 20px;
    padding-right: 0; }
    #header #search-submenu .search-form .search-icon-wrapper .search-icon {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      margin-right: 0; }
  #header #search-submenu .search-form .search-input-wrapper {
    padding: 20px;
    padding-left: 0; }
  #header #menu-submenu {
    padding: 20px; }
  #header .search-results {
    padding: 25px 30px; }
    #header .search-results .close,
    #header .search-results .filters {
      display: none; }
    #header .search-results .results {
      margin-right: 0; }
      #header .search-results .results h2 {
        margin-bottom: 0; }
      #header .search-results .results ul li .thumbnail {
        float: none;
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        margin-bottom: 15px; }
        #header .search-results .results ul li .thumbnail img {
          position: absolute;
          top: 0;
          width: 100%;
          height: auto; }
      #header .search-results .results ul li .info {
        margin-left: 0;
        padding-left: 0; }
  #header .menu-level0 > li {
    display: block;
    margin-bottom: 30px; }
    #header .menu-level0 > li:last-child {
      margin-bottom: 0; }

  .mobile-logo {
    display: block; }

  #footer {
    margin: 20px;
    padding-top: 20px; }
    #footer .heuer-logo {
      -webkit-transform: scale(0.33);
      -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
      -o-transform: scale(0.33);
      transform: scale(0.33);
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right;
      position: absolute;
      top: 30px;
      right: 0; }

  #home .top-bar {
    padding-top: 5px;
    margin-bottom: 20px; }
    #home .top-bar .view-articles {
      display: none; }
  #home .forum-posts {
    margin: 0 -20px; }
    #home .forum-posts .left,
    #home .forum-posts .right {
      float: none;
      border: none;
      padding-bottom: 10px;
      width: 100%; }
    #home .forum-posts h3 {
      padding: 20px; }
    #home .forum-posts h4 {
      padding: 10px 20px;
      font-size: 18px; }
    #home .forum-posts ul {
      padding: 0 20px; }
      #home .forum-posts ul li a {
        padding-top: 10px;
        padding-bottom: 5px; }
  #home .social-posts {
    display: none; }
  #home .social-slider {
    display: block;
    padding: 20px 0;
    margin: 0 -20px; }
    #home .social-slider .instagram-post,
    #home .social-slider .twitter-post {
      padding: 10px; }
  #home .onthedash-featured-image {
    display: none; }
  #home .more-posts {
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 0; }
    #home .more-posts h3 {
      margin-bottom: 20px; }
    #home .more-posts .right {
      position: static;
      width: 100%; }
      #home .more-posts .right .other-articles li {
        padding: 20px 0; }

  .post-social {
    margin-top: 17px;
    right: 20px; }

  .article .post-content {
    padding: 30px 0; }
    .single-post .article .post-content {
      padding: 50px 0; }
    .article .post-content h1, .article .post-content h2, .article .post-content h3, .article .post-content h4, .article .post-content h5, .article .post-content h6 {
      margin: 30px 0; }
    .article .post-content hr, .article .post-content ul, .article .post-content ol, .article .post-content p, .article .post-content .wp-caption {
      margin: 0;
      margin-bottom: 30px; }

  .post-bottom .post-related-articles h3 {
    margin-top: 30px; }
  .post-bottom .post-tables {
    margin-bottom: 30px; }
    .post-bottom .post-tables .references .reference {
      margin: 30px 0px; }

  .timeline-section {
    padding-bottom: 0;
    margin-bottom: 30px; }
    .timeline-section.multiple .timeline-image,
    .timeline-section.multiple .timeline-subsections, .timeline-section.multiple.right .timeline-image,
    .timeline-section.multiple.right .timeline-subsections {
      width: 100%;
      float: none; }
    .timeline-section.multiple .timeline-subsections .timeline-date {
      margin: 15px 0; }

  .article-snippet .post-featured-image {
    margin-bottom: 10px; }
  .article-snippet h2 {
    margin-bottom: 15px; }
  .article-snippet.featured .post-link {
    padding-bottom: 20px; }

  #documents .tabs {
    margin: 15px 0 30px;
    padding-bottom: 10px; }
    #documents .tabs li {
      display: block;
      width: 100%;
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); }

  #watches-submenu #watch-type-selector {
    padding: 0px; }
    #watches-submenu #watch-type-selector .watches-level0 {
      padding: 10px 0; }
      #watches-submenu #watch-type-selector .watches-level0 > li {
        display: block;
        width: 100%; }
        #watches-submenu #watch-type-selector .watches-level0 > li.dash-timers a, #watches-submenu #watch-type-selector .watches-level0 > li.stopwatches a, #watches-submenu #watch-type-selector .watches-level0 > li.chronographs a {
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          -o-transform: scale(0.7);
          transform: scale(0.7);
          margin-top: -20px; }

  #watch-finder-count {
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px; }
    #watch-finder-count .view-results {
      right: 20px;
      top: 10px; }
      #watch-finder-count .view-results a {
        font-size: 1em; }

  #watch-finder #watch-finder-filters {
    min-height: 1200px;
    padding: 20px; }
    #watch-finder #watch-finder-filters h3 {
      margin-top: 30px; }
    #watch-finder #watch-finder-filters h3.empty {
      display: none; }
    #watch-finder #watch-finder-filters li {
      margin-bottom: 0; }
      #watch-finder #watch-finder-filters li:first-child h3 {
        margin-top: 0; }
  #watch-finder #watch-finder-timeline table {
    margin-left: 7%;
    margin-right: 7%;
    width: 83.619047619%; }
    #watch-finder #watch-finder-timeline table .years td:nth-child(10n+1) {
      opacity: 1;
      color: #2E211F; }
    #watch-finder #watch-finder-timeline table .markers td {
      height: 14px; }
      #watch-finder #watch-finder-timeline table .markers td span.selected:before {
        height: 24px;
        width: 24px;
        border-radius: 24px;
        margin-left: -12px;
        margin-top: -12px; }
  #watch-finder #watch-finder-toggle {
    top: 60px;
    right: 20px; }
    #watch-finder #watch-finder-toggle div a {
      font-size: 12px; }

  #watch-finder-search {
    margin: 20px;
    margin-top: 0; }

  #watch .watch-details {
    margin-top: 30px; }
    #watch .watch-details .watch-left,
    #watch .watch-details .watch-right {
      display: block;
      width: 100%;
      float: none; }
    #watch .watch-details .watch-left .sample {
      padding-bottom: 0;
      margin-bottom: 0;
      padding-top: 30px;
      margin-top: 30px;
      border-top: 1px solid #000000;
      border-bottom-width: 0; }
      #watch .watch-details .watch-left .sample .sample-right {
        width: 100%;
        display: block; }
      #watch .watch-details .watch-left .sample .sample-left {
        display: none; }
    #watch .watch-details .watch-bottom {
      width: 100%; }
      #watch .watch-details .watch-bottom .watch-bottom-left {
        width: 100%; }
      #watch .watch-details .watch-bottom .watch-bottom-right {
        display: none; }
      #watch .watch-details .watch-bottom h5 {
        margin-bottom: 20px; }
      #watch .watch-details .watch-bottom .watch-detail-grid {
        margin-top: 20px; }
      #watch .watch-details .watch-bottom .watch-detail {
        width: 100%;
        margin-bottom: 0; }
  #watch .watch-detail,
  #watch .watch-detail-view-more {
    margin-left: 0; }
  #watch #watch-sticky {
    position: static !important; } }
h1.post-title {
  font-size: 70px; }

#content h2, h2#page-title, #header .search-results .results h2, #home .onthedash-featured-image h2 {
  font-size: 48px; }

h3, #watch .watch-notes h3,
#header .search-results .results ul li .info h3,
#header .search-results .filters h3, #home .forum-posts h3 {
  font-size: 30px; }

h4, #home .forum-posts h4, #watch .watch-detail h4, .article > .post-content h4 {
  font-size: 18px; }

#watch-finder.filters-enabled {
  position: relative;
  z-index: 1; }
