@charset "UTF-8";
.menu_placeholder {
  min-height: 90px; }

.menu {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: #000000; }
  .menu:after {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    height: 0;
    content: ''; }
  @media only screen and (max-width: 767px) {
    .menu {
      position: static; } }
  .menu.no_fix {
    position: relative; }
  .menu.fixed {
    top: 40px; }
  .menu .logo_round {
    position: absolute;
    left: 15px;
    width: 100%;
    max-width: 153px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 1000px) {
      .menu .logo_round {
        max-width: 100px; } }
    .menu .logo_round a {
      display: block;
      width: 100%; }
      .menu .logo_round a img {
        display: block;
        height: auto;
        width: 100%;
        border-radius: 100%; }
  .menu .menu_button {
    width: 100%;
    height: 90px;
    color: #ffffff;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 50px;
    line-height: 90px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menu .menu_button:hover {
      color: #e1c59f; }
  .menu .wrapper > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
    position: relative;
    z-index: 2000;
    box-sizing: border-box;
    text-align: center; }
    .menu .wrapper > ul:after {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      height: 0;
      content: ''; }
    .menu .wrapper > ul > li {
      display: inline-block;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 768px) {
        .menu .wrapper > ul > li {
          display: block; } }
      .menu .wrapper > ul > li > a, .menu .wrapper > ul > li > span {
        display: block;
        width: auto;
        cursor: pointer;
        white-space: nowrap;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #ffffff;
        height: 90px;
        line-height: 90px;
        font-size: 16px; }
        @media only screen and (max-width: 900px) {
          .menu .wrapper > ul > li > a, .menu .wrapper > ul > li > span {
            font-size: 14px; } }
        @media only screen and (max-width: 860px) {
          .menu .wrapper > ul > li > a, .menu .wrapper > ul > li > span {
            font-size: 12px; } }
        @media only screen and (max-width: 768px) {
          .menu .wrapper > ul > li > a, .menu .wrapper > ul > li > span {
            font-size: 16px;
            width: 100%;
            height: auto;
            line-height: 1;
            padding: 25px 0; } }
        .menu .wrapper > ul > li > a:after, .menu .wrapper > ul > li > span:after {
          content: '|';
          font-size: 20px;
          font-weight: 300;
          display: inline-block;
          margin: 0 5px 0 9px; }
          @media only screen and (max-width: 768px) {
            .menu .wrapper > ul > li > a:after, .menu .wrapper > ul > li > span:after {
              display: none; } }
        .menu .wrapper > ul > li > a.act, .menu .wrapper > ul > li > span.act {
          color: #e1c59f; }
        .menu .wrapper > ul > li > a:hover, .menu .wrapper > ul > li > span:hover {
          color: #e1c59f;
          text-decoration: underline; }
          .menu .wrapper > ul > li > a:hover:after, .menu .wrapper > ul > li > span:hover:after {
            color: #ffffff; }
      .menu .wrapper > ul > li:last-child > *:after {
        display: none; }
      .menu .wrapper > ul > li ul {
        position: absolute;
        z-index: 3000;
        display: none;
        width: auto;
        background-color: rgba(255, 255, 255, 0.8); }
        @media only screen and (max-width: 768px) {
          .menu .wrapper > ul > li ul {
            position: relative;
            background-color: rgba(255, 255, 255, 0.1); } }
        .menu .wrapper > ul > li ul li {
          display: block;
          position: relative;
          height: auto;
          line-height: normal; }
          .menu .wrapper > ul > li ul li a, .menu .wrapper > ul > li ul li span {
            white-space: nowrap;
            display: block;
            box-sizing: border-box;
            padding: 6px 30px 6px 30px;
            -webkit-transition: background-color 0.3s ease-in-out;
            -moz-transition: background-color 0.3s ease-in-out;
            -ms-transition: background-color 0.3s ease-in-out;
            -o-transition: background-color 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out;
            cursor: pointer;
            text-align: left;
            font-weight: normal; }
            @media only screen and (max-width: 768px) {
              .menu .wrapper > ul > li ul li a, .menu .wrapper > ul > li ul li span {
                text-align: center;
                width: 100%;
                color: #ffffff; } }
            .menu .wrapper > ul > li ul li a:hover, .menu .wrapper > ul > li ul li a.act, .menu .wrapper > ul > li ul li span:hover, .menu .wrapper > ul > li ul li span.act {
              background-color: #ffffff; }
              @media only screen and (max-width: 768px) {
                .menu .wrapper > ul > li ul li a:hover, .menu .wrapper > ul > li ul li a.act, .menu .wrapper > ul > li ul li span:hover, .menu .wrapper > ul > li ul li span.act {
                  color: #e1c59f;
                  background-color: rgba(255, 255, 255, 0.1); } }
          .menu .wrapper > ul > li ul li ul {
            top: 0; }

.main_banner {
  width: 100%;
  position: relative;
  /* Arrows */
  /* Dots */ }
  .main_banner .slick-prev, .main_banner .slick-next {
    position: absolute;
    display: block;
    height: 64px;
    width: 64px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
    top: 50%;
    margin-top: -32px;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .main_banner .slick-prev:hover, .main_banner .slick-prev:focus, .main_banner .slick-next:hover, .main_banner .slick-next:focus {
    outline: none;
    color: transparent; }
  .main_banner .slick-prev:hover:before, .main_banner .slick-prev:focus:before, .main_banner .slick-next:hover:before, .main_banner .slick-next:focus:before {
    opacity: 1; }
  .main_banner .slick-prev.slick-disabled:before, .main_banner .slick-next.slick-disabled:before {
    opacity: 1; }
  .main_banner .slick-prev {
    left: 0;
    background-image: url("../gfx/main_banner_left.png"); }
    .main_banner .slick-prev:hover {
      background-position: 10px center; }
  .main_banner .slick-next {
    right: 0;
    background-image: url("../gfx/main_banner_right.png"); }
    .main_banner .slick-next:hover {
      background-position: calc(100% - 10px) center; }
  .main_banner .slick-dots {
    position: absolute;
    top: 5px;
    right: 5px;
    list-style: none;
    display: block;
    padding: 0;
    height: 8px;
    text-align: right; }
  .main_banner .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px 0;
    padding: 0;
    cursor: pointer; }
  .main_banner .slick-dots li button {
    border: 0;
    display: block;
    height: 8px;
    width: 8px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

footer {
  width: 100%;
  box-sizing: border-box; }

.numbers_box {
  width: 100%;
  background-color: #0c090d;
  padding: 30px 0 25px; }
  .numbers_box:after {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    height: 0;
    content: ''; }
  .numbers_box svg {
    margin: 0 auto;
    display: block; }
  .numbers_box h1 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px; }
  .numbers_box .number_box {
    float: left;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .numbers_box .number_box {
        width: 100%;
        padding: 0 0 40px 0;
        margin-bottom: 10px; } }
    .numbers_box .number_box:after {
      content: '';
      display: block;
      position: absolute;
      top: 65px;
      right: -3px;
      background-image: url("../gfx/equal.png");
      width: 26px;
      height: 14px;
      margin-top: -7px; }
      @media only screen and (max-width: 767px) {
        .numbers_box .number_box:after {
          top: auto;
          bottom: 10px;
          right: 50%;
          margin-top: 0;
          margin-right: -13px; } }
    .numbers_box .number_box:last-child:after {
      display: none; }
    .numbers_box .number_box h2 {
      color: #f9e0bf;
      font-size: 36px;
      display: block;
      margin: 0 auto 10px;
      width: 131px;
      height: 131px;
      line-height: 131px;
      background-color: #120d17; }
    .numbers_box .number_box h3 {
      color: #ffffff;
      font-size: 14px; }

.contact_box {
  width: 100%;
  background-color: #0c090d;
  color: #ffffff;
  padding: 30px 0 6px 0; }
  .contact_box h1 {
    font-size: 48px;
    text-align: center; }
  .contact_box h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 70px; }
  .contact_box .col_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 50px; }
    .contact_box .col_box:after {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      height: 0;
      content: ''; }
    .contact_box .col_box .col {
      float: left;
      width: 25%;
      box-sizing: border-box;
      padding: 0 10px; }
      .contact_box .col_box .col.address {
        color: #ffffff;
        font-size: 14px; }
        @media only screen and (max-width: 768px) {
          .contact_box .col_box .col.address {
            width: 50%; } }
        @media only screen and (max-width: 640px) {
          .contact_box .col_box .col.address {
            width: 100%; } }
        .contact_box .col_box .col.address p {
          margin-bottom: 12px; }
      .contact_box .col_box .col.qr {
        text-align: center;
        color: #ffffff;
        font-size: 14px; }
        @media only screen and (max-width: 768px) {
          .contact_box .col_box .col.qr {
            display: none; } }
        .contact_box .col_box .col.qr img {
          width: 100%;
          height: auto;
          max-width: 116px; }
      .contact_box .col_box .col.contact_form {
        width: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .contact_box .col_box .col.contact_form:after {
          display: block;
          width: 100%;
          clear: both;
          float: none;
          height: 0;
          content: ''; }
        @media only screen and (max-width: 640px) {
          .contact_box .col_box .col.contact_form {
            width: 100%; } }
        .contact_box .col_box .col.contact_form .textbox {
          float: left;
          width: 50%;
          box-sizing: border-box;
          margin-bottom: 10px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media only screen and (max-width: 768px) {
            .contact_box .col_box .col.contact_form .textbox {
              width: 100%; } }
          .contact_box .col_box .col.contact_form .textbox:nth-of-type(2n-1) {
            padding-right: 10px; }
            @media only screen and (max-width: 768px) {
              .contact_box .col_box .col.contact_form .textbox:nth-of-type(2n-1) {
                padding-right: 0; } }
          .contact_box .col_box .col.contact_form .textbox:nth-of-type(2n) {
            padding-left: 10px; }
            @media only screen and (max-width: 768px) {
              .contact_box .col_box .col.contact_form .textbox:nth-of-type(2n) {
                padding-left: 0; } }
          .contact_box .col_box .col.contact_form .textbox input[type=text] {
            width: 100%;
            box-sizing: border-box;
            font-size: 18px;
            padding: 11px 5px;
            border: 1px solid #232223;
            background-color: #0f0b12;
            color: #ffffff; }
        .contact_box .col_box .col.contact_form label {
          width: 100%;
          padding: 0 5px 3px 30px;
          box-sizing: border-box;
          color: #ffffff;
          font-size: 14px;
          display: block;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media only screen and (max-width: 768px) {
            .contact_box .col_box .col.contact_form label {
              padding: 0 0 3px;
              text-align: center; } }
        .contact_box .col_box .col.contact_form textarea {
          resize: none;
          width: 100%;
          height: 80px;
          box-sizing: border-box;
          font-size: 18px;
          padding: 11px 5px;
          border: 1px solid #232223;
          background-color: #0f0b12;
          margin-bottom: 5px;
          color: #ffffff; }
        .contact_box .col_box .col.contact_form span {
          width: 100%;
          display: block;
          font-size: 12px;
          color: #ffffff;
          box-sizing: border-box;
          padding: 0 5px 5px 30px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media only screen and (max-width: 768px) {
            .contact_box .col_box .col.contact_form span {
              padding: 0 0 5px;
              text-align: center; } }
        .contact_box .col_box .col.contact_form .send {
          display: block;
          float: right;
          height: 42px;
          line-height: 40px;
          box-sizing: border-box;
          padding: 0 25px;
          font-size: 18px;
          color: #000000;
          background-color: #deba8b;
          border: 1px solid #a0886a;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media only screen and (max-width: 768px) {
            .contact_box .col_box .col.contact_form .send {
              margin: 0 auto;
              float: none;
              text-align: center; } }
          .contact_box .col_box .col.contact_form .send:hover {
            text-decoration: underline; }
  .contact_box .top_scroller {
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto;
    background-image: url("../gfx/top_scroller.png");
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) 5px inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) 5px inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) 5px inset; }

.footer_menu {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 20px; }
  .footer_menu a {
    font-size: 16px;
    font-weight: bold;
    color: #0c090d;
    display: inline-block;
    padding: 0 14px 0 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .footer_menu a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 5px; } }
    .footer_menu a:after {
      display: block;
      content: '|';
      position: absolute;
      top: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .footer_menu a:after {
          display: none; } }
    .footer_menu a:last-child:after {
      display: none; }
    .footer_menu a:hover {
      text-decoration: underline; }

.footer_logo {
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }
  .footer_logo a {
    display: inline-block;
    margin: 0 auto; }
    .footer_logo a img, .footer_logo a svg {
      display: block;
      width: 181px;
      height: 181px; }

.copy_box {
  width: 100%;
  max-width: 680px;
  padding-bottom: 20px;
  color: #1a1717;
  font-size: 14px;
  margin: 0 auto; }
  .copy_box:after {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    height: 0;
    content: ''; }
  .copy_box .copy {
    float: left; }
    @media only screen and (max-width: 767px) {
      .copy_box .copy {
        float: none;
        width: 100%;
        margin-bottom: 5px;
        text-align: center; } }
    .copy_box .copy a {
      text-decoration: underline; }
      .copy_box .copy a:before {
        content: "|";
        margin: 0 5px;
        display: inline-block; }
      .copy_box .copy a:hover {
        text-decoration: none; }
  .copy_box .designed {
    float: right;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .copy_box .designed {
        float: none;
        width: 100%;
        text-align: center; } }
    .copy_box .designed a:hover {
      text-decoration: underline; }

/*!
 *  Font Awesome 4.2.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("../font/fontawesome-webfont.eot?v=4.2.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

@-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: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 {
  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-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: ""; }

.message-good, .message-bad, .message-info {
  padding: 10px 10px 10px 40px;
  margin-bottom: 10px;
  background-position: 7px 7px;
  background-repeat: no-repeat; }

.message-good {
  border: 1px solid #cae49c;
  color: #516f1b;
  background-color: #f3ffd0;
  background-image: url(../gfx/accept-big.png); }
  .message-good a {
    color: #516f1b; }

.message-bad {
  border: 1px solid #ffdede;
  color: #ce0000;
  background-color: #fff1f1;
  background-image: url(../gfx/exclamation-big.png); }
  .message-bad a {
    color: #ce0000; }

.message-info {
  border: 1px solid #ededb3;
  background-color: #ffffcc;
  background-image: url(../gfx/information-big.png); }

/* CSS Document */
.cleaner {
  clear: both;
  float: none; }

@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: normal;
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?") format("eot"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg") format("svg"); }
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  background-color: #000000; }

a {
  text-decoration: none;
  color: inherit; }
  a img {
    border: 0; }
  a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

.wrapper {
  width: 100%;
  max-width: 1220px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  .wrapper:after {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    height: 0;
    content: ''; }

.paper_texture {
  background-image: url("../gfx/paper_texture.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

header {
  width: 100%; }
  header:after {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    height: 0;
    content: ''; }

.languages_menu_placeholder {
  min-height: 40px; }

.languages_menu {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  z-index: 1;
  position: fixed;
  top: 0; }
  @media only screen and (max-width: 767px) {
    .languages_menu {
      position: static; } }
  @media only screen and (max-width: 500px) {
    .languages_menu {
      line-height: 16px;
      padding: 5px 0;
      box-sizing: border-box;
      text-align: center; } }
  .languages_menu br {
    display: none; }
    @media only screen and (max-width: 500px) {
      .languages_menu br {
        display: block; } }
  .languages_menu a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .languages_menu a:hover {
      color: #e1c59f;
      text-decoration: underline; }
    .languages_menu a:after {
      content: '|';
      display: inline-block;
      margin: 0 3px 0 7px; }
    .languages_menu a:last-child:after {
      display: none; }

.thumbnail {
  width: 100%;
  background: url("../gfx/historia.jpg") center top/110% auto no-repeat fixed;
  position: relative; }
  .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1680px;
    margin: 0 auto;
    opacity: 0; }
  .thumbnail h1 {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 72px;
    height: 13.3%;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 639px) {
      .thumbnail h1 {
        top: 12.5%;
        height: 25%; } }
    @media only screen and (max-width: 330px) {
      .thumbnail h1.historia {
        top: 45%;
        height: 10%; } }
    .thumbnail h1 span {
      width: 100%;
      display: block; }
  .thumbnail h2 {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 42px;
    height: 12.9%;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 67%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 639px) {
      .thumbnail h2 {
        top: 50%;
        height: 25%; } }
    @media only screen and (max-width: 330px) {
      .thumbnail h2.historia {
        top: 63%;
        height: 9%; } }
    .thumbnail h2 span {
      width: 100%;
      display: block; }
    .thumbnail h2 .fancy {
      display: inline; }
      .thumbnail h2 .fancy:before {
        display: inline-block;
        content: '';
        width: 105px;
        height: 8px;
        background-image: url("../gfx/fancy_bg.png");
        background-position: left top;
        vertical-align: middle;
        margin-right: 10px; }
        @media only screen and (max-width: 500px) {
          .thumbnail h2 .fancy:before {
            display: none; } }
      .thumbnail h2 .fancy:after {
        display: inline-block;
        content: '';
        width: 105px;
        height: 8px;
        background-image: url("../gfx/fancy_bg.png");
        background-position: right top;
        vertical-align: middle;
        margin-left: 10px; }
        @media only screen and (max-width: 500px) {
          .thumbnail h2 .fancy:after {
            display: none; } }

.button_white_border {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  bottom: 2%;
  border: 2px solid #ffffff;
  color: #ffffff;
  box-sizing: border-box;
  line-height: 43px;
  width: 230px;
  height: 50px;
  text-align: center;
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 1000px) {
    .button_white_border {
      font-size: 20px;
      line-height: 25px;
      height: 30px; } }
  @media only screen and (max-width: 640px) {
    .button_white_border {
      font-size: 16px;
      line-height: 18px;
      height: 24px; } }
  .button_white_border:hover {
    text-decoration: underline; }

.button_black_border {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -115px;
  bottom: 2%;
  border: 2px solid #000000;
  color: #000000;
  box-sizing: border-box;
  line-height: 43px;
  width: 230px;
  height: 50px;
  text-align: center;
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 1000px) {
    .button_black_border {
      font-size: 20px;
      line-height: 25px;
      height: 30px; } }
  @media only screen and (max-width: 640px) {
    .button_black_border {
      font-size: 16px;
      line-height: 18px;
      height: 24px; } }
  .button_black_border:hover {
    text-decoration: underline; }
  .button_black_border span {
    width: 100%;
    display: block; }

.button_white_border_no_scale {
  display: block;
  bottom: 2%;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 36px;
  box-sizing: border-box;
  width: 230px;
  text-align: center;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button_white_border_no_scale:hover {
    text-decoration: underline; }
  .button_white_border_no_scale span {
    width: 100%;
    display: block; }

.button_black_border_no_scale {
  display: block;
  bottom: 2%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 36px;
  box-sizing: border-box;
  width: 230px;
  text-align: center;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button_black_border_no_scale:hover {
    text-decoration: underline; }
  .button_black_border_no_scale span {
    width: 100%;
    display: block; }

.logo_center_white {
  display: block;
  margin: 0 auto 12px;
  width: 100%;
  height: auto;
  max-width: 201px; }

.logo_center_black {
  display: block;
  margin: 0 auto 25px;
  width: 100%;
  height: auto;
  max-width: 430px; }

.trust {
  width: 100%;
  padding: 45px 0 35px; }
  .trust h1 {
    color: #090909;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px; }
  .trust article {
    font-style: italic;
    font-size: 22px;
    padding-bottom: 45px;
    text-indent: 6%;
    color: #090909; }
  .trust h2 {
    color: #090909;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    padding: 25px 0 0; }
  .trust h3 {
    color: #090909;
    font-size: 18px;
    text-align: center; }

.works {
  width: 100%;
  padding: 45px 0 35px; }
  .works h1 {
    color: #090909;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px; }
  .works h2 {
    color: #090909;
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px; }
  .works .gallery {
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 10px 10px;
    margin: 0 auto; }
    .works .gallery:after {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      height: 0;
      content: ''; }
    .works .gallery .gallery_item {
      display: block;
      float: left;
      width: 25%;
      position: relative;
      box-sizing: border-box;
      padding: 0 10px;
      margin-bottom: 10px;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 768px) {
        .works .gallery .gallery_item {
          width: 33%; } }
      @media only screen and (max-width: 560px) {
        .works .gallery .gallery_item {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        .works .gallery .gallery_item {
          width: 100%; } }
      .works .gallery .gallery_item:after {
        content: '';
        width: 4px;
        height: 128px;
        position: absolute;
        right: -2px;
        top: 50%;
        margin-top: -64px;
        background-color: #000000;
        display: block; }
        @media only screen and (max-width: 479px) {
          .works .gallery .gallery_item:after {
            display: none; } }
      @media only screen and (min-width: 769px) {
        .works .gallery .gallery_item:nth-child(4n):after {
          display: none; } }
      @media only screen and (min-width: 561px) and (max-width: 768px) {
        .works .gallery .gallery_item:nth-child(3n):after {
          display: none; } }
      @media only screen and (min-width: 481px) and (max-width: 560px) {
        .works .gallery .gallery_item:nth-child(2n):after {
          display: none; } }
      .works .gallery .gallery_item:before {
        font-family: FontAwesome, sans-serif;
        content: "";
        line-height: 50px;
        text-align: center;
        font-size: 30px;
        color: #ffffff;
        text-shadow: 0 0 2px black;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .works .gallery .gallery_item img {
        width: 100%;
        height: auto;
        max-width: 280px;
        display: block;
        margin: 0 auto; }
      .works .gallery .gallery_item:hover:before {
        opacity: 1;
        font-size: 50px; }
  .works article {
    font-style: italic;
    font-size: 21px;
    padding-bottom: 45px;
    color: #090909; }

.cow_box {
  width: 100%;
  background-color: #000000;
  background: url("../gfx/cow_box_bg.jpg") center top/140% auto no-repeat fixed;
  position: relative;
  padding: 60px 0 40px; }
  .cow_box .cow_big {
    display: block;
    margin: 30px auto 45px;
    width: 100%;
    height: auto;
    max-width: 490px; }
  .cow_box article {
    color: #ffffff;
    font-style: italic;
    font-size: 22px;
    padding-bottom: 45px;
    text-indent: 6%; }

.slogan_box {
  width: 100%;
  box-sizing: border-box;
  padding: 130px 0 90px; }
  .slogan_box h1 {
    text-align: center;
    color: #090909;
    font-size: 48px;
    margin-bottom: 30px; }
  .slogan_box article {
    color: #0a0a0a;
    font-size: 22px;
    text-align: center;
    font-style: italic; }

.family {
  width: 100%;
  background: url("../gfx/family.jpg") center top/120% auto no-repeat fixed;
  position: relative; }
  .family .image_box {
    position: relative; }
    .family .image_box img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto;
      max-width: 1680px;
      opacity: 0; }
    .family .image_box h1 {
      box-sizing: border-box;
      padding: 0 10px;
      font-size: 72px;
      height: 13.3%;
      line-height: 1;
      position: absolute;
      width: 100%;
      bottom: 22%;
      color: #ffffff;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 639px) {
        .family .image_box h1 {
          top: 12.5%;
          height: 25%; } }
      .family .image_box h1 span {
        width: 100%;
        display: block; }
    .family .image_box h2 {
      box-sizing: border-box;
      padding: 0 10px;
      font-size: 42px;
      height: 12.9%;
      line-height: 1;
      position: absolute;
      width: 100%;
      bottom: 5%;
      color: #ffffff;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 639px) {
        .family .image_box h2 {
          height: 25%; } }
      .family .image_box h2 span {
        width: 100%;
        display: block; }
      .family .image_box h2 .fancy {
        display: inline; }
        .family .image_box h2 .fancy:before {
          display: inline-block;
          content: '';
          width: 105px;
          height: 8px;
          background-image: url("../gfx/fancy_bg.png");
          background-position: left top;
          vertical-align: middle;
          margin-right: 10px; }
          @media only screen and (max-width: 500px) {
            .family .image_box h2 .fancy:before {
              display: none; } }
        .family .image_box h2 .fancy:after {
          display: inline-block;
          content: '';
          width: 105px;
          height: 8px;
          background-image: url("../gfx/fancy_bg.png");
          background-position: right top;
          vertical-align: middle;
          margin-left: 10px; }
          @media only screen and (max-width: 500px) {
            .family .image_box h2 .fancy:after {
              display: none; } }
  .family article {
    width: 100%;
    padding: 60px 0;
    font-style: italic;
    font-size: 22px;
    text-indent: 6%;
    color: #090909; }

.big_meat {
  width: 100%;
  background: url("../gfx/freezer.jpg") center top/110% auto no-repeat fixed;
  position: relative; }
  .big_meat img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1680px;
    opacity: 0; }
    @media only screen and (max-width: 579px) {
      .big_meat img {
        margin-bottom: 10px; } }
  .big_meat h1 {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 72px;
    height: 13.3%;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 40%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .big_meat h1 {
        top: 8%;
        height: 25%; } }
    @media only screen and (max-width: 579px) {
      .big_meat h1 {
        position: static;
        height: 100px; } }
    .big_meat h1 span {
      width: 100%;
      display: block; }
  .big_meat article {
    color: #ffffff;
    font-size: 22px;
    text-align: justify;
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 6%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 579px) {
      .big_meat article {
        position: static;
        padding-bottom: 20px; } }

.respect {
  width: 100%;
  background: url("../gfx/respect.jpg") center top/120% auto no-repeat fixed;
  position: relative; }
  .respect.certyfikaty {
    background: url("../gfx/certyfikaty.jpg") center top/120% auto no-repeat fixed !important; }
  .respect img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1680px;
    margin: 0 auto;
    opacity: 0; }
  .respect h1 {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 72px;
    height: 13.3%;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 639px) {
      .respect h1 {
        top: 12.5%;
        height: 25%; } }
    .respect h1 span {
      width: 100%;
      display: block; }
  .respect h2 {
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 42px;
    height: 12.9%;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 67%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 639px) {
      .respect h2 {
        top: 50%;
        height: 25%; } }
    .respect h2 span {
      width: 100%;
      display: block; }
    .respect h2 .fancy {
      display: inline; }
      .respect h2 .fancy:before {
        display: inline-block;
        content: '';
        width: 105px;
        height: 8px;
        background-image: url("../gfx/fancy_bg.png");
        background-position: left top;
        vertical-align: middle;
        margin-right: 10px; }
        @media only screen and (max-width: 500px) {
          .respect h2 .fancy:before {
            display: none; } }
      .respect h2 .fancy:after {
        display: inline-block;
        content: '';
        width: 105px;
        height: 8px;
        background-image: url("../gfx/fancy_bg.png");
        background-position: right top;
        vertical-align: middle;
        margin-left: 10px; }
        @media only screen and (max-width: 500px) {
          .respect h2 .fancy:after {
            display: none; } }

.delivery_form_box {
  width: 100%;
  background-color: #0c090d;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 50px; }
  .delivery_form_box h1 {
    text-align: center;
    font-size: 48px; }
  .delivery_form_box h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px; }
  .delivery_form_box h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px; }
  .delivery_form_box .delivery_form {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .delivery_form_box .delivery_form:after {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      height: 0;
      content: ''; }
    .delivery_form_box .delivery_form .textbox {
      float: left;
      width: 25%;
      box-sizing: border-box;
      padding: 0 10px;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 768px) {
        .delivery_form_box .delivery_form .textbox {
          width: 50%; } }
      @media only screen and (max-width: 639px) {
        .delivery_form_box .delivery_form .textbox {
          width: 100%; } }
      .delivery_form_box .delivery_form .textbox.textarea {
        width: 100%;
        padding-top: 40px;
        color: #fff !important; }
      .delivery_form_box .delivery_form .textbox input[type=text] {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        padding: 11px 5px;
        border: 1px solid #232223;
        background-color: #0f0b12;
        color: #fff !important; }
    .delivery_form_box .delivery_form label {
      width: 100%;
      padding: 0 5px 3px 30px;
      box-sizing: border-box;
      color: #ffffff;
      font-size: 14px;
      display: block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 768px) {
        .delivery_form_box .delivery_form label {
          padding: 0 0 3px;
          text-align: center; } }
    .delivery_form_box .delivery_form textarea {
      resize: none;
      width: 100%;
      height: 80px;
      box-sizing: border-box;
      font-size: 18px;
      padding: 11px 5px;
      border: 1px solid #232223;
      background-color: #0f0b12;
      margin-bottom: 5px;
      color: #fff !important; }
    .delivery_form_box .delivery_form span {
      width: 100%;
      display: block;
      font-size: 12px;
      color: #ffffff;
      box-sizing: border-box;
      padding: 0 5px 5px 30px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 768px) {
        .delivery_form_box .delivery_form span {
          padding: 0 0 5px;
          text-align: center; } }
    .delivery_form_box .delivery_form .send {
      display: block;
      float: right;
      height: 42px;
      line-height: 40px;
      box-sizing: border-box;
      padding: 0 25px;
      font-size: 18px;
      color: #000000;
      background-color: #deba8b;
      border: 1px solid #a0886a;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 768px) {
        .delivery_form_box .delivery_form .send {
          margin: 0 auto;
          float: none;
          text-align: center; } }
      .delivery_form_box .delivery_form .send:hover {
        text-decoration: underline; }

.spacer {
  width: 100%; }

.respect + .spacer {
  height: 45px; }

.numbers_box + .spacer {
  height: 50px; }

.cow_parts {
  width: 100%;
  background: url("../gfx/cow_box_bg.jpg") center top/120% auto no-repeat #000000;
  padding: 70px 0 90px;
  min-height: 580px;
  text-align: center; }
  .cow_parts article {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    font-style: italic; }
  .cow_parts .cow_anatomy_box {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 285px 0; }
    @media only screen and (max-width: 1000px) {
      .cow_parts .cow_anatomy_box {
        padding: 40px 5px; } }
    .cow_parts .cow_anatomy_box > svg {
      max-width: 100%;
      height: auto; }
      .cow_parts .cow_anatomy_box > svg .cow_svg_part {
        cursor: pointer; }
        .cow_parts .cow_anatomy_box > svg .cow_svg_part:hover, .cow_parts .cow_anatomy_box > svg .cow_svg_part.hovered, .cow_parts .cow_anatomy_box > svg .cow_svg_part.hovered_v2 {
          fill: #a68377; }
    .cow_parts .cow_anatomy_box img {
      margin: 0 auto;
      width: 100%;
      max-width: 542px;
      height: auto;
      display: block; }
  .cow_parts .cow_piece_box {
    color: #ffffff;
    position: absolute;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 47px;
    box-sizing: border-box;
    text-align: left;
    top: 90px;
    width: 280px; }
    @media only screen and (max-width: 1000px) {
      .cow_parts .cow_piece_box {
        position: relative;
        display: inline-block;
        vertical-align: top;
        top: auto;
        margin-bottom: 10px; } }
    .cow_parts .cow_piece_box.dark {
      border-color: #292929;
      left: 0; }
      .cow_parts .cow_piece_box.dark h1 {
        top: 250px; }
    .cow_parts .cow_piece_box.light {
      border-color: #e2b3a2;
      right: 0; }
      .cow_parts .cow_piece_box.light h1 {
        top: 275px; }
    .cow_parts .cow_piece_box h1 {
      height: 47px;
      line-height: 47px;
      font-size: 30px;
      position: absolute;
      white-space: nowrap;
      left: -48px;
      top: 0;
      moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .cow_parts .cow_piece_box ul {
      list-style-type: none;
      list-style-position: inside;
      list-style-image: none;
      font-size: 12px;
      padding: 10px 5px 10px 20px; }
      .cow_parts .cow_piece_box ul li.hovered, .cow_parts .cow_piece_box ul li.hovered_v2 {
        color: #E1B2A1; }
      .cow_parts .cow_piece_box ul li span:hover {
        cursor: pointer; }
      .cow_parts .cow_piece_box ul li.clickable span:hover {
        text-decoration: underline;
        cursor: pointer; }
      .cow_parts .cow_piece_box ul li ul {
        padding: 0 0 0 30px; }
        .cow_parts .cow_piece_box ul li ul li {
          cursor: pointer; }
          .cow_parts .cow_piece_box ul li ul li:hover, .cow_parts .cow_piece_box ul li ul li.act {
            text-decoration: underline; }
          .cow_parts .cow_piece_box ul li ul li.hovered, .cow_parts .cow_piece_box ul li ul li.hovered_v2 {
            color: #E1B2A1; }
  .cow_parts .pobierz_item {
    margin-top: 50px;
    float: left; }

.cow_part_box {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 126px 50px;
  width: 100%;
  max-width: 832px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cow_part_box {
      padding: 30px 10px 50px; } }
  .cow_part_box .title {
    position: absolute;
    moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 418px;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .cow_part_box .title {
        position: static;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: auto;
        left: auto; } }
    .cow_part_box .title h1 {
      background-color: #000000;
      height: 46px;
      line-height: 46px;
      text-align: center;
      color: #ffffff;
      font-size: 28px;
      width: 388px; }
      @media only screen and (max-width: 768px) {
        .cow_part_box .title h1 {
          width: 100%; } }
    .cow_part_box .title h2 {
      height: 80px;
      line-height: 80px;
      text-align: center;
      color: #000000;
      font-size: 28px;
      width: 388px; }
      @media only screen and (max-width: 768px) {
        .cow_part_box .title h2 {
          width: 100%; } }
  .cow_part_box .miesko_slick_slider {
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    position: relative; }
    .cow_part_box .miesko_slick_slider img {
      display: block;
      width: 100%;
      max-width: 580px;
      margin: 0 auto; }
    .cow_part_box .miesko_slick_slider button {
      position: absolute;
      top: 50%;
      margin-top: -40px;
      height: 80px;
      width: 80px;
      border: 0px none;
      font-size: 0;
      background: none;
      cursor: pointer; }
      .cow_part_box .miesko_slick_slider button.slick-prev {
        left: 10px;
        background-image: url(../gfx/arrow_left.png) !important; }
      .cow_part_box .miesko_slick_slider button.slick-next {
        right: 10px;
        background-image: url(../gfx/arrow_right.png) !important; }
  .cow_part_box h3 {
    color: #000000;
    font-size: 30px;
    padding: 15px 0 0;
    text-align: center; }
  .cow_part_box h4 {
    position: absolute;
    font-size: 24px;
    color: #000000;
    height: 388px;
    line-height: 388px;
    border-left: 4px solid #000000;
    padding: 0 0 0 25px;
    top: 30px;
    left: 786px;
    white-space: nowrap; }
    @media only screen and (max-width: 1259px) {
      .cow_part_box h4 {
        position: static;
        top: auto;
        left: auto;
        height: auto;
        border-left: 0 none;
        text-align: center;
        line-height: normal;
        padding: 10px 0; } }

/*# sourceMappingURL=public_style.css.map */
