/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
b,
strong {
  font-weight: 500;
}
i,
em {
  font-style: italic;
}
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
/* VARIABLES */
/* GENERAL */
body {
  font-size: 1.125em;
  line-height: 1.66666em;
  font-family: 'Roboto', sans-serif;
  color: #212121;
}
a,
a:link,
a:visited {
  color: #212121;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #212121;
  text-decoration: none;
  outline: 0;
}
h1 {
  font-size: 4em;
  line-height: 1em;
  font-family: 'Trajan Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-size: 4em;
  line-height: 1em;
  font-family: 'Trajan Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-size: 2em;
  line-height: 1em;
  font-family: 'Trajan Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font-size: 2em;
  line-height: 1em;
  font-family: 'Trajan Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
}
h5 {
  font-size: 1em;
  line-height: 1.66666em;
  font-family: 'Trajan Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
}
h6 {
  font-size: 1em;
  line-height: 1.66666em;
  font-family: 'Trajan Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
}
.white-color,
a.white-color {
  color: #ffffff;
}
.default-color,
a.default-color {
  color: #212121;
}
.lighten-color,
a.lighten-color {
  color: #777777;
}
.first-color,
a.first-color {
  color: #bc8f36;
}
.clearfix-custom:before {
  content: '';
  display: table;
}
.clearfix-custom:after {
  content: '';
  display: table;
  clear: both;
}
.container-fluid-custom:before {
  content: '';
  display: table;
}
.container-fluid-custom:after {
  content: '';
  display: table;
  clear: both;
}
.container-fluid-custom .row-fluid:before {
  content: '';
  display: table;
}
.container-fluid-custom .row-fluid:after {
  content: '';
  display: table;
  clear: both;
}
.container-fluid-custom .row-fluid .col-fluid-one-third {
  position: relative;
  float: left;
  display: block;
  width: 33.33333%;
  min-height: 1px;
}
.container-fluid-custom .row-fluid .col-fluid-two-third {
  position: relative;
  float: left;
  display: block;
  width: 66.66666%;
  min-height: 1px;
}
.container-fluid-custom .row-fluid .col-fluid-three-third {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  min-height: 1px;
}
@media (max-width: 1199px) {
  .container-fluid-custom .row-fluid .col-fluid-one-third,
  .container-fluid-custom .row-fluid .col-fluid-two-third,
  .container-fluid-custom .row-fluid .col-fluid-three-third {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .container-fluid-custom .row-fluid .col-fluid-one-third,
  .container-fluid-custom .row-fluid .col-fluid-two-third,
  .container-fluid-custom .row-fluid .col-fluid-three-third {
    float: none;
    width: 100%;
  }
}
.row-grid {
  margin-left: -0.5555em;
  margin-right: -0.5555em;
}
.row-grid:before {
  content: '';
  display: table;
}
.row-grid:after {
  content: '';
  display: table;
  clear: both;
}
.row-grid .col-grid-sm-one-fourth,
.row-grid .col-grid-md-one-fourth,
.row-grid .col-grid-sm-two-fourth,
.row-grid .col-grid-md-two-fourth,
.row-grid .col-grid-sm-three-fourth,
.row-grid .col-grid-md-three-fourth,
.row-grid .col-grid-sm-four-fourth,
.row-grid .col-grid-md-four-fourth {
  position: relative;
  float: none;
  display: block;
  width: 100%;
  min-height: 1px;
  padding-left: 0.5555em;
  padding-right: 0.5555em;
}
.row-grid .col-grid-xs-one-fourth {
  float: left;
  width: 25%;
}
.row-grid .col-grid-xs-two-fourth {
  float: left;
  width: 50%;
}
.row-grid .col-grid-xs-three-fourth {
  float: left;
  width: 75%;
}
.row-grid .col-grid-xs-four-fourth {
  float: left;
  width: 100%;
}
@media (min-width: 481px) and (max-width: 991px) {
  .row-grid .col-grid-sm-one-fourth {
    float: left;
    width: 25%;
  }
  .row-grid .col-grid-sm-two-fourth {
    float: left;
    width: 50%;
  }
  .row-grid .col-grid-sm-three-fourth {
    float: left;
    width: 75%;
  }
  .row-grid .col-grid-sm-four-fourth {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row-grid .col-grid-md-one-fourth {
    float: left;
    width: 25%;
  }
  .row-grid .col-grid-md-two-fourth {
    float: left;
    width: 50%;
  }
  .row-grid .col-grid-md-three-fourth {
    float: left;
    width: 75%;
  }
  .row-grid .col-grid-md-four-fourth {
    float: left;
    width: 100%;
  }
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .col-same-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
  }
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators-reset {
  position: static;
  bottom: auto;
  left: auto;
  z-index: 0;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}
.carousel-indicators-reset li {
  display: block;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  margin: 0;
  background: none;
  text-indent: 0;
  cursor: default;
}
.carousel-indicators-reset li.active {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}
.tab-pane {
  display: none;
  height: 100%;
}
.tab-pane.active {
  display: block;
}
.button,
a.button {
  position: relative;
  display: inline-block;
  min-width: 13.33333em;
  padding: 0.86111em;
  border: 2px solid #a88030;
  border-radius: 0.27777em;
  background-color: #bc8f36;
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  box-shadow: 2px 0px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 100ms ease-out;
          transition: background-color 100ms ease-out;
}
.button:hover,
a.button:hover {
  background-color: #a88030;
}
.button.button-block,
a.button.button-block {
  display: block;
  width: 100%;
}
.form-group-custom {
  margin-bottom: 1.11111em;
}
.form-group-custom .form-control-custom {
  width: 100%;
  padding: 0.44444em 0.88888em;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.form-group-custom .form-control-custom:focus {
  box-shadow: none;
  outline: 0;
}
.form-group-custom .form-control-custom:-webkit-autofill,
.form-group-custom .form-control-custom:-webkit-autofill:hover,
.form-group-custom .form-control-custom:-webkit-autofill:focus,
.form-group-custom .form-control-custom:-webkit-autofill:active {
  -webkit-transition: all 5000s ease-in-out 0s;
          transition: all 5000s ease-in-out 0s;
}
.form-group-custom .form-control-custom.has-error-custom {
  border-color: red;
  color: red;
}
.form-group-custom select.form-control-custom {
  height: 2.22222em;
}
.form-group-custom textarea.form-control-custom {
  height: 6.66666em;
}
.has-error-block {
  font-size: 1em;
  line-height: 1.2em;
  display: block;
  padding: 0.4625em 0.46875em 0.2125em 0.46875em;
  background: #bc8f36;
  font-family: 'Trajan Pro', serif;
  color: $ffffff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}
.has-error-block a {
  color: $ffffff;
}
.the-content a {
  color: #212121;
  text-decoration: underline;
}
.the-content p {
  margin-bottom: 1.66666em;
}
.the-content h1,
.the-content h2 {
  margin-bottom: 0.41666em;
}
.the-content h3,
.the-content h4 {
  margin-bottom: 0.83333em;
}
.the-content h5,
.the-content h6 {
  margin-bottom: 1.66666em;
}
.the-content ul,
.the-content ol {
  margin-bottom: 1.66666em;
}
.the-content ul li,
.the-content ol li {
  position: relative;
  padding-left: 0.83333em;
}
.the-content ul li:before,
.the-content ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\002D';
}
.the-content > div {
  margin-bottom: 1.66666em;
}
.the-content *:last-child {
  margin-bottom: 0 !important;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
/* MAIN SIDEBAR */
.main-sidebar {
  position: fixed;
  left: -16.665em;
  top: 0;
  z-index: 1000;
  width: 16.665em;
  height: 100%;
  background: #ffffff;
  color: #343434;
  -webkit-transition: left 200ms linear;
          transition: left 200ms linear;
}
.main-sidebar a {
  color: #343434;
}
.main-sidebar.active {
  left: 0;
}
.main-sidebar.open {
  left: 0;
}
.main-sidebar .sidebar-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  text-align: center;
}
.main-sidebar .sidebar-container .logo {
  padding: 1.94425em 2.49975em;
}
.main-sidebar .sidebar-container .logo img {
  display: block;
  width: 11.6655em;
  height: 4.72175em;
}
/*.main-sidebar .sidebar-container .navigation-content {
  padding: 2.5em 0.83325em;
}*/

.main-sidebar .sidebar-container .navigation-content {
  padding: 2em 0.83325em;
}

/*.main-sidebar .sidebar-container .navigation-content .navigation-menu li {
  padding: 0.5555em;
}*/
.main-sidebar .sidebar-container .navigation-content .navigation-menu li {
  padding: 0.4em .7em;
}
.main-sidebar .sidebar-container .navigation-content .navigation-menu li a {
  font-family: 'Trajan Pro', serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 100ms linear;
          transition: color 100ms linear;
}
.main-sidebar .sidebar-container .navigation-content .navigation-menu li a:hover,
.main-sidebar .sidebar-container .navigation-content .navigation-menu li a:active,
.main-sidebar .sidebar-container .navigation-content .navigation-menu li a:focus {
  color: #bc8f36;
}
.main-sidebar .sidebar-container .navigation-content .navigation-menu li.current a,
.main-sidebar .sidebar-container .navigation-content .navigation-menu li.current-menu-item a {
  color: #bc8f36;
}
.main-sidebar .sidebar-container .social-icons.absolute {
  position: absolute;
  left: 0;
  /*bottom: 0;*/
  width: 100%;
}
.main-sidebar .sidebar-container .social-icons .social-icons-menu {
  padding: 1.6665em 0.83325em;
  /*padding: 2.5em 0.83325em;*/
}
.main-sidebar .sidebar-container .social-icons .social-icons-menu li {
  display: inline-block;
  margin: 0 0.27775em;
}
.main-sidebar .sidebar-container .social-icons .social-icons-menu li a {
  display: block;
  width: 2.49975em;
  height: 2.49975em;
  padding: 0.16666em 0;
  border: 3px solid #bc8f36;
  border-radius: 50%;
  color: #bc8f36;
  text-align: center;
  -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
}
.main-sidebar .sidebar-container .social-icons .social-icons-menu li a:hover {
  background: #bc8f36;
  color: #ffffff;
}
.main-sidebar .sidebar-container .social-icons .social-icons-menu li a i {
  font-size: 1.5em;
  line-height: 1.2em;
}
/* MAIN CONTENT */
.main-content {
  position: relative;
  left: 0;
  -webkit-transition: left 200ms linear, margin-left 200ms linear;
          transition: left 200ms linear, margin-left 200ms linear;
}
.main-content .overflow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.main-content.active {
  left: 16.665em;
}
.main-content.active .overflow {
  display: block;
}
.main-content.open {
  margin-left: 16.665em;
}
.main-content.open .container {
  max-width: 100%;
}
/* NAVIGATION */
.navigation-path {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 1.94425em 0;
  background: #ffffff;
  box-shadow: 5px 0px 9px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: left 200ms linear;
          transition: left 200ms linear;
}
.navigation-path.active {
  left: 16.665em;
}
.navigation-path.open {
  left: 16.665em;
}
.navigation-path .navigation-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.navigation-path .navigation-header .navigation-trigger {
  padding: 1.61095em 2.222em;
}
.navigation-path .navigation-header .navigation-trigger .navigation-icon {
  font-size: 1.94444em;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-transition: color 100ms ease-in;
          transition: color 100ms ease-in;
}
.navigation-path .navigation-header .navigation-trigger .navigation-icon:hover {
  color: #bc8f36;
}
.navigation-path .navigation-path-container {
  position: relative;
}
.navigation-path .navigation-path-container .navigation-path-menu {
  text-align: center;
}
.navigation-path .navigation-path-container .navigation-path-menu li {
  display: inline-block;
  font-family: 'Trajan Pro', serif;
  color: #777777;
  font-weight: bold;
  text-transform: uppercase;
}
.navigation-path .navigation-path-container .navigation-path-menu li:after {
  content: ' / ';
}
.navigation-path .navigation-path-container .navigation-path-menu li:last-child:after {
  content: '';
}
.navigation-path .navigation-path-container .navigation-path-menu li a {
  color: #212121;
}
/* HOMEPAGE */
.homepage-section {
  background-color: #1c1c1c;
  color: #ffffff;
  text-align: center;
}
.homepage-section a {
  color: #ffffff;
}
.homepage-section .homepage-hero {
  position: relative;
  height: 59.994em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.homepage-section .homepage-hero .homepage-hero-mask {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 59.994em;
  background: -webkit-linear-gradient(rgba(28, 28, 28, 0), #1c1c1c);
  background: linear-gradient(rgba(28, 28, 28, 0), #1c1c1c);
}
.homepage-section .homepage-hero > .container {
  height: 100%;
}
.homepage-section .homepage-hero .homepage-hero-reset {
  position: relative;
  max-width: 44.44em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.homepage-section .homepage-hero .homepage-hero-reset .homepage-hero-container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 5.555em 0;
}
.homepage-section .homepage-articles {
  margin-top: -5.555em;
  margin-bottom: -1.111em;
}
.homepage-section .homepage-articles .homepage-articles-container {
  max-width: 61.105em;
  margin-left: auto;
  margin-right: auto;
}
.homepage-section .homepage-articles .homepage-article-link {
  display: block;
}
.homepage-section .homepage-articles .homepage-article-link:hover .homepage-article .homepage-article-figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.homepage-section .homepage-articles .homepage-article-link:hover .homepage-article .homepage-article-title {
  background: #a88030;
}
.homepage-section .homepage-articles .homepage-article {
  overflow: hidden;
  margin-bottom: 1.111em;
}
.homepage-section .homepage-articles .homepage-article .homepage-article-figure {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transition: -webkit-transform 100ms ease-in;
          transition: transform 100ms ease-in;
}
.homepage-section .homepage-articles .homepage-article .homepage-article-figure.homepage-article-figure-wide {
  height: 14.443em;
}
.homepage-section .homepage-articles .homepage-article .homepage-article-figure.homepage-article-figure-tall {
  height: 33.8855em;
}
.homepage-section .homepage-articles .homepage-article .homepage-article-figure.homepage-article-figure-square {
  height: 14.443em;
}
.homepage-section .homepage-articles .homepage-article .homepage-article-title {
  position: relative;
  z-index: 1;
  padding: 1.111em 0;
  background: #bc8f36;
  -webkit-transition: background 100ms linear;
          transition: background 100ms linear;
}
.homepage-section .homepage-articles .homepage-article .homepage-article-title h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: none;
}
.homepage-section .main-footer .main-footer-container {
  max-width: 61.105em;
  margin-left: auto;
  margin-right: auto;
}
/* HISTORY */
.history-section {
  padding-top: 5.555em;
}
.history-section .history-articles .history-article {
  position: relative;
  min-height: 29.997em;
}
.history-section .history-articles .history-article .history-article-figure {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.history-section .history-articles .history-article .history-article-content {
  height: 100%;
  padding: 4.9995em 3.333em 10.5545em 3.333em;
}
.history-section .history-articles .history-article .history-article-content p {
  line-height: 2em;
}
.history-section .history-articles .history-article .history-article-content h3 {
  color: #bc8f36;
  margin-bottom: 0.69444em;
}
.history-section .history-articles .history-article .history-article-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.history-section .history-articles .history-article .history-article-meta .history-article-meta-menu {
  padding: 1.17766em 1.6665em;
  background: #f3f3f3;
  text-align: right;
}
.history-section .history-articles .history-article .history-article-meta .history-article-meta-menu li {
  display: inline-block;
  margin-left: 1.111em;
}
.history-section .history-articles .history-article .history-article-meta .history-article-meta-menu li:first-child {
  margin-left: 0;
}
.history-section .history-articles .history-article .history-article-meta .history-article-meta-menu li a {
  font-size: 2.66666em;
  line-height: 1.2em;
  display: block;
  color: #bc8f36;
  -webkit-transition: color 100ms linear;
          transition: color 100ms linear;
}
.history-section .history-articles .history-article .history-article-meta .history-article-meta-menu li a:hover {
  color: #a88030;
}
/* PRODUCTS */
@-webkit-keyframes magic-product-image {
  0% {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
  70% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
  85% {
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
  95% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
}
@keyframes magic-product-image {
  0% {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
  70% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
  85% {
    -webkit-transform: translateY(0) rotate(1deg);
            transform: translateY(0) rotate(1deg);
  }
  95% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
}
.products-section {
  padding-top: 5.555em;
}
.products-section .products-title {
  padding: 5.1106em 0;
  background: #f3f3f3;
  color: #bc8f36;
  text-align: center;
}
.products-section .products-categories {
  margin-top: 5.555em;
  text-align: center;
}
.products-section .products-categories .products-categories-menu {
  margin: 0 -0.694375em;
}
.products-section .products-categories .products-categories-menu li {
  display: inline-block;
  padding: 0 0.694375em;
}
.products-section .products-categories .products-categories-menu li a {
  display: block;
  opacity: 0.7;
  padding: 0.8888em 1.27765em;
  border: 2px solid #777777;
  margin-bottom: 1.6665em;
  font-family: 'Trajan Pro', serif;
  color: #777777;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
}
.products-section .products-categories .products-categories-menu li a:hover,
.products-section .products-categories .products-categories-menu li a:focus,
.products-section .products-categories .products-categories-menu li a:active {
  opacity: 1;
  border-color: #212121;
  color: #212121;
}
.products-section .products-categories .products-categories-menu li.current a {
  opacity: 1;
  border-color: #212121;
  color: #212121;
}
.products-section .products-articles {
  margin-top: 5.555em;
}
.products-section .products-articles .row > div:nth-child(3n + 1) {
  clear: left;
}
.products-section .products-articles .products-article {
  margin-bottom: 5.555em;
}
.products-section .products-articles .products-article .products-article-figure {
  position: relative;
  z-index: 0;
  min-height: 24.9975em;
  text-align: center;
}
.products-section .products-articles .products-article .products-article-figure:before {
  position: absolute;
  left: 50%;
  top: calc(50% + 1.11111em);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  content: '';
  display: block;
  width: 12.7765em;
  height: 12.7765em;
  border-radius: 50%;
  background: #bc8f36;
}
.products-section .products-articles .products-article .products-article-figure img {
  display: inline-block;
  width: auto;
  height: 24.9975em;
  margin-bottom: -0.4444em;
}
.products-section .products-articles .products-article .products-article-figure img:hover {
  -webkit-animation: magic-product-image 0.5s forwards ease-in;
          animation: magic-product-image 0.5s forwards ease-in;
}
/* PRODUCT */
.product-article {
  height: 59.994em;
  padding-top: 5.555em;
}
.product-article > .container {
  height: 100%;
}
.product-article .product-article-reset {
  position: relative;
  height: 100%;
}
.product-article .product-article-reset .product-article-container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 2.7775em 0;
}
.product-article .product-article-figure {
  position: relative;
  z-index: 0;
  min-height: 30.5525em;
  text-align: center;
}
.product-article .product-article-figure:before {
  position: absolute;
  left: 50%;
  top: calc(50% + 2.22222em);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  content: '';
  display: block;
  width: 15.554em;
  height: 15.554em;
  border-radius: 50%;
  background: #bc8f36;
}
.product-article .product-article-figure img {
  display: inline-block;
  width: auto;
  height: 30.5525em;
  margin-bottom: -0.4444em;
}
.product-article .product-article-content h2 {
  color: #bc8f36;
}
/* ARCHIVE */
.archive-section {
  padding-top: 5.555em;
}
.archive-section .archive-articles {
  padding: 5.555em 0;
}
.archive-section .archive-articles .archive-article {
  margin-bottom: 5.555em;
}
.archive-section .archive-articles .archive-article:last-child {
  margin-bottom: 0;
}
.archive-section .archive-articles .archive-article .archive-article-figure img {
  display: inline-block;
  margin-bottom: -0.4444em;
}
.archive-section .archive-articles .archive-article .archive-article-content h3 {
  color: #bc8f36;
}
/* SINGLE */
.single-article {
  padding-top: 5.555em;
}
.single-article .single-article-container {
  padding: 5.555em 0;
}
.single-article .single-article-content h2,
.single-article .single-article-content h3 {
  color: #bc8f36;
}
/* FOOTER */
.main-footer {
  padding: 1.94425em 0;
  color: rgba(33, 33, 33, 0.5);
}
.main-footer a {
  color: rgba(33, 33, 33, 0.5);
  -webkit-transition: color 100ms linear;
          transition: color 100ms linear;
}
.main-footer a:hover {
  color: rgba(33, 33, 33, 0.7);
}
.main-footer.darken {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer.darken a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 100ms linear;
          transition: color 100ms linear;
}
.main-footer.darken a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .main-footer-container {
  position: relative;
}
.main-footer .footer-navigation {
  text-align: left;
}
.main-footer .footer-navigation .footer-navigation-menu {
  margin: 0 -1.249875em;
}
.main-footer .footer-navigation .footer-navigation-menu li {
  display: inline-block;
  padding: 0 0.7em;
}
.main-footer .footer-navigation .footer-navigation-menu li a {
  font-size: 11px;
  font-weight: 500;
}
.main-footer .copyright {
  text-align: right;
}
.main-footer .copyright p {
  font-size: 11px;
  font-weight: 500;
}
/* Not HD Devices, Laptop Screens */
@media (min-width: 1900px) {
  .container {
    width: 1620px;
  }
}
@media only screen and (max-width: 1899px) {
  body {
    font-size: 0.875em;
  }
  /* HISTORY */
  .history-section .history-articles .history-article .history-article-content {
    padding: 3.333em 3.333em 8.888em 3.333em;
  }
  .history-section .history-articles .history-article .history-article-content p {
    line-height: 1.66666em;
  }
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 2em;
    line-height: 1em;
  }
  h3,
  h4 {
    font-size: 1em;
    line-height: 1.66666em;
  }
  /* HISTORY */
  .history-section .history-articles .history-article .history-article-meta .history-article-meta-menu {
    padding: 0.58883em 0.83325em;
    background: #f3f3f3;
    text-align: right;
  }
  .history-section .history-articles .history-article .history-article-meta .history-article-meta-menu li {
    display: inline-block;
    margin-left: 0.5555em;
  }
  .history-section .history-articles .history-article .history-article-meta .history-article-meta-menu li:first-child {
    margin-left: 0;
  }
  .history-section .history-articles .history-article .history-article-meta .history-article-meta-menu li a {
    font-size: 1.33333em;
    line-height: 1.2em;
    display: block;
    color: #bc8f36;
  }
  /* PRODUCTS */
  .products-section .products-articles .row > div:nth-child(2n + 1) {
    clear: left;
  }
  .products-section .products-articles .row > div:nth-child(3n + 1) {
    clear: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* NAVIGATION */
  .navigation-path {
    padding: 1.38875em 0;
  }
  .navigation-path .navigation-header .navigation-trigger {
    padding: 1.05545em 1.6665em;
  }
  .navigation-path .navigation-path-container .navigation-path-menu li.no-after-xs:after {
    content: '';
  }
  /* HOMEPAGE */
  .homepage-section .homepage-articles .homepage-article-link:last-child .homepage-article {
    margin-bottom: 1.111em;
  }
  /* HISTORY */
  .history-section {
    padding-top: 4.444em;
  }
  .history-section .history-articles .history-article .history-article-content {
    padding: 1.6665em 1.6665em 4.444em 1.6665em;
  }
  /* PRODUCTS */
  .products-section {
    padding-top: 4.444em;
  }
  .products-section .products-title {
    padding: 2.5553em 0;
  }
  .products-section .products-categories {
    margin-top: 2.7775em;
  }
  .products-section .products-categories .products-categories-menu {
    font-size: 0.85714em;
    margin: 0 -0.27775em;
  }
  .products-section .products-categories .products-categories-menu li {
    display: inline-block;
    padding: 0 0.27775em;
  }
  .products-section .products-categories .products-categories-menu li a {
    padding: 0.4444em 0.638825em;
    border: 1px solid #212121;
    margin-bottom: 0.83325em;
  }
  .products-section .products-articles {
    margin-top: 4.16625em;
  }
  .products-section .products-articles .row > div:last-child .products-article {
    margin-bottom: 0;
  }
  .products-section .products-articles .products-article {
    margin-bottom: 4.16625em;
  }
  /* PRODUCT */
  .product-article {
    padding-top: 4.444em;
  }
  .product-article .product-article-reset .product-article-container {
    padding: 5.555em 0 2.7775em 0;
  }
  .product-article .product-article-figure {
    margin-bottom: 1.805375em;
  }
  /* ARCHIVE */
  .archive-section {
    padding-top: 4.444em;
  }
  .archive-section .archive-articles {
    padding: 2.7775em 0;
  }
  .archive-section .archive-articles .archive-article {
    margin-bottom: 2.7775em;
  }
  .archive-section .archive-articles .archive-article .archive-article-figure {
    margin-bottom: 1.805375em;
  }
  /* SINGLE */
  .single-article {
    padding-top: 4.444em;
  }
  .single-article .single-article-container {
    padding: 2.7775em 0;
  }
  /* FOOTER */
  .main-footer .footer-navigation {
    margin-bottom: 0.5555em;
    text-align: center;
  }
  .main-footer .footer-navigation .footer-navigation-menu {
    margin: 0 -0.6249375em;
  }
  .main-footer .footer-navigation .footer-navigation-menu li {
    padding: 0 0.6249375em;
  }
  .main-footer .copyright {
    text-align: center;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* HISTORY */
  .history-section .history-articles .history-article {
    min-height: auto;
  }
  .history-section .history-articles .history-article .history-article-content {
    height: 100%;
  }
}
/* Custom, iPhone Retina */
