@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin,latin-ext");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

a {
  text-decoration: none; }

html, body {
  font-family: 'Muli', Arial;
  background: #1e1e20;
  font-size: 16px;
  line-height: 24px; }

b, strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.clear {
  clear: both; }

a {
  transition: all 0.4s ease; }

.btn {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  width: 200px;
  height: 48px;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  font-weight: bold; }
  .btn:hover {
    background: #fff;
    color: #000; }

#menu-btn {
  width: 28px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  margin: 0 -3px; }

#menu-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menu-btn span:nth-child(1) {
  top: 0px; }

#menu-btn span:nth-child(2), #menu-btn span:nth-child(3) {
  top: 10px; }

#menu-btn span:nth-child(4) {
  top: 20px; }

#menu-btn.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%; }

#menu-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 120%;
  margin-left: -2px; }

#menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 120%;
  margin-left: -2px; }

#menu-btn.open span:nth-child(4) {
  top: 19px;
  width: 0%;
  left: 50%; }

.btn-primary {
  background-color: #c5a173 !important;
  border-color: #c5a173 !important; }

.responsive-calendar .day.active a {
  background: #c5a173 !important;
  color: #fff !important; }

.responsive-calendar .day.active a:hover {
  background: #70542f; }

.btn-success {
  background: #c5a173 !important;
  border-color: #c5a173 !important; }

#top {
  background: #c5a173;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300; }
  #top .left {
    float: left; }
  #top .right {
    float: right; }

#header {
  background: url(/img/header.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0; }
  #header h1 {
    font-size: 28px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin: 30px 0 10px;
    max-width: 600px; }
    #header h1 span {
      font-size: 72px; }
    #header h1 img {
      max-width: 240px;
      height: auto;
      display: block; }
  #header .btn {
    margin-left: 40px; }
  #header.subpage {
    background: #000 url(/img/header-small.jpg) no-repeat center bottom;
    background-size: 1200px; }

#nav {
  background: #000;
  color: #fff;
  height: 60px;
  position: relative; }
  #nav:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 30px;
    border-color: transparent transparent #000000 transparent;
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    -moz-transform: scale(1.04); }
@-moz-document url-prefix() {
  #nav:before {
    left: -29px; } }
  #nav:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 30px 0 0;
    border-color: #000 transparent transparent transparent;
    content: '';
    position: absolute;
    top: 0;
    right: -30px; }
@-moz-document url-prefix() {
  #nav:after {
    right: -29px; } }
  #nav a {
    color: #fff; }
    #nav a:hover {
      color: #dc3522; }
  #nav #menu {
    float: right; }
    #nav #menu li {
      display: inline-block;
      line-height: 60px;
      margin-right: 10px;
      position: relative; }
      #nav #menu li ul {
        display: none; }

#promotion {
  margin: 15px 0; }
  #promotion .container {
    background: #fff;
    padding: 10px 60px;
    box-sizing: border-box;
    width: 100%; }
    #promotion .container .box {
      padding-left: 100%;
      display: inline-block;
      position: relative;
      bottom: 0;
      width: 100%;
      overflow: hidden;
      height: 86px; }
      #promotion .container .box .rewind {
        display: inline-block;
        white-space: nowrap;
        padding-right: 100%;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 30s;
        animation-duration: 30s; }
    #promotion .container img {
      display: inline-block;
      margin: 0 auto;
      vertical-align: middle; }
    #promotion .container p {
      font-size: 48px;
      color: #dc3522;
      display: inline-block;
      line-height: 86px;
      vertical-align: middle; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); } }
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-200%, 0, 0); } }
#o-nas {
  margin-bottom: 30px; }
  #o-nas .container {
    background: #fff; }
    #o-nas .container .text {
      float: left;
      width: 50%;
      padding: 40px 20px;
      box-sizing: border-box; }
      #o-nas .container .text h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px; }
        #o-nas .container .text h2 span {
          color: #dc3522; }
      #o-nas .container .text p {
        line-height: 18px; }
    #o-nas .container .img {
      float: right;
      width: 45%;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      overflow: hidden; }
      #o-nas .container .img img {
        width: auto;
        height: 100%;
        min-width: 100%; }

#content-home {
  text-align: center; }
  #content-home h3 {
    display: block;
    width: 400px;
    background: #c5a173;
    color: #000;
    font-size: 26px;
    line-height: 38px;
    height: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    margin-bottom: 30px; }
    #content-home h3:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 38px 20px;
      border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #c5a173 rgba(255, 255, 255, 0);
      content: '\A';
      position: absolute;
      top: 0;
      left: -20px;
      -moz-transform: scale(1.07); }
@-moz-document url-prefix() {
  #content-home h3:before {
    left: -19px; } }
    #content-home h3:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 38px 20px 0 0;
      border-color: #c5a173 transparent transparent transparent;
      content: '';
      position: absolute;
      top: 0;
      right: -20px; }
@-moz-document url-prefix() {
  #content-home h3:after {
    right: -19px; } }
  #content-home .boxes-small .box {
    display: inline-block;
    width: 18%;
    margin: 10px 0.85%;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    background: #000;
    transition: all 0.8s ease;
    vertical-align: top; }
    #content-home .boxes-small .box svg {
      width: auto;
      height: 70px; }
      #content-home .boxes-small .box svg .st0 {
        fill: #fff;
        transition: all 0.8s ease; }
      #content-home .boxes-small .box svg .st1 {
        stroke: #fff;
        transition: all 0.8s ease;
        fill: none;
        stroke-width: 10;
        stroke-miterlimit: 10; }
    #content-home .boxes-small .box span {
      text-align: center;
      color: #fff;
      margin-top: 15px;
      display: block;
      font-size: 18px;
      line-height: 22px;
      height: 66px;
      transition: all 0.8s ease; }
    #content-home .boxes-small .box:hover {
      background: #c5a173; }
      #content-home .boxes-small .box:hover span {
        color: #1e1e20; }
      #content-home .boxes-small .box:hover svg .st0 {
        fill: #1e1e20; }
      #content-home .boxes-small .box:hover svg .st1 {
        stroke: #1e1e20; }

#products {
  text-align: center;
  padding: 30px 0; }
  #products h3 {
    display: inline-block;
    background: #c5a173;
    color: #000;
    font-size: 26px;
    line-height: 38px;
    height: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    margin-bottom: 30px; }
    #products h3:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 38px 20px;
      border-color: transparent transparent #c5a173 transparent;
      content: '';
      position: absolute;
      top: 0;
      left: -20px;
      -moz-transform: scale(1.07); }
@-moz-document url-prefix() {
  #products h3:before {
    left: -19px; } }
    #products h3:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 38px 20px 0 0;
      border-color: #c5a173 transparent transparent transparent;
      content: '';
      position: absolute;
      top: 0;
      right: -20px; }
@-moz-document url-prefix() {
  #products h3:after {
    right: -19px; } }
  #products .boxes .box {
    display: inline-block;
    width: 23%;
    margin: 10px 0.85%;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    background: #000;
    transition: all 0.8s ease;
    vertical-align: top; }
    #products .boxes .box svg {
      width: auto;
      height: 80px; }
      #products .boxes .box svg .st0 {
        fill: #fff;
        transition: all 0.8s ease; }
      #products .boxes .box svg .st1 {
        stroke: #fff;
        transition: all 0.8s ease;
        fill: none;
        stroke-width: 10;
        stroke-miterlimit: 10; }
    #products .boxes .box span {
      text-align: center;
      color: #fff;
      margin-top: 15px;
      display: block;
      font-size: 18px;
      line-height: 22px;
      transition: all 0.8s ease; }
    #products .boxes .box:hover {
      background: #c5a173; }
      #products .boxes .box:hover span {
        color: #1e1e20; }
      #products .boxes .box:hover svg .st0 {
        fill: #1e1e20; }
      #products .boxes .box:hover svg .st1 {
        stroke: #1e1e20; }

#content .container {
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  color: #000; }
  #content .container h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: bold; }
  #content .container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold; }
  #content .container h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold; }
  #content .container h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold; }
  #content .container h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold; }
  #content .container h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold; }
  #content .container ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px; }
  #content .container ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 15px; }
  #content .container strong, #content .container b {
    font-weight: bold; }
  #content .container em, #content .container i {
    font-style: italic; }
  #content .container a {
    color: #dc3522; }
    #content .container a:hover {
      color: #c5a173; }
  #content .container p {
    margin-bottom: 15px; }

#footer-top {
  border-top: 6px solid #c5a173;
  width: 100%;
  padding: 30px 0; }
  #footer-top .col {
    display: inline-block;
    width: 23%;
    margin: 0 0.8%;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: top; }
    #footer-top .col h4 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #c5a173; }
    #footer-top .col a {
      display: block;
      color: #fff; }
      #footer-top .col a .st0 {
        transition: all .4s ease; }
      #footer-top .col a:hover {
        color: #c5a173; }
        #footer-top .col a:hover .st0 {
          fill: #c5a173; }
    #footer-top .col p {
      color: #fff; }
    #footer-top .col svg {
      width: 48px;
      height: 48px; }
      #footer-top .col svg .st0 {
        fill: #fff; }

#footer-bottom {
  background: #c5a173;
  color: #fff;
  padding: 10px;
  font-size: 14px; }
  #footer-bottom .copy {
    float: left; }
  #footer-bottom .publisher {
    float: right; }
    #footer-bottom .publisher a {
      color: #fff; }
      #footer-bottom .publisher a:hover {
        color: #dc3522; }

@media (min-width: 1000px) {
  #nav #menu ul li:hover > ul {
    display: block;
    position: absolute;
    left: 0;
    width: 250px;
    background: #000; }
    #nav #menu ul li:hover > ul li {
      display: block;
      margin-right: 0;
      line-height: 30px;
      padding: 0 10px; } }
@media (max-width: 1000px) {
  #menu-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px; }

  #nav #menu {
    position: absolute;
    left: -150%;
    top: 60px;
    background: #000;
    width: 100%;
    padding-bottom: 30px; }
    #nav #menu li {
      display: block;
      line-height: 26px;
      font-size: 22px;
      text-align: center;
      margin-right: 0;
      margin-bottom: 10px; }
      #nav #menu li ul {
        display: block;
        margin: 10px 0; }
        #nav #menu li ul li {
          font-size: 16px;
          line-height: 26px;
          margin-bottom: 3px; }
    #nav #menu.open {
      left: 0; }

  #top {
    display: none; }

  #header {
    position: relative;
    z-index: 300; }
    #header h1 {
      font-size: 28px;
      line-height: 36px; }
      #header h1 span {
        font-size: 36px; }

  #promotion .container img {
    width: 100%;
    height: auto;
    display: block; }

  #o-nas .container .text {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0; }
  #o-nas .container .img {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    float: none; }
    #o-nas .container .img img {
      width: 100%;
      height: auto; }

  #content-home h3, #products h3 {
    width: 100%;
    font-size: 24px;
    padding: 0; }
    #content-home h3:before, #content-home h3:after, #products h3:before, #products h3:after {
      display: none; }

  .box {
    width: 100% !important; }

  #footer-top .col {
    width: 100%;
    display: block;
    margin: 0 0 20px; }

  body, html {
    overflow-x: hidden;
    width: 100%; }

  #promotion {
    display: none; } }
@media (max-width: 650px) {
  #header {
    background-position-x: -200px; }
    #header h1 {
      font-size: 22px;
      line-height: 28px; }

  .responsive-calendar .pull-right, .responsive-calendar .pull-left {
    float: none !important;
    display: block;
    margin: 5px auto; }
    .responsive-calendar .pull-right .btn, .responsive-calendar .pull-left .btn {
      display: block;
      margin: 0 auto; }

  .container {
    width: 96%; }

  #content .container {
    padding: 30px 10px; }
    #content .container h1, #content .container h2, #content .container h3, #content .container h4, #content .container h5, #content .container h6, #content .container p, #content .container li {
      margin-left: 0 !important; }
    #content .container img {
      display: block;
      max-width: 100%;
      height: auto !important; }
    #content .container .container {
      padding: 5px 0; }

  #nav #menu li {
    margin: 5px 0;
    box-sizing: border-box;
    padding: 0 10px; } }
